Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I have requirement to get the TEXTBOX and Picker for IBA with plus button (IBA is multi valued) as shown below. When user clicks the picker icon it should open a custom JSP page where user enters some values.
For a Singlevalued attribute I achieved the similar requirement through a TEXTBOX and a PickerIconButton API in a Data utility and rendered it by returning a GUIArray , but for multi valued attribute I'm not able to do this.
Could any one please help me to achieve the above mentioned requirement.