Add customized code in sales order confirmation In D365FO
Check below method.
[ExtensionOf(classStr(SalesConfirmJournalPost))]
internal final class TestSalesConfirmJournalPost_Extension
{
/// <summary>
/// Chain of Command; after posting, update reallocation records.
/// </summary>
protected void endPost()
{
next endPost();
//Try to write here
}
}
Keep Daxing!!
No comments:
Post a Comment