07-15-2020 01:52 AM
Hello
I need to run a SC.Mapp function as soon as the rich client App is launched.
Is there a javascript function for M.App Enterprsise similar to SmartClient's on ready for both the form and the map component.
IG.vent.on('smartclient:ready', function (e){ ... });
Or is there another way I can run a SC.Map function on App Launch?
I have tried using IG.events.onFormReady in a workflow form that is set to launch on startup in the action set. But it appears that the form is in a ready state before SC is initialized. It only works if I press the reload button on the rich client app after the first failure.
I have tested this on MAE version 16.6.287.3 and an older version
Regards
Ruan
Solved! Go to Solution.
07-15-2020 03:01 AM
hi Ruan,
the event is called
07-15-2020 04:11 AM
Thank you Stefano, it works