Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all 2504 articles
Browse latest View live

SOAP API for EmailLists/Phone Lists (1 Comment)

$
0
0

Topic by Venkat Tanneru

Content

We did not find any syntax description on how to include lists in SOAP payload,

http://documentation.custhelp.com/euf/assets/devdocs/august2017/Connect_Web_Services_for_SOAP/Default.htm

Please provide samples SOAP XML.

e.g, Creating a Staff Account ( Object : Account) with email and phone.

 

Version

v1_4

Code Block

File

Error.xml(2KB)

Manual entry of CreatedByAccount or UpdatedByAccount fields

$
0
0

Topic by Andy Townshend

Content

I am adding rows to a custom object (that has a relationship with the Answer table) using a browser control within the Answer workspace.

After entering info/checking boxes on this browser window, I save new rows to my custom object and this part is working perfectly fine. However, the CreatedByAccount and UpdatedByAccount are null for these new rows.

 

The browser control's url contains the Agent ID (and Session ID), which I attempted to pass to my php function manually and write this data to the row, but this causes an error and no new rows are added.

 

Is there a way to write to these tables manually, or some other way of validating/authenticating the session and therefore having the agent information correctly assigned to these fields?

 

Thanks!

 

 

Version

Service Cloud 17D

Code Block

C# Code to create custom object on RightNow (6 Comments)

$
0
0

Topic by SAJI MATHEW

Content

I think most of the developers come across the requirement to integrate third-party application with RN system. Sometimes we might need to create entries in the Custom object. Here is the sample code to create custom object entries in RN CO.

Code Block

File

UpdateEXOrderHistory.cs(5KB)

Custom Object Add-In (4 Comments)

$
0
0

Topic by Sérgio Braun

Hi all!
How can I access / update a custom object?

Have this example:
Custom object (CO$Correio);
Fields: Numero (CO$Correio.Numero) and Servico (CO$Correio.Servico);
This object is "Contacts" son;

I need create a new register and link with a Contact.

Viewing all 2504 articles
Browse latest View live