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/
 





Re: [Axapta-Knowledge-Village] Another unknown question from T & L certification by Microsoft

2005-11-27 Thread Abin



Hi,     Try out the invent transaction form with some dummy transactions post. You will get it clear.      Cheers!  Padmaja Iyingar <[EMAIL PROTECTED]> wrote:Hi hemant/Abin,     Thank you for your replies. This time I am cautious to comment on any. I could not find anything in T &L manuals.     1. what would be the inventory status if there physical date, but no financial date?. ( i think its delivered )     2. what would the inventory status if there financial date, but no physical date?.     can anyone help answer these or direct me where to look for?.     thanks in advance,  Padmaja      
   Yahoo! Music Unlimited - Access over 1 million songs. Try it free.   
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





Sharing the knowledge on Axapta.





  




  
  
  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.



  









Re: [Axapta-Knowledge-Village] A stupid question from T & L certification by Microsoft

2005-11-27 Thread Abin



guess ... Ques is not stupid at all! :)      Ans is Inventory Dimensions !      Jim!.Padmaja Iyingar <[EMAIL PROTECTED]> wrote:Hi ,     Today I gave T & L exam. I failed it. However I encoutered a stupid question.     How is onhand is divided?     1.quantity  2. Price  3.date  4.inventory dimension        And you know, I feel all of them right. But it a single answer question.     Am i stupid or the question is stupid?.     or do you know answer to this?.     P.S: I am trying to know answer.  thanks in advance.
  Padmaja  Yahoo! Music Unlimited - Access over 1 million songs. Try it free.   
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





Sharing the knowledge on Axapta.








  
  
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.



  









Re: [Axapta-Knowledge-Village] Posting Profile - Inventory (Purchase Order)

2005-03-29 Thread Abin



consumption account is used on return Items. Account to use - - You must determine any P&L account.
 
Abin.ppcheah70 <[EMAIL PROTECTED]> wrote:
Hi allI am working on below posting profile. Purchase Order (Consumption)Path : Inventory Mgt/Setup/Posting/Posting->Purchase OrderCan anyone advice me when does system use the posting profile for 'Consumption' & what is the recommad account to use.Regardspp.cheahSharing the knowledge on Axapta. 
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










RE: [Axapta-Knowledge-Village] Help Required on Database Logging

2004-09-07 Thread Sam, Abin





Depends on your requirement  !!  On what modules or masters you 
need to setup a log ???
 
cheers!
 
Abin

  -Original Message-From: tushar_r_panda 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 
  2004 7:29 PMTo: 
  [EMAIL PROTECTED]Subject: 
  [Axapta-Knowledge-Village] Help Required on Database 
  LoggingCan anyone give any help on which tables to 
  set up in database log Thanks in 
  advance,TusharSharing the knowledge on 
  Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










RE: [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order quantity"

2004-09-07 Thread Sam, Abin





Check 
- 
 
   A.P Parameters !
   Line under delivery %. 
!
   Check Item master - > Under 
delivery % !.
 
Thats 
It ! .. This must work .. If not there is something wrong :-) 
.. 
 
   After all these ,if its not working 
..
   Is it not allowing you to 
manually reduce the order qty !! ???
 
Aks.

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 2004 
  5:42 PMTo: 
  [EMAIL PROTECTED]Subject: RE: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order 
  quantity"
  Hi,
  I have set the under delivery % as 100.
   
  Kenneth
   
  "Sam, Abin" <[EMAIL PROTECTED]> wrote:
  

hi,
 
 what is the under delivery % you have specified 
?
 
aks

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 
  2004 5:27 PMTo: 
  [EMAIL PROTECTED]Subject: RE: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order 
  quantity"
  Thanks a lot.  But seems still cannot do.
   
  Best regards,
  Kenneth Ming"Sam, Abin" 
  <[EMAIL PROTECTED]> wrote:
  

Hi,
 
  Check the Item Master -> references _> P.O Group 
(Over delivery , Under Delivery).
 
Hope this helps !
 
Aks.

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 
  07, 2004 4:47 PMTo: 
  [EMAIL PROTECTED]Subject: Re: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction of PO 
  order quantity"
  Hi Vaihav,
   
  I use version 2.5 with service pack 4.
   
  I have already checked the setup with "accept under-delivery", 
  and I have also set the under-delivery % for that PO line.
   
  But, the result is "still cannot post".
   
  Best regards,
  Kenneth Mingvaibhav pednekar 
  <[EMAIL PROTECTED]> wrote:
  hi 
