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.

AVG
Tera Contributor

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.

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

View solution in original post

7 REPLIES 7

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

AVG
Tera Contributor

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?

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Every table has a sys_id column.