i want to fetch the contact account locations from the user email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 04:16 AM
I have created one record Producer, which consists of two Variables, one is requestor_name and the other one is meeting_event_location.
The Requestor_name is referring to sys_user table and the meeting_event_location referring to cmn_location table
I want that from user email, i want to fetch the contact account locations, i have written the below script include for that, but its not working. can someone please help me why this script is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 08:14 PM
gs.getUserID() - Returns the sys_id string value for the currently logged-in user. That's why you are getting that. you want the requestor_name from the current object or glife form depending what and when you are doing. try that