Hello everyone,
Nice to meet you all, and thanks for your reading. I'm a noob and a little bit annoying with a development.
On my form linked to a Sharepoint list, I want to :
- click on a button (done it)
- the click to update by retrieving the current date
- close the form (in order to return to the Sharepoint list in question)
In my first approach, I posted this in GENERAL -> Property: click :
fd.field('xxxxDate').value = new Date();
return fd.close();
But this simply closes, without placing the date in the expected column.
In my js editor I only have a code to hide the toolbar and another to export to pdf before saving.
So, I'm asking what am I missing here ?
If anyone, do have an idea.
Thank you again,