You need to sign in to do that
Don't have an account?
Zlatan Sadibasic
How do I get Sfdc exposed on window object
How do I get Sfdc to appear on window object in javascript? What library to I pull in?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Here is the link to the guide: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm
Here is the link to Trailhead Salesforce DX if you are interested in a step by step: https://trailhead.salesforce.com/modules/sfdx_app_dev
Dx allows you to code from your local machine and push to your test org.
Best, Fred Flores
Fellow Salesforce TrailBlazer
In addition:
Is use of the Lightning Console APIs while not in the context of a Lightning component a supported behavior? We've got an OpenCTI application that works fine in Classic mode and calls into some of the Console APIs, but the Lightning Console API seems to require having a component-injected callback in order to get the particular API. For example, to get the Omni Channel API, there's a required cmp.find("omniToolkit") portion. Is there any other way to get access to these APIs from our OpenCTI application while in the Lightning Console? We've attempted to make calls to the API in the Classic syntax, sforce.console.presence.getServicePresenceStatusId() as an example, but run into the errors I mentioned in my last post about a missing "registerFunction" function.
Fellow Salesforce TrailBlazer
Fred Flores