Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Approval Time Stamp


riff

Recommended Posts

I have a text field named EARBoard_Approval_Choose that displays values from an EARBoard_Approval_List value list as a radio button set. The values of the EARBoard_Approval_List are Yes and No.

 

I have another field named EARBoardApproverMsg. Based on the selection of EARBoard_Approval_Choose, EARBoardApproverMsg will follow the following “logic”...

 

Case(

EARBoard_Approval_Choose="Yes" or (EARBoard_Approval_Choose="Yes" and PatternCount (GetField(ImportedEARBoardApproverMsg ) ; "N" )="17");

"Last changed to \"APPROVED\" by " & UserName & " on " & LastModified;

 

EARBoard_Approval_Choose="No";

"Last changed to \"NOT APPROVED\" by " & UserName & " on " & LastModified;

 

GetField ("ImportedEarBoardApproverMsg" )

)

 

The question is how can I show a date based on whether EARBoard_Approval_Choose is Yes or No--ONLY? Using a LastModified time stamp updates the time stamp with any and every record change.

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use