GetProfiles

ACCPAC Common Controls

AccpacSession.GetProfiles

Retrieves a list of all UI customization profiles set up in ACCPAC's Administrative Services.

Sub GetProfiles(
  ProfileIDs() As String,
  ProfileDescs() As String)

Parameters

ProfileIDs

[out] returns an array of profile IDs

ProfileDescs

[out] returns an array of profile descriptions - one item for each item in the profile ID array in the same respective position

Remarks

Only users logged in as administrators (ADMIN) can call this method.