RE: [Axapta-Knowledge-Village] Re: How do the other users access the enterprise portal I have created

2006-03-19 Thread Peter Sloth
Hi

Then you should be able to log on EP with your web users. Is that not
what you want? Or do you want to be able to target Internet scenarios
where login is not required?

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Vivek
Sinha
Sent: 10. marts 2006 08:19
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Re: How do the other users
access the enterprise portal I have created


Hi,

I have created the web users.

regards,

Vivek
--- mukesh ranjan [EMAIL PROTECTED] wrote:

 Hi,
 
 Vivek sir,
 
 PLZ Create the Web user at AdminSetupInternetWeb
 User.
 
 Regards,
 
 Mukesh ranjan
 
 
 On 3/10/06, Vivek Sinha [EMAIL PROTECTED] wrote:
  Hi,
 
  I have created an Enterprise Portal. How do the
 other
  users access the enterprise portal i have created
 from
  other system other than mine.
 
  With best regards,
 
  Vivek Sinha
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
 
 
  Sharing the knowledge on Axapta.
  Visit www.frappr.com/axapta for axapta friends.
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 




Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-19 Thread manoj kumar
Hi kumar,
   My requirement is when i create POline by selecting the itemid, a form 
is popped up displaying all the itemdimension for that itemid.ok. Now when i 
enter the quantity and press ok button in that form, the created line should 
get updatd with the values in the popped form..Now i think you understood my 
requiremnt..
   
  regards
  Manoj
  

kumar gaurav [EMAIL PROTECTED] wrote:
  hey manoj,
   
  can you please eloborate your requirements.
   
  bye

manojkumar_asp [EMAIL PROTECTED] wrote:
  Hi All 
   I Want to know how the PurchLine is created when a itemid is 
selected from anyother form.I have to create many lines if more item 
id is selected in other form. Seems to be difficult for me..If any 
experienced Leaders can help me to solve this..plsss.

regards,
Manoj





Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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

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


-
  




-
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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

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


-
  




-
 Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 




Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-19 Thread Abin
This will help you  repalce the hardcode with your object exts ...
   
  static void CreatePurchOrder2(Args _args)
{
InventTable inventTable;
PurchTable  purchTable;
axpurchline axpurchline;
axinventdim_purchline axpl;
;
purchTable = PurchTable::find('00048_049');
select inventtable where inventtable.ItemId == 'FLL-2500';
axpurchline = new axpurchline();
axpurchline.inventTableRecord(inventtable);
axpurchline.purchId(purchtable.PurchId);
axpurchline.itemId(inventtable.ItemId);
axpurchline.purchQty(122);
axpl = new axinventdim_purchline(axpurchline);
axpl.configId('B-Black');
axpl.setConfigId();
axpl.inventSizeId('10');
axpl.setInventSizeId();
axpurchline.axInventDim(axpl);
axpurchline.save();
}
   
  cheers ..
   
  Abin.


manoj kumar [EMAIL PROTECTED] wrote:
  Hi kumar,
   My requirement is when i create POline by selecting the itemid, a form 
is popped up displaying all the itemdimension for that itemid.ok. Now when i 
enter the quantity and press ok button in that form, the created line should 
get updatd with the values in the popped form..Now i think you understood my 
requiremnt..
   
  regards
  Manoj
  

kumar gaurav [EMAIL PROTECTED] wrote:
  hey manoj,
   
  can you please eloborate your requirements.
   
  bye

manojkumar_asp [EMAIL PROTECTED] wrote:
  Hi All 
   I Want to know how the PurchLine is created when a itemid is 
selected from anyother form.I have to create many lines if more item 
id is selected in other form. Seems to be difficult for me..If any 
experienced Leaders can help me to solve this..plsss.

regards,
Manoj





Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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

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


-
  




-
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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

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


-
  




-
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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
Bring photos to life! New PhotoMail  makes sharing a breeze. 

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 





[Axapta-Knowledge-Village] axapta taxinvoice

2006-03-19 Thread niphawan sungnoi
Hi all ,
   
   
 I have a problem with Invoice   tax invoice  ,If  I want to 
posted invoice
  and posted tax invoice  , can I ?  how ?
   
   
   
   
   
  thank you

  nipnoi
   

Send instant messages to your online friends http://uk.messenger.yahoo.com 

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 




