This operation exports file(s) from the build Oracle SaaS environment or your SCM repository, waits for all exports processes to complete, and then downloads results as single as zip file artifact. The csvExport operation can only be used with a FlexDeploy partial deployment project of type Oracle SaaS FSM.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle SaaS FSM Account | FDFSM_CLOUD_ACCOUNT_CODE | No* | The Oracle SaaS FSM account with all the required properties like instance URL, Username, and Password. The account will be likely be different for each FSM environment. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Oracle SaaS FSM Account | FDFSM_INP_CLOUD_ACCOUNT_CODE | No | The Oracle SaaS FSM account with all the required properties like instance URL, Username, and Password. |
API Timeout | FDFSM_INP_TIMEOUT | No | Maximum amount of time (seconds) to wait for export process to complete after it is started. Defaults to 300 seconds (5 minutes). |
Save Export Result File | FDFSM_INP_SAVE_EXPORT_RESULT_FILE | No | Saves a comparison result file to the reports directory as a JSON file. The JSON file provides a summary of the comparison process and represents the table shown in the Comparison Details section of the user interface. |
Save Export Report File | FDFSM_INP_SAVE_EXPORT_REPORT_FILE | No | Saves a comparison report file to the reports directory as a Excel file. The excel file provides comparison reports for each of the business objects that were processed. For each business object, a report each for Only in Configuration 1, In Both With Mismatch, and Only In Configuration 2, as applicable is provided. |
Save Export Summary Report File | FDFSM_INP_SAVE_EXPORT_SUMMARY_REPORT_FILE | No | Saves a comparison report file to the reports directory as a Excel file. The excel file provides a summary of the process results, which displays a list of all the processed business objects, and whether their processing completed successfully, or with errors. |
...
Oracle SaaS FSM project type has one 2 object type types, Setup Tasks with 4 attributesand Fast Formulas.
Setup Task Object Type:
- File Name (with Path) - absolute file path matching structure in Oracle SaaS FSM environment (Required)
- Offering Code - Typically the highest-level or starting point of application configuration (Not Required) @before 5.6.0.5
- Functional Area - Finer tuned business name or rule used to defined the business activity or process (Not Required) @before 5.6.0.5
- Task Code - Unique id for Setup Task (Required)
In general, Before 5.6.0.5 the following convention is followed for the File Name (with Path) that way the other attributes can be set for you base on the path without having to enter it again.Format: "../SetupTasks/<Offering Code>/<Functional Area>/<Task Code> → "/SetupTasks/<Offering Code>/<Functional Area>/<Task Code>.zip"
On and after 5.6.05 were removed from the attributes so the following convention is followed for the File Name (with Path) → "/SetupTasks/<Task Code>.zip"
Fast Formula Object Type: @since 5.6.0.5
- File Name (with Path) - absolute file path matching structure in Oracle SaaS FSM environment (Required)
- Task Code - Unique id for Setup Task (Required)
- Fast Formula - The base formula name you want to filter your Setup Task by.
For Fast Formulas the following convention is followed for the File Name (with Path) → "/SetupTasks/FastFormulas/<Task Code>/<Formula Name>.zip"
Info | ||
---|---|---|
| ||
If you are populating from SCM, then by default FlexDeploy will find all zip files that contain and classify a file as Fast Formula if its path contains "SetupTasks/FastFormulas" (case-insensitive), otherwise if its path contains only "SetupTasks" (case-insensitive) and classify them it will be classified as Setup Tasks in your project files catalog. Task. In addition, with SCM the TaskCode is determined based on the content of the zip file automatically. If you are creating a Fast Formula file then, the TaskCode is inferred from the 2nd last part of the path by default. If you are creating a Setup Task file then, you have to manually enter the TaskCode is inferred from the FlexDeploy UIfile name by default. In both cases, by default the Offering Code Functional Area will be set to you can always manually override the values as needed or write a custom default script for the attribute in question. If you are on 5.6.0.4 or earlier, then Offering Code and Functional Area attributes are inferred from the 2nd and 3rd parts in of the path starting from the end of the file path, respectively. |
Create a new file
From the project files screen, click the create button, add your file name following the previous format, click evaluate, review attributes set automatically from File Name (adjust path and re-evaluate as necessary), and finally click ok when you're done.
...