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
...@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
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
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
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
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
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
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
-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 "
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
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
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
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
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
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
---
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
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
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
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 ", "
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
20 matches
Mail list logo