This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
after_subscribe_script [2018/08/01 16:28] angela.zhang |
after_subscribe_script [2018/08/01 16:28] (current) angela.zhang |
||
---|---|---|---|
Line 12: | Line 12: | ||
| xml_util | This variable holds an xml utility for working with qcurrentxml | | | xml_util | This variable holds an xml utility for working with qcurrentxml | | ||
| subscribe_gr | This variable holds the [[http://wiki.servicenow.com/?title=GlideRecord|GlideRecord]] object corresponding to the subscribe record configuration itself (i.e. you can use subscribe_gr.getTableName() to access the name of the table you're trying to insert) | | | subscribe_gr | This variable holds the [[http://wiki.servicenow.com/?title=GlideRecord|GlideRecord]] object corresponding to the subscribe record configuration itself (i.e. you can use subscribe_gr.getTableName() to access the name of the table you're trying to insert) | | ||
- | |||
- | ===== Examples ===== |