Forum Discussion
RyanStanford1
6 years agoQrew Captain
I apologize, let me clarify... I'm executing mobile IOL perfectly fine, aside from discerning how to get the record ID of the page. I kinda of feel like 90% of the work I do is tied to Dan Diebolt's posts in one way or another.
------------------------------
Ryan Stanford
------------------------------
------------------------------
Ryan Stanford
------------------------------
EverettPatterso
6 years agoQrew Captain
I was able to get it on Mobile from this, but only if I refresh . The first time load is not running the script.
------------------------------
Everett Patterson
------------------------------
(function() { var myRid = $('.formContainer').attr('data-rid'); alert('RecordID is ' + myRid); })();
------------------------------
Everett Patterson
------------------------------