Introduction While it is possible to view a BI Publisher (BIP) report in a page using an iFrame, there are times when this may not be suitable or possible. This...
Introduction While it is possible to view a BI Publisher (BIP) report in a page using an iFrame, there are times when this may not be suitable or possible. This article shows an alternative method that can be used to view a BIP report without the use of an iFrame, using Visual Builder (VB) as the "hosting" application. While the example assumes that the VB server and BIP are federated, it is also possible to perform this configuration using non federated instances by using...
Introduction While it is possible to view a BI Publisher (BIP) report in a page using an iFrame, there are times when this may not be suitable or possible. This article shows an alternative method...
img.center { display: block; margin-left: auto; margin-right: auto; width: 50%; } p { margin-top:11px; margin-bottom:11px; } h2 { margin-top:18px;...
img.center { display: block; margin-left: auto; margin-right: auto; width: 50%; } p { margin-top:11px; margin-bottom:11px; } h2 { margin-top:18px; margin-bottom:10px; } Make Sure Email Sourced from Oracle SaaS Applications Gets to Recipient Inboxes Note: In order not to overload references to the customer persona, which could possibly confuse readers, in the discussion below I use the word “subscriber” to refer to an organization that has subscribed to Oracle Fusion SaaS...
img.center { display: block; margin-left: auto; margin-right: auto; width: 50%; } p { margin-top:11px; margin-bottom:11px; } h2 { margin-top:18px; margin-bottom:10px; } Make Sure Email Sourced...
Introduction: The purpose of this post is to introduce readers to the realtime integration between Oracle CX Sales (formerly Engagement Cloud or Sales Cloud)...
Introduction: The purpose of this post is to introduce readers to the realtime integration between Oracle CX Sales (formerly Engagement Cloud or Sales Cloud) and NetSuite. We explore how to keep customers in sync between Oracle CX Sales and NetSuite when CX Sales is the source of truth. We will build this integration using Oracle Integration Cloud (OIC), which is an offering that helps customers build and orchestrate complex integrations between various systems. The same...
Introduction: The purpose of this post is to introduce readers to the realtime integration between Oracle CX Sales (formerly Engagement Cloud or Sales Cloud) and NetSuite. We explore how to keep...
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
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...