Category: D365 BC

Update Item Ledger Entry fields at the time of Purchase Receipt Posting in D365 BC

Update Item Ledger Entry fields at the time of Purchase Receipt Posting: (1) In this blog, we will update the “Item Ledger Entry” fields at the time of Posting Purchase Receipt or GRN, or MRN. (2) For this, create fields via making an extension (Refer → Create Table Extension and Create Page Extension). Purchase Line → Create Purchase …

How to Enable Multi-Factor Authentication in D365 BC Online

Enable Multi-Factor Authentication in D365 BC: In this blog, we will discuss “Multi-factor Authentication” in Microsoft Dynamics 365 Business Central Online. It delivers single sign-on authentication through verification options, like SMS or OTP or Call. EnableMulti-factor Authentication: (1) For this open D365 BC with the admin user and go to the highlighted Icon and select the …

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. …