Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: Posting

$
0
0
you have to add your function in this loop : IF ("Document Type" = "Document Type" :: Order) and Ship THEN BEGIN ......... and also if you want the field shows in sales return order, you have to add your function in this loop: IF ("Document Type" = "Document Type" :: "Return Order") and Receive THEN BEGIN ......... Notice that you have to change "Qty. to ship" to "Return Qty. to Receive", also some different fields between Order and Return Order.

Viewing all articles
Browse latest Browse all 11285

Trending Articles