cancel
Showing results for 
Search instead for 
Did you mean: 

Contracts scripting requirement

Former Member
0 Kudos

Hi,

            We have a scripting requirement for MA/SAs

1) Blank out all existing retention date values

2) For contracts that are expired, flip the status to “Expired” and populate the retention date field <expiration date> + 3 years

3) Populate the status and retention date when the expiration date passes


Any idea which scripting context should be used?


Any help in writing this script is greatly appreciated.


Thanks,

Srini



Accepted Solutions (1)

Accepted Solutions (1)

kushagra_agrawal
Active Participant
0 Kudos

Hi Srini,

As per my understanding from your requirement, you have to make changes in bulk Master Agreements at a time.
For that you have to do following:
1. Create a query which will fetch all the MAs/SAs depending upon the condition
2. Create a explicit script in that you have to target Master Agreement Class
3. You have to call the query which will get all the MAs depending on the condition in the script. Write the logic in the script that what you want to achieve.
4. Create a Schedule job and call the explicit script.
5. Run the Job.

Let me know if it helps.

Thanks

Kushagra A

Former Member
0 Kudos

Thanks Kushagra. I still have some queries regarding this, I will do a POC on this and get back to you if required.

Many Thanks,

Srini

kushagra_agrawal
Active Participant
0 Kudos

Sure Srini.

Reach me if you have any queries.

Thanks

Kushagra A

Answers (0)