[Axapta-Knowledge-Village] To change the property of a field in SQL Table?? Implications ??

2006-03-19 Thread sherin francis
Hi All,
   
  We have a third party tool which is used to upload data from other systems 
into Axapta... and these are mainly the transactions... i.e into the
   GL - Journals- General Journal
   AP - Journals - Payments - Payment Journal
   AR - Journals - Payments - Payment Journal
   
  The problem we are facing is when uploading trasactions where the credit or 
debit are decimal numbers (Eg. 200.34 ) it is entered into Axapta tables in a 
very particular manner...
   
  Instead of entering it as 200.34 it enters it as 200.34473261.
   Now, when Axapta is validating this particular voucher line it give error as 
follows :
   
   'Unit of -200.34, -200.34 being posted to account '10110' is too little.  
   
   NOTE: [-200.34  being an amount and 10110 being the ledger account]
   
  This error is expected as the currency round off is to 2 decimals and the 
acutal number is more than 2 decimals points...
   
  When i went to the particular table in SQL Server i.e Ledger Journal Trans 
and checked the property of the particular fields i.e. AmountCurDebit and 
AmountCurCredit
  the scale property is 12 (i.e. 12 digits are allowed to be entered after the 
decimal place) and that is why instead of entering the number as 200.34 it 
enters it as 200.34473261 (filling up all the decimal places). 
  After changing the scale to 4 the amount is being uploaded correctly and 
validation is done properly by Axapta...
   
  My question is ... what will be the implications ater this change or will 
there be any problems that may affect the other functionality of Axapta if I 
change this particular value for this particular field in this table only...
   
  Awaiting a reply from the experts and hope i've made my problem clear...
   
  Thanks in advance...
   
  Regards,
  Sherin Francis


-
Brings words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 





[Axapta-Knowledge-Village] Internal Error no_mempage

2006-03-19 Thread Mohammed Sadiq
Hi All

 

I have a problem while printing RPL picking list. I Get this message
Internal error: no_mempage. We have restarted the database but still
the problem exists. Please give a solution for this.

 

Thanks. Regards

 



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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 





RE: [Axapta-Knowledge-Village] To change the property of a field in SQL Table?? Implications ??

2006-03-19 Thread James Flavell
Well when you sync Axapta to SQL then the field property change will go back
to how it was before I think

If you change only the SQL then I believe you can end up with imbalance due
to rounding (really depends how your other systems do transactions etc) but
the question would be why your source system/data is not already as 2
decimals and can you not make it 2 as this woul dbe the better solution
(i.e. solve it at the source)

Thanks
James


-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of sherin
francis
Sent: 20 March 2006 14:57
To: axapta axapta
Subject: [Axapta-Knowledge-Village] To change the property of a field in SQL
Table?? Implications ??


Hi All,
   
  We have a third party tool which is used to upload data from other systems
into Axapta... and these are mainly the transactions... i.e into the
   GL - Journals- General Journal
   AP - Journals - Payments - Payment Journal
   AR - Journals - Payments - Payment Journal
   
  The problem we are facing is when uploading trasactions where the credit
or debit are decimal numbers (Eg. 200.34 ) it is entered into Axapta tables
in a very particular manner...
   
  Instead of entering it as 200.34 it enters it as 200.34473261.
   Now, when Axapta is validating this particular voucher line it give error
as follows :
   
   'Unit of -200.34, -200.34 being posted to account '10110' is too little.

   
   NOTE: [-200.34  being an amount and 10110 being the ledger account]
   
  This error is expected as the currency round off is to 2 decimals and the
acutal number is more than 2 decimals points...
   
  When i went to the particular table in SQL Server i.e Ledger Journal Trans
and checked the property of the particular fields i.e. AmountCurDebit and
AmountCurCredit
  the scale property is 12 (i.e. 12 digits are allowed to be entered after
the decimal place) and that is why instead of entering the number as 200.34
it enters it as 200.34473261 (filling up all the decimal places). 
  After changing the scale to 4 the amount is being uploaded correctly and
validation is done properly by Axapta...
   
  My question is ... what will be the implications ater this change or will
there be any problems that may affect the other functionality of Axapta if I
change this particular value for this particular field in this table only...
   
  Awaiting a reply from the experts and hope i've made my problem clear...
   
  Thanks in advance...
   
  Regards,
  Sherin Francis