Kenneth,Which Service pack are you using of 2.5and 
did you check the setup with Accept underdelivery.u can 
setup this for individual lines in the purchaseorder 
lines.just check itthank 
uregardsvaibhav--- Sun Fen 
<[EMAIL PROTECTED]>wrote:> Hi, Axapta 3.0 doesn't have 
that problem.> - Original Message - > From: 
Kenneth Ming > To: axapta-knowledge-village > Sent: 
Monday, September 06, 2004 9:55 AM> Subject: 
[Axapta-Knowledge-Village] Regarding the> case of "deduction 
of PO order quantity"> > > Dear all,> 
> [Axapta version 2.5]> > Any suggestions of 
the case of "deduction of PO> order quantity"?> For 
the details, please see below.> > A PO has 10,000 
pieces of item A and now 5,000> pieces are received. If the 
order quantity is> reduced from 10,000 to 5,000, PO cannot be 
posted in> Axapta. As a result, the PO cannot be revised 
and> cannot be sent to vendor.> > Best 
regards,> Kenneth Ming> [EMAIL PROTECTED]> 
全港最大手機下載中心> http://mobile.yahoo.com.hk/> > 
> Sharing the knowledge on Axapta. > > > 
Yahoo! Groups Sponsor > ADVERTISEMENT> > 
> > > > > 
>--> 
Yahoo! Groups Links> > a.. To visit your group on the 
web, go to:> 
>http://groups.yahoo.com/group/Axapta-Knowledge-Village/> 
> b.. To unsubscribe from this group, send an> email 
to:> > 
[EMAIL PROTECTED]> 
> c.. Your use of Yahoo! Groups is subject to the> 
Yahoo! Terms of Service. > > > 
__Do you 
Yahoo!?Yahoo! Mail - 50x more storage than other 
providers!http://promotions.yahoo.com/new_mail 
Yahoo! Groups Sponsor ~--> $9.95 domain 
names from Yahoo!. Register 
anything.http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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 
   

