Skip to main content
Mitratech Success Center
Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

YObjSearch

YObjectSearch page contains information about the Object Search fields available on this data table.

Object: YobjSearch (Y_OBJ_SEARCH)

Attribute Database column name Field in UI End of path Bridge Links to object table: Data type Comments Commonly used in:
                Rules Temp/Wiz
isSearchAcrossObjects IS_SEARCH_ACROSS_OBJECTS         boolean Allows searching across multiple object types.    
displayOrder DISPLAY_ORD         int Controls the order in which this search appears in the UI.    
isAction1 IS_ACTION1         boolean Custom action flag 1; usage depends on implementation.    
isAction2 IS_ACTION2         boolean Custom action flag 2; usage depends on implementation.    
customLogic CUSTOM_LOGIC         string(250) Custom logic expression for advanced filtering.    
createdOn CREATED_ON         date Date when the search view was created.    
conditionLogicIID CONDITION_LOGIC_IID         int Defines how conditions are logically combined.    
resultColumn         WSrchResultColumn Defines which columns are shown in results.    
description DESCRIPTION         string(2000) Detailed description of the search view.    
isEditColumnEnabled EDIT_COLUMN_ENABLED         boolean Enables editing of result columns if TRUE.    
isGlobalSearch IS_GLOBAL_SEARCH         boolean Enables global search functionality across objects.    
isCollectionSearchInteractive IS_COLLECTION_INTERACTIVE         boolean Enables interactive behavior for collection searches.    
isInteractiveSearch IS_INTERACTIVE_SEARCH         boolean Enables interactive search behavior in UI.    
sortColumn5 SORTCOLUMN5_ID         WSrchResultColumn Fifth column used for sorting results.    
sortOrder5 SORT_ORDER5         int Fifth-level sort order column index.    
sortColumn4 SORTCOLUMN4_ID         WSrchResultColumn Fourth column used for sorting results.    
sortOrder4 SORT_ORDER4         int Fourth-level sort order column index.    
isSubFolderSearch IS_SUB_FOLDER_SEARCH         boolean If TRUE, includes subfolders in the search scope.    
isAutoSearch IS_AUTOSEARCH         boolean If TRUE, the search executes automatically on load.    
isMainMenuSearch IS_MAIN_MENU_SEARCH         boolean If TRUE, the search is accessible from the main menu.    
isSearchModuleSearch IS_SEARCH_MODULE_SEARCH         boolean Indicates if the search is part of a module.    
isImapSearch IS_IMAP_SEARCH         boolean Indicates if the search is related to IMAP integration.    
isCalendarAppSearch IS_CALENDAR_APP_SEARCH         boolean Indicates if the search is used in calendar applications.    
isUserSavedSearch IS_USER_SAVED_SEARCH         boolean Indicates if the search is user-defined and saved.    
isApprovalsSearch IS_APPROVALS_SEARCH         boolean Marks the search as related to approval workflows.    
isHomePageSearch IS_HOME_SEARCH         boolean Marks this search as available on the home page.    
maxResults MAX_RESULTS         int Maximum number of results to return.    
name VIEW_NAME         string(250) Name of the search view; displayed in UI.    
owner OBJECT_DEFINITION_ID         ZObjectDefinition Object definition to which this search belongs.    
parent PARENT_VIEW_ID         ZSearch (int) Parent view from which this search inherits.    
sortColumn1 SORTCOLUMN1_ID         WSrchResultColumn Primary column used for sorting results.    
sortOrder1 SORT_ORDER1         int Primary sort order column index.    
criteria         WSrchCriteria Search criteria object; defines filters.    
filter         WSrchFilter Search filter object; defines additional constraints.    
sortColumn2 SORTCOLUMN2_ID         WSrchResultColumn Secondary column used for sorting results.    
sortOrder2 SORT_ORDER2         int Secondary sort order column index.    
sortColumn3 SORTCOLUMN3_ID         WSrchResultColumn Tertiary column used for sorting results.    
sortOrder3 SORT_ORDER3         int Tertiary sort order column index.    
modifiedOn MODIFIED_ON         date Timestamp of the last modification.    
viewTypeIID VIEW_TYPE_IID         int Type identifier for the view.    
primaryKey PRIMARY_KEY         int Unique identifier for the search view.    
uniqueKey UNIQUE_KEY         string(50) Unique key string for identifying the view.    
isRelatedObjectSearch IS_RELATED_OBJECT_SEARCH         boolean Used for searches involving related objects.    
isObjectCollectionSearch IS_OBJECT_COLLECTION_SEARCH         boolean Used for searches on object collections.    
isAnotherGroup IS_ANOTHER_GROUP         boolean Used to group searches under a different category.    
isDuplicateMatchSearch IS_DUPLICATE_MATCH_SEARCH         boolean Used to identify duplicate records during search.    
createdBy CREATED_BY_ID         YUser (int) User who created the search view.    
modifiedBy MODIFIED_BY_ID         YUser (int) User who last modified the search view.    
ownedBy OWNED_BY_ID         YUser (int) User who owns this search view.    
version VERSION         int Version number for tracking changes.    
  • Was this article helpful?