Posts

Update lookup field(custom lookup) value using flow through Quick Action

Image
Update lookup field value using flow through Quick Action Below are the steps to follow, 1. Create one ‘screen flow’ and add one screen in screen flow. 2. Create Custom LWC for custom lookup. 3. Display custom field in lookup (for displaying address field in lookup) and display the associated Account by default in lookup field. file.html < template >      < div class = "slds-form-element" >          < div class = "slds-form-element__control" style = "text-align: left !important;" >              < p class = "slds-form-element__label" >                 Account              </ p >              < div class = "slds-combobox_container" aria...