Quick EnterpriseOne Version Security Solution

imageWhether you are trying to change the processing options of an interactive version or a batch version.  Sometimes you can run into issues where the application indicates that you do not have authority to change the version like the example to the left.

To quickly get around this error, we can use SQL to change the security setting in the F983051.

 

UPDATE CODV811/F983051
SET VREXCL = 0
WHERE vRPID = 'P03B2002'
AND VRVERS = 'TEST0001' 
Tags: e1, enterpriseone, EnterpriseOne - Security, EnterpriseOne - SQLs, security, sql

Related posts

Post a Comment