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
NoamNoam 

workflow question

Hi,

 

I have a workflow that is triggered by the creation of an object named p_status__c. this object is connected by a lookup to another object p__c.

I want to create an email alert that will be triggered 30 days after the creation of p_status__c only if another checkbox (fieldname is paid) of the p__c object is FALSE.

The point is that only 30 days after the creation of p_status__c the function shoul evaluate the "paid" field.

 

The regular workflow evaluate both conditions on the creation trigger.

A solution anyone?

 

Thank's

tgk1tgk1

Is it a standard lookup field or a master-detail relationship.  If so is p__c the parent object?

NoamNoam

standard lookup. (altough in my opinion its a mistake in the design...)