I have a form where the user enters data into various fields and on button click, the table is to be updated per the following:
"Update LASP_INVENTORY set chkCalRequested = 1 , parentfolderid = '" + ProcessContext.FolderId + " ' where INVENTORYID = ' " + Local.txtInvID + "'"
The command works perfectly outside of Metastorm but the field is never updated when I deploy within Metastorm.
Any help would be appreciated. Thanks!