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
Currently we can setAppValuesetAppValuesdeleteAppValue and deleteAppValues.
Code that wants to getAppValue or getAppValues is currently doing a remote occ command to display and return each app value that it cares about. It will be much more efficient to provide a get method where we already have a post and a delete method.
The text was updated successfully, but these errors were encountered:
Currently we can
setAppValue
setAppValues
deleteAppValue
anddeleteAppValues
.Code that wants to
getAppValue
orgetAppValues
is currently doing a remoteocc
command to display and return each app value that it cares about. It will be much more efficient to provide aget
method where we already have apost
and adelete
method.The text was updated successfully, but these errors were encountered: