Andy
09/16/2024, 7:00 PMumb://document/guid
value. Thinking about editors who may not add "Taylor" - I'm curious what the best approach would be for allowing the "214ce" to show up in my search results even when "Taylor" is searched - if the points are high enough.
A "Solution" that I'm feeling isn't very ideal is as follows.
* Create a "Mfg Label" as a label on my Product doctype
* Upon save of a Product - use the INotificationHanler and set the "mfgLabel" as the Name of the Manufacturer.
Which would also require me to also:
* Upon saving MFG - only if the "Name" has changed via IRememberBeingDirty
(lol)
* Find all Products w/ that MFG and update their mfgLabel
Renaming a Category should be a rare occasion - but definitely viable. Or am I holding my relational DB brain to close at the moment?
I appreciate any suggestions/feedback!Jemayn
09/16/2024, 7:08 PMAndy
09/16/2024, 7:33 PMIndexProvider_TransformingIndexValues
Thank you so much!
and learning some of these API's - IRelationService - haven't read on that one- this is soo immensely helpful!Jemayn
09/17/2024, 6:31 AM