Table of Contents

Page "Word Template Creation Wizard"

ID 9995
Namespace: System.Integration.Word

Wizard to create a Word template.

Properties

Name Value
PageType NavigatePage
SourceTable Table System.Integration.Word."Word Templates Table"
Caption Create a Word Template
Permissions tabledata "Word Template" = rm, tabledata "Word Template Field" = i, tabledata "Word Templates Table" = rm, tabledata "Word Templates Related Table" = i, tabledata AllObjWithCaption = r
InsertAllowed False
DeleteAllowed False
ModifyAllowed True
Extensible False

Methods

SetMultipleTableNo

procedure SetMultipleTableNo(TableIds: List of [Integer], SelectedTable: Integer)

Parameters

Name Type Description
TableIds List of [Integer]
SelectedTable Integer

SetTableNo

procedure SetTableNo(Value: Integer)

Parameters

Name Type Description
Value Integer

SetRelatedTable

procedure SetRelatedTable(RelatedTableId: Integer, FieldNo: Integer, RelatedCode: Code[5])

Parameters

Name Type Description
RelatedTableId Integer
FieldNo Integer
RelatedCode Code[5]

SetUnrelatedTable

procedure SetUnrelatedTable(UnrelatedTableID: Integer, RecordSystemId: Guid, RelatedCode: Code[5])

Parameters

Name Type Description
UnrelatedTableID Integer
RecordSystemId Guid
RelatedCode Code[5]

SetFieldsToBeIncluded

procedure SetFieldsToBeIncluded(TableId: Integer, IncludeFields: List of [Text[30]])

Parameters

Name Type Description
TableId Integer
IncludeFields List of [Text[30]]

Events

OnSetTableNo

[IntegrationEvent(False,False)]
local procedure OnSetTableNo(Value: Integer)

Parameters

Name Type Description
Value Integer

See also