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 do is
"
If ( A == " 1 ") then B - values ( " a " , " b ")
If ( A == " 2 ") then B - values ( " b " , " c " , " d ")
If ( A == " 3 ") then B - values ( " a " , " c ")
"
I tried to use rules and actions but when I try to define values I could
not go any further ...
Can anyone help me about this ???
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

