Hi!

Has anybody ever done this kind of modification?

I should do a "collection picking list", e.g. when several picking 
lists are registered at the same time, the system prints out a list 
of items and amounts that should be picked physically from 
warehouse. For example, if there is an order that includes 100 pcs 
item xxxxx and another order that includes 200 pcs of item xxxxx, 
the collection picking list line is 

Item          Item name         Amount
xxxxx          Whatever         300   pcs

This list is for the warehouse personnel so that they don't need to 
take all picking lists with them but only one report. 

My problem now are several and following:

1. I should have a collection picking list id that "lives" until the 
last selected picking list is registered. I have tables that collect 
the data for the lines posted (that go to 
salesPickingListJOurnalLine) but I should get the same Id for all of 
those (i have new number sequence for this). How do I pass this? Is 
the Class SalesFormLetter such that it exits until the last picking 
list is registered? Or is the SalesEditLines-form correct place to 
generate the information. 

2. How do I pass the Id from class to another? I tried to follow how 
the ParmId is passed, well, it's the LOCALMACRO.ParmList (in class 
SalesFormLetter_pickingList) but Axapta does not allow me to add a 
member there, even when I change the version number from 3 to 4.

3. How to get the printer settings for the report and how to launch 
it without menu item, but automatically from x++ - code?

If somebody can help, I would truly appreciate! Classes 
SalesFormLetter and it's children seem to be very tricky for me. :-( 
I can't use any recordsortedlist passing the registered picking list 
ids to a report, since there must be an option to reprint the 
collection picking list. 

Regards
Nitta








------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to