- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 09:52 AM
I created "Additional action" custom field on incident form. Now i want to autopopulate the worknotes field date and time value into the "Additional action" field.
When we post something in work notes or additional comments that post shows date and time also right, I need that date and time value capture into newly created field "Additional action"
Please suggest any solution for this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 09:56 AM
You can create a business rule
Example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 09:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 10:26 PM
Hi Mike,
Thanks for your Reply.
Business rule looks good and worked also. But i need either clietnt script or script include via client callable for this issue.
Could you please provide client script for this. Clent script not possible please provide script include via client callable code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 05:52 AM
A business rule makes more sense than a client script in this case
A client script executes when the field is changed, but it doesn't care if the form is saved or not or if the comments/work notes are actually posted.
The business rule will populate the "Additional action" once the comment/work notes are actually posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 06:32 AM
Thanks for your reply Mike.
I understood BR is suitable for this issue. But i want to know how to achieve this through client script for knowledge purpose.
Please provide any client script for this or script include