On Project task , change in actual start date calculates and changes planned end date on submission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 06:46 AM
On Project task , change in actual start date calculates and changes planned end date after form is submitted.
I am trying to calculate field poc using dates , so when i try getting the current value of planned end date I get the previous value instead of the value it got changed after submitting.
planned end date before hitting the submit button 9/10/2023
post submit the Business rule "Recalculate" does the calculation and changes the date to 10/10/2023
But when I do current . end_date; I get 9/10/2023 instead of 10/10/23.
tried shifting logic to client side but the setting is not dynamic but after submission so no use.
Since the setting is after submission , my BR is unable to get the latest value.
Any suggestion would be helpful.