YObjectSearchDisplay
YObjectSearchDisplay page contains information about the Object Search Display fields available on this data table.
Object: YObjectSearchDisplay (Y_OBJ_SEARCH_DISPLAY)
Attribute | Database column name | Field in UI | End of path | Bridge | Links to object table: | Data type | Comments | Commonly used in: | |
---|---|---|---|---|---|---|---|---|---|
Rules | Temp/Wiz | ||||||||
columnName | COLUMN_NAME | string(250) | Represents the actual column name in the database essential for mapping. | ||||||
displayKey | DISPLAY_KEY | string(250) | Likely used as a label or identifier in the UI ensure uniqueness. | ||||||
displayOrder | DISPLAY_ORD | int | Controls the order of display | ||||||
displayWidth | DISPLAY_WIDTH | int | Defines column width in UI | ||||||
formatIID | FORMAT_IID | int | A new search result has the 'dateonly' result type by default. | ||||||
aggregateIID | AGGREGATE_IID | int | Used for aggregation logic. | ||||||
isDefault | IS_DEFAULT | boolean | Indicates if this is the default column for display useful for UI defaults. | ||||||
path | PATH | string(250) | Could represent a data path or hierarchy that clarifies usage context. | ||||||
displayFilter | DISPLAY_FILTER | string(250) | May contain filter expressions to ensure proper syntax and validation. | ||||||
primaryKey | PRIMARY_KEY | int | Likely a foreign key or reference to a primary key; to ensure referential integrity. | ||||||
version | VERSION | int | Used for version control to consider incrementing on updates. | ||||||
owner | VIEW_ID | ZSearch (int) | Indicates ownership or source view to ensure mapping to valid views. | ||||||
isSpanColumn | IS_SPAN_COLUMN | boolean | Determines if the column spans multiple columns in UI. | ||||||
isRelatedObject | IS_RELATED_OBJECT | boolean | Indicates if the column links to a related object useful for joins or lookups. | ||||||
columnNumber | COLUMN_NUMBER | int | Position of the column defaulting to 1 may need adjustment for multiple columns. |