Add worknotes date and time into incident field

Ramakrishna6
Tera Contributor

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

1 ACCEPTED SOLUTION

Mike_R
Kilo Patron
Kilo Patron

You can create a business rule

Example

Mike_R_0-1667930137530.png

 

Mike_R_1-1667930162948.png

 

View solution in original post

6 REPLIES 6

Mike_R
Kilo Patron
Kilo Patron

You can create a business rule

Example

Mike_R_0-1667930137530.png

 

Mike_R_1-1667930162948.png

 

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.

 

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.

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