Codeunit "Item Jnl.-B.Post"
ID 243
Namespace: Microsoft.Inventory.Posting
Properties
Methods
JournalWithPostingErrors
procedure JournalWithPostingErrors(): Boolean
Returns
Events
OnAfterCode
[IntegrationEvent(False,False)]
local procedure OnAfterCode(JnlWithErrors: Boolean)
Parameters
| Name |
Type |
Description |
|
JnlWithErrors
|
Boolean
|
|
OnCodeOnBeforeConfirm
[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeConfirm(var IsHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
IsHandled
|
Boolean
|
|
OnCodeOnBeforeMessage
[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeMessage(var IsHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
IsHandled
|
Boolean
|
|
See also