Salesforce Fact #278 | Access custom geolocation fields in LWC

If we want to access custom geolocation fields in LWC using getRecord, then we have to refer the field Apinames statically. Importing from '@salesforce/schema' won't work.

Attached are the screenshots.





Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow