Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10032 articles
Browse latest View live

Printing Mulitple copies of a label | RDLC and WORD

$
0
0
Hi,

We have an issue that bugs us for month already, still unable to find a good solution.

So what's the matter?

Coming from NAV 2009 R2 classic to RTC we found out that printing x copies of an item label (sticker) the RDLC report sends out x time the label to the printer instead of sending out one batch of x copies. The latter being the way classic did the job. You have to know that it is not uncommon in our operation that 1 label needs to printed 500 times.

We left the issue as we were still half way our migration to NAV 2016, and waited for that to complete and ... hope that might fix it, but it didn't. The technological hadn't changed in this respect apparently.

Sharing the issue with MS we got the tip to put the layout in WORD and yes it did solve the issue, but ... ouch ... another issue popped up, being these message WORD comes up with regarding non-matching papersize and margins. And whatever we tried, we couldn't get it solved. By the way, the message do not always pop up. And yes, when printing 500 copies it's not a big burden, but the same label report is also often used to only print single labels.

Anyone who had similar case and did find a solution?

Thanx in advance for your replies and ... Merry Xmas.

Ceridian Extension in NAV

NAV2017 Reports - Disabling "Saved Settings"

$
0
0
I am writing a Processing Only report in 2017, and cannot find a way to remove the new "Saved Settings" feature from the Request Page. Setting the SaveValues property to No does not remove it from the page. I've done a side by side with other reports that do not display the "Saved Settings" but cannot see a difference. Has anyone been working in 2017 reports?

NAV and CRM Authorization Error

$
0
0
Hi,
I was working with NAV and CRM Integration, for this purpose i had develop a dll that is called by the NAV application to fetch the data from the CRM. This method is working perfectly great as i required. The NAV and CRM are installed on Sandbox.
Now i have also Install the NAV RTC in my local computer and configured it. Now the problem is when i run the Integration job it does not work and break with the error:

failed with the following message: The request for authorization of type System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
0pfw7o9gpaju.jpg

How to Validate a field while opening a page.

$
0
0
Hello Everyone,

How to validate a field while opening a page.

For example: System must call Validate of "Direct Unit Cost" field while opening Requisition Worksheet page. I tried Validate function in OnAfterGetRecord and OnAfterGetCurrRecord. it didn't work out.

Create xml-file with multiple namespaces Nav 2013R2

$
0
0
Hi
I have an xmlport that creates an xml-file with Service Invoices. The file must have multipla namespaces. How do I do that? Can I create it an then add the namespaces with a function like there is functions to remove namespaces when importing xml-files?

/Anna

E-Commerce module in Nav 2016

$
0
0
Hi,

Can anyone help to with the answer for below.

Is there a module available for E-commerce in Microsoft Dynamics NAV 2016 itself? If not, how to manage e-commerce using MSD NAV2016? Any reliable ISV solution available for the same?

Best Regards,

Vendor Tax Area Code

$
0
0
Hi. I have a client on 2016 (CU6). One vendor has Tax Liable enabled and has selected a Tax Area Code. However, whenever they do a purchase invoice for this vendor, the Tax Area Code does not flow thru to the invoice. Has anyone experienced this or have suggestions?

thanks.

Missing System.Diagnostics assembly

$
0
0
Wondering if anyone else has run into this. I'm programming a codeunit to print PDF's and when I go to the Assembly List I'm only showing System.Diagnostics.Contracts, Debug, Tools, and Tracing. I'm missing ProcessStartInfo, ProcessWindowStyle, and Process. I checked and .net 3.5 and 4.6 are installed. I even tried reinstalling and still nothing. Anyone have any ideas of what I'm missing? I spent 2 hours on Google and haven't found anything.

Open external mail client with RTC

