FlexFndDffDescriptiveFlexfieldContexts
Provides API endpoints to retrieve or query descriptive flexfield contexts.
Columns
Name | Type | Description |
ApplicationId [KEY] | Long | Unique identifier for the application associated with this descriptive flexfield (DFF) context. |
DescriptiveFlexfieldCode [KEY] | String | Code representing the DFF associated with this context. |
ContextCode [KEY] | String | Unique code identifying the specific context within the DFF. |
Name | String | Descriptive name of the DFF context. |
Description | String | Detailed description of the DFF context and its purpose. |
EnabledFlag | String | Indicates whether the DFF context is enabled. 'True' means enabled; 'False' means disabled. |
Bind_ApplicationId | Long | Binding reference to the application associated with this DFF context. |
Bind_DescriptiveFlexfieldCode | String | Binding reference to the DFF code for this context. |
Finder | String | A system-defined query or lookup used to retrieve DFF context records. |