Rahul Thakur
03/21/2024, 6:13 AMerictgrubaugh
03/21/2024, 2:15 PMRahul Thakur
03/27/2024, 3:59 PMerictgrubaugh
03/27/2024, 4:05 PMpageInit
fires when loading is complete, but you can't display your "Please Wait" message until it fires, so the page will already be complete.
On a Suitelet, I'm not sure this makes sense because the page is already loaded, unless your pageInit
is doing a whole bunch of other work; in that case, you could maybe offload much of that work to the server-side execution of the Suitelet instead.
On a Record, this might make sense if your Client Script is guaranteed to be the first one to fire, but then you'd also need to add another script that closes the message after all other `pageInit`s have run. Seems messy.Rahul Thakur
03/27/2024, 6:27 PMerictgrubaugh
03/27/2024, 6:43 PMpageInit
execute?raghav
06/08/2024, 8:35 PM