Sometimes we need to call web service from page composer in oracle fusion on click on a button.
We can do this by following the below steps
Enable Sandboxgo the the page where you need to add buttonUsing Add content add the button
Add html content
Configure the button to add the below Java ...
There are scenarios when we need to get the current user logged in oracle fusion hcm ERP or SCM applications and we may want to do further processing related to the current user.
So there are a few ways , lets discuss
Get current logged in user for passing to external url
When you are logged in Oracle ...
When you create a BI Publisher template, you can add conditional statements to determine whether or not a condition is true or false. IF Condition in RTF template allows you to perform actions only when certain conditions are met. For example, you might want to display a message only when the value of a field ...
In this post we will see how to do Oracle Fusion Cloud Branding and add logo in Oracle Cloud HCM ERP or SCM applications.
Branding is necessary to match the look and feel of the organizations web presence theme. like the logo , fonts and backgrounds. A brand is a unique identity that identifies a company, ...
We can update and Order EFF or DFF using the provided Rest Apis. The order should be in a state of update.
Also with this API an Order can be revised.
How to Create an Order with Fulfillment Line and Header EFF information Using the - salesOrdersForOrderHub - REST API
The Rest API URL is
Query an ...
Below is the Create Sales Order Rest Api Sample Payload to create Sales order in oracle Fusion
The Rest API URL is
Basic Order Creation Json Payload
{
"SourceTransactionNumber": "PS_REST_324",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "PS_REST_324",
"TransactionalCurrencyName": "US ...
If you need to create a timecard in oracle fusion programmatically, you can use the timeRecordEventRequests REST API provided by oracle. You can use this Create TimeCard Rest Api in Oracle Fusion to Create & Update Time Entries as well. Below are sample payloads
Create Timecard with Projects Rest ...
In this post, lets see How to Download AP Invoice Attachment to OIC using the ERP integration service and using the ERP object attachment service. The test cases below is based on hardcoding the document id you can use this as reference to add this logic by dynamic mapping based on your integration scenario.
...
How to add OTBI Report Dashboard to Oracle Fusion Menu into Oracle Fusion. This is a common requirement when you need to embed content outside of oracle fusion cloud for e.g a PaaS Screen like VBCS application, a Rightnow screen, a PCS screen, or Embed External URL Content.
We will see an example of adding ...