Does anyone have experience mapping Purch. Comment Lines into an Outbound 850 from Lanham's Gen2 EDI system? We have also created a customized table that stores Purch. Line Comments and we would like to map those also.
Any suggestions???
Thanks!
Kimberly Weir
0
Comments
do you have any working 850's now? any MSG segment?
or are looking to do Like a line item with
Command: Line Begin
Segment MSG: comment line message
Command: Line End
I think Alex is the EDI king. Howefully he's not vacation O:)
http://www.BiloBeauty.com
http://www.autismspeaks.org
I have ran the MSG segment in the loop and everything ran fine, Thanks! =D>
I have not been successful in getting the custom Purch. Line Comment Lines to loop in.
Does the EDI system allow for nested loops?
Command: Line Begin
Segment PO1: PO Line Details
Command: Line Begin
Segment REF: Purch. Line Comment Line
Command: Line End
Command: Line End
That is the one I really struggle with. ](*,)
Without the nested loop I only get the first line in the table.
Command: Line Begin Segment PO1: PO Line Details Segment REF: Purch. Line Comment Line Command: Line End
http://www.BiloBeauty.com
http://www.autismspeaks.org
That is how I tried to code it at first, but it doesn't loop through all the comments, it only pulls in the first one in the table. Then I attempt:
Command: Line Begin Segment PO1: PO Line Details Command: Line Begin Segment REF: Purch. Line Comment Line Command: Line End Command: Line End
And that does not work either.[/list]
We've only modified the comments to be exported in 810, 855, 856 to notify EDI customers of comments made.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
That is how we handle inbound REF and MSG segments, but we need to send them out in an Outbound 850. With some help I am now successful in sending out the Header Comments, but I am not successful in sending out Purch. Line Comments.
Where do you enter the purchase line comments? As a line without the Type field blank? Or is it a custom table?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
A custom table that is setup to operate the same way as the Purch. Comment Line functionality works but for each individual line.
There is some code that has a bunch of text lines. You have to add your custom table there, run the report and import and compile the resulting text file.
Also I tried to nest loops a while back and it never ran right. But that was in an older version (two years ago ??) than they currently offer, so it might work now.
Good luck
http://www.interdynbmi.com
My suggestion is to ask your NSC to develope this for you.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book