Versions Compared

Key

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

...

Prepare SQL script as necessary and execute on FlexDeploy database.

Following The following example is for EBS projects, ; OTHER object type and TARGET_LOCATION attribute for default script.  Note the use of FD_OBJECT_TYPE_OVERRIDES_EBS and OTHER_TARGET_LOCATION_DEFAULTSSCRIPT for DB Properties data . Basically in the SQL. This equates to FD_OBJECT_TYPE_OVERRIDES_<Project Type> and <Object Type_Code>_<Object Type Attribute Code>_DEFAULTSSCRIPT.

Other options are LISTDATA and VALIDATORSCRIPT (in place of DEFAULTSSCRIPT), which also can be tweaked overridden using same mechanism.

You For the changes to take effect, you can either wait for 10 minutes for changes to take effect the cache to refresh, or work with your Administrator to clear cache, see .  See Admin Operations.

Tip

Once you prepare Groovy script, each ' needs to be replaced with '' (2 single quotes) in SQL statement.

Object Type Codes and Object Type Attribute Codes are listed in the EBS Object Types Reference Guide.

...