#721 OIC - Salesforce Adapter - Events triggering Integrations
Today a simple demo of using the SFDC adapter as a trigger in an OIC integration.In other words, automatically calling an OIC integration when a business event occurs.Here an OIC integration will be...
View Article#722 OIC - Salesforce Adapter - Perform Core or Utility Operations (ConvertLead)
SFDC Core and Utility Services are documented hereThe OIC SFDC adapter supports a subset of these -Convert Lead - Converts a Lead into an Account, Contact, or (optionally) an Opportunity.Get Deleted -...
View Article#723 OIC - Salesforce Adapter - Invoking APEX web services
APEX - a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on Salesforce servers in conjunction with calls to the API. Using...
View Article#724 OIC - Salesforce Adapter - Bulk API
So what is this for?It allows one to perform Bulk Data Operations:Inserts, updates, upserts, or deletes of a large volume of records.For those interested, the SFDC Bulk API Doc is hereAn extract from...
View Article#726 OIC - using the Google Calendar adapter
Simple example of the above -Pre-RequisitesFirst step is to do the pre-reqs defined in the Google adapter doc hereNavigate to https://console.developers.google.com/apisClick on Enable APIs and...
View Article#727 OIC - Integrations leveraging Process for Error Handling Part 1
Here is a simple example of leverage Process for Human Intervention in Error Handling.I have an integration that uses the connectivity agent to write to an on-premise file.The use case is simple - json...
View Article#728 OIC CI/CD with Flexagon
Comprehensive Oracle Partner offering for CI / CD for Oracle Integration Cloud.Check it out here
View Article#729 OIC AQ adapter
Queue Setup in Oracle Advanced QueuingFirst step was to set up the Q in AQ.CREATE type Message_typ as object (subject   VARCHAR2(30),text    VARCHAR2(80)); EXECUTE DBMS_AQADM.CREATE_QUEUE_TABLE...
View Article#730 OIC - Google Tasks adapter
Here is a simple example of leveraging the adapter -Naturally, I begin by creating the connection.There are some pre-requisites for leveraging the google task api from OIC.You need to create the OAuth...
View Article#732 Fusion ERP Batch Extracts with OIC
Simple example and background explanation here.Caveat to begin with - I am not a Fusion ERP expert, but I do like understanding how things work.So what is a batch extract?Essentially a scheduled...
View Article#733 Fusion ERP Batch Extracts with OIC part II
Just some more background info -I used the following connections to Fusion ERP in the previous post.Both of these are used in the Callback Integration -The first, for onJobCompletion, i.e. the...
View Article#734 Fusion ERP Batch Imports with OIC
Simple scenario here -I have an FBDI compliant AP Invoices file in a folder on my ftp serverOIC leverages the ftp adapter, reads the file and inovkes the import to ERPOIC receives the callback from ERP...
View Article#736 OIC SOA Suite Adapter available as feature flag
The feature flag is called -oic.cloudadapter.adapters.soaadapterThis can be activated on your OIC environment via an SR.example to follow.Just downloading the latest and greatest SOA Suite version...
View Article#737 OIC - CPQ Integration
Here is a short introduction to the OIC CPQ adapter.As a pre-requisite, I suggest you read the Oracle CPQ Cloud - Service descriptionsIt is available hereNow back to the OIC CPQ adapter -A short...
View Article#738 OIC - CPQ Integration part II
Note: Everything in italics is from the CPQ online help or other CPQ docs.Before looking more deeply at how one integrates with CPQ, let's look at the product itself -CPQ in 5 minutes...CPQ has its own...
View Article#739 Creating OIC instance
Got a call from a someone asking how to do this on a free trial.Step 1. cloud.oracle.com - enter your tenancy details - then your user/pwdStep 2.Step 3.Step 4.Step 5.That's it - now watch the magic...
View Article#740 Oracle Integration now available on Oracle Cloud Infrastructure Gen 2
Since last week, new Oracle Cloud accounts can create OIC instances on OCI Gen2.This is available in the following data center regions -Other Data Centers to follow.The step by step creation...
View Article