Topic by Venkat Tanneru
Content
We did not find any syntax description on how to include lists in SOAP payload,
Please provide samples SOAP XML.
e.g, Creating a Staff Account ( Object : Account) with email and phone.
Topic by Venkat Tanneru
We did not find any syntax description on how to include lists in SOAP payload,
Please provide samples SOAP XML.
e.g, Creating a Staff Account ( Object : Account) with email and phone.
Topic by Andy Townshend
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!
Topic by SAJI MATHEW
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.
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.