[SOLVED] Add role to CLP

Hello,

I want to add the coreservices role to the table where the synchronized events of my contract are stored so that only the sync process can modify that class. The problem I have is that in the interface, if I write the name of the role, it does not let me mark the options that I want to authorize:

Can you help me, plese?

thanks!

You shouldn’t have to do anything else than to enter the name, whose options should be set by default

If I write role name an save like this:

When I open de modal again the role doesn’t appear:

This doesn’t work because when the sync event is executed I get this error in the log:

Error: Permission denied for action update on class <className>

Try to add role coreservices there

After that just press enter

1 Like

That has worked. Perfect!

1 Like