Skip to main content
Jim . (Paragon) ha fatto una domanda in #Data Management
Hi 

 

I am hoping someone can help.

 

I have a contract Expiry date and a contract termination period Picklist (30,60,90,120,150,180 days etc) and i would like to create a calculation so that if the Contract Expiry date is 16/05/2019 and the termination period was 30 days to provide me with the renewal date ?

 

Is this possible ? the criteria for all of the values would need to be taken into consideration ?
10 risposte
  1. 16 mag 2019, 16:40

    Sure, you can use the new ADDMONTHS Function, like this

    ADDMONTHS(Contract_Expiry_Date__c, - VALUE(TEXT(Contract_Termination_Period__c)))

     

     
0/9000