metropoj
29th March 2012, 20:32
When you are configuring a product feature and you have the little arrow zoom to the right of the field, is it possible to put code to that arrow click to invoke a zoom.to$ or start.session call ?
I am calling via "before input" but it is triggering before i want it to. Also, I didn't want to initiate a Y/N product Feature to call it.
Any suggestions ?
mark_h
29th March 2012, 23:07
Yes - not sure what version you are talking about. I think what I did in the past was in the form put session and nothing in the session name on the form. Then in the before.zoom section on the field program in what I wanted. Of course this is 4c4 not sure about other versions. I will have to double check this, but that is how I recall it.
metropoj
30th March 2012, 13:22
WHat I am working on now is LN FP7 as we transition fomr IVc4. The Product COnfigurator works a little differently I find in how it keeps re-evaluating my constraints and other strangeness so far ...
ulrich.fuchs
2nd April 2012, 14:49
In Baan 6 this particular zoom is hard coded in the script to open a drop-down box with the valid(!) options. Search for "handle.listbox" in the script to find that piece of code, if you need to modify the standard.
Yes, internally the sequence of how constraints are called is somehow changed.
metropoj
3rd April 2012, 14:34
OK thanks. We don't have source so we will leave that well alone :) ...
Thanks for the input....