[BUG] Plumsail Lookup Fields are blank on Edit form
Hello,
unfortunatly I found another issue after installing the new Version of designer.
The code for the plumsails-lookup, which filters the selection by letters you type in does not work.
Error message: Loading failed
Debugging error says:
{"error":{"code":"-1, Microsoft.SharePoint.SPException","message":{"lang":"de-DE","value":"Das Feld \"NameVorname\" des Typs \"Calculated\" kann nicht in dem Abfragefilterausdruck verwendet werden."}}}
Before the update it was possible to use calculated fields as filterexpression.
Code is:
function (term, page) {
if (!term || term.length == 0) {
return "{WebUrl}/_api/web/lists('{ListId}')/items?$select=Id,{LookupField}&$orderby=Created desc&$top=10";
}
return "{WebUrl}/_api/web/lists('{ListId}')/items?$select=Id,{LookupField}&$orderby={LookupField}&$filter=startswith({LookupField}, '" + encodeURIComponent(term) + "')&$top=10";
}
unfortunatly I found another issue after installing the new Version of designer.
The code for the plumsails-lookup, which filters the selection by letters you type in does not work.
Error message: Loading failed
Debugging error says:
{"error":{"code":"-1, Microsoft.SharePoint.SPException","message":{"lang":"de-DE","value":"Das Feld \"NameVorname\" des Typs \"Calculated\" kann nicht in dem Abfragefilterausdruck verwendet werden."}}}
Before the update it was possible to use calculated fields as filterexpression.
Code is:
function (term, page) {
if (!term || term.length == 0) {
return "{WebUrl}/_api/web/lists('{ListId}')/items?$select=Id,{LookupField}&$orderby=Created desc&$top=10";
}
return "{WebUrl}/_api/web/lists('{ListId}')/items?$select=Id,{LookupField}&$orderby={LookupField}&$filter=startswith({LookupField}, '" + encodeURIComponent(term) + "')&$top=10";
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest