Forum Discussion
Chris-B
23 days agoNew Contributor III
Hi Filip,
You can create a combo box component and attach a parameter in the Bound Parameter property field. The parameter can be a delimited list parameter with display and value items True,False.
The selected parameter value can be passed to the business rule with the Selection Changed Server Task Arguments e.g. {Boolean_SolutionHelper}{ReturnValueTest}{Boolean=[|!prmTrueFalse!|]}
In your business rule you can set a boolean as per example below:
The selected parameter value can be passed to the business rule with the Selection Changed Server Task Arguments e.g. {Boolean_SolutionHelper}{ReturnValueTest}{Boolean=[|!prmTrueFalse!|]}
In your business rule you can set a boolean as per example below:
If args.FunctionName.XFEqualsIgnoreCase("ReturnValueTest") Then
Dim myBoolean As Boolean = args.NameValuePairs("Boolean")
End If
Filip
19 days agoNew Contributor II
Hi,
Thanks for your reply.
I cant really get it to work. I have a combo box, but its is not showing the value of the parameter in the box. Just the True False in the drop down list.
Related Content
- 6 months ago
- 3 years ago