Hi,
I want to include the in built Modified date field (as read only of course).
When I do this it errors because SharePoint includes AM/PM but Plumsail isn't expecting this.
How to I overcome/et around this?
many thanks,
Hi,
I want to include the in built Modified date field (as read only of course).
When I do this it errors because SharePoint includes AM/PM but Plumsail isn't expecting this.
How to I overcome/et around this?
many thanks,
Hi @peter.harrison,
I couldn't replicate the issue so far. The Modified SharePoint field displays date and time including AM/PM just fine in my experience.
Could you share a screenshot of the error?
It seems to have resolved now. I don't know how, so perhaps just a temporary glitch.
Thanks for looking at it anyway!
Hi Ilia, the issue has reappeared. Here is an example. The Modified date is simply the default field from SharePoint. It is not editable by the user. Or at least it shouldn't be.
Hi @peter.harrison,
Is the issue affecting a Display form, a New form, or an Edit form? This could happen if you used the line fd.spForm._formType = "Edit";
to make a Display form editable. In that case, please remove the Modified field from the form. Instead, you can use PnPjs and an HTML control to display the item's modification date.
If this is not about a Display form, please specify your editor and app package version (for SharePoint forms) and send an export of the form to support@plumsail.com.
Thanks Ilia. It seems to have resolved again. It is very inconsistent. If it repeats again I will gather more info about the scenario.
Thanks again for your help,
Peter