Get Dimension Set ID in BC D365: (1) In this blog, we will learn about Dimension Set ID in Business Central D365. Refer to Dimension Set Entries Overview. (2) For explaining this, Refer to the below code. (3) After doing this, call this function, as per your requirement, and see the result. How to Convert or …
Modify Shortcut Dimension Value in Pre-Entries in D365 BC: (1) In this blog, we will learn about dimension value modification in unposted entries in Business Central D365. Refer to Dimension Set Entries Overview. (2) For Global Dimensions, there is no need for this below code, you can assign and modify the value. Because Global Dimension is …
Modify Triggers of Existing Report in BC D365: (1) In this blog, we get to know about the modification or adding logic in the existing triggers. For this open the VS editor and create a report extension object and follow the steps as shown below. (2) In this example, I want to do changes in the …
Modify the Existing Report Layout in D365 BC: (1) In this blog, we will get to know about the changes done to the existing report layout. Sometimes clients required some changes in the existing report (adding a new field, changes in format, etc.). (2) For adding new fields in the report, follow this link “New Fields …
Page Extension Overview in Business Central: (1) In this blog, we will discuss the extension of Page in BC D365. You can extend existing page objects, similar to how you extend tables and reports. With page extensions, you can extend an existing page by: (2) Note from Microsoft as shown. (3) The following keywords in the …
Report Extension Overview in Business Central D365: (1) In this blog, we will discuss the extension of the Report in BC D365. You can extend existing report objects, similar to how you extend tables and pages. With report extensions, you can extend an existing report by: (2) Note from Microsoft as shown below. (3) Tip from …
Switch Company and Environment in D365 BC SAAS: (1) In this blog, we will get to know about the switching or change to another company and environment in Business Central D365. (2) Definition of Company→ Company is a container that holds information about a legal entity. (3) Definition of Environment→ Companies in Business Central online exist …
New Fields add in Report using Extension in D365 BC: (1) In this blog, we will learn how to add a new field to the existing report by using the report extension feature of Business Central D365. (2) For this open VS studio and create a Report Extension object, as shown. (3) After doing the above …