Plumsail Lookup Fields are blank when Edit form is loaded
Posted: 20 Jan 2020
Hi,
A customer reported this issue this morning, regarding a Plumsail Form they use for their Purchasing system.
Users are able to add Lookup values in the New form, however upon loading the Edit form the lookup values (there are 6 in the form) are all blanked.
I've tried to return the underlying value using console.log however the form is returning null values for all lookup fields, version history (and the list view) shows data populated in these fields. A REST call to the list confirms this - see the resulting xml output:
<d:CategoryId m:type="Edm.Int32">1</d:CategoryId>
<d:ItemId m:type="Edm.Int32">3</d:ItemId>
<d:SupplierId m:type="Edm.Int32">16</d:SupplierId>
However when loading the forms the corresponding fields are blank. This has only started happening as of today.
I have tried removing all custom CSS and JS code from the form but this gives me the same result.
Any ideas what is happening here?
A customer reported this issue this morning, regarding a Plumsail Form they use for their Purchasing system.
Users are able to add Lookup values in the New form, however upon loading the Edit form the lookup values (there are 6 in the form) are all blanked.
I've tried to return the underlying value using console.log however the form is returning null values for all lookup fields, version history (and the list view) shows data populated in these fields. A REST call to the list confirms this - see the resulting xml output:
<d:CategoryId m:type="Edm.Int32">1</d:CategoryId>
<d:ItemId m:type="Edm.Int32">3</d:ItemId>
<d:SupplierId m:type="Edm.Int32">16</d:SupplierId>
However when loading the forms the corresponding fields are blank. This has only started happening as of today.
I have tried removing all custom CSS and JS code from the form but this gives me the same result.
Any ideas what is happening here?