Delete/Update action item is not working as expected in Now Mobile. Clicking on it nothing happens.Issue The Delete(Swipe) or update action that an applet is not working and it is failing to delete the record. There will be the following error in the node logs: *** WARNING *** Can't update record. Access Policy does not allow update accessReleaseMobileResolutionThe function and the action item maybe are in a custom scope. But the table and its dictionary entry that the action item is trying to modify is in are in the global scope. So basically we are trying to update the field which is in global scope from the custom scope.To fix the issue, we need to give permission to update the fields from a different scope. -->Open the table record by going to sys_db_object.LIST and open the table record. -->Under Application access, set the checkbox 'Can update' to true