Consultor Eletrônico



Kbase P17800: Dynamics: How to get the User Category of a user.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/03/2003
Status: Unverified

GOAL:

Dynamics: How to get the User Category of a user.

FACT(s) (Environment):

Dynamics 2.0A

FIX:

Use the Customization Manager to run the "getReferencedUserCategory" function. e.g.

DEFINE VARIABLE h_customizationManager as handle NO-UNDO.
DEFINE VARIABLE UserCat AS CHARACTER NO-UNDO.

h_customizationManager =
DYNAMIC-FUNCTION("getManagerHandle":U, INPUT "CustomizationManager":U).

UserCat =
DYNAMIC-FUNCTION('getReferenceUserCategory':U IN h_customizationManager).