- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 04:43 PM
Hello,
I have set-up a record producer to collect some information and from the record producer I am calling a script include which then calls an event to trigger a script action. My event is firing and everything looks good from there but for some reason I cannot get the script action to fire. I have it marked as active and purely for testing purposes I just have a "gs.info('this is working');" message. But I cannot get it to output. Any ideas?
Thanks for your time!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 07:30 PM
Please check the domain of script action if you are working in domain separated instance.
Script Action must be in a global domain in order to run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 07:30 PM
Please check the domain of script action if you are working in domain separated instance.
Script Action must be in a global domain in order to run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 07:50 PM
That is exactly what it was. Why are script actions domain separated if they have to be in global to run? That does not make sense to me. Thank you so much! I really appreciate your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 07:52 PM
Hmmm, I guess it is a problem. Remember the same thing with inbound email action as well in domain separated instances.
You will require to configure those in global domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 11:37 PM
Hello @Deepak Ingale1 just have a small query that the event registry which we will create that should be also in global domain.