Good afternoon everyone In a form such as Edit product with a field like "productTypeId" the value in the field is queried from the database e.g. GOOD, This value is accessible within the form.xml by using "product.productTypeId" from within a groovy script
My question is: If I change the field value to "DIGITAL_GOOD" how can I access this changed value to use it in for example another field's drop down list to make it context sensitive (ie the second field drop down is dependent on the changed value in the first field) . At present I need to first update the record I''ve done a search through the code and tried using parameters.name, env.name, result,name,context.name but with no success Any help/suggestions on how to do this sort of context sensitive drop down would be appreciated. thanks and kind regards in advance Ernest
