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

Forum Post: RE: C/AL code

??? You should NEVER insert ValueEntries "manually". If you do, then you are doomed to get problems. Always use the normal posting rutines. But if you have inserted the item charge line to the sales...

View Article


Forum Post: RE: C/AL code

I have carrier charges field in sales line and in sales order I want to post the item with item charges and that carrier charges should come as item charges

View Article


Forum Post: RE: C/AL code

can u give me the code for it??

View Article

Forum Post: RE: C/AL code

It is very urgent please suggest me the code

View Article

Forum Post: RE: C/AL code

It should be updated in all entries automatically please suggest me the code and where I have to write the code for it?

View Article


Forum Post: RE: C/AL code

Hi again, No I cannot show the the code, as I still have not completely understood what your problem is. It looks like you already have the code (inserting the lines in table 37). So when you post the...

View Article

Blog Post: Microsoft Dynamics Partner Roundup: Partnership Expands into...

In this week's Microsoft Dynamics Partner News Roundup: i.SOLUTIONS Midwest Joins the SBS Group Partner Network Dynamics SL 2015 Cloud Trial Available On goERPcloud Sylogist Inks Global Deal for Public...

View Article

Blog Post: Your license will expire in N days

You probably all have seen this when opening the classic/development environment. And you probably all know how to fix it. But last time I got this, I kept having the message. Almost tore my hair out...

View Article


Forum Post: RE: user notifications

What are those notification. Are they factbox,messages. Please elbarate.

View Article


Forum Post: RE: Delete a table and rename using C/AL code. in navision.

You mean you want to rename a table and then you want to delete that Table?? Have you tried taking a record variable of Object and then doing so.

View Article

Forum Post: RE: Delete a table and rename using C/AL code. in navision.

It is not possible to rename a table name via the object table. I don't get, why you need this via c/al code, but it is possible to export the object to text via c/al, change the object name in the txt...

View Article

Forum Post: RE: Posting

In that code unit where I have to write my code?

View Article

Forum Post: RE: Posting

Before insert into shipment line, you can set a filter about freight charge <> 0, then copy it as a line as normal one. For example, you can coding as: SalesLineNo := SalesLineNo + 10000; //copy...

View Article


Forum Post: RE: Posting

Thank you so much recSOLine is which record??

View Article

Forum Post: RE: Posting

How to filter that freight charges<>0 ?? I am new to Navision please explain me

View Article


Forum Post: RE: Upgrade Toolkit 3.01->3.70 AT Version

I do have upgrade toolkit for nav 4.0 if you want one then please update on info@anandnavconsultant.com

View Article

Forum Post: RE: Posting

recSOLine -> Sales Line freight charges<>0 -> recSOLine.setfilter("freight charges",'<>%1',0);

View Article


Forum Post: RE: Posting

Ok thank you But I am getting the error while posting that you have to specify document no.

View Article

Forum Post: RE: Posting

firstly, you have to set filter in recSOLine to match Sales Header record. If you didn't figure out, you can write me a letter, I'll tell you how to code it. [:)]

View Article

Forum Post: RE: Posting

How to match it to sales header record using setfilter?

View Article
Browsing all 11285 articles
Browse latest View live