Codeunit "IC Navigation"

ID 437
Namespace: Microsoft.Intercompany

Methods

NavigateToDocument

procedure NavigateToDocument(HandledICInboxTrans: Record "Handled IC Inbox Trans.")

Parameters

Name Type Description
HandledICInboxTrans Table Microsoft.Intercompany.Inbox."Handled IC Inbox Trans."

NavigateToDocument

procedure NavigateToDocument(ICOutboxTransaction: Record "IC Outbox Transaction")

Parameters

Name Type Description
ICOutboxTransaction Table Microsoft.Intercompany.Outbox."IC Outbox Transaction"

NavigateToDocument

procedure NavigateToDocument(HandledICOutboxTrans: Record "Handled IC Outbox Trans.")

Parameters

Name Type Description
HandledICOutboxTrans Table Microsoft.Intercompany.Outbox."Handled IC Outbox Trans."

Events

OnNavigateToPurchaseDocumentOnDocumentTypeCaseElse

[IntegrationEvent(False,False)]
local procedure OnNavigateToPurchaseDocumentOnDocumentTypeCaseElse(DocumentNo: Code[20], ICDirectionType: Enum "IC Direction Type", ICPartnerCode: Code[20], DocumentType: Enum "IC Transaction Document Type", var OpenDoc: Boolean)

Parameters

Name Type Description
DocumentNo Code[20]
ICDirectionType Enum Microsoft.Intercompany.Setup."IC Direction Type"
ICPartnerCode Code[20]
DocumentType Enum Microsoft.Intercompany.Journal."IC Transaction Document Type"
OpenDoc Boolean

OnNavigateToSalesDocumentOnAfterCheckDocumentType

[IntegrationEvent(False,False)]
local procedure OnNavigateToSalesDocumentOnAfterCheckDocumentType(DocumentNo: Code[20], ICDirectionType: Enum "IC Direction Type", ICPartnerCode: Code[20], ICTransactionDocumentType: Enum "IC Transaction Document Type", var ShouldNavigateToDoc: Boolean)

Parameters

Name Type Description
DocumentNo Code[20]
ICDirectionType Enum Microsoft.Intercompany.Setup."IC Direction Type"
ICPartnerCode Code[20]
ICTransactionDocumentType Enum Microsoft.Intercompany.Journal."IC Transaction Document Type"
ShouldNavigateToDoc Boolean

See also