Show info message for newly created records and on existing record opened for first time
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:15 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 06:13 PM
@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 .