Display message after save in sugar 7.x

Hi,

I was looking for a way to display a message or Alert after I save a record in sugar 7.x

Which would be the best way to do it?

Parents
  • hey guys,

    thnks for the info..

    In my schenario, I have an after_save logic_hook that call a soap client,

    and I need to alert the user with the soap response..

    I was using the SugarApplication::appendErrorMessage in the sugar 6.7,

    but we are uprading it to 7.5, and it doenst work anymore...

    by the way,

    does the handleSave  and save wait until all hooks finish to run?

    cause it is in after_save, otherwise Ill need to change to before_save..

Reply
  • hey guys,

    thnks for the info..

    In my schenario, I have an after_save logic_hook that call a soap client,

    and I need to alert the user with the soap response..

    I was using the SugarApplication::appendErrorMessage in the sugar 6.7,

    but we are uprading it to 7.5, and it doenst work anymore...

    by the way,

    does the handleSave  and save wait until all hooks finish to run?

    cause it is in after_save, otherwise Ill need to change to before_save..

Children