To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
ERP Integrations
Discussion List
-
Is Wells Fargo Payment Manager Adapter available in SaaSSummary: Wells Fargo Payment Manager Adapter is available for EBS. One of our customers is contemplating moving to SaaS and wants to check if similar adapter is availabl… -
Last Update Date not available in Oracle REST APIsSummary: How to track changes in Oracle Fusion Documents using Oracle REST APIs as Last Update Dates etc information not available. Content (please ensure you mask any c… -
Is there a way in OIC to convert a schedule integration to applicationIs there a way in OIC to convert a scheduled integration into an application, so that I can call it multiple times from a scheduled integration? -
Authentication of Accessing ATP DB objects in OIC without storing creds in OIC ConnectionWe have an ask from one of our client's IT security team that we do not store the ATP wallet and credential details within the OIC connection. Instead, is there a way to… -
Can Export Bulk Data Option be used an alternative to BIP Anti PatternSummary: Export Bulk Data Option for fetching data asynchronously from ERP cloud, can this be used as an alternative to the BIP anti pattern of synchronously calling BI … -
How to submit ESS JobSet request with parameters for all steps using ESS REST API.Summary: How do I submit an ESS JobSet request with parameters for all child steps using the ESS REST API ? Content (please ensure you mask any confidential information)… -
Unable to call SOAP webservice from custom business object function groovy codeSummary: Unable to call SOAP webservice from custom business object function groovy code Content (please ensure you mask any confidential information): In Application Co… -
OIC-FBDI-Supplier creation with existing RegistryID failing with Invalid value.Hi, We are trying to create supplier using FBDI by providing the existing Registry ID of existing customer of type Person. On Import we are receiving an error as "You mu… -
job package name for purchase orderSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
How to hide Tools tab in the dashboard.Summary: We have a requirement to hide the Tools in the navigator for employees only. Are there any privileges for Tools to remove from an employee roles? Or is this onl… -
I want to change the field to the default value "test" using sandbox el expressionSummary: The field value is replaced by any other value using sandbox el expression Content (please ensure you mask any confidential information): Version (include the v… -
import customization from test environment to productionSummary: Looking for a method to import Page customization done through Sandbox from test environment to production Content (please ensure you mask any confidential info… -
Can we write a validation for a custom dimension - NAME (Projects). to avoid alphabets in nameSummary: Member Core. Name we have created (Projects) Custom dimension. The probability of node (String) and node name should be only Number and can starts with letter "… -
can i call profile options in el expressions using groovy scriptsI want to get the last refresh date or clone date in el expression using groovy scripts -
How to read/load Large amount of rows?Summary: How to read/load Large amount of rows? Content (please ensure you mask any confidential information): Hi, We have millions of rows returned by BIP report which … -
Upgrade OIC Gen3 Standard version to Enterprise versionWe need information related to OIC Gen3 version upgrade. Currently Standard version is being used. Can standard version be upgraded for current instance to Enterprise ve… -
REST API for listing ESS Job and JobSet Definitions?Summary: Looking for REST API for listing ESS Job/JobSet Definitions and their metadata. Content (please ensure you mask any confidential information): Is there a REST A… -
how to update the files through API to UCM and retrieved in Oracle Saas?how can I update/ retrieve the files automatically in /from UCM in Oracle saas? What are the API's which we can use for this? And if it is possible how can we achieve th… -
Can you migrate Access Certifications from one environment to another?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Azure Key Generation in OICHi Team, We need to generate an Azure Key in OIC to connect to Azure API calls. Currently Client is using the below script in MuleSoft and we need to generate the same s… -
How many fields can be created in a Custom Business object using Application Composer?Summary: How many fields can be created in a Custom Business object using Application Composer in Oracle Fusion Cloud without hampering thepage peerformance Content (ple… -
Dynamically Setting Default Values in Child Fields Based on Parent Field SelectionHi Team, Greetings of the Day !! We have a business requirement that when an invoice type is selected as credit memo/debit memo/standard, the document category should au… -
Consume Different Payload with a single Rest AdapterHi All, One of our vendors is unable to configure multiple OIC endpoints for sending JSON data. They have two different payload formats they need to send to Fusion. Is t… -
EPBCS & Fusion BIP: RuntimeError: No periods were identified for loading data into table 'TDATASEG'.When trying to integrate data from a BIP report into EPBCS the following error occurs: RuntimeError: No periods were identified for loading data into table 'TDATASEG'. C… -
How to enable RPA connections in OIC instance?I want to create a RPA connection to Oracle Fusion Cloud to automate some tasks. Currently I am not getting the RPA icon within Projects in my OIC instance, how do I ena… -
How to send Additional Information at line level to create Receipt using REST APISummary: Hello, We need to display Invoice Number and Invoice Date at line level in Additional Information on Receipt screen while creating this receipt using below REST… -
Invalid Addresses in NotificationSummary: Getting Invalid addresses in email notification Content (please ensure you mask any confidential information): I have a integration which sends mail notificatio… -
Recommended way to extract supplier, supplier site, contact and bank details via OIC or other.Summary: For a third-party integration we need to supply a combination of data from supplier, supplier site, contacts and bank details in one table/Json file (max 6000 r… -
VB Studio queries for Cross Region developmentSummary: We have requirement to use VB Studio for concurrent developement of extensions in VBCS. Oracle has provisioned 1 VB Studio for each ERP instance in PHX region a… -
Using Contains function in SwitchHello , Trying to use contains function in Switch route in OIC , want to understand how it works We need provide like fn:contains(col1,'value') = 'TRUE' ? Please confirm