In our system whenever a user wishes to move one entity from its module to another module he has to enter a comment in a pop-up.
I want to provide the similar functionality in another module with one difference: When an entity is moved to this module, it is actually added to one of the existing entities. Therefore the user is first provided with a pop-up to search through the existing entities.
Where should I place the textbox to add comment in the above situation? giving 2 pop-ups, one for comment & second for Search would be bad design.. also adding a text field for comment on search screen can be confusing,..how do i handle this?
