Posts

Showing posts with the label undefined

Salesforce Fact #865 | Null coalescing in JS

Image
We have null coalescing operator in JS as well and it works only with null and undefined. Attached is the screenshot.

Salesforce Fact #603 | Search undefined... in screen flow lookup

While using Lookup component in screen flow, sometimes we see that the placeholder text on that field shows Search undefined... instead of the Search <ObjectName>. The reason for this is the lookup field is not added to the page layouts of the source object which are assigned to running users. Reference:  https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screencmp_lookup.htm&type=5