Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have an App, contains From Date and To Date. Both are from Same source field.
Calendar selection is made using variable.
This is working as expected.
However I want to make a default selection. when user will open the App, it will show value only for MaxDate.
So , From Date and To Date will be same for default opening.
I tried to handle this through Trigger. It is not working properly.
Can anyone please help me.
Thanks,
Sarif
Try like this.
Create triggers with Set Variables with the below:
varMinDate
=max(ShipDate1)
varMaxDate
=max(ShipDate1)
PFA
Try like this.
Create triggers with Set Variables with the below:
varMinDate
=max(ShipDate1)
varMaxDate
=max(ShipDate1)