Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Answers for CAD

Snow preck
Tera Contributor

 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: 

2 ACCEPTED SOLUTIONS

Yashsvi
Kilo Sage

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. 

View solution in original post

SN_Learn
Kilo Patron
Kilo Patron

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.None -> Admin and ITIL
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.

View solution in original post

2 REPLIES 2

Yashsvi
Kilo Sage

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. 

SN_Learn
Kilo Patron
Kilo Patron

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.None -> Admin and ITIL
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.