- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 04:08 AM
I have a variable used only on a single catalog item. The field variable is called "person_to_be_copied". I want to trigegr an event from the business rule where the business rule would pass over the eventparm 1 for the recipients to the email. I was trying in several ways, but the result is either "undefined" or "[Glide Object]".
How can I approach that.
Here is with some variation I have tried, also write to the log to see if anyhow would work
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:59 AM
What type of field is person_to_be_copied? Is it a reference field to the user table? Id yes then use script in attached.
Please mark answer correct/helpful based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 04:19 AM
Can you share the script you have written it would be easier to assist you. Also hope you are trying the below to trigger the event:-
gs.eventQueue('eventname',current,current.person_to_be_copied);
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 04:35 AM
You can copy the script in a notepad and attach the notepad over here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:59 AM