You can use the following macros to find the transform group for a UDT (or CDT), or the transform group settings for a user, profile, or current session.
Macro | Description |
---|---|
SYSUDTLIB.HelpCurrentUserTransforms | Lists the transform group settings of the current logon user. |
SYSUDTLIB.HelpCurrentSessionTransforms | Lists the transform group settings of the current session. |
SYSUDTLIB.HelpUserTransforms(User) | Lists the transform group settings for a specific user. |
SYSUDTLIB.HelpCurrentUDTTransform(UDT) | Lists the transform group settings of the current session for the specified UDT. |
SYSUDTLIB.HelpUDTTransform(User,UDT) | Lists the transform group for a UDT for a user. |
SYSUDTLIB.HelpProfileTransforms(Profile) | Lists the transform group settings for a specific profile. |
SYSUDTLIB.HelpProfileTransform(Profile,UDT) |
Lists the transform group for a UDT for a profile. |