Is it possible to do a daily import using the NAS of a csv file using...
We are still using the classic client and the NAS, but the webservice service is operational. (Dynamics NAV 2009 R2, build 39038) I created a dataport to import the data manually and that works. Only...
View ArticleWhat Table does NAV store Item Tracking (Serial Number) information on?
Where does NAV store Item Tracking information for production orders? In this particular case, we are trying to figure out where NAV stores the serial number so we can retrieve that data to automate...
View ArticleStrange linkedobject behaviour
Hi Mates, Does any1 know under NAV2009 if there is any row limitation for linkedobject loops? I mean: T77007.RESET; T77007.SETRANGE(T77007.ID_TABLA_NAV,38); IF T77007.FINDSET THEN REPEAT IF NOT...
View ArticleArchive fully received and invoiced orders: Where is code?
Hi mates. Does any1 know where NAV does this in the code? I mean if you´ve got "Archive Quotes and Orders" in tablee 312 enabled, I can´t find in the code where does the archive. I see on delete...
View Articleproblem with Warehouse Shipments
Hello all i use the microsoft NAv 2009 R2 at my work , i have a the basic end user license , but i'm a IT technician and i had a course develop C/AL in NAV . My company have the warehouse shipments...
View ArticleFill posting no series Sales Credit Memo
Hi everyone, I'm trying to fill the "posting no. series" on the Sales Credit Memo because by default it appears empty. So I want to fill with the series "MRVNC" and I'm trying the code below in...
View ArticleTable Level in Navision 2009 R2
Hi I have 3 fields Amount,CAmount,Balance. CAmount is Flowfield . Is it possible to define Balance = Amount - CAmount at Table level. I have written below code at Table Level but not working. Do i need...
View ArticleFill posting no series Sales Credit Memo
Hi everyone, I'm trying to fill the "posting no. series" on the Sales Credit Memo because by default it appears empty. So I want to fill with the series "MRVNC" and I'm trying the code below in...
View ArticleConvert a Text to a Blob
I have 2 fields - 1) CreditCardNo (text 16) & 2) CreditCardNoBlob (Blob). On Validate for CreditCardNo I want to push the text data to a blob - I understand you can use INSTREAM to do this - but I...
View ArticleList in a report
Hi Hi In a report I have Dimension Value . In filter Code appears as TextBox . I want that user should get List for selection . Thanks
View Article[solved] Encrypt with SHA-1
Hi We need to encrypt a string with SHA-1 to send it to a webservice. Has anybody done this in Navision (I'm not sure this is possible at all) or somebody knows a software that could be used as...
View ArticleNav "Fields" table: Does it exists on SQL Server?
Hi, I was looking for the table called "Field" in sql server but cannot find it. Is it an internal table? It shows all fields from any table. You ca browse it by making a new form and typing "Field",...
View ArticleCan i have different General business posting group in a service item
hi everyone i want to select a different general business posting group for one item type service example: screws business posting groups screws for building screws for office screws for general...
View ArticleDisplay calculated data in report but getting last value in every row
Hi i am trying to calculate the sync duration but issue is that its display last value in every row. IF "WMS Activity Log".FIND('-') THEN REPEAT IF "WMS Activity Log"."Action Type" = 'SyncStart' THEN...
View ArticleWorking with DateTime in C/AL
Hi, I need to subtract 2 hours from the current date and time, and then convert to ISO8601. I am able to get the new DateTime, but cannot find anything on the conversion? Would there be a simpler way...
View ArticleAssign different Posting No series on sales credit memo
Hi everyone, I'm having a hard time trying to find why in "Sales Credit Memo" page the posting no series is being filled by the order series number by default. In the "Sales & Receivables Setup" I...
View Articlespurious quantity in undefined item line tracking
I have a sales order that we're trying to invoice. The item lines have been shipped but I believe there was some edited of the sales order took place after the lines were shipped. When trying to...
View ArticleProblem with reservation logic and bin
Hi I have this problem in Navision. I am on Navision version 5.1 SG. I am using the reservation logic as well as the Bin (With Directed Pick and Put-away) The issue that I faced is that the users do...
View ArticleOver Picking on Warehouse Pick Lines?
We have a requirements where client needs to update the quantity to handle field with a greater quantity than the quantity field on the warehouse pick. Has anyone implemented this type of picking...
View Article