Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody ,
I need your help plz , I have an application with a calender.
This Calender is automatically initialized to the current date.
So all my object ( graph ...) return information based on the date.
My problem is : when user connect to the application via Access Point , I see the current date in my calender , but no object.
The user must absolutely select the date at least once...
someone would have a solution to prevent this?
Hi,
Please set document level trigger to select the date value. by doing so user is not required to select any date.
Hope this helps
Regards,
SK
Hi,
Please set document level trigger to select the date value. by doing so user is not required to select any date.
Hope this helps
Regards,
SK
Hi Santhosh , it's work : Thank you