$
0
0
Hi,
I want to open an external mail client (e.g. Outlook) in NAV.
In the CC I use the automaition WSHShell and everything works fine.
For the RTC I tried to use the DotNet Sys.Diagnostic.Process, but nothing happens... :(
Has anyone an idea?

Here's my code:

Automation: com_WSHShell - 'Windows Script Host Object Model'.WshShell
DotNet: dtn_process - 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Diagnostics.Process

IF ISSERVICETIER THEN BEGIN
  dtn_process := dtn_process.Process;
  dtn_process.StartInfo.UseShellExecute := FALSE;
  dtn_process.StartInfo.FileName := 'rundll32.exe';
  dtn_process.StartInfo.Arguments := 'url.dll,FileProtocolHandler mailto:'+toAddress+'?subject='+subject;
  dtn_process.StartInfo.CreateNoWindow := FALSE;
  dtn_process.Start();
  CLEAR(dtn_process);
END ELSE BEGIN
  IF ISCLEAR(com_WSHShell) THEN
    CREATE(com_WSHShell);
  com_WSHShell.Run('rundll32.exe url.dll,FileProtocolHandler mailto:'+toAddress+'?subject='+subject);
END;

Manipulating data imported via Rapidstart

$
0
0
I know that Rapidstart is designed to import/export data to/from NAV. Is there any way to manipulate that data as it is being imported from Excel. I have been using XMLports and Reports (importing to a temp table) to get this done but I am now looking for a way to automate this on the import so it will populate (ex. journals) so the user can run an object off their Dashboard.

Thanks

P.S.

Problems printing "n" copies of a report

$
0
0
Hello everyone,

I have created a new report, using "Assembly Header" and "Item" tables. When I only create one copy of the report, everything runs OK. But he isues come when I create more than one copy. I've used as "inspiration" this article:
BLOG

The structure in the object designer is this one:

uek9i3a8dqae.png

And the properties at "Item" are the next ones:

4x0mq1m5c0az.png


When, for exampple, I try to make 2 copies (with request page), NAV repeats twice just the "Assembly Header.No." value, no the others. I think that the issue can be about sorting or grouping the keys, but I've tried differente options without expected result. Any clues with this??

Thank you very much, and merry christmas for every one!



FlowFields and the NAV Connector

reversing of posted cost entry

$
0
0
one of my client uses Navision 2013. in which production orders was not closed on the date of closing of income statement. after that it was found that one production order in which consumption posted before closing date and output posted after closing date.

due to which as on date inventory G/L reconciliation shows cost difference in WIP column.

please tell is there any way to move the output of production order in before closing date?

(income statement was not closed as on date but production order was finished)

plz help !! how to reverse of cost entry ????

$
0
0
one of my client uses Navision 2013. in which production orders was not closed on the date of closing of income statement. after that it was found that one production order in which consumption posted before closing date and output posted after closing date.

due to which as on date inventory G/L reconciliation shows cost difference in WIP column.

please tell is there any way to move the output of production order in before closing date?

(income statement was not closed as on date but production order was finished)

Extension couldnt installed....

$
0
0
Install-NAVApp : NAV App 'Demo.navx' was not found because it is not published
At line:1 char:1
+ Install-NAVApp -Name Demo.navx -ServerInstance ExtensionDemo2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Install-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$ExtensionDemo2/default,Microsoft.Dynamics.Nav.Apps.Manageme
nt.Cmdlets.InstallNavApp

Although i have published the extension.

TDS on payment to Customer

$
0
0
Hi,

We use Dynamics 2016. How to Credit TDS on payments made to Customer. For eg. Commission is paid to a Customer, or Interest on Deposit is paid to a Customer. But Sales Credit Memo does not contain field for TDS Nature of Deduction. Also as soon as we select Customer in NOD/NOC lines, it takes it as TCS and not TDS. So how do we account for TDS paid to Customer?

$ndo$taskscheduling does not get created when database is restored from native backup in 2017

$
0
0
Hi All,

I've had to move 2017 database from SQL2016 to SQL2012. I used
Export-NAVData -AllCompanies -IncludeGlobalData -IncludeApplicationData –IncludeApplication  -ServerInstance ...
to create navdata file, then I created an empty database using SSMS, and then restored the navdata file using
Import-NAVData  -AllCompanies -IncludeGlobalData -IncludeApplicationData –IncludeApplication -DatabaseName ... -DatabaseServer ...

After configuring and starting new NST service I've noticed lots of errors in Event Viewer, complaining about $ndo$taskscheduling. A short investigation revealed that $ndo$taskscheduling table is missing in newly restored database. After scripting the table from the source database and creating it from SSMS in new database no new errors have been inserted into the event log.

Am I doing something wrong ? Or this is a bug in Import-NAVData and/or Export-NAVData cmdlets?

Just a note - after restoring navdata backup and starting new NST instance I was able to use newly restored database without visible problems. Missing $ndo$taskscheduling seemed not to affect any functionality - although I haven't tried Job Queue, which I suppose would be affected.

Thanks,
Slawek


Save Custom Word Report layout as PDF - Skips next page

$
0
0
Hi All,

I have a question about my custom Word report Layout.
Since I have a customer that wants to make use of the NAV Custom Word layout, I created some nice content with nesting repeaters.

So I created a dataset that has loops within loops (loopieloopie).
When my repeater on the page, hits the next page when viewing my result report everything goes well in Word.
But when I try to print the report as a PDF (CTRL+SHIFT + P), the PDF skips my next page.
It seems that it's trying to post everything on 1 page.

When saving the Word-file as PDF or send the report to a PDF-printer (Bullzip) the PDF is created as it should be.
Only when saving as PDF directly from the requestpage it goes wrong.

I am using NAV 2017


mqfw09ioned0.png


Could not find part of the path

$
0
0
Hello!

I have written this code (in the OnAction trigger for a page action) to call a xml-port and import some data to a table. After selecting the file in the dialog box I get an error message saying "Could not find a part of the path 'C:\....". I have tried locating the file on the client computer and on the server but with no difference in result.


ImpFile.OPEN(FileMgt.OpenFileDialog('NAV File Browser','*.xml',''));
ImpFile.CREATEINSTREAM(Stream);
AvtImport.SETSOURCE(Stream);
AvtImport.IMPORT;
ImpFile.CLOSE;

Any suggestions in how to get it to work?
Viewing all 10032 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>