- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 08:59 AM
in the script the use a similar script for depends on used by business service it looks like this:
gs.getProperty("relationship.dependson.usedby")
but i need one to runs on runs to server i try something like this
gs.getProperty("relationship.runson.run");
but this is not working, someone have make something similar?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 03:07 PM
Hi Evonella,
I thought maybe a demonstration may help on the above so hope this video helps.
https://youtu.be/QLQHzARFqJ4
Please mark this as helpful if it helps your question.
Regards,
Wind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 09:27 AM
Hi Evonella,
Yes because you need to create the property to contain the sys id, that is why it is returning null.
The relationship exists in a table , you are not gliderecording into that table
so you need to store the sys if of that record in that property if you are trying to copy the above code functionality
hope that makes sense.
Kind Regards,
Wind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 03:07 PM
Hi Evonella,
I thought maybe a demonstration may help on the above so hope this video helps.
https://youtu.be/QLQHzARFqJ4
Please mark this as helpful if it helps your question.
Regards,
Wind