RE: [Axapta-Knowledge-Village] Multi select in a form and perform operation

2006-01-20 Thread daniel lim
hi Siva, in .clicked method of a button and this button must be enabled for multiselect. daniel Siva kumar <[EMAIL PROTECTED]> wrote: Hi Daniel, Where did you try this code, I mean in which method you tried. Let me know please. Thanks, siva daniel lim <[EMAIL PR

[Axapta-Knowledge-Village] Sales groups/teams

2006-01-20 Thread Hennie Potgieter
Hi all, I am looking at implementing sales commission in the AR module in Axapta. Requirement is that Sales Reps (Employees in the HR module) should be grouped into sales teams. This is no problem in Axapta and get stored in table.CommissionSalesRep and table.CommissionSalesGroup. Further

[Axapta-Knowledge-Village] Sales groups/teams

2006-01-20 Thread Hennie Potgieter
Hi all, I am looking at implementing sales commission in the AR module in Axapta. Requirement is that Sales Reps (Employees in the HR module) should be grouped into sales teams. This is no problem in Axapta and get stored in table.CommissionSalesRep and table.CommissionSalesGroup. Further

[Axapta-Knowledge-Village] Using DynaLink in X++

2006-01-20 Thread sinclair_pete
Hi, I am exploring the queryBuild family of classes. I am trying to use the queryBuildDynaLink class but can't get it to work. Here is the self contained X++ I am using. I want the Transactions query to be driven from data in the 'vt' buffer ie when the AccountNum field changes I want to ret

[Axapta-Knowledge-Village] Limit on attaching POs to a blanket Order

2006-01-20 Thread Subrahmanyam, Mamidi
Hi, I am running into some issues when I select a Blanket order and then click on Enquiries - Attached Purchase orders. I am getting SQL trace error saying that can not select a record in purchTable. I traced the code. and I am curious what is the maximum limit of attached purc

Re: [Axapta-Knowledge-Village] Re: Open form with a specific filter

2006-01-20 Thread Varden Morris
You should use a combo box control with the appropriate enumerated type to allow you to change the view dynamically. This is the standard in Axapta and you may look at an example in General Ledger -> Journals -> General Journal. You should also call the executeQuery method from the modified meth

[Axapta-Knowledge-Village] Production order ended but still received and deducted transactions remained

2006-01-20 Thread Axapta IMP Production
Hi everybody, we realized interesting transactions after costing a production order as ended, shows those transactions about the order item (see the screenshot attached in a zip file); Itemstatus qty A Purchased10 A

[Axapta-Knowledge-Village] Axapta certified in China?

2006-01-20 Thread axaptos
Hi All, Have you ever heard that china government is regulating that every ERP/Software that is used in that country should be validated by China government. Is this rumour true? is Axapta certified there? thanks for your help Sharing the knowledge on Axapta. Visit www.frappr.com/axapta f

RE: [Axapta-Knowledge-Village] Re: Open form with a specific filter

2006-01-20 Thread ANIL OZAY
Hi JayKay, In this case, you must set the 'Status' of the range 'Hidden' or 'Locked'. In the same place, the 'init()' method of form, you nust decleare a QueryBuildRange variable : QueryBuildRange qbr; After that, you can program this range. After the super(); : qbr = SalesTable_ds.query().dat

[Axapta-Knowledge-Village] Re: Open form with a specific filter

2006-01-20 Thread jaykay_nl
Hi Anil, Thanks for the very useful information. It is only a pity it needs to be programmed. But it works! Is it also possible to activate at the same time the "Remove Filter" button, so it is possible to remove the filter with just one click. Thanks in advance, JayKay. --- In Axapta-Knowled