PurchaseRequisitionslinesinformationTemplatesinformationTemplateDFF
Stores descriptive flexfields related to an information template, accommodating extra user-defined attributes for a requisition line.
Columns
| Name | Type | Description |
| PurchaseRequisitionsRequisitionHeaderId [KEY] | Long | The unique identifier for the requisition header associated with the information template descriptive flexfield (DFF) data, linking the DFF data to a specific requisition. Example: 1001 for Requisition Header 1001. |
| LinesRequisitionLineId [KEY] | Long | The identifier for the requisition line within the requisition header, linking the DFF data to a specific requisition line. Example: 2001 for Line 1. |
| InformationtemplatesInformationTemplateValuesId [KEY] | Long | The unique identifier for the information template values associated with the requisition line, helping to track the specific values in the information template DFF. Example: 3001 for Template Value ID 3001. |
| InfoTemplateValuesId [KEY] | Long | The unique identifier for the information template values within the DFF, used to track the specific values in the context of the template. Example: 4001 for the specific value set. |
| _FLEX_Context | String | The DFF context name used to categorize or provide additional details for the information template values in the requisition. Example: 'ProjectDetails' or 'CostCenterInfo'. |
| _FLEX_Context_DisplayValue | String | The display value for the descriptive flexfield context, providing a human-readable version of the context. Example: 'Project Information' or 'Cost Center Allocation'. |
| BindPreparerId | Long | The unique identifier for the preparer who created the requisition line, linking the DFF data to the preparer's information. Example: 123 for 'John Doe'. |
| BindRequisitionHeaderId | Long | The unique identifier for the requisition header, linking the DFF data to the parent requisition. Example: 2001 for 'Requisition Header 2001'. |
| Finder | String | A reference or placeholder used for searching and locating specific information template data within the system. Example: 'Search by Template Name' or 'Search by Context'. |
| RequisitionHeaderId | Long | The identifier for the requisition header, linking the DFF data to the parent requisition record. Example: 1001 for 'Requisition Header 1001'. |
| CUReferenceNumber | Int | The reference number used to map child aggregates (such as DFF data) to their parent requisition or requisition line, ensuring data integrity. Example: 2001 for 'Requisition Line 1'. |
| EffectiveDate | Date | The date from which the information template DFF data is considered effective. This date is used to filter records by their validity. Example: '2023-01-01' for data valid from the start of the year. |