-
Brings words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 





Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 





[Axapta-Knowledge-Village] Beginning Balances

2006-03-19 Thread abdollah mostafa
Dear all

can anybody tells me what are the different ways to enter begining 
balances in subledgers and its consolidated financial effect in the 
general ledger in Axapta?

the way i know _in a different package_ (Microsoft GP) is to prevent 
the integration between the general ledger and the subledger(first), 
then entering a consilidated transaction in the general ledger 
summarizing all the financial effect of the subledgers transactions 
(second),then to enter the beginig balances for each subledger
(third), and finally to re-link the subledger with the general 
ledger.

i dont know how i can do such procedure in Axapta, or another way 
giving me the same result...

thanks alot and have a nice day
Abdollah Mostafa






Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/
 




RE: [Axapta-Knowledge-Village] To change the property of a field in SQL Table?? Implications ??

2006-03-19 Thread sherin francis
Hi James,
   
  Thanks for the reply...
  I just tried synchronizing the table and found that the field property didn't 
change..
   
  The funny part is it picks the data from excel (which is the source system 
data and proper 2 decimal numbers) and transforms it in this odd manner and 
puts it into Axapta tables...
   
  And yes, u r right , ideally the source system should be the one which should 
be changed (which is also a safer solution) but unfortunately getting support 
from that 3rd party takes an unusally long time... and we cant change it as 
well, coz its not an open source solution... 
   
  By changing in Axapta, the problem was resolved and much quicker also ...
  but just still wondering what could be the other problems other than the 
imbalance...??(as this generally wudn't appear as the Source data is also 2 
decimals)
   
   
  

James Flavell [EMAIL PROTECTED] wrote:
  Well when you sync Axapta to SQL then the field property change will go back
to how it was before I think

If you change only the SQL then I believe you can end up with imbalance due
to rounding (really depends how your other systems do transactions etc) but
the question would be why your source system/data is not already as 2
decimals and can you not make it 2 as this woul dbe the better solution
(i.e. solve it at the source)

Thanks
James


-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of sherin
francis
Sent: 20 March 2006 14:57
To: axapta axapta
Subject: [Axapta-Knowledge-Village] To change the property of a field in SQL
Table?? Implications ??


Hi All,
   
  We have a third party tool which is used to upload data from other systems
into Axapta... and these are mainly the transactions... i.e into the
   GL - Journals- General Journal
   AP - Journals - Payments - Payment Journal
   AR - Journals - Payments - Payment Journal
   
  The problem we are facing is when uploading trasactions where the credit
or debit are decimal numbers (Eg. 200.34 ) it is entered into Axapta tables
in a very particular manner...
   
  Instead of entering it as 200.34 it enters it as 200.34473261.
   Now, when Axapta is validating this particular voucher line it give error
as follows :
   
   'Unit of -200.34, -200.34 being posted to account '10110' is too little.

   
   NOTE: [-200.34  being an amount and 10110 being the ledger account]
   
  This error is expected as the currency round off is to 2 decimals and the
acutal number is more than 2 decimals points...
   
  When i went to the particular table in SQL Server i.e Ledger Journal Trans
and checked the property of the particular fields i.e. AmountCurDebit and
AmountCurCredit
  the scale property is 12 (i.e. 12 digits are allowed to be entered after
the decimal place) and that is why instead of entering the number as 200.34
it enters it as 200.34473261 (filling up all the decimal places). 
  After changing the scale to 4 the amount is being uploaded correctly and
validation is done properly by Axapta...
   
  My question is ... what will be the implications ater this change or will
there be any problems that may affect the other functionality of Axapta if I
change this particular value for this particular field in this table only...
   
  Awaiting a reply from the experts and hope i've made my problem clear...
   
  Thanks in advance...
   
  Regards,
  Sherin Francis


-
Brings words and photos together (easily) with
PhotoMail  - it's free and works with Yahoo! Mail.

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
Business finance course   Business to business finance   Small business 
finance Business finance consultant   Business finance magazine   Business 
finance schools 

-
  YAHOO! GROUPS LINKS 


Visit your group Axapta-Knowledge-Village on the web.

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
Bring photos to life! New PhotoMail  makes sharing a breeze. 

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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/