Hi there
I'm currently using the new Autocomplete dropdown to implement a couple features on the account form.
I think making a quick example would best depict the problem I'm facing.
Source Data: Records that hold information about local businesses in Dynamics CRM.
Sample Json:
[
{ name: "Shirt Center", location: "Sunrise Avenue 12", type: "B2C" },
{ name: "Shirt Center", location: "Beach Palace 234", type: "B2B" },
{ name: "Donut Paradise", location: "Nugget Plaza 99", type: "B2B" }
]
CRM Integration:
Now here I have my lovely dropdown with the source data... I want to select the "Shirt Center" at "Beach Palace 234" which operates on a "B2B" basis.
Now we click there and...
Which one is it? Clicking on an item just sets the value to the field and I have no information when retrieving the context (getEventSource()) to determine which one it was.
Is there a Dynamics CRM compliant solution to retrieve such information?
Kind Regards,
Kim
*This post is locked for comments