Flexfields are one grouping of Setup Tasks. Make use of the Flexfields object type to export and import individual Flexfields by Flexfield Code.
Object Type Identification
When populating files from source control management (SCM), FlexDeploy will classify all zip files containing "SetupTasks/Flexfields" (case-insensitive) in their path as a Flexfield.
File Extensions
.zip
Object Type Code
FLEXFIELDS
Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Task Code |
| Unique id for Setup Task | ||
Flexfield Code |
| A set of placeholder fields associated with business objects and placed on the application pages to contain additional data. This can be found in FSM UI on any flexfields setup task (IE. Manage Key Lookups). | FILE_NAME |
Considerations
Flexfield Deployment
...
Source from Development Environment
In order to download file from an environment, you must configure file for Flexfields as shown below. Note that File Name (with Path) should be entered first in format - /SetupTasks/Flexfields/<TASK_CODE>/<FLEXFIELD_CODE>.zip. File name is used as Flexfield Code, and parent folder is used as Task Code. Task Code can be selected from drop down list if necessary. Also, Flexfield Code can be entered manually as well if necessary. Make sure to update File Name (with Path), respectively, if either of previous attributes are edited manually. Steps - Enter File Name in proper format, Click Evaluate, then click OK and eventually click Save to save configurations. Now you can add this file to Package and perform, export and import.
...
Source from SCM
The following convention is generally used for the File Name (with Path) in Source Code Repository. "/SetupTasks/Flexfields/<TASK_CODE>/<FLEXFIELD_CODE>.zip". If you follow these conventions, then you do not have to configure Files manually. You are ready to perform export and import using FlexDeploy package once files are discovered in FlexDeploy.
Task Code is derived from zip file sourced from SCM.
...