How can I write an Array in a Business Rule based on a form selection?

paul971
Mega Expert

Hi all -

We have a List field on a form and the user needs to be able to select one or more for the slushbucket. On the backend I need the value of the selection to send in a SOAP message. However, I have a requirement for the name to be displayed...

Example:

type: 'Apple' , 'Banana' - what the customer needs to see on the form

value of type: 'A, B' - what i need to send

what is the best way to go about doing this? do i need a hidden field that gets the value of the selected? should i set up an array in the business rule on that field? This got way too complicated. Att the end of the day the user needs to see the selection and i need the value of that selection.

22 REPLIES 22

it works ctomasi   & abhi_r ! thank you gents. definitely bookmarking this one




now to fix the next issues 😕


I'm glad you got your question answered. Thank you for participating in the community.



Bring on the next question (in a new thread) - we love the programatic ones.


Abhinay Erra
Giga Sage

Yes, go ahead and test it