/
display.screen.executeMessage()
display.screen.executeMessage()
This method sends a message to a previously displayed Rich Display File screen and then waits for the user to respond or for the screen's onmessage event to automatically respond. It allows applications to update screen content without re-rendering the entire screen.
The message can be received using the record format's onmessage
event.
Parameter
Message - the message can be supplied using any primitive JavaScript value, including Strings, Objects, and Arrays
Examples
Looking for labels? They can now be found in the details panel on the floating action bar.