Need to know the OOB functions which makes a contract state to expire

Roshini
Giga Guru

We are getting contracts from integration and need to set the state based on the values coming via integration alone. We don't need the OOB functionalities to override the value of state which is coming via integration.
For setting the state value based on the integration, we have wrote a transform script. But for few of the contracts where the end date is past date it is automatically setting the values to expired.
Can I know what all in the OOB is setting the state in contract table.

1 ACCEPTED SOLUTION

Thanks for the reply but it didn't work out for me.
There is one condition check definitions which was setting calling a schedule job and script include, i made it inactive and the issue was fixed

View solution in original post

2 REPLIES 2

Bert_c1
Kilo Patron

Try reviewing the Business Rules defined on the 'ast_contract' table. I see 3 named:

"Verify contract's start and end dates " (not likely)

"Set Renewal dates"

"Updates After Contract Dates Change"

 

You can test by making one 'in active'

Thanks for the reply but it didn't work out for me.
There is one condition check definitions which was setting calling a schedule job and script include, i made it inactive and the issue was fixed