This function updates list items on SharePoint for selected record.
Parameters:
-
"_SharePointListSetupCode" - Specifies the SharePoint list setup. The maximum number of characters is 20.
-
"_ContentTypeName" - Specifies the content type internal name.
-
"_DeleteRecord" - Allows to delete item from SharePoint.
-
"_Record" - Specifies the record for update.
-
"_ShowMessages" - Allows to hide messages during update.
-
"_RunOnServer" - Specifies whether function runs on a client machine or a server machine.