Codeunit "Auto Create Sales Orders"

ID 5349
Namespace: Microsoft.Integration.D365Sales

Properties

Name Value
TableNo Table System.Threading."Job Queue Entry"

Events

OnBeforeCreateNAVSalesOrdersFromSubmittedCRMSalesorders

[IntegrationEvent(False,False)]
local procedure OnBeforeCreateNAVSalesOrdersFromSubmittedCRMSalesorders(var CRMSalesorder: Record "CRM Salesorder", var IsHandled: Boolean)

Parameters

Name Type Description
CRMSalesorder Table Microsoft.Integration.D365Sales."CRM Salesorder"
IsHandled Boolean

OnCreateNAVSalesOrdersFromSubmittedCRMSalesordersOnAfterCRMSalesorderSetFilters

[IntegrationEvent(False,False)]
local procedure OnCreateNAVSalesOrdersFromSubmittedCRMSalesordersOnAfterCRMSalesorderSetFilters(var CRMSalesorder: Record "CRM Salesorder")

Parameters

Name Type Description
CRMSalesorder Table Microsoft.Integration.D365Sales."CRM Salesorder"

See also