Skip to main content

Posts

Showing posts with the label NAV2018-BC14

MSDYN365BC - How to Do Futuristic Development in CAL?

Hi Readers, As requested by multiple readers we will discuss in this article series about how to do Futuristic development. This is the first article in this series where we will take the example of a customer requirement and going forward we will develop that using CAL and will see the benefit of using Event Driven Programming in C/AL. I am considering this example as this capture all object types and also include base object changes.

MSDYN365BC - Object Designer for AL.

Hi Readers, In today's article, we will be discussing a great VS Code extension. I am using that extension and I loved the extension. The extension is built by Marton Sagi and is available in Marketplace and can be deployed in Visual Studio Environment. If you are new to AL Programming or VS Code Editor, two things you will understand from this article - You can build an extension for AL programming. How this Extension will help all developers.

MSDYN365BC - Event Recorder - How to Identify Event to subscribe for Extensions?

Hi Readers, Thank you for all your question. In this article, we will discuss a question from Justin Arnold. "How Do we identify Which Event to Subscribe to appropriately integrate our own logic?" With Business Central Microsoft Released a Feature called Event Recorder which works in the same way as Permission Recorder in NAV?

MSDYN365BC - How to Enable Download Source or ShowMyCode in Extensions?

Hi Readers, I am feeling great with all the questions that I am receiving via Email, Contact Us, Facebook Page, Google Page & Twitter. Thank you for all your question. In this article, we will discuss the question "How can I download Source Code for my Extension once Deployed?" I think this point is not yet discussed for Extension in Customer Database and it is important. Below are my thoughts -

MSDYN365BC - AL Development 10 - Summary of AL Development Series.

Hi Readers, I hope you all are following this series and learned something new with this series. If you haven't read any article in this series then Please Refer Table of Index .

MSDYN365BC - AL Development 09 - How to Develop New Report in AL?

Hi Readers, I hope you all are following this series and followed and completed what we have discussed till now. If you are new to this then Please Refer Table of Index . Last but not least in this article we will discuss how to develop a Report in AL. A customer would like to analyze Source of Sales based on Item Sold.

MSDYN365BC - AL Development 08 - Republish and Testing Extension.

Hi Readers, I hope you all are following this series and followed and completed what we have discussed till now. If you are new to this then Please Refer Table of Index . Second Last part of this extension is about Republishing the updated Extension and Testing the Process.

MSDYN365BC - AL Development 07 - Add More Subscriber in Codeunits For Ledger?

Hi Readers, I hope you all are following this series and followed and completed what we have discussed till now. If you are new to this then Please Refer Table of Index . We are about to finish this series with 2 more articles. In this part of this extension as per customer, the requirement is had the Sales Header Source Code to be updated in Item Ledger Entries also.

MSDYN365BC - AL Development 06 - How to Develop Subscriber Codeunits?

Hi Readers, I am sure everyone was able to publish your extension based on the Last article. If you haven't read the earlier article, then refer to the table of content . As promised in the article we will add code to check Source of sales is filled in during the posting of sales order as per customer requirements. The user should be able to select the Source of sales in Sales documents and its a mandatory field to key in before posting a sales document. Let's try to add this Code to our extension.

MSDYN365BC - AL Development 05 - Publish Extension.

Hi Readers, I hope you were able to follow what we have done till now on Last articles in this series. If you haven't read the earlier article, then Refer to Table of content . Till now we have developed some new tables and pages and customized base objects using Table Extension and Page Extension. In this article, we will Publish this extension to see what we have done in the application.

MSDYN365BC - AL Development 04 - How to Customize Base Pages?

Hi Readers, I am optimistic that everyone was able to follow what we discussed till now. If you haven't read the earlier article, then Refer to the Table of Content. So in this article, we will add fields added in tables in the pages so that user can access those fields. The customer Requires new fields added in few standard pages.

MSDYN365BC - AL Development 03 - How to Customize Base tables?

Hi Readers, I am sure everyone was able to develop a table and page in AL based on Last articles in this series. If you haven't read the earlier article, then refer to the table of content . As promised in this article we will customize base tables as per customer requirements. The Customer requires new field added in below-listed base tables and set table relation to the new table created earlier.

MSDYN365BC - AL Development 02 - How to Develop New Page in Database?

Hi Readers, I am sure everyone was able to develop a table in AL based on the Last article. If you haven't read the earlier article, then refer to the table of content. As promised in the article we will build the new page as per customer requirements. The customer requires a new list page to add, modify & delete data stored in the database. Let's try to add this page to our extension.

MSDYN365BC - AL Development 01 - How to Develop New Table in Database?

Hi Readers, I am sure you have completed all Prerequisites, as listed in Customer Requirements article (first article in this series). Please Refer Table of Index for AL Dev . As promised in this article we will build the new table as per customer required. The customer requires a new table to set up master for Source of Sales. Below is the field list that we plan to have it on the table.

MSDYN365BC - Customer Requirement for AL Development Blog Series.

Hi Readers, As promised in the last article we will start building our first extension using VS Code and AL Programming Language. This is the first article in this series where we will take the example of a customer requirement and going forward we will develop that using VS Code as our first Extension for Microsoft Dynamics 365 Business Central. I am considering this example as this capture all object types and also include base object changes.

MSDYN365BC - Why Customer and Developer Should Choose AL over C/AL?

Hi Readers, I have received so many comments and email about how to code with New changes. There are so many confusion and wrong assumptions with these changes that Microsoft is bringing in the product. Old Way - #MSDNAV   <==> New Way - #MSDYN365BC

MSDYN365BC - The “Ready to Go” Online Learning Catalog

Hi Readers, Microsoft has published "Ready To Go" Online Learning Catalog. I haven't gone through in detail but I am sure that content prepared my Microsoft should help in our work/business. The Learning content is grouped based on Roles that you fill in your organization - Developers Consultant Pre-Sales Sales Marketers Business Decision Makers

MSDYN365BC - Publish Extension Error - NetFx40_LegacySecurityPolicy is enabled and must be turned off.

Hi Readers, I hope till this time everyone would have tried creating and publishing extension on Business Central on-Prem Version. If you haven't then start and learn how to do that. If you already started doing this you might be getting an error message while publishing extension. In this article, we will discuss how to fix NetFx40_LegacySecurityPolicy issue.

Microsoft Dynamics NAV 2018 - Sales & Purchase Batch Posting Issue.

Hi Readers, I am fixing this issue in multiple NAV 2018 projects, so I thought it would be nice for sharing it to the community so if anyone faces issues can fix it. Below are the details of what objects are impacted for this change and what additional steps to do other than object merge.

Microsoft Dynamics NAV / BC - How to Setup default company for user?

Hi Readers, I think most of us know this but someone asked me and I also did it for one of my customers. I thought it makes sense to have a small blog post for same so that I can reference it later too. When we start Microsoft Dynamics NAV / Business Central it auto start with a company. In this article, we will discuss how we can set a default company in both clients.