- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2018 02:00 AM
I am trying to build a custom operation.
What are available methods for CTX object?
CTX object contains all information passed from the pattern.
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2018 04:27 AM
One other link for you. This has a lot examples of how CTX gets called in custom eval scripts.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0647736
Please if a comment here satisfied your question please mark it as correct so other people will be able to search it later on. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 07:41 AM
Hi!
You can have a look at this KB that is describing the CTX-object:
https://hi.service-now.com/kb_view.do?sys_kb_id=16375308db8226044fc2f4621f9619ff&sysparm_rank=1&sysparm_tsqueryId=76155bb4db68e744b2102926ca961908
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 07:43 AM
Great Link. Unfortunately these aren't well documented but one of the things I recommend you do is search all pattern text for ctx. and you will get some great examples of how it is used (for example ctx is used to return table information back and it has to be in a specific format). Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2018 02:38 AM
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2018 04:27 AM
One other link for you. This has a lot examples of how CTX gets called in custom eval scripts.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0647736
Please if a comment here satisfied your question please mark it as correct so other people will be able to search it later on. Thank you.