Fetch Incident Threads (6 Comments)
Topic by Marv FerrerI'm trying to fetch the Threads within an incident. count($incidentobject->Threads) counts the threads accurately but when I print the Threads array, the Text fields are empty....
View ArticleJava queryCSV() client stub method signature does not match the docs
Topic by Phil FranklinContentI am trying to execute an ROQL query to return a binary result using the MTOM parameters. According to the docs the signature from the wsdl should be: ( + a...
View Articlehow do i get the db name (6 Comments)
Topic by MagivaContenthi - i could be posting in the wrong category - please move this if that is the case, sorry im writing some curl code and running it in custom files before moving to cpmwhen i...
View ArticleNull a custom menu field via SOAP API (1 Comment)
Topic by Kim DanteHi, We have 2 menu custom fields that we are updating via SOAP API using the menu IDs associated with each menu choice. My question is how do we reset or set back to "No Value"?
View ArticleLDAP Integration (10 Comments)
Topic by MariaHi,How can I Integrate the Agent (Console) login with LDAP "Active Directory"Is There information or tutorial about that? Thanks a lotMaría
View ArticleFetch Incident Attachment (3 Comments)
Topic by Marv FerrerHi everyone,I've been trying to find a way to get the file attachment URL from an incident and then pass that information to an external CRM using PHP Connect. However, the...
View Articledependency of PHP 5.6.18 upgrade (1 Comment)
Topic by theguyContentHi there,Had a look at general announcement with regards to the PHP 5.6.18 upgrade. The KM answer does mention about service cloud release version but I'm still not sure whether...
View ArticleREST: Site specific Swagger URLs? (1 Comment)
Topic by Mike WaldronI have a customer who's interested in using Swagger to develop their REST app. I found "the" Swagger URL - http://docs.oracle.com/cloud/latest/servicecs_gs/CXSVC/swagger.json - but...
View ArticleConnect API: fetch() treating integer variables as strings (5 Comments)
Topic by Grace BevenContentI keep having the repeated problem of an object's fetch method not treating integer variables as integers.For example:RNCPHP\ServiceCategory::fetch(1) --->Works perfectly...
View ArticleUsing required_once() in controller file (7 Comments)
Topic by Walid SarkisContentI have a controller file that need to access an API using cURL,i need to use load_curl, so i need to write also : require_once('include/init.phph'); when i write this line...
View ArticleSaving Date/Time format in Custom Portal and Agent [PHP] (5 Comments)
Topic by Walid SarkisContentI am trying to save a certain date using php from a controller file, i saw that in the documentation that the date format is ISO 8601 and it is like this : 1289894400If i...
View ArticleCPM: Array of Contact Objects on a particular Opportunity (2 Comments)
Topic by Andrew MContentHello,I'm writing a CPM to update fields on all of the other contacts (non-primary) on the opportunity that was updated. My code works perfectly if I specify the Contacts I want...
View ArticleFetch contact and display object (14 Comments)
Topic by Marv FerrerI'm using the Process Designer on this one. I want my object handler to run for specific users only. However, when I do this:$contact = RNCPHP\Contact::fetch(1);...
View ArticleHow Oracle Cron Services works (8 Comments)
Topic by Natraj BuddiHi,we wanted to implement the Oracle Cron Services for scheduling data import.Just wanted to know, Cron service would call Custom PHP script that we write to import records? or...
View ArticleSavong Date/Time format in Custom Portal and Agent [PHP] (1 Comment)
Topic by manal Abou naderContentI am trying to save a certain date using php from a controller file, i saw that in the documentation that the date format is ISO 8601 and it is like this : 1289894400If...
View ArticleHow can I disable the "Debugging" option on the file menu?
Topic by Nishigandha JahagirdarContentWe have a requirement of disabling the "Debugging" option for certain profiles on the OSC console. Is there any configuration that will enable and disable it ?Any...
View ArticleSOAP API not updating Schedule Price in Sales Product
Topic by Diane KohnertContentHi there,I am trying to update the Price for a particular Sales Product. I get back and error saying the Price is required, however I am including the Price. It looks...
View ArticlePAPI table showing no results from certain date onwards
Topic by Georgina LivieHi,We're building a web service to add records a custom object and I'm looking at the 'PAPI Log' dashboard to see if requests are coming through. This post suggests the table...
View ArticleC# Update Incident's AssignedTo to No Value (1 Comment)
Topic by Andrew WoosterContentI am trying to update the Incident's AssignedTo value to No Value but it is not working. It is still staying assigned to my account. There is nothing in the Incident...
View ArticleNot able to fetch system Configs in CPM (4 Comments)
Topic by Rubarani DuraisamyContentI am not able to get the system config values in CPM. I have tried using Connet PHP's fetch method and found it could fetch only custom config values..Not able to use...
View Article