Multi Value. What does it look like?

  • 24 August 2016
  • 3 replies
  • 70 views

Badge +7

What does Multi Value type look like when entered into Smart Object tester?

 

I am trying to run User Role Manager Service -   GetRolesUsers


3 replies

Badge +7

This is what I had, but it doesnt seem to pull back any data.

 

<collection>
  <object>
    <fields>
    <field> <value>RoleName1</value></field>

    <field> <value>RoleName2</value></field>
    </fields>
  </object>

</collection>

Badge +7

<values><value>RoleName1</value><value>RoleName2</value></values>

 

Is what actually works.    The only problem left is how to convert a CheckBoxList into that?

Im trying to achieve the same thing in logic on a SmartForm. I have tried the above XML but it does not work for me, it brings back nothing everytime?

 

I’m using K2 Five 5.3 FP23, has something changed?

Reply