- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 09:53 PM
Hello Experts,
We need to calculate the incident state how much minutes "In progress" and store in "u_state_calc" field
for below code is working fine.
but whenever any other field is updated its capturing that time duration instead of WIP.
Requirement
1.How much minutes state was inprogress.
After - insert
Condition - stage changesfrom WIP
Field name - "u_state_calc"
Field type - "Integer"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 04:15 AM
Hi @akin9,
Try with following BR.
Type : After -> Update
condition : state -> changes from -> in progess
code :
on incident form store field type is integer.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 04:15 AM
Hi @akin9,
Try with following BR.
Type : After -> Update
condition : state -> changes from -> in progess
code :
on incident form store field type is integer.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 06:22 AM