InvoicesinvoiceGdf
Holds global descriptive flexfields at the invoice level, capturing additional region-specific or business-specific attributes.
Columns
| Name | Type | Description |
| InvoicesInvoiceId [KEY] | Long | Unique identifier of the invoice associated with the descriptive flexfield, linking the flexfield data to the specific invoice. |
| InvoiceId [KEY] | Long | Invoice ID of the descriptive flexfield, used to track the flexfield data related to a particular invoice. |
| _FLEX_Context | String | Context name for the descriptive flexfield, indicating the specific context in which the flexfield data is being used or stored for the invoice. |
| _FLEX_Context_DisplayValue | String | Display value for the flexfield context, providing a human-readable version of the context name for better user understanding. |
| Finder | String | Search term or identifier used to locate and retrieve specific descriptive flexfield records, enhancing search capabilities within the system. |
| CUReferenceNumber | Int | Reference number mapping child aggregates to parent tables, linking the flexfield data with the parent data entities. |
| EffectiveDate | Date | Date parameter used to fetch resources that are effective as of a specified start date, ensuring that only relevant data is retrieved. |