Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need a custom definition of ServiceNow for my business. For which, I'll have to configure many tables like Incident, CIs to name a few, then the views, forms etc. I am aware that it can be done through the UI provided at our instance. But doing it through a program which can configure our definition on a fresh instance in one go will be a challenge.

But I think it should be possible, to give you a scenario here's what I might be doing.

I need to create new views on a table, new fields on that view, add dependent fields, new choices in the choice list for a choice field and the list goes on.

Is there any way to do it in Java? maybe using JSON Web services provided by ServiceNow? Or is there any API in java which can simplify the work, like the one for BMC Remedy?

I understand that it is a big task, please let me know if there is any other way to do it.

PS: I am familiar with the JSON web service API available for ServiceNow.

What I have tried:

I am Try to configure servicenow through java program.

Is it correct way?
Posted
Updated 23-Jun-22 21:03pm
v3

1 solution

You should post your question at ServiceNow - Now Support[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900