GetUserCustomizations

ACCPAC Common Controls

AccpacSession.GetUserCustomizations

Retrieves UI customization settings for the current logged in user on the UI specified by UIKey.

Function GetUserCustomizations(UIKey As String) As String()

Parameters

UIKey

[in] the unique key (identifier) for the UI This UI must be part of the application whose AppID is associated with the current session.

Return Value

Returns an array of Strings containing the names of the controls to hide in the UI for the current logged in user.

Returns an empty array if there are no customization settings defined for the current user.