Your UX is waiting ...interact, engage, explore in Las Vegas at CloudWorld 2023

Learn more
Fields for Connect Desktop Integration (JavaScript API) — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fields for Connect Desktop Integration (JavaScript API)

Received Response
16
Views
3
Comments
edited Jun 8, 2022 12:01PM in General Technical Discussions 3 comments

Content

Hello,

 

I reviewed the Connect Desktop Integration (JavaScript API) docs and found, nothing about field labels for this API. Where can I find a list of all the field labels for these two supported options?

window.external.Contact

window.external.Incident

 

Thanks

Justin

 

Version

Nov 2014

Code Snippet

             /* popIncident()
Populates the Incident fields from the current Incident.
*/
function popIncident()
{
    var c = window.external.Incident;
    if (i.i_id == 0)
    {
        alert("null incident");
        return;
    }

    // set the incident_id fields
    data.incident.value = i.i_id;
   // set the refno fields
    data.refno.value = i.ref_no;
}
 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!