RE: [Axapta-Knowledge-Village] Product Builder

2007-09-05 Thread Craig Fidler
Hi Mohammed, Say what?? Please run that by me slowly From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mohammed idais Sent: Wednesday, August 29, 2007 2:41 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Product

Re: [Axapta-Knowledge-Village] Product Builder

2007-09-02 Thread mohammed idais
hi nitesh ranjain to solve your issue you should used to Validation at variable ,when choose textlite show the colors blue and green . writhe the conditions in the validation . best regards Mohammad Idais Nitesh Ranjan <[EMAIL PROTECTED]> wrote: For this you need to create P

Re: [Axapta-Knowledge-Village] Product Builder

2007-08-29 Thread Nitesh Ranjan
For this you need to create PBA Variable for second field and use first variable to create Query for second variable. Hope this idea will work! Craig Fidler <[EMAIL PROTECTED]> wrote: Hi All, I need a helping hand with regards to Product Builder. I am running Ax4 Sp1,. How do I

Re: [Axapta-Knowledge-Village] Product Builder

2006-04-04 Thread Ahmed Maghraby
I'm facing the same problem. To avoid this problem, I have created a temp. simple text variable, and added a simple node in the modeling tree to assign the selected item in this variable b4 the BOM node. Craig <[EMAIL PROTECTED]> wrote: Hi, Have setup a modelling variable of type table.

Re: [Axapta-Knowledge-Village] Product Builder Question

2006-01-28 Thread E E
All your selections in the PB are saved in a SQL table , you might need to capture from this table and save them in a master screen. I hope this help. stanfvaninger <[EMAIL PROTECTED]> wrote: Our company is just in the process of setting up, populating tables, and doing training on Axapta. It

Re: [Axapta-Knowledge-Village] Product Builder Question

2006-01-28 Thread Hemant Kumthekar
Hi, I think when you create a Sales Quote the Configuration can be saved and amended later(PB config is saved). Normally in ETO business you would like to start with configuration and save it , so the Product Builder model you build should be having a Item Number Generate rule where by yo

RE: [Axapta-Knowledge-Village] Product Builder

2005-06-04 Thread JI Markusse
he edge, you're taking up too much space..." - Anonymous -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Turney Sent: Thursday, June 02, 2005 3:15 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE: [Axapta

RE: [Axapta-Knowledge-Village] Product Builder

2005-06-02 Thread Thomas Turney
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

RE: [Axapta-Knowledge-Village] Product Builder Validation

2005-06-01 Thread Thomas Turney
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) {

RE: [Axapta-Knowledge-Village] Product Builder - Validation

2005-05-23 Thread Thomas Turney
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

RE: [Axapta-Knowledge-Village] Product Builder - Enumeration at Runtime

2005-05-22 Thread Thomas Turney
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