Table "IC Outbox Transaction"
ID 414
Namespace: Microsoft.Intercompany.Outbox
Properties
| Name | Value |
|---|---|
| Caption | IC Outbox Transaction |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| "Transaction No." | Integer | |
| "IC Partner Code" | Code[20] | |
| "Source Type" | Option | |
| "IC Source Type" | Enum Microsoft.Intercompany."IC Transaction Source Type" | |
| "Document Type" | Enum Microsoft.Intercompany.Journal."IC Transaction Document Type" | |
| "Document No." | Code[20] | |
| "Posting Date" | Date | |
| "Transaction Source" | Option | |
| "Document Date" | Date | |
| "Line Action" | Option | |
| "IC Partner G/L Acc. No." | Code[20] | |
| "Source Line No." | Integer | |
| "IC Account Type" | Enum Microsoft.Intercompany.Journal."IC Journal Account Type" | |
| "IC Account No." | Code[20] | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
ShowDetails
procedure ShowDetails()
Events
OnAfterShowDetails
[IntegrationEvent(False,False)]
local procedure OnAfterShowDetails(var IOutboxTransction: Record "IC Outbox Transaction")
Parameters
| Name | Type | Description |
|---|---|---|
| IOutboxTransction | Table Microsoft.Intercompany.Outbox."IC Outbox Transaction" |
OnBeforeLookupDocumentNo
[IntegrationEvent(False,False)]
local procedure OnBeforeLookupDocumentNo(ICOutboxTransaction: Record "IC Outbox Transaction")
Parameters
| Name | Type | Description |
|---|---|---|
| ICOutboxTransaction | Table Microsoft.Intercompany.Outbox."IC Outbox Transaction" |
OnBeforeOutboxCheckSend
[IntegrationEvent(False,False)]
local procedure OnBeforeOutboxCheckSend(var ICOutboxTransaction: Record "IC Outbox Transaction", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ICOutboxTransaction | Table Microsoft.Intercompany.Outbox."IC Outbox Transaction" | |
| IsHandled | Boolean |
OnDeleteOnSourceTypeCase
[IntegrationEvent(False,False)]
local procedure OnDeleteOnSourceTypeCase(var ICOutboxTransaction: Record "IC Outbox Transaction")
Parameters
| Name | Type | Description |
|---|---|---|
| ICOutboxTransaction | Table Microsoft.Intercompany.Outbox."IC Outbox Transaction" |