CX Sales Mobile: Is it possible to show a custom message after a record has been saved?
In CX Sales Mobile, I would like to show a custom confirmation message AFTER a record has been successfully created.
I was not able to do that using the AfterSave hook and calling 'oracleCxmOutcome.setMessage/setErrorMessage' however.
I would like to either replace the default confirmation message, show a notification, or some other form of modal dialog.
I.e. the message content should not be easily overlooked.
Ideally the message should also include custom data which only exists after the record has been saved to CX Sales, including a link the user may click on.
Is something like this possible at all?