Hello, all! I'm new to the group and a fledgling SF Dev. I'm currently trying to migrate my org to Lightning and we're having trouble with inContact (IC) integration. IC uses a proprietary program called Studio for scripting controllers for calling skills (very watered down explanation). The problem we are running into is when an agent gets a new call, the variables for the customer's phone number and lead source cannot target the appropriate fields in SF because, in Lightning, the JavaScript field IDs are dynamic. I've been told this is for security purposes, which is clever, but also a major pain for me. I've found some resources that mention the need to create an apex class page in SF that the script can feed the variables into. However, the idea of having to code a new apex class page from scratch makes me cry tears of anxiety. I can't be the only one who has ever had to deal with this before, right? Does anyone have any idea where I can find reference code that can be used as bones for a new apex class page? Any help is greatly appreciated. Thanks!