I’m on FSM 6.28.
I would like to create an input xml with a control type where I provide two options like Yes or No, but it doesn’t save as Y or N, but pre-defined values where Y = ‘value_1’ and N = ‘value_2’ or where I set to nothing, for example N = ‘ ‘. Or something like a checkbox control type but it doesn’t save it as Y or N.
Also, am I able to display more than one control in one message?
Below is an example of what I was trying to achieve and would like to know if that is possible.
<update_request>
<request>
<request_id xpath_node="//request_hierarchy_select_result[@result_name='detail']/request/request_id" />
<action_status>@user_input[id=convert_credit_prompt, table_name=request, column_name=action_status, control_type=CheckBox, choices=Yes:CONVERT_CREDIT;No:, required=Y, height=30]</action_status>
<update/>
</request>
</update_request>
Question
FSM - Input XML Business Rule
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.