Re: [development-axapta] Minimum requirement for coding in Axapta

2004-08-08 Thread vinay malhotra




hi,

Minimum requirement is development license.

regards

vins
--- maroof <[EMAIL PROTECTED]> wrote:

> Hello
>  I am new to Axapta. I have a 2-tier installation on
> a
> box.
> I wanted to know the minimum stuff required for
> Axapta
> development.
> 
> Would appreciate if someone could explain in detail.
> 
> Thanks,
> Maruf
> 
> 
> 
> 
>     
> __
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> 



    
__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail










Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [development-axapta] Enterprise Portal

2004-08-08 Thread eGrabber Var

MohandraZee,

 

I am detailing the basic steps involved in setting up the Portal. You need to just 
read the 

below given steps and then open up the document attached and BLINDLY goes through 

The instruction given in the same.

 

Steps for Setting Up Enterprise Portal.

 

   Set up Internet Information Services (IIS). Contact your Network Admn and get the CD
   Set up the Businesss Connector. It’s helps you connect the Axapta from anywhere

In the internet to the Axapta Server. Make the necessary field level selection here.

   Create a website in Axapta. Go to the Administration Menu=>Internet=> Website

The Easy to use Wizard will help you here 

   Set up the Users for the Website.  These are the users who can access the portal 
from

Anywhere in the Internet to the Axapta using a user name and password…. Much like 

You access the hotmail. The Easy to use Wizard will help you here

   Now set up the Enterprise Portal. This will help you give the properties of the 
portal to the 

Website given. The Easy to use Wizard will help you here.

   The portal is set up and now tests it using the IP from a remote (another 
computer). Make changes in the fields published in the Portal view and see if those 
changes are getting reflected in the Axapta Server. No do the reverse. Make changes in 
the Axapta Server and see if they are getting reflected in web page. If the fields are 
getting successful
then you are on the right path 

 

PS; There might be some glitches and you should be able to handle it . Again

Please go through the Microsoft web cast on the EnterprisePortal

 

PS: The document was initially given to me by an Ax Village Member. Mr. Serioga



 

 

Regards
Peter 

xorphx <[EMAIL PROTECTED]> wrote: hi,
  Could somebody give me the step by step guide to deploying the 
Axapta 3.0 enterprise portal?
p/s:i'm trying to deploy the portal on my workstation for testing 
purposes. can i do that?


Yahoo! Groups SponsorADVERTISEMENT


-
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
  
   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 

[Non-text portions of this message have been removed]




 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
~-> 

 
Yahoo! Groups Links

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

<*> 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/
 




RE: [development-axapta] Form sort used for what?

2004-08-08 Thread Harry Deshpande




Hi James

 

First of all... if you want to apply a different sort order then you
have to finger around with newJournalList method of class
salesFormLetter_PickingList. 

 

Now to your question as to why this is not working for you...

 

To be very honest, I did not try this out. However, I have a feeling as
to why this is not working out for you.

 

Axapta as two methods of printing the picking lists.

 

First method is print pickinglist one by one as soon as they are
processed. Represented by Printout=current on salesEditLinesForm.

 

Second method is print pickinglists after they are processed.
Represented by Printout = after on salesEditLinesForm.

 

Obviously the sort will not work if Printout = current, since picking
lists are being printed as soon as they are processed.

 

I do not think you cannot change the value of printout manually. This
can be changed in the update method of class salesformletter

 

    this.initParameters(salesParmUpdate,

    PrintOut::Current);  // Printout

 

I have not made a study of why this has been set as current in standard
Axapta and the implications of setting printout to "after". (for eg. If
the picking list operations fails after processing 5 picking lists then
whether the previous picking lists are reversed and if they are not
reversed and there is a system failure then picking lists will not be
printed etc etc.)

 

However,in order for the formSort to work this value will have to be set
to "after".

 

Another option which you may want to look at will be to change the order
in which picking list are processed.

 

Hope this helps

 

Regards

 

harry

 

 

 

  _  

