Show Modal after Update or Insert

gachupin
Tera Contributor

I want to create a UI action that displays the values of the record in a modal after the record is updated or created.

Thank you.

2 REPLIES 2

Slava Savitsky
Giga Sage

Could you please explain your idea in more detail? Normally, after creating or updating a record, you can see its values in the record itself. Why is there a need for a modal?

gachupin
Tera Contributor

My client is requesting this.

To elaborate, the UI action updates multiple fields and combines their values into a field called A.

I would like to copy the value of field A to the clipboard as quickly as possible after it is updated.

Therefore, I want to display the value of field A in a modal.

Alternatively, it would be fine to copy the value of field A to the clipboard after the update.