Security_Recalc_Function
You may need to write a procedure to synchronize security with the external system; see "Synchronizing Security with Integrated Environments". If so, set the Security_Recalc_Flag_RC for the Adapter Area to $YESNO$YES
and write a procedure with the following signature:
Procedure RecalcDiscovererSecurity (pi_nCompanyId IN NUMBER, pi_nObjId IN NUMBER, pi_nObjVer IN NUMBER);
The function's parameters take the following values:
-
pi_nCompanyId see "Getting Your Company ID"
-
pi_nObjId takes the Object ID of the object instance the user is trying to use.
-
i_nObjVer takes the object version number of the object instance the user is trying to use.
Parent topic: Object Execution Functions and Procedures