Adding New Records

To add a new record to Oracle Fusion, you need to specify the type of object you're creating and provide the necessary field values.

Example:

create a thing in fusion with
    the thing's name is "New Purchase Order"
    the thing's date is "2023-12-31"
    the thing's status is "Pending"

This creates a new purchase order with the specified name, date, and status.

Last updated

Was this helpful?