How to Generate Barcode in Business Central

Generate Barcode in Business Central: (1) In this blog, we will get to know about BARCODE GENERATION in D365 BC. (2) For generating Barcode, we will use D365 BC “Barcode Module”. From this Barcode module, we will take two objects for generating Code39 one-dimensional font i.e. Barcode Symbology: ENUM Object. Barcode Font Provider: INTERFACE Object. (3) …

Use of STRMENU function in D365 BC

Use of STRMENU function in D365 BC: (1) STRMENU is a function that displays a series of options. (2) Syntax of STRMENU: OptionNumber := Dialog.STRMENU(OptionString ) OptionStringType: Code or text constantA comma-separated string. Each substring in OptionString specifies an option on the menu. DefaultNumberType: IntegerUse this optional parameter to determine a default option, which is highlighted. …