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 04:29 AM
loclist.addEncodedQuery('account.u_corporate_account', d.cont.account);
should it not be
loclist.addEncodedQuery('account.u_corporate_account'+d.cont.account);
or
loclist.addQuery('account.u_corporate_account', d.cont.account);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 04:32 AM
Let me Try this one (loclist.addEncodedQuery('account.u_corporate_account', d.cont.account);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:31 AM
Hey Jaspal its working for only for current logged in user, how i make it work all the users? please let me know as it is urgent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 04:29 AM
can someone please help me as this is very urgent
