Forum Post: How to automatically update average cost
A new client was hit by ransomware about a month ago, and their IT director had left shortly before that. The NAV environment was then reconstructed. The client had called me in for a SQL DBA type...
View ArticleForum Post: How to automatically update average cost
A new client was hit by ransomware about a month ago, and their IT director had left shortly before that. The NAV environment was then reconstructed. The client had called me in for a SQL DBA type...
View ArticleForum Post: RE: How to automatically update average cost
Well, to answer your question, it would be good to know the NAV version you are running. But no matter the version, SQL script is not something you should be looking for. If the version is not really...
View ArticleForum Post: RE: Role Centers
Thanks Mr. Erik P. Ernst I asked MS team and waiting for the answers, I have Essential version before for NAV2016 and all of these role centers available, let's wait MS reply.
View ArticleForum Post: RE: How to automatically update average cost
Thanks! Sorry I forgot to put the version, I put it in the tags, but forgot to put in the subject. It is NAV 5. Are there job queues in NAV 5? I am not sure whether this was actually done by script...
View ArticleForum Post: RE: Table with Sales Order Production Order Link for Reporting
Table "Order Tracking Entry" is used internally as a buffer for order tracking functionality, it does not actually store any tracking information. If there is a link between a sales order and a...
View ArticleForum Post: RE: how to globally update posting periods via sql script in NAV 5.0
I think I have figured out what is required for this - I can run the following sql: update [thecompanydatabase$User Setup] set [Allow Posting From] = DATEADD (MONTH, 1, [Allow Posting From]), [Allow...
View ArticleForum Post: RE: How to automatically update average cost
I looked and there is a job queue but it is a "codeunit" not a report and it is labeled 50001 Auto Run Adjust Ccst ILE. And the last run date was 3/8/2019 before the ransomware - looks like it normally...
View ArticleForum Post: RE: How to automatically update average cost
I never really tried to run job queues in Navision 5, but Microsoft blog tells us that these are available since version 4:...
View ArticleForum Post: RE: How to automatically update average cost
This sounds like some custom object that was, probably, created by a previous NAV developer. Object ID range 50000..59999 is for custom development. Codeunuit name looks like it has something to do...
View ArticleForum Post: RE: How to automatically update average cost
OK. Thanks. I will discuss with the ERP Manager.
View ArticleForum Post: RE: Table with Sales Order Production Order Link for Reporting
Thank you! With some Power Query magic I was able to get the lookup table I needed.
View ArticleForum Post: RE: how to globally update posting periods via sql script in NAV 5.0
Normally, allowed posting period would be controlled by the General Ledger Setup, and only a limited number of users have specific settings - that's the reason for not creating a special job to update...
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
No, there is no way to update option list of an Option type variable dynamically. Correct solution for this problem is to extract each separate entity into its own table. It means create tables for...
View ArticleForum Post: RE: reopened delivered(closed) sales order
in order to set sales order firstly i creat new order then make picking list after that post packing slip.the isuee is in posting packing slip step when i want to post less than initiall quantity...
View ArticleForum Post: RE: how to globally update posting periods via sql script in NAV 5.0
The function is not in the interface because this is not the way to do it.. If you do not have the right Dynamics NAV 5.0 expericence I would strongly advice you to find someone whom does. You can...
View ArticleForum Post: RE: How to upload excel upload to whse.physical inventory journal
This feature requested in the Ideas for Business central, but in my earlier work, the 25 years experience developer did a lot of helpful things. You can contact Paulo Vieira just refer my Name (Mahmoud...
View ArticleForum Post: How to get check ledger entry related to a general journal line?
I need to get a check ledger entry related to a general journal line and set it Entry status to 'Printed'. Below is my code. I always get 'not found' message. checkLedgerEntryRec.SetRange("Document...
View ArticleForum Post: RE: Table with Sales Order Production Order Link for Reporting
Actually, this only works for open production orders/sales orders and doesn't solve our problem. Perhaps put another way, we are looking for a Sales Order Profit Report with drill down detail into the...
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
Thanks Alexander, I followed your suggestion and created a new Table for my Destinations. I've setup the table with 2 fields. Province and Cities. Unfortunately, the Province drop down only displays...
View Article