top of page

Tags

Archive

How to Enable a Business Event in Oracle fusion Financials Cloud using REST

To enable a business event in Oracle Fusion Financials Cloud using REST, you can use the following steps:

  1. Determine the name of the business event that you want to enable. You can find a list of available business events in the Oracle Fusion Financials Cloud documentation or by using the REST API to retrieve a list of business events.

  2. Make sure that you have the necessary permissions to enable business events. In Oracle Fusion Financials Cloud, this typically requires the "Business Event Publisher" role.

  3. Use the REST API to retrieve the current status of the business event. You can do this using an HTTP GET request to the /fscmRestApi/resources/latest/businessEvents/{eventName} endpoint, where {eventName} is the name of the business event.

  4. If the business event is currently disabled, use the REST API to enable it. You can do this using an HTTP PUT request to the same endpoint, including the following payload in the request body:



{
  "EnabledFlag": "Y"
}

5. Verify that the business event was successfully enabled by making another GET request to the same endpoint and checking the value of the EnabledFlag field in the response.


Happy Learning!

19 views0 comments

Recent Posts

See All

When transactions are entered, Dynamic Insertion in Oracle Fusion General Ledger (GL) allows an organisation to automatically insert extra segments or values in the GL chart of accounts. This feature

Oracle Fusion Segment Security The General Ledger (GL) feature enables an organisation to restrict access to data in the GL depending on certain parts of the GL chart of accounts. A segment is a subse

Oracle Fusion General Ledger (GL) Cross-Validation Rules are used to assure the integrity and accuracy of data entered into the GL module. They are used to ensure that data submitted in the GL is cons

Other Posts you may Interested 

bottom of page