metropoj
31st January 2012, 16:04
We have in the past used the Constraint Editor to call session via Zoom.to$.
Example:
....
! if sess_flag = 1 and [BrndItem] = "" then
! brand_item = zoom.to$("tiitmc003s000",z.session,
! "tipcf5120s000","tccom851.ffno",0)
! sess_flag = 0
! endif
if [BrndItem] = "" then
[BrndItem] = brand_item
endif
....
We are thinking of using the Configurator as more of a 'parts lookup' type of scenario where some questions are answered and then we call the Item - production session for example and show only those items that meet that criteria .... that would mean some type of filtering i guess ... or maybe even filter based on a item naming convention or item group or ?
Has anyone ever done something like this ? I was still disappointed in the amount of documentation and examples available as we starting our LN upgrade ... :(
Example:
....
! if sess_flag = 1 and [BrndItem] = "" then
! brand_item = zoom.to$("tiitmc003s000",z.session,
! "tipcf5120s000","tccom851.ffno",0)
! sess_flag = 0
! endif
if [BrndItem] = "" then
[BrndItem] = brand_item
endif
....
We are thinking of using the Configurator as more of a 'parts lookup' type of scenario where some questions are answered and then we call the Item - production session for example and show only those items that meet that criteria .... that would mean some type of filtering i guess ... or maybe even filter based on a item naming convention or item group or ?
Has anyone ever done something like this ? I was still disappointed in the amount of documentation and examples available as we starting our LN upgrade ... :(