Re: [Axapta-Knowledge-Village] URGENT: Number Sequnce

2008-12-29 Thread MaryAnn Hand
Mahmoud,

1) EDT should extend num.

2) Edit the class NumberSeqReference_Cust - copy block of code - paste at
end, change values appropriately - especially the sortfield which must be
one higher than those there.

3) Edit the CustParameters Table to add another method beginning with numRef
(copy from some other such method).

To use the NumberSeqFormHandler, do a find on CustTable form for all methods
containing NumberSeqFormHandler.  You will see what to do. You add a
variable of that name and a new method of that name. Then you edit all the
same methods of your form that reference NumberSeqFormHandler to make the
same calls.

I hope that helps.  You would learn all about that in a Dev IV class.

Mary Ann Hand


On 12/27/08, M Anass m_an...@yahoo.com wrote:

   I need to implement Number Sequence for my module that I've build all
 from scratch including it's table, EDT, forms. I need to implement the
 number sequnce and put it's parameters in CustParamerts and also to put in a
 stand alone form. I need the details steps. Also I need the steps to how to
 use the number sequnce after I build it, such as how to use the
 numberSeqFormHandler. Appreciate your help.

 Mahmoud Anass
 DAX Developer

 



[Axapta-Knowledge-Village] URGENT: Number Sequnce

2008-12-27 Thread M Anass
I need to implement Number Sequence for my module that I've build all from 
scratch including it's table, EDT, forms. I need to implement the number 
sequnce and put it's parameters in CustParamerts and also to put in a stand 
alone form. I need the details steps. Also I need the steps to how to use the 
number sequnce after I build it, such as how to use the numberSeqFormHandler. 
Appreciate your help.

Mahmoud Anass
DAX Developer