Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For project types where the catalog files are not discoverable, you can create the metadata manually.  This provides FlexDeploy with the information necessary to pull the source file during the build.  For some project types (such as Oracle EBS), you can have a combination of files discovered from source control and files whose metadata is provided manually.

...

Discovering Project Files

When you first create a Package-based project, the File Catalog will be empty. Before discovering Files, make sure you have updated the Project Properties.

You can discover files from within a package, or in the File Catalog.

...

Using the Discover

...

Button

When you click the Discover button, the following screen will pop up.

...

Info

FlexDeploy allows for custom sorting of all files when performing Populate from SCM action. This allows for sorting files as per FD_ORDER.seq file in root of your project. Just add full file as it shows on screen File Name (with Path) in this file in custom order. You just need to add the files that need to be ordered and not all files.

Also, in case of EBS (DB Objects) / JDBC plugins sorting is based on project properties for extension based ordering. For example, if new .tbl file is discovered from SCM, then this helps you arrange it appropriately in DB Objects for EBS project.

For example, FD_ORDER.seq may look like this.

Code Block
/sql/package200.pks
/sql/package1.pks


Adding

...

Files Using the Create

...

Button

Some project types allow creating files manually. When you click the Create button, the following screen will pop up.


Enter the File Name (with Path) as indicated above, then click the Evaluate button. Based on the rules for that object type and configured project properties, the remaining fields will populate. These fields will vary based on the plugin and object type. Optionally, you can adjust the configuration based on you requirements. In the example above, if you adjust the Target Location and click the Evaluate button again, all fields except Target Location will be reevaluated and Deploy Command will reflect manual change done on Target Location.

Updating Project Files

You can modify the files in your project in the Package Files tab of a package, or in the File Catalog.

...

Once you are finished, click the Save button to accept your changes or the Cancel button to cancel them.

Editing Multiple Files

You can select one or more files in order to either Inactivate, Activate, Move to a different Object Type, or Evaluate the file attributes.

...

If you are evaluating multiple files and at least one of them is setup with SCM as Source, you may see a popup asking to select a Branch branch to use during evaluation. FlexDeploy may use file content during evaluation process to default various attributes, so this can be crucial if the file is only present in a specific branch.

...

Selecting options and then clicking “Submit” will build the selected files and navigate you to the project execution screen.

Mass

...

Editing Files

The file catalog let’s lets you edit all the files that match the current filters in one operation. These operations are found in the hamburger table options menu in the top right corner above the create button.

...

This is the best way to modify more than 50 files in a single operation. You can use this menu to quickly activate or inactivate all the files that you have filtered in the table.You can , or clear all the filters to modify all files.This is the best way to modify more than 50 files in a single operation.

...