Problem:
Open Accounts form -> click on Company Name Lookup
It shows error "Query Builder Error"
Error Message:
'Account' entity doesn't contain attribute with Name = 'id' and NameMapping = 'Logical'.
Cause:
This is happening because on click of lookup field, function parentcustomerid_setadditionalparams is getting called and it adds contact id in lookup query for both account and contacts. Since contactid field doesn't exist on account entity it throws error
Fix:
Product Team has already fixed the issue with client script and it will reach to customers soon.
Mitigation:
1) Open form in customization window.
2) Remove the field from the form(all the occurrences if same field is present multiple times on form).
3) Save and publish the form.
4) Add the field again. Save and publish.
*This post is locked for comments