Show info message for newly created records and on existing record opened for first time

pradeep_manohar
Tera Contributor

Need to display a alert or info message on change request when a record is newly created and also when an existing record is opened for the first time by any user.

 

If anyone has encountered similar scenario, please share your insights. Thank you in Advance!

1 REPLY 1

Abhay Kumar1
Giga Sage

@pradeep_manohar you can use Client Scripts and a Custom Field to track the first view status of the record.

current.isNewRecord() , you can use for new record and a custom field to track when user opens the record first time.

 

You can also check state field instead of creating any custom one if suits your requirement .