dynamics crm - Display a pop-up window with status message of a succeeded workflow -
i've form runs real-time workflow. when workflow succeeds, need display status message of workflow in pop-up window or alert message box.
any ideas on how can achieve this?
you can show messages user within synchronous workflow if cancel workflow:
when set status canceled, prevent operation. error message containing text stop action status message displayed user heading business process error.
there no way of showing informational message succeeded workflow.
as workaround, have workflow write informational message field on entity. write javascript checks if message-field contains data, show form notification (or alert if insist) user, , subsequently clear message-field.
Comments
Post a Comment