FlexFndDffDescriptiveFlexfieldContexts
Provides context-sensitive descriptive flexfield configurations and their attributes.
Columns
Name | Type | Description |
ApplicationId [KEY] | Long | The unique identifier for the application associated with this descriptive flexfield (DFF) context. This identifier ensures the correct linkage to the relevant module. |
DescriptiveFlexfieldCode [KEY] | String | The code representing the DFF. This code defines a set of custom attributes used to extend application functionality. |
ContextCode [KEY] | String | The unique code assigned to the DFF context. This code determines how specific DFF attributes are used within an application. |
Name | String | The name of the DFF context. This context provides a human-readable identifier for reference in configurations and reporting. |
Description | String | A detailed description of the DFF context. This context explains its purpose and how it extends standard functionality within the application. |
EnabledFlag | String | A flag indicating whether the DFF context is active. A value of 'Y' means it is enabled, while 'N' means it is disabled. |
Bind_ApplicationId | Long | The application identifier used in binding operations. This identifier ensures that the DFF context is correctly linked within application processes. |
Bind_DescriptiveFlexfieldCode | String | The DFF code used in binding operations. This code maintains consistency when referencing DFFs across different system components. |
Finder | String | A reference field or search parameter used to locate or filter DFF contexts. This field facilitates efficient retrieval of configuration records. |