- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2018 09:05 PM
What is the use of applies on requested item, applies on catalog task, applies on catalog view in catalog client script. Please explain with example.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 07:06 AM
The catalog task activity will only create an sc_task record and the Create Task activity will only create a record on a table extended from task.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 07:06 AM
The catalog task activity will only create an sc_task record and the Create Task activity will only create a record on a table extended from task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2018 07:39 AM
As everyone says, everything in ServiceNow stored in some of the tables. so, Where is the sys_id column stored?
And we know when we create any custom table the sys_id column is already present. where is that sys_id column stored?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2018 11:24 AM
Every table has a sys_id column.