Hello!
When setting start and end date on a Calendar object in a service, the available options are very limited. It would be nice to have the same options as in the App. Is there a reason for this?
It also seems like the Calendar is only calculated at the start of the service, and does not account for changes while running.
For each Order Line I want to iterate a Calendar with start and end date for the Order Line.
If it does not update while the service is running, I am not able to iterate the Calendar object.
Hi!
This limited functionality has been reported before, and I’ve let the Platform team know that it has come up again.
Is there any specific need for the Calendar objects in your service or could you combine service variables and a loop to achieve the same thing?
Please elaborate on your use case if you need help to find a workaround.
Hello!
Ok! I ended up using loops and service variables, so it’s good, thanks
1 Like