- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 02:21 AM
Hi,
Can we call the system property from wait for condition or timer actiity after create the catalog task. Here i need to send the remider after 6 hours to the assignment group.
Note: I want to send notification by useing property value time
Thansk.
Lakshmi
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 04:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 02:56 AM
Hi,
Try gs.getProperty('property name');
Thanks,
Trupti S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 03:10 AM
Hi Trupti,
Thanks for your quick replay.
I have traied already with below script but no luck if you have any code please send me.
var prop = gs.getProperty('property name');
prop.answer =0;
Thanks
Lakshmi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 04:21 AM
Hi,
Could you please user 'prop' instead of 'prop.answer' and check ?
Thanks,
Avik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2018 04:06 AM