please help me variables.catalogitemvariable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:22 AM
i want glide sc_task table using catalog item variable in condition but "variables.catalogitem variable name " not working when i am putting "variables.sys_id " then its working any other way we can use instead of sysid-
below is the code please help me-
thank you in advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:27 AM
Hi,
That not how use can use the variables on the sc_task record (or any other record either).
The "variables" is related to the current Gliderecord object you are currently working with.
So in this case, you will need to find the correct sc_task record first, then set some values on that record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:49 AM
Hi,
You should be able to identify the Task form the Parent RITM.
And the parent RITM from the Item its created from.
Once you have the task then you can query the variables on it.