- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 08:22 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 03:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 08:50 AM
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'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 03:02 AM
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