#537 Leveraging the Eloqua Adapter in SOA CS
SOA CS setup1. download the Eloqua certs and install on SOA CS via emNote the 3 certs -SymantecVerisignEloquaThis reflects the following -2. Create an entry for the EloquaKey you will be using in your...
View Article#538 Leveraging the Eloqua REST API from ICS
This post shows you how to leverage the Eloqua REST api, using getContact as an example.Firstly, we test using Postman, then, we take what we have learned and implement a simple integration in ICS.Test...
View Article#540 PCS Rules
The Process Composer palette includes the following-So let's check it out -Simple Rule -Â I specify the input/output. Here I just check the order value. If it is over 1000 thenmanual approval is...
View Article#541 ICS 16.4.5. Release New Features
Some great new features with our Christmas release -Text in italics is from the ORCL docs.1. Import your own adapter into ICSYou can create your own ICS adapter using our Cloud Adapter SDK and then...
View Article#542 PCS 16.4.5 New Features incl. Quickstart Masters
Lots of great new features, just in time for the Holiday Season.Thanks to my colleague Kathryn L.I will be adding to this post over time, so, currently, it is not an exhaustive list.1. Ability to see...
View Article#543 Free DevOps Massive Open Online Course
DevOps is one of the hottest topics around and you can be part of it.Sign up to participate here
View Article#544 Excellent PCS videos
2 videos from my esteemed colleague, Stefan Woermke.Well worth checking out, a great use case - real estate valuation.View hereShorter management version here
View Article#545 Oracle's Top 6 Predictions for Developers in 2017
Great article from John K. Waters here
View Article#549 PCS Business Analytics
Here is a simple process I will use in this blog post -Here are the various roles and the users assigned to them -I create an Order -I now log in as the process owner and click on the Dashboards linkI...
View Article#550 Oracle Partner, Bristelcone - integration accelerators for ICS
We all know how easy it is to build SaaS 2 SaaS and SaaS 2 on-premise integrations with ICS.The main IP in the data mapping, which requires a functional knowledge of the business objects, both source...
View Article#551 PCS 17.1.3 leveraging ICS
Now we have even tighter integration between PCS and ICS. Together they provide us with an unbeatable process and integration platform.Let's start with a simple example -Here is my ICS process - all it...
View Article#552 ICS 17.1.3 - Javascript Libraries
Javascript LibrariesHere is my simple JavaScript code -Now I want to leverage this in a mapping in ICS.With version 17.1.3 (Early Update Enabled) we can import JavaScript libraries.Here I import my .js...
View Article#553 ICS 17.1.3 --> Lifecycle management - Test 2 Production
Let's begin with the following integrations -As a best practice, put related integrations into the same package -This allows me to export/import the integrations as a unit.The 2 integrations above...
View Article#554 ICS 17.1.3 --> using FOR loop
A simple example here - we will iterate thru incidents retrieved from service cloud.Here are the incidents in Service cloud for our customer - Hare of the Dog Pub.The For Each loop -allows repeated...
View Article#555 ICS 17.1.3 FTP adapter and File Staging
We all know and love the ftp adapter, but what is file staging?Here is a simple example - processing an order contained in a zip file, residing on an ftp server somewhere out there in the wide beyond.I...
View Article#556 ICS 17.1.3. Orchestration Features --> Global Fault Handling
Here is my simple Orchestration -All it does is check if an organization exists in Service Cloud, creating it, if it does not.So what features are interesting here?How about a global fault...
View Article#557 PCS Correlation and PCS calling ICS
Nice new feature in PCS.from the docs...Correlations enable business processes to communicate with each other based on the state of an instance. The state of all the process data objects in a process...
View Article