Hi all, I have a situation on a form where I need to create dynamically lo

Hi all,
I have a situation on a form where I need to create dynamically loading of a whole section based on a choice and this loading must obtain multiple times.
Am not sure if I explain correctly so I will go in more details.
I have a section on which I have three fields ( one is a drop-down,one true-false and two other text label field that are put in another section that is part of the first section). The design should be like this on a true-false field when true is pick the whole first section should be loaded and this should happen an know times based on input on a form.
Can somebody will help me with this situation or somebody had experience like this?

OriginalPostID-23769

OriginalPostID-23769

  Discussion posts and replies are publicly visible

Parents
  • Hello,

    Here is my suggestion:

    1- I am assuming that you are working with a multi value array from a custom data type.
    2- In the same form, you add a grid that contains all the common infromation about about the variable.
    3- In the form, you add a grid and another button with title (e.g. New).
    4- When the user click on the new button (e.g. New), the process will flow back to the same form using XOR to check what the user clicked. and of course, the information will be added to the CDT.
    5- The grid is mapped to the multi value array CDT.
    6- Each time the user click on add, the gird will be populated with the multi value array CDT.

    There are other options like using JQuery to retrieve the values from the standard inputs and add them to the grid.

    Hope that helps.
Reply
  • Hello,

    Here is my suggestion:

    1- I am assuming that you are working with a multi value array from a custom data type.
    2- In the same form, you add a grid that contains all the common infromation about about the variable.
    3- In the form, you add a grid and another button with title (e.g. New).
    4- When the user click on the new button (e.g. New), the process will flow back to the same form using XOR to check what the user clicked. and of course, the information will be added to the CDT.
    5- The grid is mapped to the multi value array CDT.
    6- Each time the user click on add, the gird will be populated with the multi value array CDT.

    There are other options like using JQuery to retrieve the values from the standard inputs and add them to the grid.

    Hope that helps.
Children
No Data