Tag: business central
Import License File In Business Central D365 On-premises: STEP-01: In the windows search bar, search for a Business Central Administration Shell. STEP-02: Right-click on Business Central Administration Shell and select Run as Administrator. STEP-03: After that type the command Import-NAVServerLicense in the Business Central Administration Shell, editor. STEP-04: After typing the above command in the Business …
Page Creation In Microsoft Dynamics 365 BC STEP-01: Right Click on the .vscode and select New File. STEP-02: Enter the Name of the page as shown. Note while naming the page .al extension is mandatory. STEP-03: Type tp for creating a new page. âtâ is the prefix for finding the objects in VS. STEP-04: After step 03, page structure has …
Table Creation In Microsoft Dynamics 365 BC Step-01: Right Click on the .vscode and select New File. Step-02: Enter the Name of the table as shown. Note while naming the table .al extension is mandatory. Step-03: Type tt for creating a new table. ”t” is the prefix for finding the objects in VS. Step-04: After step …