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 …