This is somewhat related to my previous post, but different enough (since it doesn't relate to DeployTask) that I figured I'd start a new thread for it.
WFM 1.0.1.1 (TS 6.7.2 SP2 P1)
I define a Configurable Variable named "Reviews" and I create a custom_instantiation.cfg that defines it as such:[html]
[/html](
The item 'name' is generated by WFM, the labels for the options are not important).
I already have FormAPI code written that makes sure that the possible values (from a FormAPI perspective) for this field are:
.Clearly something is not working the way I want it to.I use the above codings for the two links (each one associated with the correct CL), save & publish the model, enable debug mode in available_models.xml, and go through some testing.No matter which option(s) I select for Reviews - it always wants to start with Task-A - ergo, the script code, as I've written it, does not work.While I suppose to could create another CV as a hidden field and set it based on the Review option(s) chosen - I'd like to know if there's anyway to get the information directly from "$IW_CV(Reviews)" without having to go that route.Any ideas?