- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 05:19 PM
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 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 09:44 AM
See API documentation here:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 05:23 PM
can I get the view name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 05:25 PM
Hi Juan9,
Your post is hard to parse, please see:
and
And I believe once you provide enough context, others here will be able to help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 09:44 AM
See API documentation here:
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.