Vlocity Facts #22| Pass dynamic value to Look-up element from Typeahead block element
Scenario: We need to update contact details based on Account. If user select one account record from Typeahead block, related contact records should be displayed in another drop-down. For this scenario we can Typeahead block and lookup element. Typeahead block -- User can select the record by typing the name. Lookup -- The associated records related to the selected record will be displayed in Lookup. Creation of Typeahead block While configuring Typeahead block in Typeahead Key mention the Json node based on your requirement [Name, Phone, Email ...,] which need to be displayed as a drop down for user to select. I have given Name in Typeahead Key to display Account names. Creating DataRaptor Extract We are passing SelectAccount as data source [Typeahead block element name]. After creating DR drag on drop into the typeahead block. Configuring Look-up Element After selecting one name from the typeahead block the Id of the selected account we are...