Dear All:
For the sake of sharing the information, I would like to share the following:
To set the default value of the "Due Date" in the Task Item to be for example (Current Date + 7 Days) do the following:
1. Backup %OPENTEXT HOME%\module\ilinkgui_3_0_0\html\0\createtask.html
2. alter the following line:
From:
;;call <htmlPrefix + 'datefield.html'>( 'DateDue', undefined, TRUE, TRUE )
to:
;;call <htmlPrefix + 'datefield.html'>( 'DateDue', Date.Now() + ( 60 * 60 * 24 * 7), TRUE, TRUE )
Admin : if you think this information is no valid/wrong please remove it, forgive me I'm new to LiveLink this is my second month with the system.
Very very new member