Requirement regarding field coloring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 02:26 AM
HI Navneeta,
This is in now platform or portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 02:34 AM
Hi Pankak,
This is in now platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:08 AM
Hi Navneeta,
You can use:
if(!g_form.isNewRecord())
g_form.addDecoration('caller_id', 'icon-star', 'Mark as Favorite', 'color-green');
Please mark my answer as helpful and the solution accepted if it serves the purpose.
Regards
Pankaj Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:09 AM
You can change the field name and other values as per your need.
Please mark my answer as helpful and the solution accepted if it serves the purpose.
Regards
Pankaj Kumar