We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
- Thanks for this. About to try implementing something like this in our instance. Regarding your formatting lat/longs question - OOTB this function is used: new sn_fsm_mobile.FSMMobileAppUtil().formatGPSCoordinates(coordinates);Where coordinates is...
@LukeV7571479230 - Your original post was awesome and we have made use of it extensively. One change I would recommend to anyone using this is to build a generic AJAX script include to handle the execution of your server side script. This can then...
@saxtonjoshu That looks like it should work except in the UI Action you have named your parameter "sysparm_outage_id" and in the AJAX script include you are trying to getParameter "sysparm_outage_sys_id".