Purchase orders are created to fulfill an issue need. Could be for a sales 
order, production etc. The same applies for transfer orders. This will be 
suggested if the item is on stock somewhere else.
 
Many parameters influence when the orders are suggested, e.g. the time window, 
minimum stock etc.
 
Regards,
Lars

________________________________

Fra: Axapta-Knowledge-Village@yahoogroups.com på vegne af Axapter
Sendt: fr 13-05-2005 08:47
Til: Axapta-Knowledge-Village@yahoogroups.com
Emne: [Axapta-Knowledge-Village] Master planning 2 types of planned order



Hi,

Could anyone give me explaination about the two type planned order in master
planning which are Purchase Order and Transfer Order ??
What is the functionality of these 2 types of planned order ??


Thanks in advance,


Ax
----- Original Message -----
From: "Bayliss, Barry" <[EMAIL PROTECTED]>
To: <Axapta-Knowledge-Village@yahoogroups.com>
Sent: Friday, May 13, 2005 9:32 AM
Subject: RE: [Axapta-Knowledge-Village] Modify the Class property


>
> hi Akash,
>
> Just a couple of quick questions:
>
> 1. If you modify the code of a function in the class, does this coding
> change get imported into the customer application?
>
> 2. Are the functions you are trying to call in the class static?
>
> 3. Can you send to the list the class declaration of the class's
> concerned, ie the class and the class it extends from?  (for example)
> class PBATreeNodeCompileTableValue extends PBATreeNodeCompile
> class PBATreeNodeCompile
>
> 4. What layers exist for the class, eg VAR, CUS, USR?
>
>
>
> Barry.
>
>
>
> -----Original Message-----
> From: Axapta-Knowledge-Village@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Akash
> Sent: Wednesday, 11 May 2005 1:16 PM
> To: Axapta-Knowledge-Village@yahoogroups.com
> Subject: RE: [Axapta-Knowledge-Village] Modify the Class property
>
> Hi Harry,
>
> Thanks for reply.
>
> This is a customized class and yes this extends one
> more customized class.
>
> Oh, i am not aware of this . So, due to this reason
> the changing property is not possible , if i will
> modify the Xpo file in my customer application with
> thier licence.
>
> Regards
> Akash
>
>
> --- "Harry (Harshawardhan Deshpande"
> <[EMAIL PROTECTED]> wrote:
> > hi Akash
> >
> > one basic question not to test your knowledge but to
> > make sure that we are not missing the obvious.
> >
> > Which class are u trying to modify? If the class is
> > extending some class then changing this property may
> > not be possible
> >
> > regards
> >
> > harry
> >
> > Akash <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Thanks for your suggestion, but still its not
> > working.
> > regards
> > Akash
> > --- Ali KESKIN <[EMAIL PROTECTED]> wrote:
> >
> > ---------------------------------
> > Could you try following method?
> > Make modifications, export the modified class,
> > restart
> > axapta -:) and import
> > the modified class;
> > Best luck.
> >
> > -----Original Message-----
> > From: Axapta-Knowledge-Village@yahoogroups.com
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Akash
> > Sent: Tuesday, May 10, 2005 3:59 AM
> > To: Axapta-Knowledge-Village@yahoogroups.com
> > Subject: [Axapta-Knowledge-Village] Modify the Class
> > property
> >
> > Hi All,
> >
> > I need to change the Class property from "Server" to
> > "Client" of a class in the Customer Application. But
> > the customer licence doesnot have access/rights to
> > modify any class properties.
> >
> > Hence i wrote a job using the tree node class to
> > modify the class property. When i run the job, the
> > property changes from "Server" to "client" , but
> > this
> > does not saves/refreshes permanently , as when i
> > close
> > and re-open the axapta the property change is back
> > again to "Server" .
> >
> > Is there any otherway to modify the class property?
> >
> > Here is the job :
> >
> > static void ChangeClassProperties(Args _args)
> > {
> > xInfo xInfo = new xInfo();
> >
> >     treeNode t =
> > xInfo.rootNode().AOTfindChild("Classes");
> >     treeNode child;
> >     treenodeIterator it;
> >
> >     str   properties;
> >     str   properties1;
> >     str   classes;
> >     str   searchType = "Client";
> >
> >     ;
> >
> >     it = t.AOTiterator();
> >     child = it.next();
> >     while (child)
> >     {
> >         classes = child.treeNodeName();
> >             if(classes == "My Class")
> >         {
> >
> >             properties        =
> > child.AOTgetProperties();
> >             info(properties);
> >             properties1       =
> >
> setProperty(child.AOTgetProperties(),"RunOn",searchType);
> >             info(properties1);
> >             child.AOTsetProperties(properties1);
> >             child.AOTsave();
> >             child.AOTrefresh();
> >         }
> >
> >         child = it.next();
> >     }
> >
> > }
> >
> > Regards
> > Akash
> >
> >
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail - Helps protect you from nasty viruses.
> > http://promotions.yahoo.com/new_mail
> >
> >
> >
> > Sharing the knowledge on Axapta.
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 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 the
> > Yahoo!
> > Terms of Service.
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > http://mail.yahoo.com
> >
> >
> > 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 the
> > Yahoo! Terms of Service.
> >
> >
> >
> > ---------------------------------
> > Yahoo! Mail Mobile
> >  Take Yahoo! Mail with you! Check email on your
> > mobile phone.
>
>
>
> Discover Yahoo!
> Find restaurants, movies, travel and more fun for the weekend. Check it
> out!
> http://discover.yahoo.com/weekend.html
>
>
>
>
> Sharing the knowledge on Axapta.
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> Sharing the knowledge on Axapta.
> Yahoo! Groups Links
>
>
>
>
>
>
>




Sharing the knowledge on Axapta.
Yahoo! Groups Links










------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
 

<<winmail.dat>>

Reply via email to