Dynamic creation of controls

Dynamic creation of controls

Comments

  • I want to create a form with dynamic controls.

    Scenario: I want to add Name of the field and Type of the control( Textbox, Checkbox, Dropdown) in DB. According to those inputs, I want the form to show those fields with the specified controls.
    As far as I know, this is not possible in decisions for now.
    Can you please suggest if there is any way to achieve this in decisions. The current version we are using is “3.5.1 Revision 32532”.

  • There are a few options here :

    • hiding controls you do not want to see.
    • using sdk to build context providers that provide extra fields
Sign In or Register to comment.