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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleBlog 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 ArticleBlog 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 ArticleForum Post: RE: user notifications
What are those notification. Are they factbox,messages. Please elbarate.
View ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum Post: RE: Posting
How to filter that freight charges<>0 ?? I am new to Navision please explain me
View ArticleForum 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 ArticleForum Post: RE: Posting
recSOLine -> Sales Line freight charges<>0 -> recSOLine.setfilter("freight charges",'<>%1',0);
View ArticleForum Post: RE: Posting
Ok thank you But I am getting the error while posting that you have to specify document no.
View ArticleForum 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