How to get the newly created value in the combo box
0
Hi experts, My requirement: I need to create a new tag. So on clicking of create new tag, I have a popup where I create new tag. This tag while I create I want it to be automatically populated on the combo box where Select Tag is visible. For example, the last widget Combo box is empty currently, I want it to have the value automatically populated with the value which i created for examle, tag test in new tag creation popup page. Please find the screenshot below. Help me with details please how can I achieve this.
asked
Harsh Bhanushali
2 answers
0
Hi Harsh Bhanushali,
Set the value you have created with the combo box association and refresh the parent object where your combo box is present, which will refresh the data in your combo box.
answered
Dinesh Kumar
0
Hi Harsh,
Set your combo box in context and association, this will create a association between the two entities. So once you have created the object you will be able to find the association in the dropdown of the object creation activity. Select the association and set the desired entity (which helps to display) that has the association with the creation entity (which helps to create tags).