Table "User Preference"

ID 1306
Namespace: System.Security.User

Properties

Name Value
Caption User Preference
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"User ID" Text[132]
"Instruction Code" Code[50]
"User Selection" Blob
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

DisableInstruction

procedure DisableInstruction(InstrCode: Code[50])

Parameters

Name Type Description
InstrCode Code[50]

EnableInstruction

procedure EnableInstruction(InstrCode: Code[50])

Parameters

Name Type Description
InstrCode Code[50]

GetUserSelectionAsText

procedure GetUserSelectionAsText(): Text

Returns

Type Description
Text

SetUserSelection

procedure SetUserSelection(Variant: Variant)

Parameters

Name Type Description
Variant Variant

Events

OnBeforeDisableInstruction

[IntegrationEvent(False,False)]
local procedure OnBeforeDisableInstruction(InstrCode: Code[50], var IsHandled: Boolean)

Parameters

Name Type Description
InstrCode Code[50]
IsHandled Boolean

OnBeforeEnableInstruction

[IntegrationEvent(False,False)]
local procedure OnBeforeEnableInstruction(InstrCode: Code[50], var IsHandled: Boolean)

Parameters

Name Type Description
InstrCode Code[50]
IsHandled Boolean

See also