You need to sign in to do that
Don't have an account?

Trying to solve issue in JS, but maybe Visualforce is the way to go?
I posted an issue with a javascript button, but in thinking on it, this may be better suited to a visualforce page.
If you wouldnt mind reading my issue and giving your feedback, I would greatly appreciate it.
I am trying to implement the service console and am stuck on a button issue.
Currently I have a custom "New Case" button that displays within a contact. It uses javascript to auto-pop some fields based on user settings
Ex:
window.parent.location.href ="%2F500%2Fe?00N800000034wTE={!$User.Language_Support__c}&cas3_lkid={!Contact.Id}&00N80000003MDbe={!$User.Default_Country_cases__c}&retURL=%2F500%2Fo";
In testing within the console, this will load the case creation form outside the console. To get around this, I am using the following code (some hard coding in place right now to eliminate variables):