If using a KFI / UPLOAD job to SharePoint and populating Date or Date and Time type fields the SharePoint Server requires the date to be in a specific format.
To achieve this with EzeScan, do the following for the date KFI field/s:
For Date only Fields….
-
Set your KFI field to Date and the respective date format (if for supplier invoices set to VARIABLE).
-
Set the Output date mask to YYYY-MM-DD
-
Apply the changes
-
Select the respective UPLOAD job and confirm target field is set to "Date".
For Date/Time Fields….
The Date value must be in ISO 8601 format, e.g. yyyy-mm-dd hh:mm:ss
To achieve this with EzeScan, do the following for the date KFI field/s:
-
Set your KFI field to Date and the respective date format (if for supplier invoices set to VARIABLE).
-
Set the Output date mask to YYYY-MM-DD
-
Go to the Output tab and add the following as the suffix.
<<(Time Processed)(hh:mm:ss)>>
-
Apply the changes
-
Select the respective UPLOAD job and confirm target field is set to "Date & Time".
Run the job and the date will be correctly populated on the SharePoint Server.