Multiple Values On the click of a "+" button

Hi Team,

The customer wants a field that can add values dynamically by the press of a “+” button next to it. Multiple values to be added with the click of a button.

Is there any way, this can be achieved?

Thanks in Advance
Syed Atef

Hi Team,

I myself found a workaround to this. The solution is creating an object that will be linked to the parent object from where you want to input the data. Modifying the DOM is not a good idea and can lead to unwanted repercussions.

Hence, create an object. Form a relationship with the parent object. The child object will show up in the related information of the parent object and the solution works fine. Plus, we dont disturb the DOM and the data input is stored in a separate table altogether.

Thanks and Regards,
Syed Atef

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.