Skip to main content

COMMENT AND UNCOMMENT MULTIPLE LINES OF C/AL CODE IN NAV 2015


We can add and remove comment marks manually for each line till now.
But from now the Comment Selection and Uncomment Selection options available in the Edit menu.
The Comment Selection and Uncomment Selection options enable you to comment or uncomment multiple lines of code all at once.
  •  To comment lines of code, select the lines, and then, in the Edit menu, choose Comment Selection (Shift+Ctrl+K).
  • To uncomment lines of code, select the lines, and then choose Uncomment Selection              (Shift+Ctrl+O).




Comments

  1. Hello, I have browsed most of your posts. This post is probably where I got the most useful information for my research. Thanks for posting, maybe we can see more on this. Are you aware of any other websites on this subject. register free to b2bmap.com exporters directory online

    ReplyDelete
  2. A good blog always comes-up with new and exciting information and while reading I have feel that this blog is really have all those quality that qualify a blog to be a one. news

    ReplyDelete
  3. I have a mission that I’m just now working on, and I have been at the look out for such information News Update

    ReplyDelete
  4. The blog and data is excellent and informative as well https://hufforbes.com/

    ReplyDelete
  5. We are tied directly into the sate’s renewal database which allows us to process your request almost instantly. thekontent

    ReplyDelete
  6. If your looking for Online Illinois license plate sticker renewals then you have need to come to the right place.We offer the fastest Illinois license plate sticker renewals in the state. thekontent

    ReplyDelete
  7. superb post. Ne’er knew this, appreciate it for letting me know. https://e-book.business/money-master-the-game/

    ReplyDelete
  8. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. Power Plant UAE

    ReplyDelete
  9. I learn some new stuff from it too, thanks for sharing your information. Power Plant UAE

    ReplyDelete

Post a Comment

Popular posts from this blog

Dynamics 365 Business Central - Key Board Shortcuts for Quick actions

We all are very much familiar with the Dynamics NAV shortcuts to do day to day transactions but what about the Business Central.  Below are the Key Board Quick reference shortcuts for some of the most used actions.  Blog Referenced to Microsoft Post. here

Location wise User access to post the inventory transaction

In Dynamics NAV, if you are using the warehouse functionality like warehouse receipt and warehouse shipment then you have an option to define the location wise user access but what if you are not using warehouse functionality and just doing inventory transaction. One of my client had a same scenario, they have multiple branches and keeping stock over there. now the problem was any branch employee can post the inventory in other branch location if the user has the inventory posting rights. Their requirement to stop the user to post the inventory in other location and restrict them only to their assigned location. Below is the solution we implemented and it worked...!!! Create New table Called "Location Employee" with User ID and Location Code field so here you can assign the User ID against the location code. it could be single or multiple. Once this defined, you need to write small code under codeunit 21 - Item Jnl.-Check Line under Runcheck function to find the rel...