metropoj
29th March 2012, 15:41
Goal:
Set up a Product Feature that we would like to allow user to either:
1. Type in the item name to validate against the Items_General OR
2. Have a Start.session() command based on a query.extend.where.in.zoom() to only show the items that meet a criteria.
The query.extend... failed so we have just removed it for now.
Via a DAL or UE DLL we have a coding example that triggers without issue in test, but we cannot replicate this via PCF :( ...
The Start.session immediately fires open the session when we invoke the Configurator. We only wanted it to actually trigger if the user decides to click on the product features > ZOOM arrow.
In our old code, we used zoom.to based on a Y/N Product feature to invoke it. We didn't want a pile of Y/N features if we didn't need to ...
Any suggestions how to make the start.session only trigger on that zoom button instead of immediate execution when we start to configure the variant ?
Set up a Product Feature that we would like to allow user to either:
1. Type in the item name to validate against the Items_General OR
2. Have a Start.session() command based on a query.extend.where.in.zoom() to only show the items that meet a criteria.
The query.extend... failed so we have just removed it for now.
Via a DAL or UE DLL we have a coding example that triggers without issue in test, but we cannot replicate this via PCF :( ...
The Start.session immediately fires open the session when we invoke the Configurator. We only wanted it to actually trigger if the user decides to click on the product features > ZOOM arrow.
In our old code, we used zoom.to based on a Y/N Product feature to invoke it. We didn't want a pile of Y/N features if we didn't need to ...
Any suggestions how to make the start.session only trigger on that zoom button instead of immediate execution when we start to configure the variant ?