Different Confirmtion Message on New Object and Update Object

0
Hi,   I created a page to create a new object and using same page to update the object. I’m Calling Microflow On click of save button to commit the object and display Confirmation message like ‘ New Object created successfully’. I want to display different confirmation message on updating object like ‘   object updated successfully’ . Could you please suggest me how to implement this.    Thanks in Advance.
asked
2 answers
0

Hi Abrar,

You can use isNew function to determine if the object you’re committing is not already committed to the the database and depending on the outcome of this decision, show the appropriate message.

More information here

answered
1

Hi Abrar, you can use the isNew Function to determine the state of the object and check it in the decision loop, based on the boolean condition you can show appropriate message.

answered