[development-axapta] Product Builder Performance

2010-03-11 Thread Kevin Murray
We moved from AX 3.x to 5.x, tree execution appears unchanged, rule execution is somewhat faster but the forms load slower. I would think about downsizing the models or upgrading the pipe or hardware as first options before before an overall upgrade just for performance purposes. Now support iss

RE: [development-axapta] Product Builder Performance

2010-03-03 Thread Thomas Turney
...@yahoogroups.com] On Behalf Of Sebastian Sent: Monday, February 22, 2010 7:10 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] Product Builder Performance we are currently facing performance problems regarding the product builder. One of the possible options is the upgrade to

[development-axapta] Product Builder Performance

2010-03-02 Thread Sebastian
we are currently facing performance problems regarding the product builder. One of the possible options is the upgrade to MS Dynamics AX 2009. But before we will take this step we would like to figure out if there will be an improvement in the product builder performance. We use the product bu

[development-axapta] Product Builder Performance

2010-02-16 Thread Sebastian
we are currently facing performance problems regarding the product builder. One of the possible options is the upgrade to MS Dynamics AX 2009. But before we will take this step we would like to figure out if there will be an improvement in the product builder performance. We use the product bui

Re: [development-axapta] Product Builder Variable Validation -> Post Validation

2006-03-03 Thread kevin murray
Dionne,   I didn't understand u're problem in the least :) but here is a code snippet that   is the first line of the modeling tree getting a warehouse value from the Salesline.      Warehouse=InventDim::find(SalesLine::findInventTransID(InventTransID).InventDimID).InventLocationID;      I p

[development-axapta] Product Builder Variable Validation -> Post Validation

2006-03-03 Thread Dionne
What I am looking to do is to use the current Salesline record in the code snippet to do a find to return the value of a field to do a logical comparison so basically from a post validation code editior I would like to be able to do a basic find Custtable = Custtable::find(Salesline.CustAc

[development-axapta] Product Builder Transfers

2006-01-30 Thread kevin murray
I would like to do a survey of what everyone else is using to transfer Product Builds from one Axapta instance to another...are people using data definition transfers, the export/import capability within Product Builder, just redoing the code?      I ask because we've been experiencing problem

RE: [development-axapta] Product Builder Problem

2005-06-24 Thread axapta developer
ld you provide more detail on this.  Some specifics would help. Tom T. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of axapta developer Sent: Tuesday, June 21, 2005 5:33 PM To: Development ***; Village *** Subject: [development-axapta] P

RE: [development-axapta] Product Builder Problem

2005-06-23 Thread Thomas Turney
-axapta] Product Builder Problem Hi Everyone, I'm experiencing a problem with the Product Builder: When configuring an item using PB, either from a sales line or the "test model" function within the PB itself, once the mandatory values have been entered and the user clicks "

[development-axapta] Product Builder Problem

2005-06-22 Thread axapta developer
Hi Everyone, I'm experiencing a problem with the Product Builder: When configuring an item using PB, either from a sales line or the "test model" function within the PB itself, once the mandatory values have been entered and the user clicks "OK," Axapta crushes. Does anyone have a suggest

[development-axapta] Product Builder

2005-05-13 Thread tsk1958pete
I'm a newbee (trite line) Anyway... I'm setting up a PB Model and have defined three integer vars... Test1/Test2/Test3 If the user put 1 in Test1, 2 in Test2, how can I get Test3 to display result of Test1+Test2 (3 in example) when Test3 appears and gets the focus? I see validation code with

RE: [development-axapta] Product builder, how to execute user entered X++

2005-02-28 Thread Hemant Kumthekar
development-axapta@yahoogroups.com Subject: Re: [development-axapta] Product builder, how to execute user entered X++ Hi James, There are lot of things you can do in the Product Builder X++  code , like you can check for the responses entered by user and calculate / manipulate data based on th

RE: [development-axapta] Product builder, how to execute user entered X++

2005-02-28 Thread James Flavell
X++ (actual compiled code), do you have any idea where I can see this happening? Thanks again James -Original Message- From: Hemant Kumthekar [mailto:[EMAIL PROTECTED] Sent: 28 February 2005 03:23 To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Product builder

Re: [development-axapta] Product builder, how to execute user entered X++

2005-02-27 Thread Hemant Kumthekar
Hi James, There are lot of things you can do in the Product Builder X++  code , like you can check for the responses entered by user and calculate / manipulate data based on the input, if you see the nodes you can attache the If / else, Loop (for While) or X++ code. You can have array eleme

[development-axapta] Product builder, how to execute user entered X++

2005-02-27 Thread James Flavell
Hi I am not a true X++ programmer and need some guideance to see how user entered X++ logic can be executed (like what can be done in the product builder). Is it need into some kind of AOT object or compiled and run on the fly? Is there performance issue to worry abut? Thanks James ---

[development-axapta] product builder model doesnt work for variable enum

2004-11-03 Thread Cenk Ince
Hi all Class Pba has functions like str_, int_  but it has no enum_ function. This functions are called from PbaTreeNodeCompile/typeVariable method. You can see method below and it uses str_ for enum. In method PbaTreeNodeCompile/testNode it creates a source "PBASource()" and it's compiled

[development-axapta] Product Builder

2004-06-08 Thread Gokhan Can
Hi all; I am using product builder and I defined 2 modeling variable and they are table variable Example to tell you my problem ; Variable A -> table , inventtable , grupID = Lamps Variable B -> table , inventtable , grupID = Glasses What I wanna do is ; When I select a lamp I

YNT: [development-axapta] Product Builder

2004-05-27 Thread Gokhan Can
Thanks   -ÃzgÃn Äleti-   Kimden: Nielsen-Man [mailto:[EMAIL PROTECTED]   GÃnderilmiÅ: Per 27.05.2004 02:07   Kime: [EMAIL PROTECTED]   Bilgi:   Konu: SV: [development-axapta] Product Builder       Hi Gokhan     Try

SV: [development-axapta] Product Builder

2004-05-26 Thread Nielsen-Man
3:43   Til: [EMAIL PROTECTED]   Emne: [development-axapta] Product Builder   Hi All ;   I am try to program with product builder ,I am trying to create a rule   for a modeling variable in a product model.   My variable set is like this   A  - enumerated text - values ( " 1 ", "

[development-axapta] Product Builder

2004-05-26 Thread Gokhan Can
Hi All ; I am try to program with product builder ,I am trying to create a rule for a modeling variable in a product model. My variable set is like this A  - enumerated text - values ( " 1 ", " 2 " , " 3 " ," 4 ") B  - enumerated text - values ( " a ", " b " , " c " ," d ") What I want to d