For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hello
Now that PHP 5.6 has reached it's end of life (http://php.net/supported-versions.php) and is unsupported by The PHP Group, does anyone know any Oracle plans to upgrade to PHP 7?
Or does Oracle plan to continue to support PHP 5.6 in house (ie fix any future security issues, etc)?
Thanks
Chris
Hi
We have to execute a report from a custom process, and add to it a signature, wich is received as a PNG from another system. Then send it by mail as an attachment.
From what we understand, we can easily execute the report from PHP, and we can also easily send it by mail. The problem is that we can't add the bytes of the signature to the report.
We tried to replace the image dynamically from the report, but we had no success. We also tried to get a report with images from SOAP and REST, to tried to replace it, but we also had no sucess. Is it possible to make an image of the report and overlap the image of the signature? We tried this but we coudn't do it.
We are open to ideas/suggestions.
Please let me know if this is possible,
Thanks.
Hi experts,
I need your help. I want to set the Notes standard field that is displayed on the Task workspace using Connect PHP API but I cant find it. I was looking for it in the Connect PHP documentation, but I wasn't abble to find it's reference. I know this object have a relationship with Notes object, but i want to know if it's possible to set this field programmatically.
Thanks in advance.
I have created an asynchronous CPM that uses cURL to call a json web API we have outside of Oracle. The web API is actually hosted as an Azure API, and I am able to successfully reach the API, and get a valid response in Postman with no custom certificates. When I insert the cURL part of the code into the CPM. I get the following error.
---------------------------------------------------
error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath:none
---------------------------------------------------
Has anyone come across how to resolve this? I do not wish to disable verify peer.
Hi All,
In ROQL I have received date/time in string format. So I converted into date/time in (MM:DD:YYYY HH:MM") format.
After that, I need to store the converted date/time value in "Date/time" datatype custom field.
While I am trying to store the converted value in date/time datatype field, I am getting error like "Type Mismatch"
How to resolve this?
Thanks,
Seethalakshmi
Hi Team,
We are in need of using Hash Functions for one of our business requirement that needs to be implemented in Oracle Service Cloud. We have been notified that the Hash Functions are disabled for the php versions available in our application. In this case, please suggest us on the ways that we have to follow to implement the similar functionality as in Hash Functions.
Thanks
I am new to RNT and try to detect user response incident email and trigger CPM to call web service. I am using PHP to get the change in an incident when user response email in the thread automatically without customer service representation involves by checking the old and new thread to see if there is any change. See code below. I already verify curl_exec() works for soap request on my service.
Q1) Do you think above will work to detect user reply incident email?
Q2) I use Execute Async option, will above automatic retry if curl_exec() fail to connect remote server?
I can only test in debugging and not able to test in deploy. That's why I would like to verify before sending the code to deployment.
I appreciate any help.
Hi Guys,
I am trying to achieve an integration between Service Cloud and Eloqua where if a contact is updated in Service Cloud, the contact is updated in Eloqua through OIC. Based on the documentation am using, an event handler should be created to trigger the process. Can anyone share any information, ideas or documentation on how to go about this?
Thanks,
Sylvia
I am developing a CPM that copies a number of fields from a parent incident to a child incident. I found the "shareFile" functionality, which is great for the attachments. It's working great, except that after the attachments have been copied, the child incident shows the attachments connected to every single thread item. (See attached picture.) If I look at the attachment tab, there are just the two attachments, so it's doing the right thing, except for how it appears to be attached to every thread item.
Here's the relevant code:
Any ideas?