SYNTAX:
xpxDefineAccessRights (currInst , userORgroupId : GENERIC; accessRights : INTEGER) status : INTEGER;
To be completed
The xpxDefineAccessRights function grants individual access rights to an EDMuser or an EDMgroup.
The acces rights granted by this function will only be effective in the case where the connected EDMuser/EDMgroup would otherwise be given public access. I.e, owners and administrators can not have their access rights increased or reduced by having individual access rights set.
Only owners, administrators and superuser may use this function.
The argument <currInst> specifies a numeric instanceID that uniquely identifies the instance.
The argument <userORgroupId> specifies a numeric instanceID that uniquely identifies the EDMuser or EDMgroup instance in the EDMdatabase that defines the owner of the instance.
The argument <accessRights> specifies the access rights ?.
This function is equivalent to the EDMinterface function edmiDefineAccessRights
General
Content
Integrations