Author: ERP Consultors
Create Purchase Order in Business Central: (1) A purchase order (PO) is a document that represents an agreement with a vendor to buy goods or services. The document also helps keep track of product receipts that are made toward the order and, later, the accounting of vendor invoices that the vendor bills toward the order. (2) …
Create Bank Account Master in Business Central: (1) As per Microsoft, You use bank accounts in Business Central to keep track of your banking transactions. Accounts can be denominated in your local currency or in a foreign currency. After you have set up bank accounts, you can also use the check printing option. The bank accounts …
Use of RUN and RUNMODAL in Business Central: (1) In D365 BC there are two functions: RUN RUNMODAL (2) Both functions are used for running the objects (Reports, Pages &Codeunits). (3) The basic used and differences between RUN and RUNMODAL are that, The first is that with RUNMODAL execution of the calling object is stopped until …
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. …
Customize StrMenu or Dialog option at the time of Purchase Posting in D365 BC: (1) In this blog, we will make an extension to change the menu or dialog option at the time of Purchase Order Posting or Purchase Return Order Posting. (2) First, we will open Purchase Order Document and Press Post Button (Shortcut Key …
Customize Post StrMenu or Dialog option at the time of Sales Posting in D365 BC: (1) In this blog, we will make an extension to change the menu or dialog option at the time of Sales Order Posting or Sales Return Order Posting. (2) First, we will open Sales Order Document and Press Post Button (Shortcut …
Maximum Database Storage capacity in D365 BC: (1) In this blog, we will discuss, “Storage limitation in D365 BC SAAS”. (2) In Business Central, customers can use up to 80 GB of database storage capacity across all their environments (production and sandbox). This limit means that the sum of database capacity usage across all of their …
See Database Storage Capacity in D365 BC SAAS: (1) In this blog, we will see, “How to see the database storage in D365 BC SAAS”. (2) For that open the D365 BC and go to the “Admin Center” as shown. (3) After that, a new tab opens and select the Capacity option in the menu as …
Add New Field in Field Group in D365 BC: (1) We know how to create Field Group (DropDown Controls) in D365 BC. (2) Now in this blog, we will add a new field to the existing field group controls. <Name>: can be either DropDown, for adding fields to the drop-down control, or Brick to display data …
Creation and Posting of Item Reclassification Journal: (1) In this blog, we will see how to create and post an Item Reclassification Journal. Use item reclassification journals to transfer item inventory from one location to another location. Item Journal is mainly used for adjustment or transferring of Item inventory. Go to the search bar and type …