From: James Flavell [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 7 August 2004 11:28 a.m.
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Form sort used for what?

 

Thanks very much Harry,

Your example situation is a very good one and one that had not really
crossed my mind :)  my situation is very similar in that I want to make
sure
the warehouse pick priority customer stock first and therefore want the
picking instructions to appear in customer prioirty order.  I would
refer
the pick instruction number to be assigned in this order as it is more
full
proof but if it cannot then the print out in that order is the next best
thing.

Can you tell me exactly what you set to get it to work and what you did
to
test it worked?  Like I said I have v3.0 SP2 and have set a sort but
dont
seem to get the printouts in that order (did you print to screen or
printer...although I believe I should still be able to see the effect on
the
screen...)

Thank you
James


-Original Message-
From: Harry Deshpande [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 6:03 AM
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Form sort used for what?


Hi



The questions still unanswered are:
1) Is the sort applied before or after the invoice number is assigned?
i.e.
can this sort influence the number assigned to a journal or does it only
come into effect after each journal has been created (strictly the
prinout)



** The sort cannot influence the number assigned to the journal and the
sort is applied after the invoice number is assigned.



can actually get it to work and maybe who actually uses this in a real
life
situation and if so can you add your input please :)




** Ummm, I do not know anyone who has used it but I can guess of a
scenario...

accounts department prints all the invoices during the night and the
clerk files the invoices in the morning. Now if the invoices are being
filed in alphabetical order (customer code or name) then you would sort
them on that field. If the invoices are being filed in the number
sequence then you will sort them on the number. Stretching things a bit
to use the functionality I guess, cant think of anything else right now.



Regards



Harry





[Non-text portions of this message have been removed]




Yahoo! Groups Sponsor  

ADVERTISEMENT

 click here  

   


  _  

Yahoo! Groups Links


*  To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 
  

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

be> 
  

*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
 . 




[Non-text portions of this message have been removed]





Yahoo! Groups Sponsor

ADVERTISEMENT
click here

[development-axapta] Enterprise Portal

2004-08-08 Thread xorphx




hi,
  Could somebody give me the step by step guide to deploying the 
Axapta 3.0 enterprise portal?
p/s:i'm trying to deploy the portal on my workstation for testing 
purposes. can i do that?










Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [development-axapta] Form sort used for what?

2004-08-08 Thread James Flavell




Thanks very much Harry,
 
Your example situation is a very good one and one that had not really
crossed my mind :)  my situation is very similar in that I want to make sure
the warehouse pick priority customer stock first and therefore want the
picking instructions to appear in customer prioirty order.  I would refer
the pick instruction number to be assigned in this order as it is more full
proof but if it cannot then the print out in that order is the next best
thing.
 
Can you tell me exactly what you set to get it to work and what you did to
test it worked?  Like I said I have v3.0 SP2 and have set a sort but dont
seem to get the printouts in that order (did you print to screen or
printer...although I believe I should still be able to see the effect on the
screen...)
 
Thank you
James
 

-Original Message-
From: Harry Deshpande [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 6:03 AM
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Form sort used for what?


Hi



The questions still unanswered are:
1) Is the sort applied before or after the invoice number is assigned?
i.e.
can this sort influence the number assigned to a journal or does it only
come into effect after each journal has been created (strictly the
prinout)



** The sort cannot influence the number assigned to the journal and the
sort is applied after the invoice number is assigned.



can actually get it to work and maybe who actually uses this in a real
life
situation and if so can you add your input please :)




** Ummm, I do not know anyone who has used it but I can guess of a
scenario...

accounts department prints all the invoices during the night and the
clerk files the invoices in the morning. Now if the invoices are being
filed in alphabetical order (customer code or name) then you would sort
them on that field. If the invoices are being filed in the number
sequence then you will sort them on the number. Stretching things a bit
to use the functionality I guess, cant think of anything else right now.



Regards



Harry





[Non-text portions of this message have been removed]




Yahoo! Groups Sponsor  

ADVERTISEMENT
 
 click here  
 
   


  _  

Yahoo! Groups Links


*  To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 
  

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

*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
 . 




[Non-text portions of this message have been removed]










Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.