Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Browsing all 11285 articles
Browse latest View live

Forum Post: Unable to D365BC server from Vscode editor

Hi All, I'm not able to download symbols in Al code, it is showing below error, I'm using D365BC Wave 2 on local machine. below is the launch file and error. Note : D65BC web client is working fine. {...

View Article


Forum Post: RE: Unable to D365BC server from Vscode editor

solved by 'Enable Developer Service Endpoint" 1. Open BC administration shell, 2. select your instance 3. Go to development TAB 4. Enable Enable Developer Service Endpoint

View Article


Blog Post: #BCALHelp

It’s the week of NAVTechDays, the biggest Business Central Community event of the year and I thought it would be good to spend a few moments on the state of our community. Business Central is taking...

View Article

Forum Post: RE: Select Variant on Sales Order

Did you check the "hidden fields" for sales lines?

View Article

Forum Post: Getting Incorrect time in date-time field of Nav16 by SQL Query

Dear All, When i am getting data by SQL query from Nav16 database, i am getting incorrect time in date-time field. sample attached.Please help to solve the issue. Thanks in Advance,

View Article


Forum Post: RE: Getting Incorrect time in date-time field of Nav16 by SQL Query

This is likely due to the fact that NAV will save the time in UTC format, and convert them according to your regional settings. https://docs.microsoft.com/en-us/dynamics-nav/datetime-data-type

View Article

Forum Post: RE: Transferfields command using with multiple linked tables

hi RedFoxUA, I have now resolved all the issues, except this one. In the codeunit this code is inserted on OnRun trigger: //Transfers a record of Job (always only 1 record). This is header table...

View Article

Forum Post: RE: Transferfields command using with multiple linked tables

Hi, just to update. Work as expected, I re-run the test and works as expected. Thank you

View Article


Blog Post: WARNING – The Data Upgrade Elephant

Last Thursday I was at the QBShare event in Veghel, Holland. I’ve been attending these events ever since I joined ForNAV a few years back and since the audience is a bit different from my normal events...

View Article


Forum Post: RE: How to add open balance to trial balance report in nav 2018

I appreciate your answer. My client find it difficult to change. They believe in old system and they don't want to adapt change. But I have done it by designed new report while I use the startbalance...

View Article

Forum Post: RE: How to add open balance to trial balance report in nav 2018

Hi Ayinde01, If I understand correctly, you just need to explain to your customer how the standard report works and then, add certain column on the report, if needed. And explain the dates meaning -...

View Article

Blog Post: Dynamics 365 Business Central: handling telemetry with Azure...

Handling telemetry is on of the most important activities that should always be done on a Dynamics 365 Business Central SaaS tenant. The classical way to inspect the telemetry of a tenant is going to...

View Article

Forum Post: RE: Transferfields command using with multiple linked tables

it is good that your code works and it is OK P.S. 1 small remark - I can see you use different ( JobToRec .TRANSFERFIELDS( SourceJob ) and TargetJobTaskF .TRANSFERFIELDS( SourceJobTaskF ,FALSE) ), but...

View Article


Forum Post: RE: Changing the posting date while ` reversing the payment entries

If I were you I select Cu17 "Gen. Jnl.-Post Reverse" function "Reverse" as a start point

View Article

Forum Post: Error while viewing Statistics of Sales Order in BC on Cloud

Hi All, I am getting below error while viewing SO statistics. When I checked in table, there is no line with number 230001. Can someone tell me how to check/resolve this issue? Thanks in advance

View Article


Forum Post: Kitchen display monitor setup for NAV2013R2

Hi, I am using NAV2013R2 with LS and currently using KDS Printers. we want to replace KDS printers with KDS monitor. please guide. Thanks.

View Article

Forum Post: RE: Kitchen display monitor setup for NAV2013R2

This forum is more for "standard" NAV/BC so you are likely not getting any positive response for a question like this as LS is an add-on. So you should really ask LS on their support site. Thanks

View Article


Forum Post: RE: Kitchen display monitor setup for NAV2013R2

Hi Nayans, Check this link from LS Retail. https://help.lscentral.lsretail.com/Content/LS%20Hospitality/Kitchen%20Display%20System/KDS%20Setup.htm I t's written for latest LS Central version, but it...

View Article

Forum Post: How to get the last value in a table in dynamics nav

Commits.RESET; IF Commits.FINDLAST THEN ImpDetails.RESET; ImpDetails.SETRANGE(ImpDetails."No.","No."); IF ImpDetails.FINDSET THEN BEGIN REPEAT Commits.INIT; Commits."Entry No" := Commits."Entry No" +...

View Article

Forum Post: RE: Transferfields command using with multiple linked tables

Hi, It is the same, I renamed it to more meaningful name. Thanks

View Article
Browsing all 11285 articles
Browse latest View live