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

NAVUG Summit 2016

Conference arranged by US NAV User Group (NAVUG).

View Article


Forum Post: RE: Display Report For All Companies

hii, i tried with that code but i can't get the different data.. i doing the code on onaftergetgetrecord of purchase header IF Company.FINDSET THEN REPEAT purchase header .CHANGECOMPANY(Company.Name);...

View Article


Blog Post: NAV Client Development

Recently I was exploring Web Client of NAV 2016 (One of nice client of NAV) and found that lot of things got disturbed when view the custom pages on web client (I was under impression that everything...

View Article

Forum Post: RE: save data in new table

I mean in this view: If I fill in the StartDate and EndDate and if I return to the view the startdate and endate are not displayed

View Article

Forum Post: RE: Print different data on report while it running from...

As you mentioned Do you want to run the same report from two different actions . so from first action for example it will show "Summary" of your report and from second action it will show "Details" of...

View Article


Forum Post: RE: Print different data on report while it running from...

no..it's not like that.from first action report's date field should be the workdate and from second action report's date field should be the null.

View Article

Forum Post: RE: save data in new table

So what I did was this on from36: No. - OnFormat(VAR Text : Text[1024];) IF IsFirstDocLine THEN //CurrForm."Document No.".UPDATEFONTBOLD := TRUE CurrForm."No.".UPDATEFONTBOLD := TRUE ELSE Text := '';...

View Article

Forum Post: RE: To run the report from two different actions with different...

you can create a global function in report and pass the parameters before calling the report and then call the report

View Article


Forum Post: RE: To run the report from two different actions with different...

Thanks for the reply. Can you please explain it in briefly.

View Article


Forum Post: RE: How to creating signature for service order

I asked the same question on this forum. Follow this link to see the solution for my problem: forum.mibuso.com/.../creating-signature-for-service-order

View Article

Forum Post: RE: Print different data on report while it running from...

Hi, You Cannot do it by assigning report in the action. You need to create a function in report which set the date filter and then call that function from onPush Trigger of action. Once you set the...

View Article

Forum Post: RE: Print different data on report while it running from...

As Sourav suggested you need to use report.runmodal to run the different report For Report. Runmodal check this link msdn.microsoft.com/.../dd301122.aspx

View Article

Forum Post: RE: Outlook Synchronization with NAV 2013

Hi, You can look at this link for setting up msdn.microsoft.com/.../dd338966(v=nav.70).aspx

View Article


Blog Post: Why SQL Server 2016 Management Studio Understands Navision

I spend a lot of my time in SQL Server Management Studio. I rarely ever run tables anymore from Object Desingner and run most of my data conversions directly in T-SQL. Why? Because it is so much...

View Article

Forum Post: RE: Print different data on report while it running from...

Hi AmiJoshi, As suggested what you need is to run the report with two different filter sets. That can be done very simple with the RUNMODAL function. You didn't mention which version of NAV you are...

View Article


Forum Post: RE: Microsoft.Dynamics.Nav.OpenXML....

Hi, Did you try to remove and reinstall as Jonathan suggested?

View Article

Forum Post: RE: POLL: NAVtechDays 2015 - are you going?

Hey Erik, It would have been nice to have chilled beer with you but not this time . Hope for next year!!!!

View Article


Forum Post: RE: POLL: NAVtechDays 2015 - are you going?

Hi Amol, It is NEXT YEAR now! You answered a one year old post about NTD 2015! [;)] But still planning to go this year also...

View Article

Forum Post: RE: Print different data on report while it running from...

Hi Ami Joshi and Soniya patel, Please do not post same question multiple times. dynamicsuser.net/.../to-run-the-report-from-two-different-actions-with-different-data-in-navision

View Article

Forum Post: RE: To run the report from two different actions with different...

I have closed this thread. Please continue on its "duplicate": dynamicsuser.net/.../print-different-data-on-report-while-it-running-from-different-actions-on-page

View Article
Browsing all 11285 articles
Browse latest View live