For the end date using client system time (works ok).
For the start date I would like 7 days prior to end date.
And/ or even a way for user to select start date via vision client.
Could anyone point me in a direction to go to achieve this?
For the start date I would like 7 days prior to end date.
And/ or even a way for user to select start date via vision client.
Could anyone point me in a direction to go to achieve this?
If you want to allow the user to select the date, you might want to replicate something similar as i'm showing here
dateArithmetic({Root Container.endDate.date},-7,'day')
Then in this case your binding screen will look something like this:
I hope this helps.