Hi,
Under IC_AGENT role, when we confirm an account and create a new contact from Account Identification screen.
Message "Relationsip is transferred" is shown after selecting any drop down or save button.
I tried following code in do_prepare_output for deleting that information msg, that is still not working.
data lr_msg_service type ref to cl_bsp_wd_message_service.
lr_msg_service = cl_bsp_wd_message_service=>get_instance( ).
lr_msg_service->collect_messages( exporting iv_message_type = 'I' iv_delete_read_messages = 'x').
Help me out!!!