Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Subgrid's Add Existing Button Lookup records Filtering - One to Many Relationship
In my case there is Account and Contact, the contact subgrid on the accounts form. One to many relationship, and on click of add existing button of the subgrid, its lookup records should only shows the contacts of type vendor (121540000), basically add existing lookup records filtering. So I used this code below:
But using this code the lookup records shows correct filtering records, but on select that record and on Adding that record on subgrid, its give error popup message: Bad Request - Error in query syntax.
Please correct me what and where is the issue. Solution!