Percentage field is not getting updated after certain value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 12:26 PM
I have created a Percentage field on change request table similar to Business Elapsed Percentage on task_sla table. I have written after BR to sync this percentage field. It is getting updated till 100 and later it is not getting updated. Even though Business Elapsed Percentage field is updating.
Please find the attached images !
- Labels:
-
update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 05:00 AM
What table are you running this business rule on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 05:23 AM
@Uncle Rob task_sla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 05:43 AM
I wonder if there's an attribute or something that governs if the Percentage field can move beyond 100% or not. So I'd pull up the dictionary entry for the OOB Task_SLA Percent Complete fields and compare it directly against the one you built on change_request.
Got to be something about those field properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:17 AM
@Uncle Rob compared the Business elapsed percentage on task_sla and the custom field I created. Both are same and no attributes for any.