function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sai prakash 15sai prakash 15 

creating a formula in process builder like contract expriration date < 90 days how to define the conditon ?

Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Hi Sai,
Try this one.Change field name according to your requirement
[Contract].exprirationDate<(today()-90)

Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.

Thanks and Regards
Deepali KulshresthaDeepali Kulshrestha
Hi Sai,

I guess you want to know if the contract has 90 days or less to expire.
Please try this formula:

[Contract].exprirationDate - TODAY() < 90

Use field name according to your org's API name.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com