RE: [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order quantity"

2004-09-07 Thread Sam, Abin





hi,
 
 what is the under delivery % you have specified 
?
 
aks

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 2004 
  5:27 PMTo: 
  [EMAIL PROTECTED]Subject: RE: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order 
  quantity"
  Thanks a lot.  But seems still cannot do.
   
  Best regards,
  Kenneth Ming"Sam, Abin" 
  <[EMAIL PROTECTED]> wrote:
  

Hi,
 
  Check the Item Master -> references _> P.O Group (Over 
delivery , Under Delivery).
 
Hope this helps !
 
Aks.

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 
  2004 4:47 PMTo: 
  [EMAIL PROTECTED]Subject: Re: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction of PO order 
  quantity"
  Hi Vaihav,
   
  I use version 2.5 with service pack 4.
   
  I have already checked the setup with "accept under-delivery", and I 
  have also set the under-delivery % for that PO line.
   
  But, the result is "still cannot post".
   
  Best regards,
  Kenneth Mingvaibhav pednekar 
  <[EMAIL PROTECTED]> wrote:
  hi 
Kenneth,Which Service pack are you using of 2.5and did 
you check the setup with Accept underdelivery.u can setup 
this for individual lines in the purchaseorder lines.just 
check itthank uregardsvaibhav--- Sun Fen 
<[EMAIL PROTECTED]>wrote:> Hi, Axapta 3.0 doesn't have that 
problem.> - Original Message - > From: Kenneth 
Ming > To: axapta-knowledge-village > Sent: Monday, 
September 06, 2004 9:55 AM> Subject: [Axapta-Knowledge-Village] 
Regarding the> case of "deduction of PO order quantity"> 
> > Dear all,> > [Axapta version 
2.5]> > Any suggestions of the case of "deduction of 
PO> order quantity"?> For the details, please see 
below.> > A PO has 10,000 pieces of item A and now 
5,000> pieces are received. If the order quantity is> 
reduced from 10,000 to 5,000, PO cannot be posted in> Axapta. As 
a result, the PO cannot be revised and> cannot be sent to 
vendor.> > Best regards,> Kenneth Ming> 
[EMAIL PROTECTED]> 全港最大手機下載中心> 
http://mobile.yahoo.com.hk/> > > Sharing the 
knowledge on Axapta. > > > Yahoo! Groups Sponsor 
> ADVERTISEMENT> > > > > 
> > 
>--> 
Yahoo! Groups Links> > a.. To visit your group on the web, 
go to:> 
>http://groups.yahoo.com/group/Axapta-Knowledge-Village/> 
> b.. To unsubscribe from this group, send an> email 
to:> > 
[EMAIL PROTECTED]> > 
c.. Your use of Yahoo! Groups is subject to the> Yahoo! Terms of 
Service. > > > 
__Do you 
Yahoo!?Yahoo! Mail - 50x more storage than other 
providers!http://promotions.yahoo.com/new_mail 
Yahoo! Groups Sponsor ~--> $9.95 domain names 
from Yahoo!. Register 
anything.http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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/
  [EMAIL PROTECTED]全港最大手機下載中心http://mobile.yahoo.com.hk/Sharing 
  the knowledge on Axapta. Sharing the 
  knowledge on Axapta. 
  [EMAIL PROTECTED]全港最大手機下載中心http://mobile.yahoo.com.hk/Sharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










RE: [Axapta-Knowledge-Village] Regarding the case of "deduction o f PO order quantity"

2004-09-07 Thread Sam, Abin





Hi,
 
  
Check the Item Master -> references _> P.O Group (Over delivery , Under 
Delivery).
 
Hope 
this helps !
 
Aks.

  -Original Message-From: Kenneth Ming 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 07, 2004 
  4:47 PMTo: 
  [EMAIL PROTECTED]Subject: Re: 
  [Axapta-Knowledge-Village] Regarding the case of "deduction of PO order 
  quantity"
  Hi Vaihav,
   
  I use version 2.5 with service pack 4.
   
  I have already checked the setup with "accept under-delivery", and I have 
  also set the under-delivery % for that PO line.
   
  But, the result is "still cannot post".
   
  Best regards,
  Kenneth Mingvaibhav pednekar 
  <[EMAIL PROTECTED]> wrote:
  hi 
Kenneth,Which Service pack are you using of 2.5and did you 
check the setup with Accept underdelivery.u can setup this for 
individual lines in the purchaseorder lines.just check 
itthank uregardsvaibhav--- Sun Fen 
<[EMAIL PROTECTED]>wrote:> Hi, Axapta 3.0 doesn't have that 
problem.> - Original Message - > From: Kenneth Ming 
> To: axapta-knowledge-village > Sent: Monday, September 06, 
2004 9:55 AM> Subject: [Axapta-Knowledge-Village] Regarding 
the> case of "deduction of PO order quantity"> > 
> Dear all,> > [Axapta version 2.5]> > 
Any suggestions of the case of "deduction of PO> order 
quantity"?> For the details, please see below.> > A PO 
has 10,000 pieces of item A and now 5,000> pieces are received. If 
the order quantity is> reduced from 10,000 to 5,000, PO cannot be 
posted in> Axapta. As a result, the PO cannot be revised and> 
cannot be sent to vendor.> > Best regards,> Kenneth 
Ming> [EMAIL PROTECTED]> 全港最大手機下載中心> 
http://mobile.yahoo.com.hk/> > > Sharing the knowledge 
on Axapta. > > > Yahoo! Groups Sponsor > 
ADVERTISEMENT> > > > > > > 
>--> 
Yahoo! Groups Links> > a.. To visit your group on the web, go 
to:> 
>http://groups.yahoo.com/group/Axapta-Knowledge-Village/> 
> b.. To unsubscribe from this group, send an> email 
to:> > 
[EMAIL PROTECTED]> > c.. 
Your use of Yahoo! Groups is subject to the> Yahoo! Terms of Service. 
> > > 
__Do you 
Yahoo!?Yahoo! Mail - 50x more storage than other 
providers!http://promotions.yahoo.com/new_mail 
Yahoo! Groups Sponsor ~--> $9.95 domain names 
from Yahoo!. Register 
anything.http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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/
  [EMAIL PROTECTED]全港最大手機下載中心http://mobile.yahoo.com.hk/Sharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.