When the new quote record is created, the green toast popup message appears that allows the user to click on the new quote link. But it is only appears for a few seconds and users are getting frustrated.
Does anyone know how I can modify the existing out of box toast message so that the mode is "sticky" (meaning it doesn't go away until the user clicks on the X)?
I fond this code piece, but I don't know how/where to access the showToast component to modify it:
2 respostas
For the standard Toast messages, you CANNOT.
You can only change the code if it's something custom built and not part of a managed package.