How to Flow Custom Field from Transfer Line to Transfer Receipt Line Table in AL for D365 BC

Flow Custom Field from Transfer Line to Transfer Receipt Line: (1) In this blog we will see that how custom fields flow from “Transfer Line” to “Transfer Receipt Line”. For this, follow the below steps. Adding Fields in “Transfer Line” and “Transfer Receipt Line” as Table Extension. Adding Fields in “Transfer Order Subform” and “Posted Transfer …

How to Flow Custom Field from Transfer Line to Transfer Shipment Line Table in AL for D365 BC

Flow Custom Field from Transfer Line to Transfer Shipment Line: (1) In this blog we will see how custom fields flow from “Transfer Line” to “Transfer Shipment Line”. For this, follow the below steps- Adding Fields in “Transfer Line” and “Transfer Shipment Line” as Table Extension. Adding Fields in “Transfer OrderSubform” and “Posted Transfer Shipment Subform” …

How to Get Product Name of Business Central D365

How to Get Product Name of Business Central D365: (1) Business Central D365 have three names- Full Name. Marketing Name. Short Name. (2) For getting the above name, Microsoft provides the function “PRODUCTNAME”, which enables us to retrieve these names. (3) For getting the above name, the following methods are used. PRODUCT.FULL() PRODUCT.MARKETING() PRODUCT.SHORT() (4) Let’s …