Input object property as Data Name on Form Control

Input object property as Data Name on Form Control

Comments

  • Hi,

    I have a complex object with lots of properties(even nested). I want the complex type to be the only input on the form and to use properties of that type as Datanames for multiple form controls. When I try to map in one of the properties, no error is thrown but its data does not populate. Is there an easy/ best way to accomplish this?

  • Hello,

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]You are able to add the user defined type as input on a form. Youll find Input Data by navigating to the Properties panel in a Form Designer under the Form Data section. Be sure to click off the form to ensure no form control is selected. [/font][/color]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][img]att1[/img][/font][/color]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]Here you can define your complex type as input. After input is defined you should be able to easily select properties as data name on a given form control. Hope this help![/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]

Sign In or Register to comment.