Hi,
I'm trying to add a live calculated field onto a Freedom List.
When 2 columns are set (e.g. Start Time, End Time) I want the Duration Column to be updated with the time difference. (With the picture below the Duration column should be set to "1hr")
Is there a way to do this?
Like
Hi,
You can implement logic similar to the DurationInMinutes and DurationInMinutesAndHours fields in the Activity object (CrtCoreBase).
You can check the logic for calculating these columns and build similar event-driven logic (an object-level process).
Method: CalculateDurationOnSaving();
Alternatively, you can build a business process that will trigger when the Start Time or End Time fields are changed and calculate the required Duration field using a formula.
https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/business-process-setup/process-formulas
Best regards,
Pavlo!