what objects are available in a server side button on a record list and/or a record

juan9
Giga Guru

this is what I know so far.

on a form, I have current ,gs, and other server objects like date.

on a list I have gs, and other server objects like a date.

 

what else do I have access to?

how do I get the table name on the server ?

1 ACCEPTED SOLUTION

Bert_c1
Kilo Patron

See API documentation here:

 

Bert_c1_0-1729874543123.png

 

https://developer.servicenow.com/dev.do#!/reference/api/washingtondc/client/

You can access the APIs seen in the drop down above.

 

And look in the "Tables" module in your instance to see a list of tables.

 

View solution in original post

3 REPLIES 3

juan9
Giga Guru

can I get the view name?

 

Bert_c1
Kilo Patron

Hi Juan9,

 

Your post is hard to parse, please see:

 

https://www.servicenow.com/community/developer-articles/tips-on-asking-question-on-community/ta-p/23...

and

https://www.servicenow.com/community/now-platform-articles/10-tips-for-writing-a-quality-community-q...

And I believe once you provide enough context, others here will be able to help you.

Bert_c1
Kilo Patron

See API documentation here:

 

Bert_c1_0-1729874543123.png

 

https://developer.servicenow.com/dev.do#!/reference/api/washingtondc/client/

You can access the APIs seen in the drop down above.

 

And look in the "Tables" module in your instance to see a list of tables.