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
AlokVAlokV 

If date selected then allows attachment of notes, email, documents

Hi All,

 

I have a field client dates and notes. My requirement is that if someone selects a date for this field then it permits creation of notes and attachment (a custom rich field). If date not selected then creation of notes and attachment is not allowed.

 

-->Client Notes [requires date - then permits creation of notes and attachment of emails, including sales control letters]

 

How can this be acheived. Any help would be appreciated.

 

 

Regards,

Alok

Rahul_sgRahul_sg
you will have to write apex triggers on the note/attachment object to achieve this.
AlokVAlokV

Can it be accomplished through workflows? 

Rahul_sgRahul_sg
no i afraid you cannot write WF rules on these objects