Shubham S
11/08/2024, 1:23 PMvar userObj = runtime.getCurrentUser();
log.debug('userObj', userObj);
var userPermission = userObj.getPermission({
name: 'ADMI_IMPORTCSVFILE'
});
However, this code consistently returns a permission level of 4
, regardless of whether the current user actually has CSV import permissions. Any guidance or suggestions would be greatly appreciated!verikott
11/08/2024, 1:50 PMShubham S
11/08/2024, 1:58 PM