- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 10:32 AM
Modified client script APIs
a. GlideAjax
b. g_form
c. GlideDialogWindow()
d. All
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Table.None -> Admin and ITIL
Table.* -> Admin
Table.U_field_3 -> ITIL
What ITIL can see?
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
A table X is created with 3 fields >>>
Ans:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:30 AM
Hi @Snow preck,
Modified client script APIs
a. GlideAjax
b. g_form
c. GlideDialogWindow()
d. All
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Table.None -> Admin and ITIL
Table.* -> Admin
Table.U_field_3 -> ITIL(ITIL can see this)
What ITIL can see?
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
A table X is created with 3 fields >>>
Ans:
Thank you, please make helpful if you accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 10:43 PM
Hi @Snow preck ,
The correct answers are as below:
Modified client script APIs
a. GlideAjax
b. g_form
c. GlideDialogWindow()
d. All
Correct Answer: d. All
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Correct Answer(s): a,b,c,d
Table.* -> Admin
Table.U_field_3 -> ITIL
What ITIL can see?
Correct Answer: Table.u_field_3
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Correct Answer(s): a,b,c,d
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
table.NONE read access control for user having admin and itil role
table.field3 reads access control for user having admin role
Correct Answer(s): All fields except field3
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:30 AM
Hi @Snow preck,
Modified client script APIs
a. GlideAjax
b. g_form
c. GlideDialogWindow()
d. All
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Table.None -> Admin and ITIL
Table.* -> Admin
Table.U_field_3 -> ITIL(ITIL can see this)
What ITIL can see?
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
A table X is created with 3 fields >>>
Ans:
Thank you, please make helpful if you accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 10:43 PM
Hi @Snow preck ,
The correct answers are as below:
Modified client script APIs
a. GlideAjax
b. g_form
c. GlideDialogWindow()
d. All
Correct Answer: d. All
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Correct Answer(s): a,b,c,d
Table.* -> Admin
Table.U_field_3 -> ITIL
What ITIL can see?
Correct Answer: Table.u_field_3
Service now can export the data of file types?
a. Excel
b. CSV
c. REST
d. SOAP API data
Correct Answer(s): a,b,c,d
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
table.NONE read access control for user having admin and itil role
table.field3 reads access control for user having admin role
Correct Answer(s): All fields except field3
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.