MpUserMgrUICreateDlgType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpUserMgrUICreateDlgType

mapp Services V5.16

Data type used to control the display of a dialog box. This dialog box is used to create and edit a new user.

Only a user with administrator rights can create users that also have administrator rights.

Parameter

Data type

Description

UserName

WSTRING[20]

Name of the user.

If a user is edited, the name cannot be changed.

If a new user is created, the username can be specified here.

VC4 connection: Datapoint from String

UserNameOk

UINT

The username corresponds to the criteria for a username.

FullName

WSTRING[100]

Full name of the new user

VC4 connection: Datapoint from String

GroupIndex

UINT

User group to which the user should be assigned. Connected via drop-down list that displays a text group with the user groups.

VC4 connection: IndexDatapoint from Dropdown (text group for user groups)

GroupOption

ARRAY[0..9] of UINT

Sorts and removes user groups in the drop-down list that cannot be selected

VC4 connection: OptionDatapoint from Dropdown (text group for user groups)

NewPassword

WSTRING[20]

New password

VC4 connection: Datapoint from String

NewPasswordOk

UINT

The new password corresponds to the criteria for a password.

CriteriaNotMet

MpUserUIPasswordCriteriaEnum

If the password entered does not correspond to the criteria for a new password, this parameter will indicate the error. If several criteria are not met, then only one will be indicated by this parameter.

ConfirmPassword

WSTRING[20]

Password confirmation

VC4 connection: Datapoint from String

ConfirmPasswordOk

UINT

Password for confirming the correct input

Language

UINT

Preferred language of the new user

VC4 connection: IndexDatapoint from Dropdown (text group for languages)

DisplayUnit

UINT

Preferred unit of the new user

VC4 connection: IndexDatapoint from Dropdown (text group for units)

LayerStatus

UINT

Visibility of the dialog box (status data point for the dialog box layer)

VC4 connection: StatusDatapoint from Layer

Confirm

BOOL

Confirms the operation

VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1

Cancel

BOOL

Cancels the operation

VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1

AdditionalData

ARRAY[0..9] of MpUserMgrUIAdditionalDataType

Additional user information

 

ui_usermgruicreatedlgtype