Hello,
We have been running our Axapta 3.0 SP2 in a development
environment (two-tier and an AOS server on the same box as the SQL server) for
a few months and are now trying to move it into a three-tier structure with 2
AOS servers. The application runs fine until we try to use so
Hello,
We have been running our Axapta 3.0 SP2 in a development
environment (two-tier and an AOS server on the same box as the SQL server) for
a few months and are now trying to move it into a three-tier structure with 2
AOS servers. The application runs fine until we try to use so
Hannes,
We use a few father/child models and haven't had any problem with them.
Unfortunately, I don't have access to product builder documentation any more
so if you could explain exactly what you're doing, I can give you more help.
Regards,
Tom T.
-Original Message-
From: Axapta-Know
Tim,
Unfortunately, product builder doesn't make it easy to do things like
this. You can do something like this in say the item number validation:
str 512 ruleexpr(PBAVarMap varMap)
{
InventTable InvTable;
;
InvTable = InventTable::Find(varMap.Get("ItemNumber"));
if (! InvTable)
{
is very particular about using names instead of Accountnum.
Excellent!
Thomas Turney
<[EMAIL PROTECTED]> wrote:
You can do this is a similar
fashion to what I had described earlier. In fact you have most of the
code you need already. Do it like this:
1.) From
ould appreciate ANY help anyone can give me
Tim Peterson
Frustrated Axapta Newbie
--- In Axapta-Knowledge-Village@yahoogroups.com, "Thomas Turney"
<[EMAIL PROTECTED]> wrote:
> Tim,
>
> Unfortunately, I don't believe you can do this using simple
variables.
> T
Tim,
Unfortunately, I don't believe you can do this using simple variables.
They are only directly addressable in tree section (lower) of the product
model. They are not part of the varMap.
Tom T.
-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECT
Tim,
The way I've done this is using pre-field validations. For example you
would create a enumerated text variable with all the different types of
cookies available. Based on the result of another selection (say ice
cream), you would set pre-field validation rules to exclude items. If you
wa
-----Message d'origine-
De : Thomas Turney
[mailto:[EMAIL PROTECTED]
Envoyé : 8 avril 2005 12:31
À : Axapta-Knowledge-Village@yahoogroups.com
Objet : RE:
[Axapta-Knowledge-Village] COM calling from Fat client
Steeve,
Are you planning to go to two-tier vs. three-tier
thin? I
Steeve,
Are you planning to go to two-tier vs. three-tier
thin? If so have you tried three-tier rich?
Tom T.
From: Steeve Gilbert
[mailto:[EMAIL PROTECTED]
Sent: Friday, April 08, 2005 10:13
AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject:
[Axapta-Knowledge
10 matches
Mail list logo