.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; margin-left: 5%; font-family:Times; font-size:12pt; color: #404040 } function image(img) { window.open(img);...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; margin-left: 5%; font-family:Times; font-size:12pt; color: #404040 } function image(img) { window.open(img); } Introduction In one of my former blogs I've written about a mechanism to download and parse the EXTRACT JSON log files via various scripts. If you are not familiar with this concept then its strongly recommended to start with reading that blog first. Also before entering the explanation of the proposed new approach...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; margin-left: 5%; font-family:Times; font-size:12pt; color: #404040 } function image(img) { window.open(img); } Introduction In one of my former blogs...
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance...
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance guidelines, I wanted to share my experience on Fusion Applications multi-pillar implementation. As Oracle's Fusion SaaS applications cloud is built on a single unified data model with a consistent user and developer experience that connects end-to-end business processes across modules (Human Capital Management (HCM), Enterprise...
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance guidelines, I wanted to share my experience on...
Introduction The REST API for CX Sales and B2B Service supports Batch Actions - multiple operations can be combined into a single HTTP request, with the request...
Introduction The REST API for CX Sales and B2B Service supports Batch Actions - multiple operations can be combined into a single HTTP request, with the request body being a JSON object containing an array of objects to be processed. Each object in the array contains the payload for the individual action being taken: A unique ID A relative path to the resource An operation A payload See the documentation here for further details A Batch Action is treated as a single...
Introduction The REST API for CX Sales and B2B Service supports Batch Actions - multiple operations can be combined into a single HTTP request, with the request body being a JSON object containing an...
This blog is no longer relevant and has been retired.
Describes how to use HTML email templates to reduce the number of object workflows in Sales Cloud
Reading time: < 12 minutes Introduction Choosing your data preparation approach is a critical task that should not be missed during data migration. In...
Reading time: < 12 minutes Introduction Choosing your data preparation approach is a critical task that should not be missed during data migration. In continuation to my previous blog “Options for migrating clean data to Fusion Applications Cloud”, I would like to expand on the option of leveraging Oracle Enterprise Data Quality tool to analyze, standardize, cleanse, and de-duplicate your source data to cloud. Traditionally, most of the implementation projects will design the...
Reading time: < 12 minutes Introduction Choosing your data preparation approach is a critical task that should not be missed during data migration. In continuation to my previous blog “Options for...
Introduction into existing BICC Automation BI Cloud Connector offers a broad bandwidth of options to automate the extraction of data. In various other blogs...
Introduction into existing BICC Automation BI Cloud Connector offers a broad bandwidth of options to automate the extraction of data. In various other blogs we’ve shared information how to download extraction files, log information or to delete extracts. Those scripts can be scheduled on the client side via the tools of choice. The built-in capabilities in BICC provide more and more automation as the product evolves. Scheduling frequent extraction runs was a feature that...
Introduction into existing BICC Automation BI Cloud Connector offers a broad bandwidth of options to automate the extraction of data. In various other blogs we’ve shared information how to download...
Introduction This article shows how outbound REST calls can be made from App Composer Groovy using a content type of x-www-form-urlencoded. It assumes a basic...
Introduction This article shows how outbound REST calls can be made from App Composer Groovy using a content type of x-www-form-urlencoded. It assumes a basic knowledge of how to call REST APIs from Groovy and follows on from 2 articles on this subject: https://www.ateam-oracle.com/engagement-cloud-rest-in-brief https://www.ateam-oracle.com/engagement-cloud-outbound-rest-using-idcs-oauth Note - the method is not described in CX Sales documentation. Background Engagement...
Introduction This article shows how outbound REST calls can be made from App Composer Groovy using a content type of x-www-form-urlencoded. It assumes a basic knowledge of how to call REST APIs from...
Introduction In my Developing SaaS Extensions using VBCS and Helidon Micro-Services part 1, I focused on the creation of a Helidon based microservice which we...
Introduction In my Developing SaaS Extensions using VBCS and Helidon Micro-Services part 1, I focused on the creation of a Helidon based microservice which we tested locally. This blog post takes the reading through to the next step which is to deploy the microservice on Oracle Kubernetes Service and then explain how this service can be called from VBCS in a way that the microservice is aware of the user (aka identity propagation from VBCS to the microservice) In the example...
Introduction In my Developing SaaS Extensions using VBCS and Helidon Micro-Services part 1, I focused on the creation of a Helidon based microservice which we tested locally. This blog post takes the...