Hi,
In v92 I've created a Permissions Group and assigned it to a newly created Program Function (PF). The PF has a custom script and a custom object event (CCC_EVENT) configured. The script is called via a custom api endpoint and ,at one point, generates the CCC_EVENT event on the DialogDatabase table using VI.DB.JobGeneration.JobGen.Generate.
Now I have assigned a user to the PG. Running postman I'm getting "VI.Base.ViException: You are not allowed to generate event CCC_EVENT for table DialogDatabase" whenever I login with that user and run the api endpoint.
What could I be missing?