- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 12:09 AM
Hi All....on incident form i have to create a new field called "Last Resolved' on the Incident page which should capture the date when the Incident was last marked as resolved. Please help me in this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 12:23 AM
Hi Manisha,
one quick question.
why do you need to capture the date in your last resolved field.
there is OOTB field "closed" you can use that field also to update the exact resolved time of your incident.
just you need to mention the condition in business rule.
current.closed_at = gs.nowDateTime();
below screenshot for your Resolved At field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 03:25 AM
please correct if i did not understood correctly . do you want to see the count? that how many attachment has been attached on form?
or you want to attach any number of file in this attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 04:15 AM
Correct Count i want to see in that Attachment field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 05:14 AM
Hi Harsha vardhan Thank you for your findings. I think It is completely for attachment table. But my requirement is only count for attachments in that incident form. Can you pls help me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 12:23 AM
Hi Manisha,
one quick question.
why do you need to capture the date in your last resolved field.
there is OOTB field "closed" you can use that field also to update the exact resolved time of your incident.
just you need to mention the condition in business rule.
current.closed_at = gs.nowDateTime();
below screenshot for your Resolved At field.