Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Browsing all 29197 articles
Browse latest View live

RE: Error

There is something wrong in parameters which you have used in DELSTR function.Please check with Debugger

View Article


RE: Error

I already checked with debugger. But debugger didn't find anything.

View Article


RE: Error

Can you show us the code with DELSTR statement and where did you write this code?

View Article

RE: Error

CompanyINFO.GET;CompanyINFO.CALCFIELDS(CompanyINFO.Picture);FormatAddr.Company(CompanyAddr,CompanyINFO);Code in"Customer- OnPreDataItem" Trigger.Expanded    Data Type    Data Source    Name    Include...

View Article

NAV 2013 R2 webservice - Azure ACS credentials

I have an ASP.NET site calling webservices in NAV 2013 R2. The NAV users login with Windows Azure Active Directory credentials so that single sign on is supported across NAV, Office 365, SharePoint...

View Article


RE: Error

Hi, as Mohana asked there is at least a code line with DELSTR statement, can you please post it?

View Article

RE: Error

Sorry Sir, I don't write any code related to DELSTR. But still error is coming. I am new in NAV so i don't have too much knowledge to solve this problem. I sent all which i write on report.Thank You

View Article

RE: Error

Ok, so I suppose the error is raised inside Format Address codeunit: composing the address the function GeneratePostCodeCity is called and inside it there are a few DELSTR, I guess it's one of them...

View Article


RE: Error

I filled all fields in Company Details Table but still find same error.

View Article


RE: Error

Did you/someone modify anything in Codeunit 365 Format Address?

View Article

RE: Error

No Sir. I am sending you the codeunit 365 FormatAddr trigger code.CLEAR(AddrArray);IF CountryCode = '' THEN BEGIN  GLSetup.GET;  CLEAR(Country);  Country."Address Format" := GLSetup."Local Address...

View Article

Server requirments

Could you send me  Server requirements for installing Microsoft dynamic Navision .currently 10 users are there ,but 30 users will be there in future.

View Article

RE: Server requirments

What NAV version? What database you use? What is database size in near future?

View Article


RE: Error

What is the Dimension array of CompanyAddr variable?Did you set 8?

View Article

RE: Error

Yes Sir, Dimension is 8.

View Article


RE: Error

C/AL Global Variable List:Name DataType Subtype LengthCompanyINFO Record Company InformationFormatAddr Codeunit Format AddressCompanyAddr Text

View Article

RE: Alternative item descriptions

Did you try working with Item Cross references?

View Article


RE: Mark Invoice as Paid

Sorry,I'm not been clear enough.. I've already a list of invoices.. I have to create a record when payment is received. thank youGianmaria

View Article

RE: Alternative item descriptions

Cross Reference must be customer specific. This would be across all customers.

View Article

RE: Mark Invoice as Paid

Are you asking how to enter a payment towards an open invoice?If so you should ask your employer for training.

View Article
Browsing all 29197 articles
Browse latest View live