You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I try to set the Author field on an Item but I get everytime an error "Uncaught [SharepointPlus 'setReadOnly']: the list ID/Name is required"
I try this at the end:
$SP().list("Listname").setReadOnly("Author", false)
.then(function () {
$SP().list("Listname").update({ ID: 1, Author: 1478 })
});
I tried the same with add but I get the same error.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I try to set the Author field on an Item but I get everytime an error "Uncaught [SharepointPlus 'setReadOnly']: the list ID/Name is required"
I try this at the end:
$SP().list("Listname").setReadOnly("Author", false)
.then(function () {
$SP().list("Listname").update({ ID: 1, Author: 1478 })
});
I tried the same with add but I get the same error.
Thanks in advance
The text was updated successfully, but these errors were encountered: