After much testing I’ve been unable to move the values from the input fields on my control page to the global variables set in the PayPal Authentications screen. onValidate and onValidateSuccess are not triggered so I cannot find a way to move the input fields to the global variables. How is this done?
Ok I finally put two and two together. I was setting my globals in the control which called paypal. What I needed to do is call the paypal control module with an sc_redir after onAfterInsert of the record. So now by passing some values in sc_redir, it worked. Had to watch the video again to make this connection.