Quantcast
Channel: Dynamics NAV Technical Forum
Viewing all 4147 articles
Browse latest View live

Saving Statement as PDF

$
0
0

Hi guys,

I am working in a client server environment. Have been trying to save customer statement as pdf(Report.SAVEASPDF(... but report isn't saving to the directory. I have tried other reports like the customer lists and it works well. When I use same parameters to run the report manually, it works well.

Running Nav 2009 R2 RTC client.

Any one with a solution to this problem?

Thanks.


How to move the Group Header to top of details in rdlc reports

$
0
0

Hi all ,

I am using rdlc reports .I want to group the items in my report with group name appearing on top. but in my reports it is coming in left side .how can i move the group text to top of details page .

Thanks in advance .

NAV2013R2 - I am trying to add reports's language

$
0
0

Normal 0 21 false false false FR X-NONE X-NONE

Dear all,

 

My configuration : Nav 2013R2 French

 

My reports's language are currently in french only and I am trying to add reports's language in english, as I also want those reports to be available in English language.

I would like report's language to be defined automatically by the "Code Language Customer" value found in the customer info sheet.

 

I am trying to follow whats in http://msdn.microsoft.com/en-us/library/dd355268.aspx

 

1/

In client Dev, I have verified : Tools=>Language :

English and French modules are present.

 

2/

In report, I added :

CurrReport.LANGUAGE := Language.GetLanguageID("Language Code");

 

But when I test, the reports are always in French, when they should be in English.

 

I think the captionML are correct because when I set the client RTC in English the report is in English.

 

To test, in the report layout, I added the Language variable in order to see its value.

With customer language ENU, the value of Language is showned as fr-FR, for a reason I can't explain.

 

Could you help me ?

 

Thanks in advance,

Add a balance column to Bank Account Ledger table

$
0
0

Hi,

I got this requirement to add a new field to Bank Account Ledger Entry table to show the balance.

Can anyone help me.....

Eg :-

 

Debit AmountCredit AmountBalance
6,326,105.50
6,326,105.50
278,274.57
6,604,380.07
170,856.16
6,775,236.23
7,875.43
6,783,111.66

1,405,715.525,377,396.14

102,510,175.30-97,132,779.16

121,034,696.43-218,167,475.59

Applications Developer- Navision

$
0
0

The Applications Developer will be responsible to evaluate, design, develop and support software solutions for clients proprietary business applications. The scope covers mainly the company’s global Enterprise Resource Planning system, running on Microsoft Navision. The Applications Developer must understand how his/her role as a provider of technical solutions is supporting the Company’s business model, objectives and internal customers. He/she will apply proven problem-solving, programming and communication skills to deliver game-changing technical solutions to business challenges.

Key Duties:
· Collaborate with business staff to identify and execute ERP-based solutions meeting business requirements
· Modifying existing Dynamics MS Navision ERP objects (i.e. forms, reports, etc.) and create new objects as required
· Perform structured and thorough tests to identify and correct errors, improve usability and minimize impact on existing code
· Systematically document changes or enhancements to the ERP and to related business processes
· Clean and maintain underlying data structure, allowing for systematic and logical management of information
· Identify and trouble-shoot application issues in the production environment
· Provide work day and –if necessary- off-hours support for the application
· Organize and deliver user training on current system solution and new developments
Technical skills
· MS Dynamics Navision C/SIDE Development including C/AL experience
· MS Dynamics Navision 2009
· Thorough understanding of MS SQL Server including database creation, modification, job scheduling, backup and restore procedures
· Proficiency in MS SQL Server 2008 (T-SQL, SSIS/DTS, Stored Procedures, Reporting Services)
· Proficiency in MS SQL Business Intelligence Dev Studio is a plus
· Proficiency in .Net Framework experience is a plus
· Skills at designing process flows and diagrams, in-depth knowledge of MS Visio is a plus
· Basic experience in business process reengineering and change management
Degrees and experience
· College degree in the field of computer science, information science, management information systems, and/or business administration

 

· Minimum of five years related work experience. Certifications not necessary with commensurate experience
e-mail lzieman@friedmanwilliams.com

XMLPort authomatocally launch at NAV 2013

$
0
0

Hello, all!

  I have a task I can't solve. I make an XMLPort which imports sales Orders from XML files. There is a directory at NAS with XML files (first dir) and a directory at NAS with archive XML files (second dir). I made a button. When user press this button, NAV finds all XML files in 1st dir, runs XMLPort for all files in series (This step creates sales Orders and lines) and move files to 2nd dir. All works correctly, but I need to NAV automatically run this XMLPort without users action.  Any idea?

  Code of OnAction trigger of page action:

//////   Action //////

SalesSet.GET;

DirectoryInfo := DirectoryInfo.DirectoryInfo(SalesSet."Orders from Customers");

List := DirectoryInfo.GetFiles('*.XML');

enumerator := List.GetEnumerator;

 

WHILE enumerator.MoveNext DO

BEGIN

FileInfo := enumerator.Current;

xmlPortUploadOrder.FILENAME(SalesSet."Orders from Customers" + FileInfo.Name);

xmlPortUploadOrder.RUN;

CLEAR(xmlPortUploadOrder);

FileInfo.CopyTo(SalesSet."Archive Orders from Customers" + FileInfo.Name, TRUE);

FileInfo.Delete;

END;

//////   Action //////

 

Where

NameDataTypeSubtypeLength

DirectoryInfoDotNetSystem.IO.DirectoryInfo.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

FileInfoDotNetSystem.IO.FileInfo.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

ListDotNetSystem.Collections.Generic.List`1.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

enumeratorDotNetSystem.Collections.IEnumerator.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

SalesSetRecordSales & Receivables Setup

xmlPortUploadOrderXMLportOrders From Web

Excelformatting in NAV 2013 using Excelbuffer

$
0
0

Hi all,

I have searched several forums for a working example on how to set an outside border around a range of cells when you export data to Excel using the ExportBuffer Table 370.

So my question is like this:

Can you use the ExcelBuffer function BorderAround in NAV 2013 R2 or is a leftover from the past?

During my search I have met several links to videos and documents that doesn't exist anymore,  answers like. "Yes you can, just write the appropriate code", "Have you seached Google" etc. So to cut off these answers:

- Yes I have seached a lot of forums.

- No, I can't write the appropriate C# code in Visual Studio to make my own functions outside NAV.

Hope there is someone with an answer or a good example for example how to set a border around Row 1 in Report82.

 

 

 

 

 

 

 

NAV 2013 R2 and Sharepoint 2013 OData Web Service Security Issue

$
0
0

Hi All,

I'm in a project where integration between NAV 2013 R2 and SharePoint 2013 is required.
I've followed the How To videos and lots of MSDN guides to achieve it (using Web Parts and OData web service).

I've created in a SharePoint site a Customer List using OData Web Service and the customers are shown, the problem comes when I'm trying to Modify or Delete a Customer then this error comes:

********************************************
The server has encountered the following error(s):

Message from External System : 'Could not validate the client concurrency token required by the service. Please provide a valid token in the client request.'.
********************************************

Creating a new customer is working without any issue with all NAV validations, only when modifying or deleting records. the issue comes.

Please note that I'm using SharePoint On-Premises installation, Windows Authentication, SSL for NAV Web Client and Services. And for my BDC Model I'm using the <Credentials> Authentication mode and provided the SsoApplicationId and SsoProviderImplementation properties.

Please let me know if any more information is required to help me with the issue.

Thanks.

 


Maximumn of 5 decimal places.

$
0
0

Dear All,

When setup Discount in page Sales Discount Item Charges, column Percentage error when entering 6 decimal places. Maximum of 5 decimal places. ButI needto6decimalplaces.


Please helpmeinthis case. Thank so much

 

How to subtract two Dateformulas

$
0
0

Hello,

Here is what I am trying todo.


IF PayTerm.GET("Sales Invoice Header"."Payment Terms Code") THEN BEGIN
  TermDay:= PayTerm."Due Date Calculation" - PayTerm."Payment Offset";
  "Sales Invoice Header"."Due Date":=CALCDATE('-TermDay',"Sales Invoice Header"."Due Date");

I have created a new field in the payment terms table named Offset of type dateformula.

What I am trying to do is subtract this value from the Payment Terms Due Date Calculation and then use this value to calculate a new Due Date on the Sales Invoice. Any help would be appreciated.

 

Thanks

Sales from two locations to single customer in NAV

$
0
0

Dear all,

Let ABC (Delhi) Ltd. be a customer. 

If the items are sold to ABC Ltd. from Delhi warehouse, the tax applicable would be VAT and the Journal Entry would be as follows:

ABC Ltd. Dr. 1,125

Sales Tax Cr.                  125

Local Sales CR.           1000

If the items are sold to ABC Ltd. from Mumbai warehouse, the tax applicable would be CST and the Journal Entry would be as follows:

ABC Ltd. Dr. 1,125

Interstate Sales CR.           1125

 

How can we configure as above for a single customer ABC Ltd.? without changing the Gen Bus posting group???

How to upgrade Neogenpay add-in from nav 4.0sp3 to nav2013

$
0
0

Hi friends,

I am doing one upgrade project that is nav4.0 to nav2013.Nav 4.0 has neogenpay add-in.can anyone give idea to upgrade from nav4.0's neogenpay add-in  to Nav 2013's neogenpay addin

Error in SalesEnquiry

$
0
0

Hi Friends,

I am developing Sales Enquiry form in ASP.Net.I am trying to save the Record getting the following error.Please give me the solution.

Other user has modified "Sales_Enquiry" "Document Type=CONST(Quote),No.=CONST(1447)"

Thanks,

K.L.P.Naidu

Error in Send approval

$
0
0

Hi,

While sending approval request i am getting the following error.

An I/O exception occurred during the operation.

Thanks,

K.L.P.Naidu

eCommerce connection methods?

$
0
0

Hi All,

We've recently settled upon Microsoft Dynamics 2009R2 to replace Quickbooks for more than just accounting. Since we're effectively starting fresh, we're looking for an eCommerce connector to work with our existing website.

We use CS-Cart (www.cs-cart.com) as our shopping cart which is coded in PHP/MySQL (LAMP Stack) and have been informed that there are competing solutions that have ERP/NAV connectors inbuilt.

We'd love to keep our existing shopping cart and import/export from NAV but can't seem to find anything relative to this area. Is there an external component of NAV that can assist with importing/exporting data into the system?

We've also been informed that we will need to review another shopping carts if connectivity is not possible, however most solutions posted appear to start from USD$20,000?

Kindest regards,
Jesse-Lee Stringer

 


Nav 2009 R2 Employee Portal on SharePoint Foundation 2010.

$
0
0

Hi

We are trying to get Employee portal to work on Sharepoint foundation 2010. When trying to install the front end components on the sharepoint server the system gives an error that sharepoint services must be installed.

But i already installed sharepoint foundation on the server. Does anyone know how to solve this prob?

Thanks in advance

List Departement on NAV 2013 WEB CLIENT ??

$
0
0

My NAV 2013 WEB CLIENT contains only sales departement.
I want to add the other list to my web client !
Somebody help me and Thanks in advance Smile 

Upgrade from NAV 2009 to NAV 2013

$
0
0

Hi Everyone,

We are going to upgrade from NAV 2009 SP1 to NAV 2013 however we have a web service set up with an Internet Information Server IIS. Now to my knowledge NAV 2013 offers publishing of objects through Sharepoint.

My question is whether our current infrastructure using IIS rather than sharepoint will have difficulties when we create a web service through IIS and publish.

Any documents/articles are welcome.

Thanks.

wEB SERVICES

$
0
0

Hi All,

I am gettng following error when I try to modify record using MS dynamics nav webservices.

Element "Key" in namespace "urn:microsoft-dynamics-schemas/page/ws_customer" is missing from the message!

My code is like,

 

 

 

 

 

 

 

 

 

 

 

 

 

WS_Customer_Service

 

custService = newWS_Customer_Service();

 

custService.UseDefaultCredentials =

true;

custService.Credentials =

new System.Net.NetworkCredential("username", "pw");

 

 

WS_Customer Cust = newWS_Customer();

 

 

 

//Create Customers---------------------

 

 

try

{

Cust.No = txtNo.Text;

Cust.Name = txtName.Text;

Cust.Name_2 = txtName2.Text;

Cust.Address = txtAddress.Text;

Cust.Address_2 = txtAddress2.Text;

Cust.City = comboBox1.Text;

 

//txtPostCode.Text;

Cust.Country_Region_Code = comboCountry.Text;

Cust.Phone_No = txtPhoneNo.Text;

Cust.E_Mail = txtEmail.Text;

Cust.Gen_Bus_Posting_Group = comboGenBus.Text;

Cust.VAT_Bus_Posting_Group = comboVatBusPosGr.Text;

Cust.Customer_Posting_Group = comboCusBusPosGr.Text;

 

 

custService.Update(

ref Cust);

custService.Create(

ref Cust);

 

 

 

}

 

 

catch (Exception ex){

 

 

MessageBox.Show(ex.Message);

 

 

//custService.Update(ref Cust);

 

 

WS_Customer Cust2 = newWS_Customer();

custService.Update(

ref Cust2);

}

CAN ANY ONE TELL ME HOW TO SOLVE THIS?

When i run the Navision E-Commerce Website Error

$
0
0

When i run the e-commerce website the following error exists,

thanks in advance please help me out.

i had installed NopUltimatePluginCollection_2.6 plugins , and the first Nop.AjaxCart i installed with manual method, when i run the browser the following error exists. 

Server Error in '/' Application.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
System.Reflection.RuntimeModule.GetTypes() +9
System.Reflection.Assembly.GetTypes() +143
Nop.Core.Plugins.PluginManager.Initialize() in C:\Add-0ns\ES\Project files\Offline\eShop_2.60_Source - Copy\Libraries\Nop.Core\Plugins\PluginManager.cs:145

[Exception: Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
]
Nop.Core.Plugins.PluginManager.Initialize() in C:\Add-0ns\ES\Project files\Offline\eShop_2.60_Source - Copy\Libraries\Nop.Core\Plugins\PluginManager.cs:186

[Exception: Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.6.1.5473, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Regards
Satish.Kumar

Viewing all 4147 articles
Browse latest View live