cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automation in Creating ServiceNow Request

Hi Team,

I am looking for an automation based on the contract data we hvae in our FNMS.

The ask is to create automated ServiceNow request if the contract coming to renew in next 180 days in FNMS.

Please can you guide me on this.

Thank You

Loveneesh

(1) Reply
ChrisG
By Community Manager Community Manager
Community Manager

An approach to doing this would be to write some kind of script to extract relevant contract data from the compliance database (e.g. using a SQL query against the "Contract" view), and then call relevant ServiceNow APIs to create requests as needed.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)