location field should be populated by logged in userlocation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 05:43 AM
I have a record producer in that I have a location(reference) variable , I want that field should be auto populated by the logged in user location.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 06:23 AM
TRy this instead
gs.getUser().getRecord().getValue('location')
-Anurag