Codeunit "CDS Integration Impl."

ID 7201
Namespace: Microsoft.Integration.Dataverse

Properties

Name Value
SingleInstance True

Methods

AssignTeamRole

procedure AssignTeamRole(CrmHelper: __MissingTypeSymbol__, TeamId: Guid, RoleId: Guid): Boolean

Parameters

Name Type Description
CrmHelper __MissingTypeSymbol__
TeamId Guid
RoleId Guid

Returns

Type Description
Boolean

MultipleCompanyNotificationHelpLink

procedure MultipleCompanyNotificationHelpLink(Notification: Notification)

Parameters

Name Type Description
Notification Notification

MultipleCompanyNotificationHelpLink

Obsolete

This element will become obsolete from version 24.0. Use MultipleCompanyNotificationHelpLink(Notification: Notification) instead

[Obsolete(Use MultipleCompanyNotificationHelpLink(Notification: Notification) instead,24.0)]
procedure MultipleCompanyNotificationHelpLink()

DisableMultipleCompanyNotification

procedure DisableMultipleCompanyNotification(Notification: Notification)

Parameters

Name Type Description
Notification Notification

OpenIntegrationTableMappings

procedure OpenIntegrationTableMappings(Notification: Notification)

Parameters

Name Type Description
Notification Notification

GetOptionSetMetadata

procedure GetOptionSetMetadata(EntityName: Text, FieldName: Text): Dictionary of [Integer, Text]

Parameters

Name Type Description
EntityName Text
FieldName Text

Returns

Type Description
Dictionary of [Integer, Text]

InsertOptionSetMetadata

procedure InsertOptionSetMetadata(EntityName: Text, FieldName: Text, NewOptionLabel: Text): Integer

Parameters

Name Type Description
EntityName Text
FieldName Text
NewOptionLabel Text

Returns

Type Description
Integer

InsertOptionSetMetadataWithOptionValue

procedure InsertOptionSetMetadataWithOptionValue(EntityName: Text, FieldName: Text, NewOptionLabel: Text, NewOptionValue: Integer): Integer

Parameters

Name Type Description
EntityName Text
FieldName Text
NewOptionLabel Text
NewOptionValue Integer

Returns

Type Description
Integer

UpdateOptionSetMetadata

procedure UpdateOptionSetMetadata(EntityName: Text, FieldName: Text, OptionValue: Integer, NewOptionLabel: Text)

Parameters

Name Type Description
EntityName Text
FieldName Text
OptionValue Integer
NewOptionLabel Text

See also