AR System Java API

com.bmc.arsys.api
Interface Constants


public interface Constants

The Constants interface defines all the integer values used by the Java API as Java constants. You use these constants to define properties for workflow actions, object properties, server information, and so on.

NOTE: You should use these constant values with the classes and methods they are designed to implement. For example, you would use the AR_DPROP_* constants (like AR_DPROP_TRIM_TYPE) and their corresponding AR_DVAL_* constants with the PropInfo class.


Field Summary
static int AR_ACCESS_OPTION_DISABLE
          Enables the user to read the data field value but not to access the value, or to enter/modify data in the field.
static int AR_ACCESS_OPTION_READ_ONLY
          Enables the user to read and access the contents of the data field (to copy it, for example), but not to enter/modify data, in Change Field active link action.
static int AR_ACCESS_OPTION_READ_WRITE
          Enables the user to read the contents of the data field and enter/modify data as required, in Change Field active link action.
static int AR_ACCESS_OPTION_UNCHANGED
          Leaves the access setting as it is for the data field in Change Field active link action.
static int AR_ACTIVE_LINK_ACTION_AUTO
          Performs the specified OLE automation.
static int AR_ACTIVE_LINK_ACTION_CALLGUIDE
          Executes the specified guide.
static int AR_ACTIVE_LINK_ACTION_CLOSEWND
          Closes a dialog or schema window.
static int AR_ACTIVE_LINK_ACTION_COMMITC
           
static int AR_ACTIVE_LINK_ACTION_DDE
          Performs the specified DDE action.
static int AR_ACTIVE_LINK_ACTION_EXITGUIDE
          Exits the current guide or all guides.
static int AR_ACTIVE_LINK_ACTION_FIELDP
          Transfers, or pushes, data from a field in the current schema to another schema.
static int AR_ACTIVE_LINK_ACTION_FIELDS
          Sets values for the specified fields.
static int AR_ACTIVE_LINK_ACTION_GOTOACTION
          Goes to the active link with the specified execution order.
static int AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL
          Goes to the specified active link within current guide.
static int AR_ACTIVE_LINK_ACTION_MACRO
          Executes the specified macro.
static int AR_ACTIVE_LINK_ACTION_MESSAGE
          Displays the specified message.
static int AR_ACTIVE_LINK_ACTION_NONE
           
static int AR_ACTIVE_LINK_ACTION_OPEN_DLG
          Active link Open Window action opens window as a dialog box.
static int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
          Active link Open Window action opens window in display mode.
static int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
          Active link Open Window action opens window in display mode only as a details pane.
static int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
          Active link Open Window action opens window in display mode only as a results list.
static int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
          Active link Open Window action opens window in display mode as a split window that contains both results list and details pane.
static int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
          Active link Open Window action opens window in modify mode.
static int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
          Active link Open Window action opens window in modify mode only as a details pane.
static int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
          Active link Open Window action opens window in modify mode only as a results list.
static int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
          Active link Open Window action opens window in modify mode as a split window that contains both results list and details pane.
static int AR_ACTIVE_LINK_ACTION_OPEN_REPORT
          Active link Open Window action opens window in report mode.
static int AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
          Active link Open Window action opens window in search mode.
static int AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
          Active link Open Window action opens window in submit mode.
static int AR_ACTIVE_LINK_ACTION_OPENDLG
          Opens a schema in one of the following window types: Dialog Search Submit Modify Display Report
static int AR_ACTIVE_LINK_ACTION_PROCESS
          Executes the specified command.
static int AR_ACTIVE_LINK_ACTION_SERVICE
          Service action type indicator
static int AR_ACTIVE_LINK_ACTION_SET_CHAR
          Sets characteristics for the specified field.
static int AR_ACTIVE_LINK_ACTION_SQL
          Performs the specified SQL statements.
static int AR_ACTIVE_LINK_ACTION_WAIT
          Causes the current guide to wait for user input.
static int AR_APP_TYPE_DISTRIBUTABLE
          Deployable application type.
static int AR_APP_TYPE_LOCAL
          Local application type
static String AR_APPL_AUDIT_FILE
          Application audit file (appl.aud)
static String AR_APPL_VIOLATION_FILE
          Application audit violation file (appl.vio)
static int AR_ARCHIVE_DELETE
          Delete from main form
static int AR_ARCHIVE_FILE_ARX
          Archive to file in ARX format
static int AR_ARCHIVE_FILE_XML
          Archive to file in XML format
static int AR_ARCHIVE_FORM
          Copy to form
static int AR_ARCHIVE_NO_ATTACHMENTS
          Do not archive attachments
static int AR_ARCHIVE_NO_DIARY
          Do not archive diary fields
static int AR_ARCHIVE_NONE
          No archive
static int AR_ARITH_OP_ADD
          Adds the left and right operands.
static int AR_ARITH_OP_DIVIDE
          Divides the left operand by the right operand.
static int AR_ARITH_OP_MODULO
          Finds the remainder after dividing the left operand by the right operand.
static int AR_ARITH_OP_MULTIPLY
          Multiplies the left and right operands.
static int AR_ARITH_OP_NEGATE
          Changes the sign of the right operand (left operand is ignored).
static int AR_ARITH_OP_SUBTRACT
          Subtracts the right operand from the left operand.
static int AR_ARITHMETIC
          Result value from an arithmetic operation to compare in a relational operation.
static int AR_ASSIGN_TYPE_ARITH
          Result value from an arithmetic operation.
static int AR_ASSIGN_TYPE_DDE
          Result value from a DDE request to another application.
static int AR_ASSIGN_TYPE_FIELD
          Schema field value.
static int AR_ASSIGN_TYPE_FILTER_API
          Result value from an filter api call.
static int AR_ASSIGN_TYPE_FUNCTION
          Return value from a function.
static int AR_ASSIGN_TYPE_NONE
          No value.
static int AR_ASSIGN_TYPE_PROCESS
          Output value from successful execution of an operating system process or command.
static int AR_ASSIGN_TYPE_SQL
          Result value from an SQL command.
static int AR_ASSIGN_TYPE_VALUE
          Constant or keyword value.
static int AR_ATTACH_FIELD_TYPE_EMBED
          Embedded type file is stored.
static int AR_ATTACH_FIELD_TYPE_LINK
          Reserved for future AR System use.
static int AR_ATTRIB_HIDDEN
          Hidden attribute for AR System objects.
static int AR_ATTRIB_NONE
          Object is visible.
static int AR_ATTRIB_VISIBLE
          Default attribute is visible.
static int AR_AUDIT_COPY
          Audit style copy (to form)
static int AR_AUDIT_LOG
          Audit style log (to file)
static int AR_AUDIT_LOG_SHADOW
          to indicate a log shadow form - internal use only
static int AR_AUDIT_NONE
          Audit style none
static int AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT
          Perform auditing as per the server information setting
static int AR_AUDIT_ONLY_CHNG_FLDS_NO
          Audit all records
static int AR_AUDIT_ONLY_CHNG_FLDS_YES
          Audit only changed records
static int AR_BULK_ENTRY_ACTION_CANCEL
          End the transaction without transmitting the bundle of entry related calls to the server
static int AR_BULK_ENTRY_ACTION_SEND
          Transmit the bundle of entry related calls to the server and end the transaction
static int AR_BULK_ENTRY_CREATE
          Entry creation bulk entry call type
static int AR_BULK_ENTRY_DELETE
          Entry deletion bulk entry call type
static int AR_BULK_ENTRY_MERGE
          Entry merging bulk entry call type
static int AR_BULK_ENTRY_SET
          Entry modification bulk entry call type
static int AR_BULK_ENTRY_XMLCREATE
          XML entry creation bulk entry call type
static int AR_BULK_ENTRY_XMLDELETE
          XML entry deletion bulk entry call type
static int AR_BULK_ENTRY_XMLSET
          XML entry modification bulk entry call type
static int AR_BYTE_LIST_AUTH_STRING
          Windows domain name / auth str
static int AR_BYTE_LIST_FUNC_PTR
          Byte list with a function ptr in it
static int AR_BYTE_LIST_GIF
          Image type GIF
static int AR_BYTE_LIST_JPEG
          Background image (.jpg or .jpeg) for the details pane.
static int AR_BYTE_LIST_LOCALIZED_FILE
          Localized file
static int AR_BYTE_LIST_PCX
          Background image (.pcx) for the details pane.
static int AR_BYTE_LIST_PNG
          Image type PNG
static int AR_BYTE_LIST_SELF_DEFINED
          Background image for the details pane in whatever format you specify.
static int AR_BYTE_LIST_TARGA
          Background image (.tga) for the details pane.
static int AR_BYTE_LIST_TIFF
          Background image (.tiff) for the details pane.
static int AR_BYTE_LIST_WIN30_BITMAP
          Background image (Windows .bmp) for the details pane.
static int AR_CACHE_ADMINONLYCREATE_EVENT
          Cache Event Ids that we support as valid events for API ARGetCacheEvent
static int AR_CACHE_ADMINONLYPUBLIC_EVENT
           
static int AR_CACHE_DPROP_ALL
          Cache all
static int AR_CACHE_DPROP_FIELD
          Cache field definition
static int AR_CACHE_DPROP_NONE
          Cache none
static int AR_CACHE_DPROP_VUI
          Cache vui definition
static int AR_CACHE_EVENT_MAX
          Max number of cache event we support.
static int AR_CACHE_FREE_EVENT
           
static int AR_CALL_GUIDE_FORM_HIDDEN
          mask for guideMode, form will open in hidden mode
static int AR_CALL_GUIDE_LOOP_SELECTED_ONLY
          mask for guideMode, table loop guide will loop on selected rows only
static int AR_CASE_INSENSITIVE_SEARCH
          Full Text Search case insensitive searching.
static int AR_CASE_SENSITIVE_NO
          RDBMS is case insensitive.
static int AR_CASE_SENSITIVE_SEARCH
          Full Text Search case sensitive searching.
static int AR_CASE_SENSITIVE_YES
          RDBMS is case sensitive.
static int AR_CHAR_MENU_DATA_DICTIONARY
          Character menu items based on Data Dictionary.
static int AR_CHAR_MENU_DD_DB_NAME
          Unique database name for item used in Data-Dictionary name type.
static int AR_CHAR_MENU_DD_FIELD
          Data-dictionary menu sub-type, in which the menu is a list of fields on the schema.
static int AR_CHAR_MENU_DD_FORM
          Data-dictionary menu sub-type, in which the menu is a list of forms on the server.
static int AR_CHAR_MENU_DD_FORMAT_DOLLARS
          Name with dollar signs used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_DOLLARSL
          Localized name with dollar signs used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_ID
          ID only used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_ID_L
          ID and localized name used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_ID_NAME
          ID and name used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_L_NAME
          ;local;name (first * sep match) used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_NAME
          Name only used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_NAME_L
          Name and localized name used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_NAMEL
          Localized name only used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_NONE
          No value used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_QUOTES
          Name with quotes used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_FORMAT_QUOTESL
          Localized name with quotes used in Data-Dictionary value format.
static int AR_CHAR_MENU_DD_ID
          ID for the item used in Data-Dictionary name type.
static int AR_CHAR_MENU_DD_LOCAL_NAME
          Localized label/alias for item used in Data-Dictionary name type.
static int AR_CHAR_MENU_DD_NONE
          No data-dictionary menu.
static int AR_CHAR_MENU_FILE
          Character menu items based on formatted flat file.
static int AR_CHAR_MENU_LIST
          Character menu items based on menu list definitions.
static int AR_CHAR_MENU_NONE
          No character menu.
static int AR_CHAR_MENU_QUERY
          Character menu items based on schema query.
static int AR_CHAR_MENU_SQL
          Character menu items based on SQL query.
static int AR_CHAR_MENU_SS
          Character menu items based on SS.
static int AR_CLIENT_TYPE_ALERT
          Remedy Alert
static int AR_CLIENT_TYPE_APPROVAL
          Approval Server
static int AR_CLIENT_TYPE_ASSIGNMENT_ENGINE
          Assignment Engine
static int AR_CLIENT_TYPE_CACHE
          arcache
static int AR_CLIENT_TYPE_CHANGE_ID
          archgid
static int AR_CLIENT_TYPE_CHANGE_SEL
          archgsel
static int AR_CLIENT_TYPE_CMDB_DRIVER
          CMDB Driver
static int AR_CLIENT_TYPE_CMDB_ENGINE
          CMDB Engine
static int AR_CLIENT_TYPE_DEBUGGER
          debugger
static int AR_CLIENT_TYPE_DEVELOPER_STUDIO
          Developer Studio
static int AR_CLIENT_TYPE_DISPATCHER
          Dispatcher, acting as a distributor of application
static int AR_CLIENT_TYPE_DIST
          ardist
static int AR_CLIENT_TYPE_DRIVER
          Driver
static int AR_CLIENT_TYPE_DSO
          Distributed Server Option
static int AR_CLIENT_TYPE_EIE
          Enterprise Integration Engine
static int AR_CLIENT_TYPE_END_OF_PRODUCT
          End of AR System client Productized products
static int AR_CLIENT_TYPE_END_OF_RESERVED_RANGE
          AR Client type end of reserved range
static int AR_CLIENT_TYPE_FLASHBOARDS
          Flashboard
static int AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER
          Flashboard Mid Tier
static int AR_CLIENT_TYPE_HELP
          arhelp
static int AR_CLIENT_TYPE_IMPORT_CMD
          Command line import tool
static int AR_CLIENT_TYPE_JANITOR
          arjanitor
static int AR_CLIENT_TYPE_MAIL
          AR mail including UNIX® armaild and armailex (Windows)
static int AR_CLIENT_TYPE_MAIL_DAEMON
          New Remedy Email Engine, NOT armaild
static int AR_CLIENT_TYPE_MENU
          armenu
static int AR_CLIENT_TYPE_MID_TIER
          Mid Tier in 5.0 and later
static int AR_CLIENT_TYPE_NORMALIZATION_ENGINE
          Normalization Engine
static int AR_CLIENT_TYPE_OBJSTR
          Object Store API
static int AR_CLIENT_TYPE_OBJSTR_SYNC
          Object Store Sync Utility
static int AR_CLIENT_TYPE_ODBC
          AR ODBC used in reporting
static int AR_CLIENT_TYPE_PALM_PILOT
          Palm Pilot
static int AR_CLIENT_TYPE_PRE_50
          Pre-5.0 AR System clients
static int AR_CLIENT_TYPE_RECON_ENGINE
          CMDB Reconciliation Engine
static int AR_CLIENT_TYPE_RELOAD
          arreload
static int AR_CLIENT_TYPE_REPORT_PLUGIN
          Report creator plugin
static int AR_CLIENT_TYPE_RUN_MACRO
          Run Macro
static int AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN
          Server Admin plugin
static int AR_CLIENT_TYPE_SIGNAL
          arsignal
static int AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER
          BMC SIM Publishing server
static int AR_CLIENT_TYPE_SIM_SME
          BMC SIM Service Model Editor
static int AR_CLIENT_TYPE_SQLED
          arsqled
static int AR_CLIENT_TYPE_STRUCT
          arstruct
static int AR_CLIENT_TYPE_TEXT
          artext
static int AR_CLIENT_TYPE_UNKNOWN
          Unknown client type
static int AR_CLIENT_TYPE_UNPRODUCTIZED_START
          AR System client unproductized start
static int AR_CLIENT_TYPE_WAT
          Remedy Administrator
static int AR_CLIENT_TYPE_WEB_SERVER
          AR Web Server
static int AR_CLIENT_TYPE_WEBSERVICE
          Webservice
static int AR_CLIENT_TYPE_WIP
          Remedy Import
static int AR_CLIENT_TYPE_WUT
          Remedy User
static int AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD
          Local Control field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
static int AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD
          Regular field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
static int AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
          Display-only field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
static int AR_COLUMN_LIMIT_DATASOURCE_MAX
           
static int AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD
          Local Trim field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
static int AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD
          Local View field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
static int AR_COM_METHOD_FIELDID
          Set the specified AR System field to the value returned by this OLE method.
static int AR_COM_METHOD_NULL
          No field value returned for this OLE method.
static int AR_COM_PARM_FIELDID
          Pass the specified AR System field as the parameter for this OLE method.
static int AR_COM_PARM_NULL
          No value for this parameter.
static int AR_COM_PARM_VALUE
          Pass the specified value as the parameter for this OLE method.
static int AR_COMMIT_CLIENT_TRANSACTION
           
static int AR_COND_OP_AND
          A qualification using the AND operator.
static int AR_COND_OP_FROM_FIELD
          A qualification using fieldId.
static int AR_COND_OP_NONE
          No qualification.
static int AR_COND_OP_NOT
          A qualification using the NOT operator.
static int AR_COND_OP_OR
          A qualification using the OR operator.
static int AR_COND_OP_REL_OP
          A qualification using a relational operator.
static int AR_CONTEXT_ACTIVE_LINK
          in Util class used to parse a qualification from an active link.
static int AR_CONTEXT_ACTIVE_LINK_SETFIELDS
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an active link.
static int AR_CONTEXT_ESCALATION
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.
static int AR_CONTEXT_ESCALATION_SETFIELDS
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.
static int AR_CONTEXT_ESCALATION_TIME
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse an Assignment from an escalation.
static int AR_CONTEXT_FILTER
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.
static int AR_CONTEXT_FILTER_SETFIELDS
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.
static int AR_CONTEXT_MENU_DEFS
          Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a search menu.
static int AR_CORE_ASSIGNED_TO
          Field ID of Assigned To core field
static int AR_CORE_CREATE_DATE
          Field ID of Create Date core field
static int AR_CORE_ENTRY_ID
          Field ID of Entry ID core field
static int AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY
          to indicate that the disable status history option is set for the form
static int AR_CORE_FIELDS_OPTION_NONE
          to indicate that no core fields options are set for the form
static int AR_CORE_LAST_MODIFIED_BY
          Field ID of Last Modified By core field
static int AR_CORE_MODIFIED_DATE
          Field ID of Modified Date core field
static int AR_CORE_SHORT_DESCRIPTION
          Field ID of Short Description core field
static int AR_CORE_STATUS
          Field ID of Status core field
static int AR_CORE_STATUS_HISTORY
          Field ID of Status History core field
static int AR_CORE_SUBMITTER
          Field ID of Submitter core field
static int AR_CURRENCY_FLD
          Value from Currency Field
static int AR_CURRENCY_FLD_CURRENT
          Value from Currency Field from current
static int AR_CURRENCY_FLD_DB
          Value from Currency Field from db
static int AR_CURRENCY_FLD_TRAN
          Value from Currency Field from transaction
static int AR_CURRENCY_PART_DATE
          Date part for Currency Field
static int AR_CURRENCY_PART_FIELD
          Field part for Currency Field
static int AR_CURRENCY_PART_FUNCTIONAL
          Functional part for Currency Field
static int AR_CURRENCY_PART_TYPE
          Currency Code Type part for Currency Field
static int AR_CURRENCY_PART_VALUE
          Value part for Currency Field
static int AR_CURRENT_API_VERSION
          Current API version.
static int AR_CURRENT_CURRENCY_RATIOS
          A timestamp to retrieve a set of current ratios for each conversion combination
static String AR_CURRENT_SCHEMA_TAG
          Set schema to @ to indicate use "current" schema in RDBMS (filter)
static String AR_CURRENT_SCREEN_TAG
          Set server and schema name to this value.
static String AR_CURRENT_SERVER_TAG
          Set server to @ to indicate use "current" server (import/filter)
static String AR_CURRENT_TRAN_TAG
          Tag that indicates get value from "current working screen," not RDBMS.
static int AR_DATA_TYPE_ATTACH
           For data type values, specifies an attachment field.
static int AR_DATA_TYPE_ATTACH_POOL
          Specifies the data type (attachment pool) of the field to create.
static int AR_DATA_TYPE_BITMASK
           For data type values, specifies a 32-bit unsigned integer value in which each bit represents a flag turned on or off.
static int AR_DATA_TYPE_BYTES
          Specifies list of bytes containing binary data.
static int AR_DATA_TYPE_CHAR
           For data type values, represents a null-terminated string that requires freeing allocated space.
static int AR_DATA_TYPE_COLUMN
          Specifies parent field ID, parent schema ID, and number of characters to display to create.
static int AR_DATA_TYPE_CONTROL
          Specifies the data type (control) of the field to create.
static int AR_DATA_TYPE_COORDS
          Specifies a list of (x ,y ) coordinate pairs to create.
static int AR_DATA_TYPE_CURRENCY
          Specifies the currency type.
static int AR_DATA_TYPE_DATE
          Specifies the date type.
static int AR_DATA_TYPE_DECIMAL
           For data type values, specifies a fixed-point decimal field.
static int AR_DATA_TYPE_DIARY
           For data type values, represents a null-terminated string that requires freeing allocated space.
static int AR_DATA_TYPE_DISPLAY
          Specifies a display field (e.g., flashboards; character data).
static int AR_DATA_TYPE_ENUM
           For data type values, specifies set of long values (beginning with zero) that represents possible selection values as an indexed list.
static int AR_DATA_TYPE_INTEGER
           For data type values, represents a 32-bit signed integer value.
static int AR_DATA_TYPE_JOIN
          This is reserved for future AR System use.
static int AR_DATA_TYPE_KEYWORD
          An integer value identifying the particular keyword.
static int AR_DATA_TYPE_MAX_TYPE
          the maxium value for AR data type
static int AR_DATA_TYPE_NULL
          Specifies NULL value.
static int AR_DATA_TYPE_PAGE
          Specifies the data type (page) of the field to create.
static int AR_DATA_TYPE_PAGE_HOLDER
          Specifies the data type (page holder) of the field to create.
static int AR_DATA_TYPE_REAL
           For data type values, represents a 64-bit floating-point value.
static int AR_DATA_TYPE_TABLE
          Specifies number of columns, search qualification, maximum number of rows to retrieve, schema name, and server name of the table to create.
static int AR_DATA_TYPE_TIME
          Specifies UNIX-style date/time stamp (number of seconds since midnight January 1,1970).
static int AR_DATA_TYPE_TIME_OF_DAY
          Specifies time (number of seconds since midnight).
static int AR_DATA_TYPE_TRIM
          Specifies the data type (trim) of the field to create.
static int AR_DATA_TYPE_ULONG
          Specifies a 32-bit unsigned integer value to create.
static int AR_DATA_TYPE_UNKNOWN
          Reserved for future use
static int AR_DATA_TYPE_VALUE_LIST
          represents a value list
static int AR_DATA_TYPE_VIEW
          Specifies a view field (character data).
static int AR_DDE_EXECUTE
          DDE action type: Remedy User request for the DDE application to execute the command specified in the Command field.
static int AR_DDE_POKE
          DDE action type: Remedy User request for DDE application to set the value specified in the Command field to the location (for example, a field or cell) specified in the Item field.
static int AR_DDE_REQUEST
          In a Set Fields action for active links on Windows clients only, specifies an integer value identifying the type of DDE action.
static int AR_DEBUG_SERVER_ALERT
          Bitmask indicating the type of logging (alert) to set.
static int AR_DEBUG_SERVER_API
          Bitmask indicating the type of logging (API) to set.
static int AR_DEBUG_SERVER_APPROVAL
          Bitmask indicating the type of logging (Approval Server) to set.
static int AR_DEBUG_SERVER_ARFORK
          Bitmask indicating the type of logging (arforkd process) to set.
static int AR_DEBUG_SERVER_ARSIGNALD
          Bitmask indicating the type of logging (arsignal daemon) to set.
static int AR_DEBUG_SERVER_DISTRIB
          Bitmask indicating the type of logging (DSO) to set.
static int AR_DEBUG_SERVER_ESCALATION
          Bitmask indicating the type of logging (escalation) to set.
static int AR_DEBUG_SERVER_FILTER
          Bitmask indicating the type of logging (filter) to set.
static int AR_DEBUG_SERVER_FTINDEXER
          Bitmask indicating the type of logging (full text indexer) to set.
static int AR_DEBUG_SERVER_NONE
          Bitmask indicating the type of logging (none) to set.
static int AR_DEBUG_SERVER_PLUGIN
          Bitmask indicating the type of logging (plug-in service) to set.
static int AR_DEBUG_SERVER_SERVGROUP
          Bitmask indicating the type of logging (server group) to set.
static int AR_DEBUG_SERVER_SQL
          Bitmask indicating the type of logging (SQL) to set.
static int AR_DEBUG_SERVER_USER
          Bitmask indicating the type of logging (user) to set.
static int AR_DEBUG_THREAD
          Bitmask indicating the type of logging (thread) to set.
static int AR_DEFAULT_DELETE_OPTION
           
static String AR_DEFAULT_ENCODING
          Default encoding for AR System server (UTF-8)
static int AR_DEFAULT_INTERVAL
          Default time interval for escalation (300 seconds)
static int AR_DEFAULT_VALUE_NONE
          Indicates that there is no default value for this field.
static int AR_DEFNOBJ_TYPE_ACTIVE_LINK
          Definition object type for active link objects
static int AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE
          Definition object type for active link guide objects
static int AR_DEFNOBJ_TYPE_APPLICATION
          Definition object type for application objects
static int AR_DEFNOBJ_TYPE_ESCALATION
          Definition object type for escalation objects
static int AR_DEFNOBJ_TYPE_FIELD
          Definition object type for field objects
static int AR_DEFNOBJ_TYPE_FILTER
          Definition object type for filter objects
static int AR_DEFNOBJ_TYPE_FILTER_GUIDE
          Definition object type for filter guide objects
static int AR_DEFNOBJ_TYPE_IMAGE
          Definition object type for image objects
static int AR_DEFNOBJ_TYPE_MENU
          Definition object type for menu objects
static int AR_DEFNOBJ_TYPE_MSGNUM
          Definition object type for message number objects
static int AR_DEFNOBJ_TYPE_PACKING_LIST
          Definition object type for packing list objects
static int AR_DEFNOBJ_TYPE_SCHEMA
          Definition object type for schema objects
static int AR_DEFNOBJ_TYPE_WEB_IMAGE
           
static int AR_DEFNOBJ_TYPE_WEB_SERVICE
          Definition object type for web service objects
static int AR_DEFNREL_TYPE_ACTIVE_LINK_FORM
          Form attached to an active link
static int AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM
          Primary form attached to an active link
static int AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM
          Secondary form attached to an active link
static int AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD
          Field referenced in an active link OLE Automation action
static int AR_DEFNREL_TYPE_AL_CHANGE_FIELD
          Field referenced in an active link Change Field action
static int AR_DEFNREL_TYPE_AL_CONTROL_FIELD
          Field referenced as a Control field in an active link
static int AR_DEFNREL_TYPE_AL_DDE_FIELD
          Field referenced in an active link DDE action
static int AR_DEFNREL_TYPE_AL_FOCUS_FIELD
          Field referenced as a Focus field in an active link
static int AR_DEFNREL_TYPE_AL_FORMS
           
static int AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM
          Form referenced as a Dialog form in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD
          Field referenced as a Field Mapping On Close From field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD
          Field referenced as a Field Mapping On Close To field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD
          Field referenced as a Field Mapping On Open From field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD
          Field referenced as a Field Mapping On Open To field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD
          Field referenced as a Message field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD
          Field referenced in a Qualification in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD
          Field referenced as a Report field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD
          Field referenced as a Sort field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD
          Field referenced as a Target Location field in an active link Open Window action
static int AR_DEFNREL_TYPE_AL_SET_DDE_FIELD
          Field referenced in a DDE value in an active link Set Fields action
static int AR_DEFNREL_TYPE_ALF_CALL_GUIDE
          Guide referenced in an active link or filter Call Guide action
static int AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD
          Field referenced in an active link or filter Goto action
static int AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD
          Field referenced in an active link or filter Message action
static int AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM
          Message number referenced in an active link or filter Message action
static int AR_DEFNREL_TYPE_ALF_PROCESS_FIELD
          Field referenced in an active link or filter Run Process action command line
static int AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD
          Field referenced as a From field in an active link or filter Push Fields action
static int AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD
          Field referenced in the Push Fields If qualification in an active link or filter Push Fields action
static int AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD
          Field referenced as a To field in an active link or filter Push Fields action
static int AR_DEFNREL_TYPE_ALF_QUAL_FIELD
          Field referenced in an active link or filter Run If qualification
static int AR_DEFNREL_TYPE_ALF_SERVICE_FORM
          Form referenced in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD
          Field referenced as an Input From field in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD
          Field referenced as an Input To field in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD
          Field referenced as an Output From field in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD
          Field referenced as an Output To field in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD
          Field referenced as a Request Id field in an active link or filter Service action
static int AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD
          Field referenced as a From field in an active link or filter Set Fields action
static int AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD
          Field referenced in a Process value in an active link or filter Set Fields action
static int AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD
          Field referenced in the Set Fields If qualification in an active link or filter Set Fields action
static int AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD
          Field referenced in a Read Value for Field From SQL Command in an active link or filter Set Fields action
static int AR_DEFNREL_TYPE_ALF_SET_TO_FIELD
          Field referenced as a To field in an active link or filter Set Fields action
static int AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD
          Field referenced in an active link or filter Direct SQL action
static int AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK
          Active link referenced in an active link guide
static int AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT
          Entry point active link referenced in an active link guide
static int AR_DEFNREL_TYPE_ALGUIDE_FORM
          Form related to an active link guide
static int AR_DEFNREL_TYPE_APPL_FORM
          Form contained in an application
static int AR_DEFNREL_TYPE_APPL_PACKING_LIST
          Packing List contained in an application
static int AR_DEFNREL_TYPE_APPL_PRIMARY_FORM
          Primary form contained in an application
static int AR_DEFNREL_TYPE_APPLICATION_FORMS
          Forms referenced in an application.
static int AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS
          Packing Lists referenced in an application.
static int AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE
          First relationship type for containers
static int AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE
          Last relationship type for containers
static int AR_DEFNREL_TYPE_ESCAL_FORMS
           
static int AR_DEFNREL_TYPE_ESCALATION_FORM
          Form attached to an escalation
static int AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM
          Primary form attached to an escalation
static int AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM
          Secondary form attached to an escalation
static int AR_DEFNREL_TYPE_FIELD_MENUS
          Containers referenced in a container.
static int AR_DEFNREL_TYPE_FILTER_FORM
          Form attached to a filter
static int AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM
          Primary form attached to a filter
static int AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM
          Secondary form attached to a filter
static int AR_DEFNREL_TYPE_FILTERGUIDE_FILTER
          Filter referenced in a filter guide
static int AR_DEFNREL_TYPE_FILTERGUIDE_FORM
          Form related to a filter guide
static int AR_DEFNREL_TYPE_FIRST_ACTION
          First relationship type for actions
static int AR_DEFNREL_TYPE_FLTR_FORMS
           
static int AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD
          Field referenced in a filter Notify action
static int AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD
          Field referenced in a Read Value for Field From Filter API in a filter Set Fields action
static int AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD
          Field referenced in a Read Value for Field From Web Service in a filter Set Fields action
static int AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD
          Field that references a form
static int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD
          Field that references an image
static int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM
          Form that references an image
static int AR_DEFNREL_TYPE_LAST_ACTION
          Last relationship type for actions
static int AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE
          First relationship type for menus
static int AR_DEFNREL_TYPE_MENU_FORM
          Form referenced in a menu
static int AR_DEFNREL_TYPE_MENU_LABEL_FIELD
          Field referenced as a menu label field
static int AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE
          Last relationship type for menus
static int AR_DEFNREL_TYPE_MENU_QUAL_FIELD
          Field referenced in a menu qualification
static int AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD
          Field that references a menu
static int AR_DEFNREL_TYPE_MENU_VALUE_FIELD
          Field referenced as a menu value field
static int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES
          Active Link Guides referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS
          Active Links referenced in an packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS
          Applications referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS
          Escalations referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES
          Filter Guides referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_FILTERS
          Filters referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_FORMS
          Forms referenced in an packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_IMAGES
          Images referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_MENUS
          Menus referenced in a packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS
          Packing Lists referenced in an packing list.
static int AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES
          Web Services referenced in a packing list.
static int AR_DEFNREL_TYPE_PL_ACTIVE_LINK
          Active Link contained in a packing list
static int AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE
          Active Link Guide contained in a packing list
static int AR_DEFNREL_TYPE_PL_APPLICATION
          Application contained in a packing list
static int AR_DEFNREL_TYPE_PL_ESCALATION
          Escalation contained in a packing list
static int AR_DEFNREL_TYPE_PL_FILTER
          Filter contained in a packing list
static int AR_DEFNREL_TYPE_PL_FILTER_GUIDE
          Filter Guide contained in a packing list
static int AR_DEFNREL_TYPE_PL_FORM
          Form contained in a packing list
static int AR_DEFNREL_TYPE_PL_IMAGE
          Image contained in a packing list
static int AR_DEFNREL_TYPE_PL_MENU
          Menu contained in a packing list
static int AR_DEFNREL_TYPE_PL_PACKING_LIST
          Packing List contained in a packing list
static int AR_DEFNREL_TYPE_PL_WEB_SERVICE
          Web Service contained in a packing list
static int AR_DEFNREL_TYPE_WEB_SERVICE_FIELD
          Field referenced in a web service
static int AR_DEFNREL_TYPE_WEB_SERVICE_FORM
          Form referenced in a web service
static String AR_DIRECTORY_AR_TAG
          Tag for AR System server (AR)
static String AR_DIRECTORY_FILE
          Default server directory file (ar)
static int AR_DISPLAY_LABEL_LEFT
          The label is positioned to the left of the field.
static int AR_DISPLAY_LABEL_TOP
          Label is positioned above the field.
static int AR_DISPLAY_OPT_HIDDEN
          The field cannot be seen in the view, although users with Customize permissions can make a hidden field visible.
static int AR_DISPLAY_OPT_VISIBLE
          The field can be seen in the view.
static String AR_DISPLAY_TAG_SQL
          Tag used to identify SQL view display.
static int AR_DISPLAY_TYPE_BUTTON
          Button is display type for field.
static int AR_DISPLAY_TYPE_CHECKBOX
          Radio-button is display type for field.
static int AR_DISPLAY_TYPE_CHOICE
          Drop-down list is display type for field.
static int AR_DISPLAY_TYPE_NONE
          No display type for field.
static int AR_DISPLAY_TYPE_NUMTEXT
          Numeric is display type for field.
static int AR_DISPLAY_TYPE_TEXT
          Character is display type for field.
static int AR_DISPLAY_TYPE_TRIM
          Trim is display type for field.
static int AR_DPROP_ACCESSIBLE_HINT
          (character string) Store workflow hint for accessibility
static int AR_DPROP_ALIAS_ABBREV_PLURAL
          (character string) A very short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)
static int AR_DPROP_ALIAS_ABBREV_SINGULAR
          (character string) A very short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)
static int AR_DPROP_ALIAS_PLURAL
          (character string) The plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
static int AR_DPROP_ALIAS_SHORT_PLURAL
          (character string) A short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
static int AR_DPROP_ALIAS_SHORT_SINGULAR
          (character string) A short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
static int AR_DPROP_ALIAS_SINGULAR
          (character string) The singular form of the name for the logical items represented by entries in the form this view is associated with (such as help desk calls).
static int AR_DPROP_ALIGN
          (unsigned long) A value indicating the vertical alignment of text within its bounding box.
static int AR_DPROP_APPLY_DIRTY
          Apply to Change Flag (also known as "Dirty Bit")
static int AR_DPROP_AR_GRAPH_PLUGIN_NAME
          Name of the Plug-in to be attached to Graph Plug-n field
static int AR_DPROP_AR_OBJECT_NAME
          (char) character string.
static int AR_DPROP_AR_SERVER_NAME
          (Char) AR System server name reference in Flashboard
static int AR_DPROP_ATTACH_ADD_LABEL
          (character string) Label for the Add button for an attachment's web view.
static int AR_DPROP_ATTACH_DELETE_LABEL
          (character string) Label for the Delete button for an attachment's web view.
static int AR_DPROP_ATTACH_DESELECT_LABEL
          Label for the deselectall button for Attachment's Web View
static int AR_DPROP_ATTACH_DISPLAY_LABEL
          (character string) Label for the Display button for an attachment's web view.
static int AR_DPROP_ATTACH_FILENAME_TITLE
          (character string) Title of an attachment pool's file name column.
static int AR_DPROP_ATTACH_FILESIZE_TITLE
          (character string) Title of an attachment pool's file size column.
static int AR_DPROP_ATTACH_LABEL_TITLE
          (character string) Title of an attachment pool's label column.
static int AR_DPROP_ATTACH_SAVE_LABEL
          (character string) Label for the Save button for an attachment's web view.
static int AR_DPROP_AUTO_FIELD_ALIGN
          (Enum) Align Field (Button)
static int AR_DPROP_AUTO_FIELD_COLPROP
          (Integer) Field size with respect to columns
static int AR_DPROP_AUTO_FIELD_NAVPROP
          (Enum) Navigation level
static int AR_DPROP_AUTO_FIELD_NEW_COLUMN
          (Enum) Adds field in a new column
static int AR_DPROP_AUTO_FIELD_NEW_SECTION
          (Enum) Adds field in a new row
static int AR_DPROP_AUTO_FIELD_ORDER
          (ULong) Field's order in view
static int AR_DPROP_AUTO_FIELD_ROWNUM
          (Integer) Field's row
static int AR_DPROP_AUTO_FIELD_ROWPART
          (Integer) Field's column
static int AR_DPROP_AUTO_FIELD_SPACER
          (Enum) Navigation spacer
static int AR_DPROP_AUTO_FIELD_TYPE
          (Enum) Field's type
static int AR_DPROP_AUTO_LAYOUT
          (Enum) Auto layout (vui prop)
static int AR_DPROP_AUTO_LAYOUT_STYLE_SHEET
          (Char) XML info of style sheet
static int AR_DPROP_AUTO_LAYOUT_VUI_NAV
          (Enum) Navigation (vui prop)
static int AR_DPROP_AUTO_MAXIMIZE_WINDOW
          (Boolean) Auto maximize a window on open - defined per view
static int AR_DPROP_AUTO_REFRESH
          (unsigned long) A value indicating whether automatic refresh is enabled (applicable for table fields only).
static int AR_DPROP_AUTO_SET_OVERLAP_FIELD
          (unsigned long) Id of overlapped field
static int AR_DPROP_AUTOFIT_COLUMNS
          Allow horizontal scrollbar in table field
static int AR_DPROP_BACKGROUND_MODE
          (unsigned long) A value indicating whether the background of a field is opaque or transparent.
static int AR_DPROP_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field (applicable for all fields except page and column fields).
static int AR_DPROP_BUTTON_2D
          (unsigned long) A flag indicating whether the button appears as a two-dimensional image with no border (applicable for control fields only).
static int AR_DPROP_BUTTON_ALT_TEXT
          char; Alternative text to be used for image button for 508 user
static int AR_DPROP_BUTTON_IMAGE_POSITION
          (unsigned long) A value that determines the position of the button image relative to the button label (applicable for control fields only).
static int AR_DPROP_BUTTON_MAINTAIN_RATIO
          (unsigned long) A flag indicating whether a scaled button image will preserve its original width-to-height ratio (applicable for control fields only).
static int AR_DPROP_BUTTON_SCALE_IMAGE
          (unsigned long) A flag indicating whether the button image will shrink or grow to fill the space available after allocating space for the button label (applicable for control fields only).
static int AR_DPROP_BUTTON_TEXT
          The button label for the field (applicable for control fields only).
static int AR_DPROP_CHARFIELD_AUTO_COMPLETE
          A flag indicating the auto-complete property for a character field.
static int AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY
          A flag indicating how the auto-complete matching works for a character field.
static int AR_DPROP_CHARFIELD_DISPLAY_TYPE
          A flag indicating the display type of character field.
static int AR_DPROP_CNTL_TYPE
          (unsigned long) A bitmask indicating the screen appearance for a control field.
static int AR_DPROP_COLOR_FILL
          Fill color of field.
static int AR_DPROP_COLOR_FILL_GRADIENT
           
static int AR_DPROP_COLOR_FILL_GRADIENT_EFFECT
           
static int AR_DPROP_COLOR_FILL_OPACITY
           
static int AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER
           
static int AR_DPROP_COLOR_GRADIENT_HEADER
           
static int AR_DPROP_COLOR_LINE
          Color of line.
static int AR_DPROP_COLOR_TEXT
          Color of text.
static int AR_DPROP_COLUMN_ORDER
          (integer) The order of a column in a table field.
static int AR_DPROP_COLUMN_WIDTH
          (integer) The width of a column in a table field.
static int AR_DPROP_COORDS
          A set of coordinates (X,Y) that specify the vertex location (applicable for line-and box-type trim fields only).
static int AR_DPROP_DATA_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's data area (applicable for data fields only).
static int AR_DPROP_DATA_COLS
          (unsigned long) The number of text columns to display for the field (applicable for data fields only).
static int AR_DPROP_DATA_EXPAND_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's text editor button (applicable for diary and long character fields only).
static int AR_DPROP_DATA_MENU
          (unsigned long) A flag indicating whether the field has a drop-down list (applicable for selection fields only).
static int AR_DPROP_DATA_MENU_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's menu button (applicable for character fields with an attached menu only).
static int AR_DPROP_DATA_RADIO
          (unsigned long) Display style indicator for a selection field.
static int AR_DPROP_DATA_ROWS
          (unsigned long) The number of text rows to display for the field (applicable for data fields only).
static int AR_DPROP_DATA_SPIN
          (unsigned long) A flag indicating whether the field has a numeric spinner (applicable for integer fields only).
static int AR_DPROP_DATETIME_POPUP
          (unsigned long) A value indicating the display type of a date/time field.
static int AR_DPROP_DEFAULT_PAGE
          Field ID of page field.
static int AR_DPROP_DEPTH_AMOUNT
          Specifies amount of depth, depending on field type.
static int AR_DPROP_DEPTH_EFFECT
          (unsigned long) A value indicating the three-dimensional style for the field.
static int AR_DPROP_DETAIL_BANNER_VISIBILITY
          (unsigned long) Boolean value indicating whether the details pane is visible.
static int AR_DPROP_DETAIL_PANE_COLOR
          (character string) The background color of the details pane.
static int AR_DPROP_DETAIL_PANE_HEIGHT
          (integer) The height of the details pane, in form coordinates.
static int AR_DPROP_DETAIL_PANE_IMAGE
          The background image for the details pane.
static int AR_DPROP_DETAIL_PANE_VISIBILITY
          A value indicating the visibility of the detail pane of the VUI.
static int AR_DPROP_DETAIL_PANE_WIDTH
          (integer) The width of the details pane, in form coordinates.
static int AR_DPROP_DISPLAY_AS_TEXT_ONLY
          (integer) Boolean value.
static int AR_DPROP_DISPLAY_FIELD_APP
          (char) character string.
static int AR_DPROP_DISPLAY_PARENT
          (unsigned long) A value indicating the parent field that the field will display in.
static int AR_DPROP_DRILL_DOWN
          (unsigned long) A bitmask indicating whether drill-down is enabled for a table field.
static int AR_DPROP_ENABLE
          (unsigned long) A value identifying the enabled/disabled status of the field.
static int AR_DPROP_ENABLE_CLEAR
          Option to automatically add "Clear" selection
static int AR_DPROP_ENDCAP_END
          Line specific display properties -- end of line.
static int AR_DPROP_ENDCAP_START
          Line specific display properties -- start of line.
static int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW
          Label for default new Entry Point
static int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH
          Label for default search Entry Point
static int AR_DPROP_ENUM_LABELS
          Display labels for localized selection fields.
static int AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS
          Integer; expand or collapse tree levels
static int AR_DPROP_FIELD_CUSTOMSTYLE
          (character string) Custom style information
static int AR_DPROP_FIELD_HIGHLIGHT
           
static int AR_DPROP_FIELD_HIGHLIGHT_END_COLOR
           
static int AR_DPROP_FIELD_HIGHLIGHT_START_COLOR
           
static int AR_DPROP_FIELD_MAX_HEIGHT
           
static int AR_DPROP_FIELD_MAX_WIDTH
           
static int AR_DPROP_FIELD_MIN_HEIGHT
           
static int AR_DPROP_FIELD_MIN_WIDTH
          NEW PROPERTY FOR Fill layout********
static int AR_DPROP_FIELD_ROUNDED
           
static int AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS
           
static int AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS
           
static int AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS
           
static int AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS
           
static int AR_DPROP_FIXED_TABLE_HEADERS
          (boolean) Fixed table header
static int AR_DPROP_FORM_LOCK_ALLVUI
          (Boolean) Form level property that makes all vui lock/unlock
static int AR_DPROP_FORMACTION_FLDS_EXCLUDE
          (Enum) Exclusion of 'Form Action Fields'
static int AR_DPROP_FORMACTION_PAGE_PROPERTIES
          (Char) Page property
static int AR_DPROP_FORMACTION_ROW_ORDER_STR
          (Char) Row, order and list of form action fields
static int AR_DPROP_HELP
          Use field/VUI help.
static int AR_DPROP_HIDE_PAGE_TABS_BORDERS
          (integer) Boolean value.
static int AR_DPROP_HIDE_PANELHOLDER_BORDERS
           
static int AR_DPROP_HIDE_WEBHELP
          (integer) If Boolean value set to True, field displays help link.
static int AR_DPROP_HTML_TEXT
          (character string) The text for a text-type trim field that includes a URL.
static int AR_DPROP_HTML_TEXT_COLOR
          (character string) The color of the linked text for a text-type trim field that includes a URL (see AR_DPROP_HTML_TEXT.
static int AR_DPROP_IMAGE
          The icon image for a toolbar-type control field.
static int AR_DPROP_IMAGE_ALIGN
          (unsigned long) A value indicating the vertical alignment of the background image for the details pane.
static int AR_DPROP_IMAGE_CACHE
          Runtime cache of internal image format, not a design time property, client specific format.
static int AR_DPROP_IMAGE_JUSTIFY
          (unsigned long) A value indicating the horizontal justification of the background image for the details pane.
static int AR_DPROP_INITIAL_CURRENCY_TYPE
          (character string) Initial type for currency field
static int AR_DPROP_JOINT_STYLE
          Style when lines are joined.
static int AR_DPROP_JUSTIFY
          (unsigned long) A value indicating the horizontal justification of text within its bounding box.
static int AR_DPROP_LABEL
          (character string) The screen label for the field (applicable for data fields only).
static int AR_DPROP_LABEL_ALIGN
          Field (in field/value pair) for aligning field label.
static int AR_DPROP_LABEL_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field label (applicable for data fields only).
static int AR_DPROP_LABEL_COLOR_FILL
          (character string) Enter AR_DVAL_COLOR_*, for example, AR_DVAL_COLOR_BG.
static int AR_DPROP_LABEL_COLOR_LINE
          (character string) Enter AR_DVAL_COLOR_*, for example, AR_DVAL_COLOR_BG.
static int AR_DPROP_LABEL_COLOR_TEXT
          (character string) The color of the field label.
static int AR_DPROP_LABEL_FONT_SIZE
          (unsigned long) Font size (derive from field setting).
static int AR_DPROP_LABEL_FONT_STYLE
          (character string) Font style (derived from field type/option).
static int AR_DPROP_LABEL_JUSTIFY
          (integer) Depends on field value setting, for example, AR_DVAL_JUSTIFY_DEFAULT: Bit 0: Sets horizontal alignment of the label to default location (left-justified).
static int AR_DPROP_LABEL_POS_ALIGN
          (unsigned long) A value indicating the vertical alignment of the label within the sector.
static int AR_DPROP_LABEL_POS_JUSTIFY
          (unsigned long) A value indicating the horizontal alignment of the label within the sector (see AR_DPROP_LABEL_POS_ALIGN).
static int AR_DPROP_LABEL_POS_SECTOR
          (unsigned long) A value indicating the label position relative to the field.
static int AR_DPROP_LAYOUT_POLICY
           
static int AR_DPROP_LINE_PATTERN
          (character string) NULL value.
static int AR_DPROP_LINE_WIDTH
          (unsigned long) The line width for the field (applicable for line-and box-type trim fields only).
static int AR_DPROP_LOCALIZATION_REQUIRED
           
static int AR_DPROP_MANAGE_EXPAND_BOX
          (integer) Control over presence of expand boxes.
static int AR_DPROP_MENU_ACCESS
          (character string) A list of client interface items an administrator can control.
static int AR_DPROP_MENU_HELP
          (character string) The help text for a menu-type control field.
static int AR_DPROP_MENU_MODE
          (unsigned long) A value indicating the type of menu item (applicable for control fields only).
static int AR_DPROP_MENU_PARENT
          (unsigned long) A value identifying the parent menu item for the field (applicable for control fields only).
static int AR_DPROP_MENU_POS
          (unsigned long) A value that determines the menu position for the field (applicable for control fields only).
static int AR_DPROP_MENU_TEXT
          (character string) The menu item text for the field (applicable for control fields only).
static int AR_DPROP_NAMED_SEARCHES
          (character string) A list of administrator-defined searches.
static int AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM
          ULONG (ARInternalId); id of the selected field
static int AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK
          ULONG; select item on click
static int AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM
          enum; fire or do not fire workflow on already selected item
static int AR_DPROP_NONE
          Indicates the NULL display property of the field.
static int AR_DPROP_ORIENTATION
           
static int AR_DPROP_PAGE_ARRANGEMENT
          (boolean integer) Field/value pair for how pages should be displayed if pages cannot fit in page holder.
static int AR_DPROP_PAGE_BODY_STATE
           
static int AR_DPROP_PAGE_FIELD_TYPE
          (boolean integer) Type of Page Field 0: Non-editable (AR_DVAL_PAGE_FIELD_NONEDITABLE) 1: Editable ( AR_DVAL_PAGE_FIELD_EDITABLE)
static int AR_DPROP_PAGE_HEADER_COLOR
           
static int AR_DPROP_PAGE_HEADER_STATE
           
static int AR_DPROP_PAGE_INITIAL_SIZE
           
static int AR_DPROP_PAGE_LABEL_DISPLAY
          (boolean integer) Field/value pair for position on page holder where page labels should appear.
static int AR_DPROP_PAGE_MAX_SIZE
           
static int AR_DPROP_PAGE_MIN_SIZE
           
static int AR_DPROP_PAGE_ORDER
          (unsigned long) Order of appearence of a page.
static int AR_DPROP_PAGEHOLDER_DISPLAY_TYPE
           
static int AR_DPROP_PAGEHOLDER_INIT_PAGE
           
static int AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM
           
static int AR_DPROP_PAGEHOLDER_MARGIN_LEFT
           
static int AR_DPROP_PAGEHOLDER_MARGIN_RIGHT
           
static int AR_DPROP_PAGEHOLDER_MARGIN_TOP
           
static int AR_DPROP_PAGEHOLDER_SPACING
           
static int AR_DPROP_PANE_LAYOUT
          (integer) A value indicating how the panes of the VUI are arranged.
static int AR_DPROP_PANE_VISIBILITY_OPTION
          (boolean integer) Determines whether pane visibility for view is determined by admin or by user.
static int AR_DPROP_PANELHOLDER_SPLITTER
           
static int AR_DPROP_PATH_TO_BKG_IMAGE
          Allow path to the background image to be specified.
static int AR_DPROP_PROMPT
          (character string) No prompt.
static int AR_DPROP_PROMPT_BANNER_VISIBILITY
          (unsigned long) Boolean value indicating whether the prompt banner is visible.
static int AR_DPROP_PROMPT_PANE_VISIBILITY
          Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.
static int AR_DPROP_PUSH_BUTTON_IMAGE
          The icon image for a button.
static int AR_DPROP_QUERY_LIST_BKG_COLOR
          (character string) The name of the field whose value for a given entry controls the background display color of that entry in a query results list, and a list of field values and their corresponding colors.
static int AR_DPROP_QUERY_LIST_COLOR
          (character string) The name of the field whose value for a given entry controls the display color of that entry in a query results list, and a list of field values and their corresponding colors.
static int AR_DPROP_REFRESH
          (integer) Table field refresh enabled.
static int AR_DPROP_REQUEST_IDENTIFIER
          (unsigned long) Field ID of field to use for ID of this ticket for display purposes
static int AR_DPROP_RESULT_BANNER_VISIBILITY
          (unsigned long) Boolean value indicating whether the results pane is visible.
static int AR_DPROP_RESULT_PANE_VISIBILITY
          Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.
static int AR_DPROP_SORT_DIR
          (integer) A value indicating the sort direction of a column in a table field.
static int AR_DPROP_SORT_SEQ
          (integer) The sort order of a column in a table field.
static int AR_DPROP_TAB_COORD
          Tab coordinate control.
static int AR_DPROP_TAB_MODE
          (integer) Tab mode control.
static int AR_DPROP_TAB_NEXT
          (unsigned long) (ARInternalId) Inter-field keyboard relationships.
static int AR_DPROP_TAB_ORDER
          A value that determines the field tab order for fields in view (from lowest to highest).
static int AR_DPROP_TAB_TEXT
          (unsigned long) Tab text.
static int AR_DPROP_TABLE_AUTOREFRESH
          (character string) Auto-refresh string.
static int AR_DPROP_TABLE_CHUNK_NEXT
          (character string) Label for next chunk.
static int AR_DPROP_TABLE_CHUNK_PREV
          (character string) Label for previous chunk.
static int AR_DPROP_TABLE_CHUNK_SIZE
          (integer) chunk size
static int AR_DPROP_TABLE_COL_DISPLAY_TYPE
          (enum) Column states.
static int AR_DPROP_TABLE_COL_INITVAL
          (char) Initial value for all cells in column
static int AR_DPROP_TABLE_COL_WRAP_TEXT
          Boolean, multi-line column
static int AR_DPROP_TABLE_DELETE
          (character string) Delete button.
static int AR_DPROP_TABLE_DESELECT_ALL
          (character string) Clear all rows in table.
static int AR_DPROP_TABLE_DISPLAY_TYPE
          Field/value pair to display table fields in web browser.
static int AR_DPROP_TABLE_DRILL_COL
          Drill down column.
static int AR_DPROP_TABLE_ENTRIES_RETURNED
          (character string) Localization of strings in table header about records displayed.
static int AR_DPROP_TABLE_NOT_REFRESHED
          (character string) Localization of strings in table header when not refreshed.
static int AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN
           
static int AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE
          (Integer) Horizontal spacing between Table Array panels
static int AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN
          Table Page Array Margin Properties
static int AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN
           
static int AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN
           
static int AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE
          (Integer) Vertical spacing between Table Array panels
static int AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS
          Int; Number of Visible Columns to display in the Table Page Array Field, i.e.
static int AR_DPROP_TABLE_PANEL_BBOX
          A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the table panel.
static int AR_DPROP_TABLE_PREFERENCES
          (character string) Preferences button label
static int AR_DPROP_TABLE_READ
          (character string) Read button for notifications.
static int AR_DPROP_TABLE_REFRESH
          (character string) Refresh button.
static int AR_DPROP_TABLE_REPORT
          (character string) Report button.
static int AR_DPROP_TABLE_SELECT_ALL
          (character string) Select all rows in table.
static int AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL
          (character string) Displays the label of selection column for table or query list view field in Netscape browser 4.75.
static int AR_DPROP_TABLE_SELINIT
          Field/value pair controlling initial selection in results list and table fields.
static int AR_DPROP_TABLE_SELREFRESH
          Field/value pair for refreshing table fields.
static int AR_DPROP_TABLE_SELROWS_DISABLE
          Field/value pair to enable or disable user from selecting rows by clicking.
static int AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE
          (character string) custom value for Tree NULL nodes
static int AR_DPROP_TABLE_UNREAD
          (character string) Unread button for notifications.
static int AR_DPROP_TABLE_USE_LOCALE
          (Boolean) Table refresh using user's locale
static int AR_DPROP_TEXT
          (character string) The text for a text-type trim field.
static int AR_DPROP_TEXT_FONT_SIZE
          (unsigned long) The size of the font style to use for a text-type trim field.
static int AR_DPROP_TEXT_FONT_STYLE
          (character string) The name of the font style to use for a text-type trim field.
static int AR_DPROP_TITLE_BAR_ICON_IMAGE
          The icon image for the title bar.
static int AR_DPROP_TOOLBAR_MODE
          (unsigned long) A value indicating the type of toolbar item (applicable for control fields only).
static int AR_DPROP_TOOLBAR_POS
          (unsigned long) A value that determines the toolbar position for the field (applicable for control fields only).
static int AR_DPROP_TOOLBAR_TEXT
          (character string) Toolbar text.
static int AR_DPROP_TOOLTIP
          (character string) The tooltip text for a toolbar-type control field.
static int AR_DPROP_TRIM_TYPE
          (unsigned long) A value indicating the type of trim field.
static int AR_DPROP_VIEW_GRID_BBOX
          A set of X,Y coordinates (0,0), (25,25) of the grid for the bounding box.
static int AR_DPROP_VIEW_RTL
          (Boolean) RightToLeft property of a view
static int AR_DPROP_VIEWFIELD_BORDERS
          View fields, hide/show borders
static int AR_DPROP_VIEWFIELD_SCROLLBARS
          View fields, hide/show scroll bars
static int AR_DPROP_VISIBLE
          (integer) A boolean flag indicating the visibility of the field.
static int AR_DPROP_VUI_DEFAULT
          (unsigned long) A flag identifying the default view (VUI) for the form.
static int AR_DPROP_VUI_DEFAULT_PROCESS
          Master view property (0/1)
static int AR_DPROP_VUI_LOCK_VUI
          (Boolean) VUI level property; can be set individually or will be set or unset by selecting form level preference.
static int AR_DPROP_WEB_FOOTER_CONTENT
           
static int AR_DPROP_WEB_HEADER_CONTENT
          Contains HTML snippets for Absolute View
static int AR_DPROP_WEB_TOOLBAR_VISIBILITY
          Don't show web toolbar if admin disabled this view property from Appearance tab
static int AR_DPROP_Z_ORDER
          (unsigned long) A value that determines the field drawing order.
static int AR_DPROP_ZERO_SIZE_WHEN_HIDDEN
          collapse a field to zero size when hidden.
static int AR_DVAL_ALIGN_BOTTOM
          The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is bottom-aligned.
static int AR_DVAL_ALIGN_DEFAULT
          Default value (top) for aligning AR_DPROP_LABEL_ALIGN field label.
static int AR_DVAL_ALIGN_FILL
          The vertical alignment of the background image of the label (AR_DPROP_LABEL_ALIGN) is expand-to-fill.
static int AR_DVAL_ALIGN_MIDDLE
          The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is middle-aligned.
static int AR_DVAL_ALIGN_TILE
          The vertical alignment of the background image of label (AR_DPROP_LABEL_ALIGN) is tile-to-fill.
static int AR_DVAL_ALIGN_TOP
          The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is top-aligned.
static int AR_DVAL_AUTO_COMPLETE_ANYWHERE
          Character field auto-complete type - Anywhere
static int AR_DVAL_AUTO_COMPLETE_LEADING
          Character field auto-complete type - Leading
static int AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL
          Character field auto-complete matching option - show label, insert value
static int AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE
          Character field auto-complete matching option - show and insert values
static int AR_DVAL_AUTO_COMPLETE_NONE
          Character field auto-complete type - None
static int AR_DVAL_AUTO_FIELD_ALIGN_LEFT
          Align Left
static int AR_DVAL_AUTO_FIELD_ALIGN_RIGHT
          Align Right
static int AR_DVAL_AUTO_FIELD_BUTTON
          Button Field
static int AR_DVAL_AUTO_FIELD_GROUP
          Group Title Field
static int AR_DVAL_AUTO_FIELD_LEVEL1
          Level 1
static int AR_DVAL_AUTO_FIELD_LEVEL2
          Level 2
static int AR_DVAL_AUTO_FIELD_LEVEL3
          Level 3
static int AR_DVAL_AUTO_FIELD_NAV
          Navigation Field
static int AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF
          Add to new column Off
static int AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON
          Add to new column On
static int AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF
          Add to new row Off
static int AR_DVAL_AUTO_FIELD_NEW_SECTION_ON
          Add to new row On
static int AR_DVAL_AUTO_FIELD_REGULAR
          Regular Field
static int AR_DVAL_AUTO_FIELD_SPACER_OFF
          Navigation spacer Off
static int AR_DVAL_AUTO_FIELD_SPACER_ON
          Navigation spacer On
static int AR_DVAL_AUTO_FIELD_TITLE
          Title Field
static int AR_DVAL_AUTO_LAYOUT_OFF
          Layout Off
static int AR_DVAL_AUTO_LAYOUT_ON
          Layout On
static int AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF
          Navigation Off
static int AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON
          Navigation On
static int AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE
          Auto maximize disable
static int AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE
          Auto maximize enable
static int AR_DVAL_AUTO_REFRESH_NONE
          Disables auto-refresh for table fields.
static int AR_DVAL_AUTO_REFRESH_TABLE_MAX
          Enables auto-refresh for table fields.
static int AR_DVAL_AUTOFIT_COLUMNS_NONE
          No Scrollbar appears.
static int AR_DVAL_AUTOFIT_COLUMNS_SET
          Scrollbar will be enabled in the Table Field when displayed in Remedy User.
static int AR_DVAL_BKG_MODE_OPAQUE
          Specifies background of field is opaque.
static int AR_DVAL_BKG_MODE_TRANSPARENT
          Specifies background of field is transparent.
static int AR_DVAL_CHARFIELD_DROPDOWN
          Character field display type - Dropdown list
static int AR_DVAL_CHARFIELD_EDIT
          Character field display type - Edit
static int AR_DVAL_CHARFIELD_FILE
          Character field display type - File System Widget
static int AR_DVAL_CHARFIELD_MASKED
          Character field display type - Masked
static int AR_DVAL_CNTL_A_MENU
          Top-or intermediate-level menu item (>, down arrow) of control menu (AR_DPROP_MENU_MODE).
static int AR_DVAL_CNTL_BUTTON
          Control field appears on screen as a button.
static int AR_DVAL_CNTL_CHART
          Chart type
static int AR_DVAL_CNTL_CHOICE
          If chosen, one of many (dot, depressed) appears for control menu (AR_DPROP_MENU_MODE).
static int AR_DVAL_CNTL_DIALOG
          Dialog box will appear for control menu (AR_DPROP_MENU_MODE).
static int AR_DVAL_CNTL_HORIZNAV
          Horizontal Navigation
static int AR_DVAL_CNTL_ITEM
          Leaf-level menu item of control menu (AR_DPROP_MENU_MODE).
static int AR_DVAL_CNTL_MENU
          Control field appears on screen as a menu item.
static int AR_DVAL_CNTL_METER
          Meter type
static int AR_DVAL_CNTL_NAV_ITEM
          Navigation Item
static int AR_DVAL_CNTL_ON
          Control menu (AR_DPROP_MENU_MODE) is activated (yes/no).
static int AR_DVAL_CNTL_SEPARATOR
          Separator item appears for control menu (AR_DPROP_MENU_MODE).
static int AR_DVAL_CNTL_TAB_SWITCH
          Control field appears on screen as a tabbed dialog switch.
static int AR_DVAL_CNTL_TOOLBAR
          Control field appears on screen as a toolbar button.
static int AR_DVAL_CNTL_URL
          Control field appears on screen as a URL type button.
static int AR_DVAL_CNTL_VERTICALNAV
          Vertical Navigation
static int AR_DVAL_COLLAPSE_ALL_LEVELS
          Collapse All Levels
static String AR_DVAL_COLOR_BG
          Background color of field.
static String AR_DVAL_COLOR_EDIT_BG
          Color of text edit background.
static String AR_DVAL_COLOR_EDIT_FG
          Color of text edit foreground.
static String AR_DVAL_COLOR_FG
          Foreground color of field.
static String AR_DVAL_COLOR_FOCUS
          Color of input focus highlight.
static String AR_DVAL_COLOR_INSET1
          1st level group.
static String AR_DVAL_COLOR_INSET2
          2nd level group.
static String AR_DVAL_COLOR_NONE
          No fill color of field.
static int AR_DVAL_DATETIME_BOTH
          Date/time field displays both date and time.
static int AR_DVAL_DATETIME_DATE
          Date/time field displays date only.
static int AR_DVAL_DATETIME_TIME
          Date/time field displays time only.
static int AR_DVAL_DEPTH_EFFECT_ETCHED
          Three-dimensional effect for field appears to etched into screen surface.
static int AR_DVAL_DEPTH_EFFECT_FLAT
          No three-dimensional effect for field.
static int AR_DVAL_DEPTH_EFFECT_FLOATING
          Three-dimensional effect for field appears to float above screen surface.
static int AR_DVAL_DEPTH_EFFECT_RAISED
          Three-dimensional effect for field appears to lie above screen surface.
static int AR_DVAL_DEPTH_EFFECT_SUNKEN
          Three-dimensional effect for field appears to lie below screen surface.
static int AR_DVAL_DRILL_DOWN_ENABLE
          Value that allows users to double-click a row in table field to open source request of row in modify mode.
static int AR_DVAL_DRILL_DOWN_NONE
          Value that denies users the ability to double-click a row in table field to open source request of row in modify mode.
static int AR_DVAL_ENABLE_CLEAR_ALWAYS
           
static int AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY
           
static int AR_DVAL_ENABLE_DEFAULT
          Sets value of data field to default (read/write).
static int AR_DVAL_ENABLE_DISABLE
          Disabled (data,trim,or control) field
static int AR_DVAL_ENABLE_READ_ONLY
          View and select only (data) in field; disabled (trim or control)
static int AR_DVAL_ENABLE_READ_WRITE
          View, select, and change (data) in field; enabled (trim or control)
static int AR_DVAL_ENDCAP_ARROW1
          Line is arrow 1 style.
static int AR_DVAL_ENDCAP_EXTENDED
          Line is extended beyond coordinate.
static int AR_DVAL_ENDCAP_FLUSH
          Line is flush.
static int AR_DVAL_ENDCAP_ROUND
          Line is rounded.
static int AR_DVAL_EXPAND_ALL_LEVELS
          Expand All Levels
static int AR_DVAL_EXPAND_BOX_DEFAULT
          Sets default (hidden) for expand box used in character field.
static int AR_DVAL_EXPAND_BOX_HIDE
          Hides expand box used in character field.
static int AR_DVAL_EXPAND_BOX_SHOW
          Expand box used in character field is displayed.
static int AR_DVAL_FIELD_HIGHLIGHT_DISABLE
           
static int AR_DVAL_FIELD_HIGHLIGHT_ENABLE
           
static int AR_DVAL_FIELD_ROUNDED_DISABLE
           
static int AR_DVAL_FIELD_ROUNDED_ENABLE
           
static int AR_DVAL_FIXED_TABLE_HEADERS_DISABLE
          Fixed table head disabled
static int AR_DVAL_FIXED_TABLE_HEADERS_ENABLE
          Fixed table head enabled
static int AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF
          Exclusion Off
static int AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON
          Exclusion On
static int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL
           
static int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL
           
static int AR_DVAL_GRADIENT_EFFECT_HEADER_NONE
           
static int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL
           
static int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL
           
static int AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL
           
static int AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL
           
static int AR_DVAL_GRADIENT_EFFECT_NONE
           
static int AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL
           
static int AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL
           
static int AR_DVAL_IMAGE_ABOVE
          Position of the button image relative to the button label is above the label.
static int AR_DVAL_IMAGE_BELOW
          Position of the button image relative to the button label is below the label.
static int AR_DVAL_IMAGE_CENTER
          Position of the button image relative to the button label is centered, no label.
static int AR_DVAL_IMAGE_LEFT
          Position of the button image relative to the button label is to the left of the label.
static int AR_DVAL_IMAGE_RIGHT
          Position of the button image relative to the button label is to the right of the label.
static int AR_DVAL_JOINT_EXTENDED
          Small angles with long point when lines are joined (AR_DPROP_JOINT_STYLE).
static int AR_DVAL_JOINT_MAX_SMOOTH
          All straight lines smoothed when lines are joined (AR_DPROP_JOINT_STYLE).
static int AR_DVAL_JOINT_ROUNDED
          Rounded corners when lines are joined (AR_DPROP_JOINT_STYLE).
static int AR_DVAL_JOINT_SHARP
          Angles with point, truncate small angles when lines are joined (AR_DPROP_JOINT_STYLE).
static int AR_DVAL_JOINT_SMOOTH
          Angle is between AR_DVAL_JOINT_ROUNDED and AR_DVAL_JOINT_MAX_SMOOTH when lines are joined (AR_DPROP_JOINT_STYLE).
static int AR_DVAL_JUSTIFY_CENTER
          Horizontal alignment of the label is center-justified.
static int AR_DVAL_JUSTIFY_DEFAULT
          Sets horizontal alignment of the label to default location (left-justified).
static int AR_DVAL_JUSTIFY_FILL
          Horizontal alignment of the label fills to both sides.
static int AR_DVAL_JUSTIFY_LEFT
          Horizontal alignment of the label is left-justified (default).
static int AR_DVAL_JUSTIFY_RIGHT
          Horizontal alignment of the label is right-justified.
static int AR_DVAL_JUSTIFY_TILE
          Horizontal alignment of the label is tiled to fill both sides.
static int AR_DVAL_LAYOUT_FILL
           
static int AR_DVAL_LAYOUT_XY
           
static int AR_DVAL_NAVBAR_SELITEM_FIRE
          fire workflow
static int AR_DVAL_NAVBAR_SELITEM_NOFIRE
          do not fire workflow
static int AR_DVAL_ORIENTATION_HORIZONTAL
           
static int AR_DVAL_ORIENTATION_VERTICAL
           
static int AR_DVAL_PAGE_BODY_COLLAPSE
           
static int AR_DVAL_PAGE_BODY_EXPAND
           
static int AR_DVAL_PAGE_DISPLAY_BOTTOM
          Sets page label to appear on bottom.
static int AR_DVAL_PAGE_DISPLAY_LEFT
          Sets page label to appear on left.
static int AR_DVAL_PAGE_DISPLAY_NONE
          No page label appears.
static int AR_DVAL_PAGE_DISPLAY_RIGHT
          Sets page label to appear on right.
static int AR_DVAL_PAGE_DISPLAY_TOP
          Sets page label to appear on top.
static int AR_DVAL_PAGE_FIELD_EDITABLE
          Page Field Type - Editable, User can modify the contents
static int AR_DVAL_PAGE_FIELD_NONEDITABLE
          Page Field Type - Non-editable, User can not modify the contents
static int AR_DVAL_PAGE_HEADER_HIDDEN
           
static int AR_DVAL_PAGE_HEADER_VISIBLE
           
static int AR_DVAL_PAGE_LAYER
          Lets users view page fields as layers of pages if pages cannot fit in page holder.
static int AR_DVAL_PAGE_SCROLL
          Lets users scroll to view the pages if pages cannot fit in page holder.
static int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION
           
static int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW
           
static int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW
           
static int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL
           
static int AR_DVAL_PANE_ALWAYS_HIDDEN
          Detail pane is always hidden
static int AR_DVAL_PANE_ALWAYS_VISIBLE
          Detail pane is always visible
static int AR_DVAL_PANE_HIDDEN
          Detail pane is hidden but can be made visible
static int AR_DVAL_PANE_VISIBILITY_ADMIN
          Pane visibility for view is defined by the administrator.
static int AR_DVAL_PANE_VISIBILITY_USER_CHOICE
          Pane visibility for view is decided by the user.
static int AR_DVAL_PANE_VISIBLE
          Detail pane is visible but can be hidden
static int AR_DVAL_RADIO_CHECKBOX
          Selection field with check boxes
static int AR_DVAL_RADIO_DROPDOWN
          Selection field with drop down list
static int AR_DVAL_RADIO_RADIO
          Selection field with radio buttons
static int AR_DVAL_REFRESH_NONE
          Value that denies users the ability to refresh table data when the request in which the table is embedded appears in the Details pane.
static int AR_DVAL_REFRESH_TABLE_MAX
          Value that allows users to refresh table data when the request in which the table is embedded appears in the Details pane, according to the maximum defined for table field.
static int AR_DVAL_SECTOR_CENTER
          The label position relative to the field is centered.
static int AR_DVAL_SECTOR_EAST
          The label position relative to the field is right of the field.
static int AR_DVAL_SECTOR_NONE
          Label display is suppressed.
static int AR_DVAL_SECTOR_NORTH
          The label position relative to the field is above the field.
static int AR_DVAL_SECTOR_SOUTH
          The label position relative to the field is below the field.
static int AR_DVAL_SECTOR_WEST
          The label position relative to the field is left of the field.
static int AR_DVAL_SORT_DIR_ASCENDING
          Sort direction of column in table field is ascending.
static int AR_DVAL_SORT_DIR_DESCENDING
          Sort direction of column in table field is descending.
static int AR_DVAL_SPLITTER_HIDE
           
static int AR_DVAL_SPLITTER_SHOW
           
static int AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
          Allow editing.
static int AR_DVAL_TABLE_COL_DISPLAY_HTML
          Display HTML in column.
static int AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
          Not editable.
static int AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA
          Table Page Array Page Data Field
static int AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE
          Multi-line disable
static int AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE
          Multi-line enable
static int AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
           
static int AR_DVAL_TABLE_DISPLAY_NOTIFICATION
          Sets the table to look like a notification alert in the web browser.
static int AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY
           
static int AR_DVAL_TABLE_DISPLAY_RESULTS_LIST
          Sets the table to look like a results list in the web browser.
static int AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
           
static int AR_DVAL_TABLE_DISPLAY_TABLE
          Sets the table to look like a table in the web browser.
static int AR_DVAL_TABLE_SELINIT_NOSEL
          No selection in results list and table fields.
static int AR_DVAL_TABLE_SELINIT_SELFIRE
          Selects and fires workflow in initial selection in results list and table fields.
static int AR_DVAL_TABLE_SELINIT_SELNOFIRE
          Selects but does not fire workflow in initial selection in results list and table fields.
static int AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE
          When table field is refreshed, select first entry, then workflow is fired.
static int AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE
          When table field is refreshed, select first entry but workflow is not fired.
static int AR_DVAL_TABLE_SELREFRESH_NOSEL
          When table field is refreshed, no entry is selected.
static int AR_DVAL_TABLE_SELREFRESH_RETFIRE
          When table field is refreshed, selection is refreshed and workflow is fired.
static int AR_DVAL_TABLE_SELREFRESH_RETNOFIRE
          When table field is refreshed, selection is refreshed but workflow is not fired.
static int AR_DVAL_TABLE_SELROWS_DISABLE_NO
          User not disabled from selecting rows by clicking.
static int AR_DVAL_TABLE_SELROWS_DISABLE_YES
          Disable user to select rows by clicking.
static int AR_DVAL_TABLE_SELROWS_MULTI_SELECT
          Allow user select multiple rows by clicking.
static int AR_DVAL_TABLE_SELROWS_SINGLE_SELECT
          Allow user select single row by clicking.
static int AR_DVAL_TRIM_IMAGE
          Trim field is a static image.
static int AR_DVAL_TRIM_LINE
          Trim field is horizontal or vertical line.
static int AR_DVAL_TRIM_NONE
          No trim field type.
static int AR_DVAL_TRIM_SHAPE
          Trim field is box (rectangle).
static int AR_DVAL_TRIM_TEXT
          Trim field is one or more rows of text.
static int AR_DVAL_VIEW_RTL_DISABLE
          RightToLeft property disable
static int AR_DVAL_VIEW_RTL_ENABLE
          RightToLeft property enable
static int AR_DVAL_VIEWFIELD_BORDERS_DEFAULT
          For native(border on) and web (based on display)
static int AR_DVAL_VIEWFIELD_BORDERS_ENABLE
          Border on view field
static int AR_DVAL_VIEWFIELD_BORDERS_NONE
          No border on view field
static int AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO
          Add scrollbars if necessary
static int AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN
          Content is clipped
static int AR_DVAL_VIEWFIELD_SCROLLBARS_ON
          Always show scrollbars
static int AR_ENCRYPTION_VERSION
          Used by export and import to encrypt/decrypt workflow actions.
static int AR_ENCRYPTION_VERSION_2
          Used by export and import to encrypt/decrypt workflow actions.
static int AR_ENTRYPOINT_TYPE_AL_GUIDE
          Entry point type for an active link guide
static int AR_ENTRYPOINT_TYPE_DEFAULT_NEW
          Entry point type for a form in default new entry mode
static int AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
          Entry point type for a form in default search mode
static int AR_ENUM_STYLE_CUSTOM
          Enum (selection) field display style - list indexed manually, gaps in numbers OK
static int AR_ENUM_STYLE_QUERY
          Enum (selection) field display style - search performed to find name/number pairs
static int AR_ENUM_STYLE_REGULAR
          Enum (selection) field display style - list auto-indexed starting at 0
static String AR_ENV_CONFIGDIR
          Environment variable for alternate config directory (ARCONFIGDIR)
static int AR_ERRHANDLER_ENABLE
          mask for error handler option
static int AR_ESCALATION_TYPE_INTERVAL
          Defines interval type of escalation time criteria.
static int AR_ESCALATION_TYPE_TIMEMARK
          Defines time type of escalation time criteria.
static int AR_EXECUTE_ON_AFTER_MODIFY
          Execute the active link when a user modifies an individual entry (after data is committed to the database)
static int AR_EXECUTE_ON_AFTER_SUBMIT
          Execute the active link when a user submits an entry (after data is committed to the database)
static int AR_EXECUTE_ON_BUTTON
          Execute the active link when a user selects a button, toolbar button, or menu item.
static int AR_EXECUTE_ON_COPY_SUBMIT
          Execute the active link when a user chooses Edit -> Copy to New in Remedy User.
static int AR_EXECUTE_ON_DISPLAY
          Execute the active link when a user displays an entry (after data is retrieved from the AR System server)
static int AR_EXECUTE_ON_EVENT
          Execute the active link when a specified event has arrived.
static int AR_EXECUTE_ON_GAIN_FOCUS
          Execute the active link when the specified field receives the focus.
static int AR_EXECUTE_ON_HOVER_FIELD
          Execute the active link when cursor is hovering over a field data portion.
static int AR_EXECUTE_ON_HOVER_FIELD_DATA
          Execute the active link when cursor is hovering over a field data portion.
static int AR_EXECUTE_ON_HOVER_FIELD_LABEL
          Execute the active link when cursor is hovering over a field label portion.
static int AR_EXECUTE_ON_INTERVAL
          Execute the active link when a specified interval has arrived.
static int AR_EXECUTE_ON_LOADED
          Execute the active link on Submit and Search windows after all data has been loaded on the window (from defaults, from a copy to new, from an open window action).
static int AR_EXECUTE_ON_LOSE_FOCUS
          Execute the active link when the focus is changed, for example by clicking in another field.
static int AR_EXECUTE_ON_MASK_FOCUS_FIELD
          Possible mask values for the focus field
static int AR_EXECUTE_ON_MASK_MAX
          Maximum value of execute on mask for the active links
static int AR_EXECUTE_ON_MENU_CHOICE
          Execute the active link when a user selects an item from a character menu associated with a field specified by the focusField parameter or selects a row in a table field specified by the focusField parameter.
static int AR_EXECUTE_ON_MENU_OPEN
          Execute the active link when a user opens a menu (before data is sent to the AR System server)
static int AR_EXECUTE_ON_MODIFY
          Execute the active link when a user modifies an individual entry (before data is sent to the AR System server)
static int AR_EXECUTE_ON_MODIFY_ALL
          Execute the active link when a user modifies all entries (before data is sent to the AR System server)
static int AR_EXECUTE_ON_NONE
          No execution action for active link.
static int AR_EXECUTE_ON_PAGE_COLLAPSE
          Execute the active link when a page is collapsed.
static int AR_EXECUTE_ON_PAGE_EXPAND
          Execute the active link when a page is expanded.
static int AR_EXECUTE_ON_QUERY
          Execute the active link when a user retrieves one or more entries (before the query is sent to the AR System server)
static int AR_EXECUTE_ON_RETURN
          Execute the active link when a user presses Return in the field specified by the focus field parameter.
static int AR_EXECUTE_ON_SET_DEFAULT
          Execute the active link when a user sets default values (either manually or through preference settings)
static int AR_EXECUTE_ON_SUBMIT
          Execute the active link when a user submits an entry (before data is sent to the AR System server)
static int AR_EXECUTE_ON_TABLE_CONTENT_CHANGE
          Execute the active link when a Table content is changed.
static int AR_EXECUTE_ON_UNDISPLAY
          Execute the active link when a request is removed from the Details pane because a new request was selected in the Results pane or because the window is closing.
static int AR_EXECUTE_ON_WINDOW_CLOSE
          Execute the active link when a user closes any form window or changes its mode.
static int AR_EXECUTE_ON_WINDOW_OPEN
          Execute the active link when a user opens any form window or changes its mode.
static int AR_EXPORT_FORMAT_AR_DEF
           
static int AR_EXPORT_FORMAT_XML
           
static int AR_FIELD
          Tag used to indicate a field.
static int AR_FIELD_BITOPTION_AUDIT
          BIT 0 - bit option to audit
static int AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK
          mask to check if any audit log key is set
static int AR_FIELD_BITOPTION_AUDIT_MASK
          mask to check if any audit option is set
static int AR_FIELD_BITOPTION_COPY
           BIT 1 - bit option to copy when some field is being audited BIT 0 & 1 - indicates AUDIT + COPY
static int AR_FIELD_BITOPTION_LOG_KEY1
          BIT 2 - bit option to indicate this field is log key 1
static int AR_FIELD_BITOPTION_LOG_KEY2
          BIT 3 - bit option to indicate this field is log key 2
static int AR_FIELD_BITOPTION_LOG_KEY3
          BIT 2 & 3 - bit option to indicate this field is log key 3
static int AR_FIELD_BITOPTION_NONE
          no bit option
static int AR_FIELD_CHAR_OPTION_REFERENCE
          Identifies that the field ID cited in field characteristics is a field whose runtime value will contain a reference to the field that should change.
static int AR_FIELD_CLEAN_DELETE
          Do not delete the specified field if it contains data (applicable for base forms only) or is associated with a join form.
static int AR_FIELD_CURRENT
          Used for active links to indicate a field reference to the screen which active link is being fired from.
static int AR_FIELD_DATA_DELETE
          Delete the specified field if it contains data but not if it is associated with a join form.
static int AR_FIELD_DB
          Used for filters to check the value in the RDBMS only.
static int AR_FIELD_FORCE_DELETE
          Delete the specified field, all join form fields that map to it, and all join forms dependent on it for join qualification.
static int AR_FIELD_JOIN
          Specifies type of field in a join schema.
static int AR_FIELD_LIMIT_NONE
          Field has no defined limits.
static int AR_FIELD_MAPPING_PRIMARY
          Primary schema in a join.
static int AR_FIELD_MAPPING_SECONDARY
          Secondary schema in a join.
static int AR_FIELD_NONE
          NULL field.
static int AR_FIELD_OFFSET
          This offset is added to one of the datatype fields to indicate the type of the fieldId.
static int AR_FIELD_OPEN_AT_CREATE
          Any user (including guest users) can enter data in the field when submitting.
static int AR_FIELD_OPTION_DISPLAY
          Display-only (data fields only).
static int AR_FIELD_OPTION_OPTIONAL
          Optional (data fields only).
static int AR_FIELD_OPTION_REQUIRED
          Required (data fields only).
static int AR_FIELD_OPTION_SYSTEM
          System field that is read-only to ALL users.
static int AR_FIELD_PROTECTED_AT_CREATE
          Only users who have been granted permission can enter data in the field when submitting.
static int AR_FIELD_REGULAR
          Specifies type of field in a base schema.
static int AR_FIELD_TRAN
          Used for filters to check the value for the transaction only.
static int AR_FIELD_TYPE_ALL
          Retrieves and stores all field types.
static int AR_FIELD_TYPE_ATTACH
          Retrieve or store attachment field type.
static int AR_FIELD_TYPE_ATTACH_POOL
          Retrieve or store attachment pool type.
static int AR_FIELD_TYPE_COLUMN
          Retrieve or store column fields.
static int AR_FIELD_TYPE_CONTROL
          Retrieve or store control fields.
static int AR_FIELD_TYPE_DATA
          Retrieve or store data fields.
static int AR_FIELD_TYPE_PAGE
          Retrieve or store page fields.
static int AR_FIELD_TYPE_PAGE_HOLDER
          Retrieve or store page holder fields.
static int AR_FIELD_TYPE_TABLE
          Retrieve or store table fields.
static int AR_FIELD_TYPE_TRIM
          Retrieve or store trim fields.
static int AR_FIELD_VENDOR
          Specifies type of field in a vendor schema.
static int AR_FIELD_VIEW
          Specifies type of field in a view schema.
static int AR_FILTER_ACTION_CALLGUIDE
          Go to the filter with call guide; executes or invokes a guide for filter.
static int AR_FILTER_ACTION_EXITGUIDE
          Terminates the current guide for filter.
static int AR_FILTER_ACTION_FIELDP
          Push data from the current operation to a field in another schema on the same server for filter.
static int AR_FILTER_ACTION_FIELDS
          Update values for the specified fields for filter.
static int AR_FILTER_ACTION_GOTOACTION
          Go to the filter with the specified execution order for filter.
static int AR_FILTER_ACTION_GOTOGUIDELABEL
          Redirects the flow of execution within a guide to a specific filter.
static int AR_FILTER_ACTION_LOG
          Write the specifid text to a log file for filter.
static int AR_FILTER_ACTION_MESSAGE
          Return the specified message (filters only) for filter.
static int AR_FILTER_ACTION_NONE
          No filter action.
static int AR_FILTER_ACTION_NOTIFY
          Send a notification to the specified user for filter.
static int AR_FILTER_ACTION_PROCESS
          Execute the specified command for filter.
static int AR_FILTER_ACTION_SERVICE
          Filter Service action type indicator
static int AR_FILTER_ACTION_SQL
          Perform the specified SQL statements for filter.
static int AR_FILTER_FIELD_IDS_ALL
          All of the fields in the request are included with the notification.
static int AR_FILTER_FIELD_IDS_CHANGED
          Only fields that have changed in the current transaction are included with the notification.
static int AR_FILTER_FIELD_IDS_LIST
          Selected fields from the list are included with the notification.
static int AR_FILTER_FIELD_IDS_NONE
          None of the fields are included with the notification.
static int AR_FIXED_POINT_PRECISION
          Normalizes all coordinate values before storing them in the database and then maps these values to pixels in the current environment upon retrieval.
static int AR_FOCUS_SET_TO_FIELD
          Moves the focus (cursor) to the field in Change Field active link action.
static int AR_FOCUS_UNCHANGED
          Leaves the focus (cursor) as is to the field in Change Field active link action.
static int AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD
          Append leading and trailing wild cards to every word.
static int AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD
          Truncate all leading wild cards and append trailing wild cards to every word.
static int AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD
          Truncate all leading wild cards (do not truncate or append trailing wild cards).
static int AR_FULLTEXT_FTS_MATCH_REMOVE_WILD
          Truncate all wild cards.
static int AR_FULLTEXT_FTS_MATCH_UNCHANGED
          Leave all wild cards as specified by the user.
static int AR_FULLTEXT_OPTIONS_INDEXED
          Field is Full Text indexed.
static int AR_FULLTEXT_OPTIONS_LITERAL
          Field indexed for literal search if Full Text indexed.
static int AR_FULLTEXT_OPTIONS_NONE
          No Full Text options.
static int AR_FULLTEXT_REINDEX
          Reindex the FTS collection.
static int AR_FULLTEXT_STATE_OFF
          Turn FTS operations off.
static int AR_FULLTEXT_STATE_ON
          Turn FTS operations on.
static int AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH
          A value indicating whether full text searches are case-sensitive.
static int AR_FULLTEXTINFO_COLLECTION_DIR
          The collection directory for the FTS engine.
static int AR_FULLTEXTINFO_DEBUG
          Sets FTS debugging.
static int AR_FULLTEXTINFO_FTS_MATCH_OP
          Indicates type of FTS match operation.
static int AR_FULLTEXTINFO_HOMEDIR
          Sets FTS home directory.
static int AR_FULLTEXTINFO_REINDEX
          A value indicating whether the system rebuilds FTS indexes.
static int AR_FULLTEXTINFO_STATE
          A value indicating whether FTS is enabled.
static int AR_FULLTEXTINFO_STOPWORD
          A structure that contains all defined words to ignore for the FTS collection.
static int AR_FUNCTION_COLAVG
          Average of non-null values in a table column: function return value to assign in a Set Fields action.
static int AR_FUNCTION_COLCOUNT
          Number of non-null values in a table column: function return value to assign in a Set Fields action.
static int AR_FUNCTION_COLMAX
          Maximum of non-null values in a table column: function return value to assign in a Set Fields action.
static int AR_FUNCTION_COLMIN
          Minimum of non-null values in a table column: function return value to assign in a Set Fields action.
static int AR_FUNCTION_COLSUM
          Sum a table column: function return value to assign in a Set Fields action.
static int AR_FUNCTION_CONVERT
          This is reserved for future AR System use.
static int AR_FUNCTION_CURRCONVERT
          Converted currency type.
static int AR_FUNCTION_CURRSETDATE
          New date of currency.
static int AR_FUNCTION_CURRSETTYPE
          New type of currency.
static int AR_FUNCTION_CURRSETVALUE
          New value of currency.
static int AR_FUNCTION_DATE
          Date: function return value to assign in a Set Fields action.
static int AR_FUNCTION_DATEADD
          Number of days, weeks, months, or years added to a given date.
static int AR_FUNCTION_DATEDIFF
          Number of weeks or days between the start date and the end date.
static int AR_FUNCTION_DATENAME
          The name of the month or day.
static int AR_FUNCTION_DATENUM
          The numeric value of the year, month (1 to 12), day (1 to 31), week (1 to 52), or weekday (1=Sunday, 2 = Monday, and so on).
static int AR_FUNCTION_DAY
          Day (1-31): function return value to assign in a Set Fields action.
static int AR_FUNCTION_DECRYPT
          Decrypt string with password: function return value to assign in a Set Fields action.
static int AR_FUNCTION_ENCRYPT
          Encrypt string with password: function return value to assign in a Set Fields action.
static int AR_FUNCTION_HOUR
          Hour (0-23): function return value to assign in a Set Fields action.
static int AR_FUNCTION_HOVER
          Get the Hovered-on column value : char hover(int/field) Input is column, int or field return is char.
static int AR_FUNCTION_LEFT
          Left-most n bytes: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LEFTC
          Left-most n characters: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LENGTH
          Length of string: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LENGTHC
          Length of string in characters: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LOWER
          Lowercase string: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LPAD
          char1 left-padded with char2 to n bytes: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LPADC
          char1 left-padded with char2 to n characters: function return value to assign in a Set Fields action.
static int AR_FUNCTION_LTRIM
          Leading blanks removed: function return value to assign in a Set Fields action.
static int AR_FUNCTION_MAX
          Maximum value: function return value to assign in a Set Fields action.
static int AR_FUNCTION_MIN
          Minimum value: function return value to assign in a Set Fields action.
static int AR_FUNCTION_MINUTE
          Minute (0-59): function return value to assign in a Set Fields action.
static int AR_FUNCTION_MONTH
          Month (1-12): function return value to assign in a Set Fields action.
static int AR_FUNCTION_REPLACE
          char1 with char2 replaced by char3: function return value to assign in a Set Fields action.
static int AR_FUNCTION_RIGHT
          Right-most n bytes: function return value to assign in a Set Fields action.
static int AR_FUNCTION_RIGHTC
          Right-most n characters: function return value to assign in a Set Fields action.
static int AR_FUNCTION_ROUND
          Rounded value: function return value to assign in a Set Fields action.
static int AR_FUNCTION_RPAD
          char1 right-padded with char2 to n bytes: function return value to assign in a Set Fields action.
static int AR_FUNCTION_RPADC
          char1 right-padded with char2 to n characters: function return value to assign in a Set Fields action.
static int AR_FUNCTION_RTRIM
          Trailing blanks removed: function return value to assign in a Set Fields action.
static int AR_FUNCTION_SECOND
          Second (0-59): function return value to assign in a Set Fields action.
static int AR_FUNCTION_STRSTR
          Position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action.
static int AR_FUNCTION_STRSTRC
          Character position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action.
static int AR_FUNCTION_SUBSTR
          Substring from long1 to long2 (inclusive): function return value to assign in a Set Fields action.
static int AR_FUNCTION_SUBSTRC
          Substring from long1 to long2 (inclusive character position): function return value to assign in a Set Fields action.
static int AR_FUNCTION_TEMPLATE
          Apply Template char template(char/field,value,value,...) Input is vararg: arg1: template name, char or field arg2*: param value mapping, value return is char.
static int AR_FUNCTION_TIME
          Time: function return value to assign in a Set Fields action Input is timestamp and return is char.
static int AR_FUNCTION_TRUNC
          Truncated value: function return value to assign in a Set Fields action.
static int AR_FUNCTION_UPPER
          Uppercase string: function return value to assign in a Set Fields action.
static int AR_FUNCTION_WEEKDAY
          Weekday (1-7): function return value to assign in a Set Fields action.
static int AR_FUNCTION_YEAR
          Year: function return value to assign in a Set Fields action.
static int AR_GCE_OPTION_NEXT
           
static int AR_GCE_OPTION_NONE
          Option that indicated when to return GCE API, either immediate or after the next event occurs.
static int AR_GOTO_ABSOLUTE_ORDER
          In the Goto active link/filter action, skip directly to the action whose number is defined as part of the action.
static int AR_GOTO_FIELD_XREF
          In the Goto active link/filter action, skip to the action whose number is in the cross-referenced field.
static int AR_GOTO_OFFSET_BACKWARD
          In the Goto active link/filter action, skip to the action that is behind the cross-referenced field, by the specified amount.
static int AR_GOTO_OFFSET_FORWARD
          In the Goto active link/filter action, skip to the action that is ahead of the cross-referenced field, by the specified amount.
static int AR_GROUP_CATEGORY_COMPUTED
          Group is computed
static int AR_GROUP_CATEGORY_DYNAMIC
          Group is dynamic
static int AR_GROUP_CATEGORY_REGULAR
          Group is regular
static long AR_GROUP_ID_ADMINISTRATOR
           
static long AR_GROUP_ID_ASSIGNEE
           
static long AR_GROUP_ID_ASSIGNEE_GROUP
           
static long AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS
           
static long AR_GROUP_ID_CUSTOMIZE
           
static long AR_GROUP_ID_FLASH_ADMIN
           
static long AR_GROUP_ID_PUBLIC
          group-ids of the 'key' groups
static long AR_GROUP_ID_SUB_ADMINISTRATOR
           
static long AR_GROUP_ID_SUBMITTER
           
static int AR_GROUP_TYPE_CHANGE
          Group has change access to field.
static int AR_GROUP_TYPE_NONE
          Group has no access to field.
static int AR_GROUP_TYPE_VIEW
          Group has view access to field.
static int AR_HIDDEN_INCREMENT
          Specify AR_HIDDEN_INCREMENT as attribute parameter to retrieve both visible and hidden containers.
static String AR_HOME_AUDIT_CONFIGFILE
          Audit configuration filename (araudit.conf)
static String AR_HOME_AUDIT_CONFIGFILE_WIN32
          Audit configuration filename for Win32 systems (araudit.conf)
static String AR_HOME_CONFIGDIR
          Directory (/etc) containing config files.
static String AR_HOME_CONFIGDIR_WIN32
          Configuration directory for Win32 systems (conf)
static String AR_HOME_CONFIGFILE
          AR System server configuration filename (ar.conf)
static String AR_HOME_CONFIGFILE_WIN32
          AR System server configuration filename for Win32 systems (ar.cfg)
static String AR_HOME_DB_CONFIGFILE
          Database configuration filename (ardb.conf)
static String AR_HOME_DB_CONFIGFILE_WIN32
          Database configuration filename for Win32 systems (ardb.cfg)
static String AR_HOME_DEFAULT
          Default home directory (/usr/ar)
static String AR_HOME_DEFAULT_WIN32
          Default home directory for Win32 systems (c:\\arservdbcode)
static int AR_HOUR_A_DAY
          Defines hours in escalation interval time criteria.
static int AR_IMPORT_OPT_BASIC_MASK
           
static int AR_IMPORT_OPT_CREATE
          Creates new object(s)and generates an error if an object already exists.
static int AR_IMPORT_OPT_DATA_MERGE_FOR_DUP
          Merge duplicate entries
static int AR_IMPORT_OPT_DATA_NEWID_FOR_ALL
          Allways generate a new entry id for all entries
static int AR_IMPORT_OPT_DATA_NEWID_FOR_DUP
          Generate new ID for duplicate entries
static int AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP
          Overwrite existing entires
static int AR_IMPORT_OPT_DATA_REJECT_FOR_DUP
          Reject duplicate entries
static int AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR
           
static int AR_IMPORT_OPT_HANDLE_CONFLICT_MASK
           
static int AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION
           
static int AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE
           
static int AR_IMPORT_OPT_NOT_DELETE_FIELD
          Do not delete excess fields.
static int AR_IMPORT_OPT_NOT_DELETE_VUI
          Do not delete excess views
static int AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION
          Do not overwrite permissions.
static int AR_IMPORT_OPT_OVERWRITE
          Overwrites existing objects.
static int AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS
           
static int AR_IMPORT_OPT_PRESERVE_HISTORY
          Do not overwrite change history
static int AR_IMPORT_OPT_PRESERVE_INDEX
          Import option for preserving excess indexes.
static int AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE
          Import option for preserving VUI namespace (label, locale, vui-type) of VUI getting imported.
static int AR_IMPORT_OPT_WITH_APP_OWNER
           
static int AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST
          Merge workflow attachment lists
static int AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN
          Preserve all workflow attributes, EXCEPT workflow attachment lists which are handled seperately
static int AR_JOIN_DELOPTION_FORCE
          Delete individual entries even when the entry cannot be retrieved from the join schema.
static int AR_JOIN_DELOPTION_NONE
          Individual entries will be deleted only when the entry can be retrieved through the join schema.
static int AR_JOIN_OPTION_NONE
          No join option.
static int AR_JOIN_OPTION_OUTER
          Outer join.
static int AR_JOIN_SETOPTION_NONE
          Allow users to update fields used in the join criteria.
static int AR_JOIN_SETOPTION_REF
          Do not allow users to update fields used in the join criteria.
static String AR_KEY_OPERATION_CREATE
          Submit/create operation in Remedy User.
static String AR_KEY_OPERATION_DELETE
          Delete operation in Remedy User.
static String AR_KEY_OPERATION_GET
          Display/get operation in Remedy User.
static String AR_KEY_OPERATION_GETLIST
          Query list operation in Remedy User.
static String AR_KEY_OPERATION_GUIDE
          Guide operation not currently applicable in Remedy User.
static String AR_KEY_OPERATION_MERGE
          Merge operation not currently applicable in Remedy User.
static String AR_KEY_OPERATION_QUERY
          Search/query operation in Remedy User.
static String AR_KEY_OPERATION_SET
          Modify operation in Remedy User.
static String AR_KEY_OPERATION_SET_ALL
          Modify all operation in Remedy User.
static int AR_KEYWORD_APPLICATION
          The name (not label) of the currently running (client only) application.
static int AR_KEYWORD_BROWSER
          Browser type (client only)
static int AR_KEYWORD_CLIENT_TYPE
          Client type of the API program.
static int AR_KEYWORD_CURRENTWINID
          Returns the window ID of the current window.
static int AR_KEYWORD_DATABASE
          Database and version of database used on the current server.
static int AR_KEYWORD_DATE_ONLY
          Current date.
static int AR_KEYWORD_DEFAULT
          Admin-defined default for the field, if any.
static int AR_KEYWORD_ERRAPPENDMSG
          additional appended message(if any) of the error above
static int AR_KEYWORD_ERRMSG
          error message of the current workflow action Relevant only in activelink error handler
static int AR_KEYWORD_ERRNO
          errorcode of the current workflow action Relevant in both filter and activelink error handler
static int AR_KEYWORD_EVENTDATA
          The data for the event sent to the current window.
static int AR_KEYWORD_EVENTSRCWINID
          Window ID from which the event was sent.
static int AR_KEYWORD_EVENTTYPE
          The type of event sent to the current window.
static int AR_KEYWORD_FIELDHELP
          Current Field Help (client only) in the Help Text tab of the Field Properties window.
static int AR_KEYWORD_FIELDID
          Returns the field ID for the currently selected field (client only).
static int AR_KEYWORD_FIELDLABEL
          Returns the field label for the currently selected field (client only).
static int AR_KEYWORD_FIELDNAME
          Returns the field name for the currently selected field (client only).
static int AR_KEYWORD_GROUPIDS
          Ids for the groups current user is member of (returns empty string for escalations).
static int AR_KEYWORD_GROUPS
          Set of groups current user is member of.
static int AR_KEYWORD_GUIDE
          Current running guide (client only).
static int AR_KEYWORD_GUIDETEXT
          Current Guide Text (client only) entered under the Help tab when you create or modify a guide.
static int AR_KEYWORD_HARDWARE
          Hardware on which the process is running.
static int AR_KEYWORD_HOMEURL
          Base location of mid tier installation.
static int AR_KEYWORD_INBULKTRANS
          Returns an indication of whether or not currently within a bulk entry transaction (1 = Yes, 0 = No).
static int AR_KEYWORD_INCLNTMANAGEDTRANS
           
static int AR_KEYWORD_LASTCOUNT
          Number of matches to most recent search.
static int AR_KEYWORD_LASTID
          Entry ID of most recently created entry upon a successful submit operation during the user's login environment.
static int AR_KEYWORD_LASTOPENEDWINID
          Returns the window ID from last Open Window action.
static int AR_KEYWORD_LOCALE
          User locale.
static int AR_KEYWORD_NO
          No more keywords.
static int AR_KEYWORD_OPERATION
          Operation being performed.
static int AR_KEYWORD_OS
          OS and release of OS on which a process is running.
static int AR_KEYWORD_ROLES
          Set of Roles current user is member of
static int AR_KEYWORD_ROWCHANGED
          Indicates whether any row has been modified
static int AR_KEYWORD_ROWSELECTED
          Indicates whether a row in a table field was selected.
static int AR_KEYWORD_SCHEMA
          Schema currently being worked on.
static int AR_KEYWORD_SCHEMA_ALIAS
          Alias name for the current form.
static int AR_KEYWORD_SERVER
          AR System server currently being accessed.
static int AR_KEYWORD_SERVERTIMESTAMP
          Current date/time on the server (same as AR_KEYWORD_TIMESTAMP on server).
static int AR_KEYWORD_TCPPORT
          TCP/IP port of the local AR System server.
static int AR_KEYWORD_TIME_ONLY
          Current time.
static int AR_KEYWORD_TIMESTAMP
          Current date/time.
static int AR_KEYWORD_USER
          Login name of the current user.
static int AR_KEYWORD_VERSION
          Software version running on the client (active links) or server (filters and escalations).
static int AR_KEYWORD_VUI
          Name of the form view displayed in the active window (returns an empty string for filters and escalations).
static int AR_KEYWORD_VUI_TYPE
          VUI type.
static int AR_KEYWORD_WEEKDAY
          Current day of the week as a character string.
static int AR_LENGTH_UNIT_BYTE
          Server measures field in 1-byte units.
static int AR_LENGTH_UNIT_CHAR
          Server measures field in units of one server character (may be 1-4 bytes depending on server character encoding).
static int AR_LICENSE_TAG_APP
          Reserved license held by user.
static int AR_LICENSE_TAG_FULL_TEXT
          FTS license held by user.
static int AR_LICENSE_TAG_RESERVED1
          Reserved license held by user.
static int AR_LICENSE_TAG_WRITE
          Write license held by user.
static int AR_LICENSE_TYPE_FIXED
          Indicates fixed write license.
static int AR_LICENSE_TYPE_FIXED2
          Indicates fixed write license type 2.
static int AR_LICENSE_TYPE_FLOATING
          Indicates floating write license.
static int AR_LICENSE_TYPE_NONE
          Indicates no write license (read license).
static int AR_LICENSE_TYPE_RESTRICTED_READ
          Indicates restricted read license.
static int AR_LICENSE_WRITE_TIME
          int 0 - Time in minute to write in the license usage
static int AR_LIKE_ID
          Reserved for Push/Set Like Field ID.
static int AR_LIST_SCHEMA_ALL
          Retrieve all form types.
static int AR_LIST_SCHEMA_ALL_WITH_DATA
          Retrieve list of all forms with database fields.
static int AR_LIST_SCHEMA_DIALOG
          Retrieve list of all display-only forms.
static int AR_LIST_SCHEMA_DOWNLINK
          Retrieve list of all base or join forms that the form specified by the name parameter depends on.
static int AR_LIST_SCHEMA_JOIN
          Retrieves list of all join schemas.
static int AR_LIST_SCHEMA_REGULAR
          Retrieve all base forms.
static int AR_LIST_SCHEMA_UPLINK
          Retrieve list of all join forms that depend on the form specified by the name parameter.
static int AR_LIST_SCHEMA_VENDOR
          Retrieve list of all vendor schema.
static int AR_LIST_SCHEMA_VIEW
          Retrieves list of all view schemas.
static int AR_LOC_BUFFER
          Specifies you want the contents of the blob returned in a data buffer.
static int AR_LOC_FILENAME
          Specifies you want the contents of the blob returned in a file.
static int AR_LOC_NULL
          Reserved for future AR System use.
static int AR_LOCAL_TEXT_ACT_LINK_HELP
          Used to define message type as active link help text message.
static int AR_LOCAL_TEXT_ACT_LINK_MESSAGE
          Used to define message type as active link message.
static int AR_LOCAL_TEXT_ACTIVE_MESSAGE
          Used to set message as "active" in the message catalog
static int AR_LOCAL_TEXT_APPLICATION_ABOUT
          Used to define message type as Application About box message.
static int AR_LOCAL_TEXT_APPLICATION_HELP
          Used to define message type as application help text message.
static int AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
          Used to define message type for Application Index.
static int AR_LOCAL_TEXT_CONTAIN_DESC
          Used to define message type as container description message.
static int AR_LOCAL_TEXT_CONTAINER_HELP
          Used to define message type as container help text message.
static int AR_LOCAL_TEXT_CONTAINER_LABEL
          Used to define message type as container label message.
static int AR_LOCAL_TEXT_EXTERN_REPORT
          Used to define message type as external report message.
static int AR_LOCAL_TEXT_FIELD_HELP
          Used to define message type as field help text message.
static int AR_LOCAL_TEXT_FILTER_MESSAGE
          Used to define message type as filter message.
static int AR_LOCAL_TEXT_FLASHBRD_LABEL
          Used to define message type for Flashboard labels.
static int AR_LOCAL_TEXT_FLASHBRD_MESSAGE
          Used to define message type for Flashboard messages.
static int AR_LOCAL_TEXT_FORM_HELP
          Used to define message type as form help text message.
static int AR_LOCAL_TEXT_INACTIVE_MESSAGE
          Used to set message as "inactive" in the message catalog
static int AR_LOCAL_TEXT_LIST_MENU_DEFN
          Used to define message type as file list menu message.
static int AR_LOCAL_TEXT_SYSTEM_MESSAGE
          Used to define message type as system message.
static int AR_LOCAL_VARIABLE
          Local variable for filters and active links.
static int AR_LOCK_BLOCK_DELETE
          Delete the given object and all objects that are locked with same key.
static int AR_LOCK_TYPE_HIDDEN
          Lock type to export the objects with hidden-lock.
static int AR_LOCK_TYPE_MAX
          Lock type maximum for the lock level range
static int AR_LOCK_TYPE_MIN
          Lock type minimum for the lock level range
static int AR_LOCK_TYPE_NONE
          Lock type to export the objects as unlocked
static int AR_LOCK_TYPE_READONLY
          Lock type to export the objects with read-only lock.
static String AR_LOG_FILE
          Default filter log file (ar.log)
static int AR_LONGVALUE_TYPE_CHANGEDIARY
          Change diary field.
static int AR_LONGVALUE_TYPE_HELPTEXT
          Help text field.
static int AR_MAX_ACCESS_NAME_SIZE
          Maximum size of an access name type (user, group, and so on)
static int AR_MAX_ACTIONS
          Maximum number of actions performed if the condition defined by the query parameter is satisfied.
static int AR_MAX_AL_MESSAGE_SIZE
          Maximum size of an active link message.
static int AR_MAX_AUTH_SIZE
          Maximum size of an authentication string type
static int AR_MAX_AUTOMATION_SIZE
          String specifying the equation defined by the Automation action, including nested methods and the assignment if any.
static long AR_MAX_BLOB_SIZE
          Maximum size of attachment BLOB (2147483647L)
static int AR_MAX_BUFFER_SIZE
          Reserved for future AR System use.
static int AR_MAX_CMENU_SIZE
          Maximum size of a character menu value.
static int AR_MAX_COLFLD_COLLENGTH
          Maximum data size displayed in a column.
static int AR_MAX_COM_ID_SIZE
          String specifying the unique ID assigned to this server in the registry, for the interface that owns the OLE Automation method, length limited by AR_MAX_COM_ID_SIZE (128 bytes).
static int AR_MAX_COM_METHOD_NAME
          Name of the OLE Automation method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes)
static int AR_MAX_COM_NAME
          String specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes).
static int AR_MAX_COMMAND_SIZE
          Maximum size of a user command string.
static int AR_MAX_COMMAND_SIZE_LONG
          Maximum size of a RunProcess command string.
static int AR_MAX_CORE_FIELD_ID
           
static int AR_MAX_CURRENCY_CODE_SIZE
          Maximum data size of ISO currency code .
static int AR_MAX_DDE_ITEM
          Maximum size of a DDE item string.
static int AR_MAX_DDE_NAME
          Maximum size of a DDE service/topic name.
static int AR_MAX_DEFAULT_SIZE
          Value to apply if a user submits an entry with no field value (applicable for data fields only).
static int AR_MAX_EMAIL_ADDR
          Maximum size of a notify email address.
static int AR_MAX_ENCRYPTED_PASSWORD_SIZE
          Maximum size of an encrypted password type
static int AR_MAX_ENTRYID_SIZE
          The ID of the entry (padded to AR_MAX_ENTRYID_SIZE).
static int AR_MAX_FILENAME_BASE
          Filename size limit (8).
static int AR_MAX_FILENAME_SIZE
          Filename size limit (12).
static int AR_MAX_FLATFILE_LIMIT
          Maximum size of flat-file database (10000000).
static int AR_MAX_FULL_FILENAME
          Filename size limit (255).
static int AR_MAX_FULLTEXT_INFO_USED
          Valid "highest" FTS tag.
static int AR_MAX_FUNCTION_USED
          Set to code for "highest" function: function return value to assign in a Set Fields action.
static int AR_MAX_GOTOGUIDE_LABEL_SIZE
          Maximum size of Go To Guide label (128).
static int AR_MAX_GROUPLIST_SIZE
          Maximum size of the group list field.
static int AR_MAX_HOSTID_SIZE
          Maximum size of a host id type
static int AR_MAX_INDEX_BYTES
          Maximum bytes in ALL columns in an index.
static int AR_MAX_INDEX_FIELDS
          Set of zero or more indexes to create for the form.
static int AR_MAX_KEYWORD_USED
          Sets to code for "highest" keyword.
static int AR_MAX_LANG_SIZE
          Maximum size of a language name.
static int AR_MAX_LEVELS_DYNAMIC_MENU
          Max levels for Dynamic Query and SQL menu.
static int AR_MAX_LICENSE_KEY_SIZE
          Maximum size of license key type
static int AR_MAX_LICENSE_NAME_SIZE
          Maximum size of license name type
static int AR_MAX_LOCAL_VARIABLES
          Maximum number of local variables.
static int AR_MAX_MACRO_VALUE
          Maximum size of a macro value.
static int AR_MAX_MENU_ITEMS
          Maximum number of menu items in any single menu for character field default sets.
static int AR_MAX_MENU_LEVELS
          Maximum number of menu levels for character field default sets.
static int AR_MAX_MESSAGE_SIZE
          Maximum length of text that augments the message text.
static int AR_MAX_MULT_ENTRIES
          Maximum number of entries that can be handled by a multiple entries call.
static int AR_MAX_NAME_CHARACTERS
          Maximum number of characters an object name can have.
static int AR_MAX_NAME_SIZE
          Screen label for the field (applicable for data fields only).
static int AR_MAX_NOTIFY_LINE
          Maximum number of a value line when values are formatted for a notification.
static int AR_MAX_NOTIFY_SIZE
          Maximum number of a notify text line.
static int AR_MAX_NOTIFY_USER
          Maximum number of a notify user line.
static int AR_MAX_PASSWORD_SIZE
          Maximum size of an password type
static int AR_MAX_PATTERN_SIZE
          Maximum number of a character limit pattern.
static int AR_MAX_PICKLIST_SIZE
           
static int AR_MAX_RELATED_SIZE
          Maximum number of related-to field.
static long AR_MAX_RESERVED_FIELD_ID
          Internal ID of the field to create.
static int AR_MAX_SCHEMAID_SIZE
          Maximum size of schema ID in flat file schema cache.
static int AR_MAX_SDESC_SIZE
          Combined length of all specified fields, including separator characters, can be up to 255 bytes (limited by AR_MAX_SDESC_SIZE.
static int AR_MAX_SERVER_INFO_USED
          Set to code for "highest" server info.
static int AR_MAX_SERVER_SIZE
          Maximum size of a server name cache.
static int AR_MAX_SERVER_STAT_USED
          Set to code for "highest" server statistics.
static int AR_MAX_STD_DATA_TYPE
          the maxium value for the standard AR data type
static int AR_MAX_SUBJECT_SIZE
          Maximum size of a notify subject line.
static int AR_MAX_TABLENAME_SIZE
          Maximum external table name size.
static int AR_MAX_TBLFLD_NUMCOLS
          Maximum columns in a table field.
static int AR_MAX_TBLFLD_RETROWS
          Maximum rows returned in a refresh.
static int AR_MAX_WAIT_CONT_TITLE_SIZE
          Maximum size of Label for Continue Button label in Wait active link action (64).
static int AR_MAXQUEUES
          Max number of RPC queues
static int AR_MENU_APPEND
          Menu text is added to any text already in the field.
static int AR_MENU_FILE_CLIENT
          Location of file menu on system where Remedy User client is running.
static int AR_MENU_FILE_SERVER
          Location of file menu on AR System server system.
static int AR_MENU_OVERWRITE
          Menu text replaces any text already in the field.
static int AR_MENU_REFRESH_CONNECT
          Refresh the menu only when form opened.
static int AR_MENU_REFRESH_INTERVAL
          Refresh first time menu opened and every 15 minutes thereafter.
static int AR_MENU_REFRESH_OPEN
          Refresh every time menu is opened.
static int AR_MENU_TYPE_MENU
          Top- or intermediate-level menu item.
static int AR_MENU_TYPE_NONE
          No menu item.
static int AR_MENU_TYPE_VALUE
          Leaf-level menu item.
static int AR_MERGE_ENTRY_DUP_ERROR
          Generate an error if the Entry ID field and the ID specified already exists in the target form.
static int AR_MERGE_ENTRY_DUP_MERGE
          Update the fields specified in the existing entry if the Entry ID field and the ID specified already exists in the target form.
static int AR_MERGE_ENTRY_DUP_NEW_ID
          Create a new entry with a new ID if the Entry ID field and the ID specified already exists in the target form.
static int AR_MERGE_ENTRY_DUP_OVERWRITE
          Delete the existing entry and create a new one in its place if the Entry ID field and the ID specified already exists in the target form.
static int AR_MERGE_ENTRY_GEN_NEW_ID
          Always generate a new Entry ID for the record.
static int AR_MERGE_NO_PATTERNS_INCREMENT
          Skip field pattern checking (including $MENU$) in the merge
static int AR_MERGE_NO_REQUIRED_INCREMENT
          Allow NULL in required fields in the merge (not applicable for the Submitter, Status, or Short-Description core fields)
static int AR_MULTI_MATCH_ERROR
          Return an error if multiple matches occur.
static int AR_MULTI_MATCH_MODIFY_ALL
          Modify all matching entries (Push Fields action only) if multiple matches occur.
static int AR_MULTI_MATCH_NO_ACTION
          Do nothing (Push Fields action only) if multiple matches occur.
static int AR_MULTI_MATCH_PICKLIST
          Display a selection list (active links only) if multiple matches occur.
static int AR_MULTI_MATCH_SET_NULL
          Assign NULL (Set Fields action only) if multiple matches occur.
static int AR_MULTI_MATCH_USE_FIRST
          Assign a value from the first matching entry if multiple matches occur.
static int AR_MULTI_MATCH_USE_LOCALE
          Use First Matching Request based on Locale (set fields only)
static int AR_MULTI_SCHEMA_JOIN_INNER
          Inner join.
static int AR_MULTI_SCHEMA_JOIN_LEFT
          Left outer join.
static int AR_MULTI_SCHEMA_JOIN_RIGHT
          Right outer join.
static int AR_NATIVE_ENCRYPTION
          When exporting a definition, encrypts certain active link and char menu commands using native encryption.
static int AR_NO_LICENSE_DB_COUNT
          Maximum bytes for RDBMS solution if server has not license.
static int AR_NO_LICENSE_DB_LIMIT
          Maximum bytes for flat-file database if server has not license.
static int AR_NO_MATCH_ERROR
          Return an error if no matches occur.
static int AR_NO_MATCH_NO_ACTION
          Do nothing (Push Fields action only) if no matches occur.
static int AR_NO_MATCH_SET_NULL
          Assign NULL (Set Fields action only) if no matches occur.
static int AR_NO_MATCH_SUBMIT
          Submit a new entry (Push Fields action only) if no matches occur.
static int AR_NO_MAX_LIST_RETRIEVE
          Specifies no maximum limit for number of entries retrieved by get list.
static int AR_NOTIFY_NONE
          Indicates no notifications will be sent.
static int AR_NOTIFY_PRIORITY_MAX
          Reserved for future AR System use.
static int AR_NOTIFY_VIA_DEFAULT
          Notifications sent according to setting for the user in the User form.
static int AR_NOTIFY_VIA_EMAIL
          Notifications sent through email.
static int AR_NOTIFY_VIA_NOTIFIER
          Notifications sent to Notification Event form or the Remedy Alert client.
static int AR_NOTIFY_VIA_XREF
          Notifications sent according to specified field cross-reference for notify mechanism.
static int AR_NUM_CORE_FIELDS
           
static int AR_OPERATION_CREATE
          Execute the filter on create operations.
static int AR_OPERATION_DELETE
          Execute the filter on delete operations.
static int AR_OPERATION_GET
          Execute the filter on get operations.
static int AR_OPERATION_GUIDE
          Execute the filter in a filter guide.
static int AR_OPERATION_MERGE
          Execute the filter on merge operations.
static int AR_OPERATION_NONE
          Do not execute the filter.
static int AR_OPERATION_SERVICE
          Execute the filter on a Service
static int AR_OPERATION_SET
          Execute the filter on set operations.
static int AR_OPROP_APP_WEB_ALIAS
          (CHAR) Unique Application Alias used while deploying JSP page for the Web Server.
static int AR_OPROP_CACHE_DISP_PROP
          Bit mask for cache VUI and Field display properties.
static int AR_OPROP_COPYRIGHT
          (CHAR) Server object property tag indicates the copyright string.
static int AR_OPROP_CORE_FIELDS_OPTION_MASK
          (ULONG32) Server object property tag indicates the core fields options for a form.
static int AR_OPROP_FORM_NAME_WEB_ALIAS
          (CHAR) Unique Form Alias used while deploying JSP page for the Web Server.
static int AR_OPROP_GUID
          (CHAR) Server object property tag indicates the globally unique identifier for the object.
static int AR_OPROP_GUIDE_PARAMETERS
          Parameterized Guides
static int AR_OPROP_INTEGRITY_KEY
          (CHAR) The integrity key for the lite AR Server.
static int AR_OPROP_INTERVAL_VALUE
          (INT) Interval value used to indicate the time interval between an active link's timed executions.
static int AR_OPROP_MAX_VENDOR_TEMP_TABLES
          Property used to indicate the maximum number of temp tables that will be created for a vendor form.
static int AR_OPROP_NEXT_ID_BLOCK_SIZE
          (INT) Server object property tag indicates the Next ID block size override for a form.
static int AR_OPROP_POOL_NUMBER
          (INT) Server object property tag indicates the number of the pool the object is a member of.
static int AR_OPROP_SCC_DATA_LOCATION
          (CHAR) Server object property tag indicates the location within the source code control (SCC) system where the data or entries stored in a form under revision control.
static int AR_OPROP_SCC_DATA_LOCKED_BY
          (CHAR) Server object property tag indicates the name of the user who has "locked" the data or entries stored in a form under revision control.
static int AR_OPROP_SCC_DATA_TIMESTAMP
          (CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.
static int AR_OPROP_SCC_DATA_USER
          (TIME) Server object property tag indicates the source code control (SCC) username for the data or entries stored in a form under revision control.
static int AR_OPROP_SCC_DATA_VERSION
          (CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.
static int AR_OPROP_SCC_LOCATION
          (CHAR) Server object property tag indicates the location within the source code control (SCC) system where the object may be found.
static int AR_OPROP_SCC_LOCKED_BY
          (CHAR) Server object property tag indicates the name of user who has locked the object.
static int AR_OPROP_SCC_TIMESTAMP
          (TIME) Server object property tag indicates the source code control (SCC) timestamp.
static int AR_OPROP_SCC_USER
          (CHAR) Server object property tag indicates the source code control (SCC) username.
static int AR_OPROP_SCC_VERSION
          (CHAR) Server object property tag indicates the version of the source code control (SCC) system.
static int AR_OPROP_VENDOR_NAME
          (CHAR) Server object property tag indicates the vendor name.
static int AR_OPROP_VENDOR_PRODUCT
          (CHAR) Server object property tag indicates the product name.
static int AR_OPROP_VENDOR_VERSION
          (CHAR) Server object property tag indicates the vendor version.
static int AR_OPROP_VIEW_LABEL_WEB_ALIAS
          (CHAR) Unique View Label Alias used while deploying JSP page for the Web Server.
static int AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA
          (CHAR) Sample Server and Schema name for ELSE Window open action in Advanced Mode.
static int AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA
          (CHAR) Sample Server and Schema name for IF Window open action in Advanced Mode.
static int AR_ORDER_MAX
          Maximum value allowed of filter/active link execution order (0-1000).
static int AR_PATTERN_KEY_ALNUM
          User must enter a keyword value pattern of alphabetic characters and digits (and blank space) ( $ALNUM$) into the character field.
static int AR_PATTERN_KEY_ALPHA
          User must enter a keyword value pattern of alphabetic characters (and blank space) ( $ALPHA$) into the character field.
static int AR_PATTERN_KEY_DIGIT
          User must enter a keyword value pattern of digits ($DIGIT$) into the character field.
static int AR_PATTERN_KEY_LOWER
          User must enter a keyword value pattern of any character ($LOWER$) except uppercase letters into the character field.
static int AR_PATTERN_KEY_MENU
          User must enter a keyword value pattern that matches an item defined in the menu attached to the field ($MENU$) into the character field.
static int AR_PATTERN_KEY_PRINT
          User must enter a keyword value pattern of printable characters ($PRINT$) into the character field.
static int AR_PATTERN_KEY_UPPER
          User must enter a keyword value pattern of any character ($UPPER$) except lowercase letters into the character field.
static int AR_PERMISSIONS_CHANGE
          Group has read-write access to the field.
static int AR_PERMISSIONS_HIDDEN
          Group cannot see the schema or container.
static int AR_PERMISSIONS_NONE
          Group has no access to the object.
static int AR_PERMISSIONS_VIEW
          Group has read-only access to the field.
static int AR_PERMISSIONS_VISIBLE
          Group can see the schema or container.
static int AR_PRECISION_NONE
          No precision value that limits the number of decimal places displayed in the user's view of real number field.
static int AR_PREF_SERVER_USE_NOT_THIS_SERVER
           
static int AR_PREF_SERVER_USE_THIS_SERVER
           
static int AR_PREF_SERVER_USER_OPTION
           
static int AR_QBE_MATCH_ANYWHERE
          LIKE %value% operation to perform on QBE screen.
static int AR_QBE_MATCH_EQUAL
          = operation to perform on QBE screen.
static int AR_QBE_MATCH_LEADING
          LIKE value% operation to perform on QBE screen.
static int AR_QUALCONTEXT_ACTIVE_LINK
          in Util class used to parse a qualification from an active link.
static int AR_QUALCONTEXT_DEFAULT
           
static int AR_QUALCONTEXT_ESCALATION
          in Util class used to parse a qualification from an escalation.
static int AR_QUALCONTEXT_FILTER
          in Util class used to parse a qualification from a filter.
static int AR_QUALCONTEXT_MENU_DEFS
          in Util class used to parse a qualification from a search menu.
static int AR_QUERY
          Query another schema for filters or active links.
static int AR_QUERY_VALUE_MULTI_ERROR
          Returns an error message and stops processing in workflow if multiple matches are found in selected form.
static int AR_QUERY_VALUE_MULTI_FIRST
          Inserts the value of the first request that meets the qualification if multiple matches are found in selected form.
static int AR_QUERY_VALUE_MULTI_SET
          Assigns a NULL value to all of the fields that you are setting if multiple matches are found in selected form.
static int AR_REL_OP_EQUAL
          Tests whether the left operand is equal to the right operand.
static int AR_REL_OP_GREATER
          Tests whether the left operand is greater than the right operand.
static int AR_REL_OP_GREATER_EQUAL
          Tests whether the left operand is greater than or is equal to the right operand.
static int AR_REL_OP_IN
          Tests whether the left operand is in a subset of data returned by the right operand.
static int AR_REL_OP_LESS
          Tests whether the left operand is less than the right operand.
static int AR_REL_OP_LESS_EQUAL
          Tests whether the left operand is less than or is equal to the right operand.
static int AR_REL_OP_LIKE
          Tests whether the left operand is LIKE the pattern defined by the right operand.
static int AR_REL_OP_NOT_EQUAL
          Tests whether the left operand is not equal to the right operand.
static int AR_REL_OP_NOT_IN
          Tests whether the left operand is not in a subset of data returned by the right operand.
static int AR_REPORT_ATTR_BOTTOM
          Specify the number of blank lines you want at the bottom of each page of your report (including the footer, if any).
static int AR_REPORT_ATTR_CHAR_ENCODING
          character encoding
static int AR_REPORT_ATTR_CHARS
          Specify the maximum number of characters on a line.
static int AR_REPORT_ATTR_COL_SEP
          Specify characters to be used as separators between columns in a column or compressed text formatted report.
static int AR_REPORT_ATTR_COMPRESSED
          Creates report in compressed format with commas between the columns (or with white space or any other specified character between the columns).
static int AR_REPORT_ATTR_ENTRYIDS
          For web reporting, specifies entry IDs to use for the report.
static int AR_REPORT_ATTR_FILENAME
          For Crystal reports, defines file name for external report.
static int AR_REPORT_ATTR_FOOTER
          Footer that appears at bottom of every page of report in Remedy User.
static int AR_REPORT_ATTR_HEADER
          Header that appears at top of every page of report in Remedy User.
static int AR_REPORT_ATTR_IDLIST
          Fields to include in the report from the Field List in the upper half of the dialog box.
static int AR_REPORT_ATTR_LAYOUT
          Specify layout of report.
static int AR_REPORT_ATTR_LEFT
          Specify the number of blank character units you want from the left edge of the page.
static int AR_REPORT_ATTR_LINES
          Specifies how many lines of page the report will occupy.
static int AR_REPORT_ATTR_LOCATION
          For web reporting, specifies where the report is stored, for example, Local disk, Report Form, and so on.
static int AR_REPORT_ATTR_NAME
          Name of report.
static int AR_REPORT_ATTR_ONE_REC_PER_PAGE
          Forces a page break after each request.
static int AR_REPORT_ATTR_OPERATION
          For web reporting, specifies what operation to do with the report, for example, Run, Create, Edit.
static int AR_REPORT_ATTR_PAGE_BREAKS
          Specify where page breaks appear in report.
static int AR_REPORT_ATTR_PRINT_ORIENT
          Specify whether print orientation is portrait or landscape.
static int AR_REPORT_ATTR_QUERY
          For web reporting, specifies query to use for the report.
static int AR_REPORT_ATTR_QUERY_OVERRIDE
          For web reporting, specifies whether or not the query sent to the report should override a query that may already be stored in the report.
static int AR_REPORT_ATTR_RIGHT
          Specify the number of blank character units you want from the right edge of the page.
static int AR_REPORT_ATTR_SCHEMANAME
          For web reporting, specifies schema name to use for the report.
static int AR_REPORT_ATTR_SERVERNAME
          For web reporting, specifies server name to use for the report.
static int AR_REPORT_ATTR_TITLE
          Title that appears at top of report in Remedy User.
static int AR_REPORT_ATTR_TITLE_SEP_CHAR
          Specify characters to be uses to separate the column title (the field name) from the data below.
static int AR_REPORT_ATTR_TOP
          Specify the number of blank lines you want at the top of each page of your report (including the header and title, if any).
static int AR_REPORT_ATTR_TYPE
          For Crystal reports, defines report type.
static int AR_REPORT_COL_TITLE_PER
          Specify where column title appears in the report.
static int AR_REPORT_LOCATION_EMBEDDED
          Report stored on AR System server.
static int AR_REPORT_LOCATION_FIELD
          Reserved for future AR System use.
static int AR_REPORT_LOCATION_LOCAL
          Report stored on local disk.
static int AR_REPORT_LOCATION_REPORTING_FORM
          Report stored on the reporting server in the Report form.
static int AR_REPORT_LONG_FIELD_FORMAT
          Specify whether to wrap or truncate long field format.
static int AR_REPORT_REC_SEP
          Specify characters you want to use to separate requests.
static int AR_RESERV_ALERT_COLUMN_CREATEDATE
          Create Date is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_FORM
          Form is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_MESSAGE
          Message is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_PRIORITY
          Priority is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_READ
          Read is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_REQUEST
          Request is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_SERVER
          Server is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_COLUMN_SOURCE
          Source is one of the reserved fields in the Alert List table.
static int AR_RESERV_ALERT_FORM
          Form is one of the reserved fields in the Alert Events form.
static int AR_RESERV_ALERT_LIST_QLV
          List is one of the reserved fields in the Alert Events form.
static int AR_RESERV_ALERT_MESSAGE
          Message is one of the reserved fields in the Alert Events form.
static int AR_RESERV_ALERT_PRIORITY
          Priority is one of the reserved fields in the Alert Events form.
static int AR_RESERV_ALERT_REQUEST
          Request is one of the reserved fields in the Alert Events form.
static int AR_RESERV_ALERT_SERVER
          Server is one of the reserved fields in the Alert Events form.
static int AR_RESERV_APP_LICENSE
           
static int AR_RESERV_ASSIGNED_GROUP
          Field 112 (row level access).
static int AR_RESERV_AUTH_STRING
           
static int AR_RESERV_AUTH_USER_NAME
           
static long AR_RESERV_AUTO_GUID
           
static long AR_RESERV_AUTO_GUID_MAX
           
static long AR_RESERV_AUTO_GUID_MIN
           
static long AR_RESERV_BAO_CONFIG_NAME
           
static long AR_RESERV_BAO_GRIDNAME
          Ids for AR BAO Configuration form
static long AR_RESERV_BAO_LOCATION
           
static long AR_RESERV_BAO_USERNAME
           
static int AR_RESERV_CHANGE_DIARY
          reserved for Distributed Server
static int AR_RESERV_COMPUTED_GROUP_LIST
           
static int AR_RESERV_COMPUTED_GROUP_QUAL
           
static long AR_RESERV_CURRENCY_ACTIVE
           
static long AR_RESERV_CURRENCY_CODE
           
static long AR_RESERV_CURRENCY_DATE
           
static long AR_RESERV_CURRENCY_FROM
           
static long AR_RESERV_CURRENCY_LABEL
           
static long AR_RESERV_CURRENCY_LOCALE
           
static long AR_RESERV_CURRENCY_PRECISION
           
static long AR_RESERV_CURRENCY_RATIO
           
static long AR_RESERV_CURRENCY_TO
           
static long AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS
          Reserved field IDs to identify the Developer Studio Active Links view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS
          Reserved field IDs to identify the Developer Studio Containers view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES
          Reserved field IDs to identify the Developer Studio Encoded Structures view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS
          Reserved field IDs to identify the Developer Studio Escalations view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS
          Reserved field IDs to identify the Developer Studio Fields view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS
          Reserved field IDs to identify the Developer Studio Filters view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS
          Reserved field IDs to identify the Developer Studio Forms view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES
          Reserved field IDs to identify the Developer Studio Images view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS
          Reserved field IDs to identify the Developer Studio Menus view form
static long AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS
          Reserved field IDs to identify the Developer Studio Object Relationships view form
static int AR_RESERV_EMAIL
           
static int AR_RESERV_ENCRYPTED_STRING
           
static int AR_RESERV_FORCE_PWD_CHANGE
           
static long AR_RESERV_FORM_ACTION_CLEAR
          Clear is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_HELP
          Form Help is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_HOMEPAGE
          Homepage is a reserved field for the homepage button.
static long AR_RESERV_FORM_ACTION_MODE
          Mode is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_MODIFY
          Modify is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_MODIFYALL
          Modify All is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_NEWREQUEST
          New Request is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_NEWSEARCH
          New Search is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_QUERY
          Query is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_QUERYBAR
          Query Bar is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_QUICKREPORT
          Macros: Web Reporting [Quick Reports]
static long AR_RESERV_FORM_ACTION_SAVEDSEARCHES
          Saved Searches
static long AR_RESERV_FORM_ACTION_SETDEFAULT
          Set to Default is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_SHOW_STATHST
          Show Status History is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_ACTION_SUBMIT
          Submit is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static long AR_RESERV_FORM_RESULTS_LIST
          Results List is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
static int AR_RESERV_FTS_FORM_SEARCH
          Reserved display only field - full text form search.
static int AR_RESERV_GROUP_CATEGORY
           
static long AR_RESERV_GROUP_DYNAMIC_MAX
          Reserved maximum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers
static long AR_RESERV_GROUP_DYNAMIC_MIN
          Reserved minimum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers
static int AR_RESERV_GROUP_FLOATING_FTS_LIC
           
static int AR_RESERV_GROUP_FLOATING_LIC
           
static int AR_RESERV_GROUP_ID
           
static int AR_RESERV_GROUP_LIST
          Field 104 (group list field).
static int AR_RESERV_GROUP_NAME
           
static int AR_RESERV_GROUP_TYPE
           
static int AR_RESERV_GUID
          Reserved for the GUID (Globally Unique ID) field of the current schema object.
static int AR_RESERV_HELP
           
static int AR_RESERV_HOLIDAY_LEVEL
           
static int AR_RESERV_HOLIDAY_LIST
          reserved for Business Time support Holiday
static long AR_RESERV_HOMEPAGE_FIELD
          Id for home page field
static long AR_RESERV_HOMEPAGE_SUBSET
          Id to subset what's displayed in App List
static int AR_RESERV_INSTANCE_ID
           
static int AR_RESERV_LAST_PWD_CHANGE
           
static int AR_RESERV_LIC_ASSET
           
static int AR_RESERV_LIC_CHANGE
           
static int AR_RESERV_LIC_FULL_TEXT
           
static int AR_RESERV_LIC_RESERVED1
           
static int AR_RESERV_LICENSE_TYPE
           
static int AR_RESERV_LOCALE_BIN_ATTACH_LABEL
           
static int AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL
           
static int AR_RESERV_LOCALE_LOCALIZED_SCHEMA
           
static int AR_RESERV_LOCALE_MSG_TYPE_MENU
           
static int AR_RESERV_LOCALE_RETURNED_VALUE_LABEL
           
static long AR_RESERV_MENU_ADVANCED_SEARCH
          Reserved field id for Advanced Search selection.
static long AR_RESERV_MENU_APPLY
          Reserved field id for Apply selection.
static long AR_RESERV_MENU_CLEARALL
          Reserved field id for Clear All selection.
static long AR_RESERV_MENU_DELETE
          Reserved field id for Delete selection.
static long AR_RESERV_MENU_HELP
          Reserved field id for Help selection.
static long AR_RESERV_MENU_HOME
          Reserved field id for Home selection.
static long AR_RESERV_MENU_LOGOUT
          Reserved field id for Logout selection.
static long AR_RESERV_MENU_MENU
          Reserved field id for Menu selection.
static long AR_RESERV_MENU_MIN
          Base number for the range of client menu item definitions.
static long AR_RESERV_MENU_MODIFYALL
          Reserved field id for Modify All selection.
static long AR_RESERV_MENU_NEW_REQUEST
          Reserved field id for New Request selection.
static long AR_RESERV_MENU_NEW_SEARCH
          Reserved field id for New Search selection.
static long AR_RESERV_MENU_POLLING
          Reserved field id for Polling selection.
static long AR_RESERV_MENU_PREFERENCES
          Reserved field id for Preferences selection.
static long AR_RESERV_MENU_PRINT
          Reserved field id for Print selection.
static long AR_RESERV_MENU_REPORTING
          Reserved field id for Reporting selection.
static long AR_RESERV_MENU_SAVED_SEARCH
          Reserved field id for saved search.
static long AR_RESERV_MENU_SEARCH
          Reserved field id for Search selection.
static long AR_RESERV_MENU_SETDEFAULT
          Reserved field id for Set Default selection.
static long AR_RESERV_MENU_SHOW_STAT_HIST
          Reserved field id for Show Status History selection.
static long AR_RESERV_MENU_TOOLBAR
          Reserved field id for Toolbar selection.
static int AR_RESERV_METADATA_ACTLINK
           
static int AR_RESERV_METADATA_ACTLINK_AUTO
           
static int AR_RESERV_METADATA_ACTLINK_CALL
           
static int AR_RESERV_METADATA_ACTLINK_DDE
           
static int AR_RESERV_METADATA_ACTLINK_GOTO
           
static int AR_RESERV_METADATA_ACTLINK_MACRO
           
static int AR_RESERV_METADATA_ACTLINK_MACRO_PARM
           
static int AR_RESERV_METADATA_ACTLINK_MAPPING
           
static int AR_RESERV_METADATA_ACTLINK_MESSAGE
           
static int AR_RESERV_METADATA_ACTLINK_OPEN
           
static int AR_RESERV_METADATA_ACTLINK_PROCESS
           
static int AR_RESERV_METADATA_ACTLINK_PUSH
           
static int AR_RESERV_METADATA_ACTLINK_SERVICEACTION
           
static int AR_RESERV_METADATA_ACTLINK_SET
           
static int AR_RESERV_METADATA_ACTLINK_SET_CHAR
           
static int AR_RESERV_METADATA_ACTLINK_SQL
           
static int AR_RESERV_METADATA_ACTLINK_WAIT
           
static int AR_RESERV_METADATA_ARCONTAINER
           
static int AR_RESERV_METADATA_ARREFERENCE
           
static int AR_RESERV_METADATA_ARSCHEMA
           
static int AR_RESERV_METADATA_CHAR_MENU
           
static int AR_RESERV_METADATA_CHAR_MENU_LIST
           
static int AR_RESERV_METADATA_CNTNR_OWNR_OBJ
           
static int AR_RESERV_METADATA_ESCAL_MAPPING
           
static int AR_RESERV_METADATA_ESCALATION
           
static int AR_RESERV_METADATA_FIELD
           
static int AR_RESERV_METADATA_FIELD_CHAR
           
static int AR_RESERV_METADATA_FIELD_CURR
           
static int AR_RESERV_METADATA_FIELD_DISPPROP
           
static int AR_RESERV_METADATA_FIELD_ENUM
           
static int AR_RESERV_METADATA_FIELD_ENUM_VALUES
           
static int AR_RESERV_METADATA_FIELD_TABLE
           
static int AR_RESERV_METADATA_FILTER
           
static int AR_RESERV_METADATA_FILTER_CALL
           
static int AR_RESERV_METADATA_FILTER_GOTO
           
static int AR_RESERV_METADATA_FILTER_LOG
           
static int AR_RESERV_METADATA_FILTER_MAPPING
           
static int AR_RESERV_METADATA_FILTER_MESSAGE
           
static int AR_RESERV_METADATA_FILTER_NOTIFY
           
static int AR_RESERV_METADATA_FILTER_PROCESS
           
static int AR_RESERV_METADATA_FILTER_PUSH
           
static int AR_RESERV_METADATA_FILTER_SERVICEACTION
           
static int AR_RESERV_METADATA_FILTER_SET
           
static int AR_RESERV_METADATA_FILTER_SQL
           
static int AR_RESERV_METADATA_IMAGE
           
static int AR_RESERV_METADATA_SCHEMA_ARCHIVE
           
static int AR_RESERV_METADATA_SCHEMA_AUDIT
           
static int AR_RESERV_METADATA_SCHEMA_JOIN
           
static int AR_RESERV_METADATA_VENDOR_MAPPING
           
static int AR_RESERV_METADATA_VIEW_MAPPING
           
static int AR_RESERV_METADATA_VUI
           
static int AR_RESERV_NUM_DAYSTOEXPIRE
           
static int AR_RESERV_NUM_WARN_DAYS
           
static int AR_RESERV_OBJECT_ID
           
static int AR_RESERV_OPROP
           
static int AR_RESERV_PASSWORD
           
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN
          Reserved field IDs to identify Admin preferences schema
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT
          Reserved field IDs to identify Alert preferences schema
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON
          Reserved field IDs to identify Common preferences schema
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES
          Reserved field IDs to identify preferences schema who holds preference files (i.e.
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR
          Reserved field IDs to identify Migrator preferences schema
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_USER
          Reserved field IDs to identify User preferences schema
static long AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER
          Reserved field IDs to identify Webtier preferences schema
static int AR_RESERV_PWD_CHANGE_CONFIRM
           
static long AR_RESERV_ROLE_MAPPING_STATE_MAX
          Reserved maximum value in range for role state mapping field ids
static long AR_RESERV_ROLE_MAPPING_STATE_MIN
          Reserved minimum value in range for role state mapping field ids
static long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX
          Reserved maximum field IDs unique within a schema, but not across schemas.
static long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN
          Reserved minimum field IDs unique within a schema, but not across schemas.
static long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX
          reserved maximum field id for Searches Preference forms
static long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN
          reserved minimum field id for Searches Preference forms
static long AR_RESERV_SEARCH_PREF_DISABLE
          enabled/disabled state of this search
static long AR_RESERV_SEARCH_PREF_FORM
          form this search is associated with
static long AR_RESERV_SEARCH_PREF_NAME
          Search Name
static long AR_RESERV_SEARCH_PREF_QUALIFICATION
          search criteria
static long AR_RESERV_SEARCH_PREF_SERVER
          server on which the associated form resides
static long AR_RESERV_SEARCH_PREF_TYPE
          search type:recent, user-defined, admin-defined
static long AR_RESERV_SEARCH_PREF_USER
          User this search belongs to
static int AR_RESERV_SETFIELD_SCHEMA_NAME
          reserved for SetField action
static int AR_RESERV_TEMP_RESULT
           
static int AR_RESERV_USER_NAME
          field-ids of the user/group fields These ids are reserved for defining users and groups within the AR system
static int AR_RESERV_USER_NOTIFY
           
static int AR_RESERV_VIEWSEL_ACTOR
           
static int AR_RESERV_VIEWSEL_ACTOR_VIEW
           
static int AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL
           
static int AR_RESERV_VIEWSEL_MAX
           
static int AR_RESERV_VIEWSEL_USER_APP_ACTOR
          Reserved range for user-actor based view selection
static int AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER
           
static long AR_RESERV_WEIGHT
          Reserved display only field - weight.
static int AR_RESERV_WORKDAY_CLOSE_FRI_0
           
static int AR_RESERV_WORKDAY_CLOSE_FRI_1
           
static int AR_RESERV_WORKDAY_CLOSE_FRI_2
           
static int AR_RESERV_WORKDAY_CLOSE_MON_0
           
static int AR_RESERV_WORKDAY_CLOSE_MON_1
           
static int AR_RESERV_WORKDAY_CLOSE_MON_2
           
static int AR_RESERV_WORKDAY_CLOSE_SAT_0
           
static int AR_RESERV_WORKDAY_CLOSE_SAT_1
           
static int AR_RESERV_WORKDAY_CLOSE_SAT_2
           
static int AR_RESERV_WORKDAY_CLOSE_SUN_0
           
static int AR_RESERV_WORKDAY_CLOSE_SUN_1
           
static int AR_RESERV_WORKDAY_CLOSE_SUN_2
           
static int AR_RESERV_WORKDAY_CLOSE_THURS_0
           
static int AR_RESERV_WORKDAY_CLOSE_THURS_1
           
static int AR_RESERV_WORKDAY_CLOSE_THURS_2
           
static int AR_RESERV_WORKDAY_CLOSE_TUES_0
           
static int AR_RESERV_WORKDAY_CLOSE_TUES_1
           
static int AR_RESERV_WORKDAY_CLOSE_TUES_2
           
static int AR_RESERV_WORKDAY_CLOSE_WED_0
           
static int AR_RESERV_WORKDAY_CLOSE_WED_1
           
static int AR_RESERV_WORKDAY_CLOSE_WED_2
           
static int AR_RESERV_WORKDAY_LEVEL
          Workday
static int AR_RESERV_WORKDAY_OFFSET_HOURS
           
static int AR_RESERV_WORKDAY_OPEN_FRI_0
           
static int AR_RESERV_WORKDAY_OPEN_FRI_1
           
static int AR_RESERV_WORKDAY_OPEN_FRI_2
           
static int AR_RESERV_WORKDAY_OPEN_MON_0
           
static int AR_RESERV_WORKDAY_OPEN_MON_1
           
static int AR_RESERV_WORKDAY_OPEN_MON_2
           
static int AR_RESERV_WORKDAY_OPEN_SAT_0
           
static int AR_RESERV_WORKDAY_OPEN_SAT_1
           
static int AR_RESERV_WORKDAY_OPEN_SAT_2
           
static int AR_RESERV_WORKDAY_OPEN_SUN_0
           
static int AR_RESERV_WORKDAY_OPEN_SUN_1
           
static int AR_RESERV_WORKDAY_OPEN_SUN_2
           
static int AR_RESERV_WORKDAY_OPEN_THURS_0
           
static int AR_RESERV_WORKDAY_OPEN_THURS_1
           
static int AR_RESERV_WORKDAY_OPEN_THURS_2
           
static int AR_RESERV_WORKDAY_OPEN_TUES_0
           
static int AR_RESERV_WORKDAY_OPEN_TUES_1
           
static int AR_RESERV_WORKDAY_OPEN_TUES_2
           
static int AR_RESERV_WORKDAY_OPEN_WED_0
           
static int AR_RESERV_WORKDAY_OPEN_WED_1
           
static int AR_RESERV_WORKDAY_OPEN_WED_2
           
static int AR_RESERV_ZTEMP
           
static int AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID
          Reserved field ids to identify a shadow form for archive & audit
static int AR_RESERVE_ARCHIVE_CREATE_DATE
           
static int AR_RESERVE_AUDIT_ACTION
           
static int AR_RESERVE_AUDIT_FIELDS_CHANGED
           
static int AR_RESERVE_AUDIT_FORM_NAME
           
static int AR_RESERVE_AUDIT_GUID_FIELD
           
static int AR_RESERVE_AUDIT_JOIN_KEY
           
static int AR_RESERVE_AUDIT_LAST_CHANGED
           
static int AR_RESERVE_AUDIT_LOG
           
static int AR_RESERVE_AUDIT_LOG_KEY1
          Reserved fields that are part of Log forms
static int AR_RESERVE_AUDIT_LOG_KEY2
           
static int AR_RESERVE_AUDIT_LOG_KEY3
           
static int AR_RESERVE_AUDIT_MOD_DATE
           
static int AR_RESERVE_AUDIT_USER
           
static String AR_RESERVED1_SERVER_TYPE
          Name of Remedy Flashboards license
static int AR_RETURN_ACCESSIBLE
          status message for client accessibility
static int AR_RETURN_BAD_STATUS
          Invalid status parameter - operation cancelled.
static int AR_RETURN_ERROR
          Operation failed - status contains one or more error messages and may also contain warning or informational messages.
static int AR_RETURN_FATAL
          Operation failed - status may contain one or more messages.
static int AR_RETURN_OK
          Operation successful - status may contain one or more informational messages.
static int AR_RETURN_PROMPT
          Status for the active link action.
static int AR_RETURN_TOOLTIP
          Status for the active link message action type Tooltip
static int AR_RETURN_WARNING
          Operation successful, but some problem encountered - status contains one or more warning messages and may also contain informational messages.
static int AR_ROLLBACK_CLIENT_TRANSACTION
           
static int AR_SAVE_LOGIN_ADMIN_NO_SAVE
          Admin overrides user login, but does not force save.
static int AR_SAVE_LOGIN_ADMIN_SAVE
          Admin overrides user login, forces save.
static int AR_SAVE_LOGIN_USER_OPTION
          Lets user define whether to save login user options.
static int AR_SCHEMA_CLEAN_DELETE
          Delete schema only when there is no dependency and there is no data in the schema.
static int AR_SCHEMA_DATA_DELETE
          Delete schema even there is data Only applicable for regular schema.
static int AR_SCHEMA_DIALOG
           
static int AR_SCHEMA_FORCE_DELETE
          Delete schema even there is dependency.
static int AR_SCHEMA_JOIN
           
static int AR_SCHEMA_MAX_SCHEMA_TYPE
          List the maximum type of schema.
static int AR_SCHEMA_NONE
          NULL schema.
static int AR_SCHEMA_REGULAR
           
static int AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS
          Indicates if fields with conflicting ids should be deleted when establishing schema inheritance
static int AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING
          Dependant fields should be removed during field deletion caused by mapping removal
static int AR_SCHEMA_SET_NONE
          Default schema set option
static int AR_SCHEMA_SHADOW_DELETE
          Delete archive/audit from even if it is enabled or part of a lock object
static int AR_SCHEMA_VENDOR
           
static int AR_SCHEMA_VIEW
           
static int AR_SERVER_INFO_ACTLINK_DIR
          Name of a directory where all external processes to be run by active links must reside.
static int AR_SERVER_INFO_ACTLINK_SHELL
          Name of a shell to use when running external processes from an active link.
static int AR_SERVER_INFO_ADMIN_ONLY
          Flag indicating whether the server is in Administrator Only mode (1) or not (0).
static int AR_SERVER_INFO_ADMIN_OP_PROGRESS
          char - admin op (such as import) progress indicator string Non-empty value when import operation is in progress; Otherwise NULL
static int AR_SERVER_INFO_ADMIN_OP_TRACKING
          int - admin op (such as import) should provide progress info 0 - No (default) 1 - Yes
static int AR_SERVER_INFO_ADMIN_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_ALERT_LOG_FILE
          File used for alert (notification) log.
static int AR_SERVER_INFO_ALERT_LOG_FORM
          char - form name for logging alert
static int AR_SERVER_INFO_ALERT_OUTBOUND_PORT
          Alert outbound port.
static int AR_SERVER_INFO_ALERT_SCHEMA
          Name of schema holding the alert events.
static int AR_SERVER_INFO_ALERT_SEND_TIMEOUT
          Number of seconds allowed sending alert
static int AR_SERVER_INFO_ALERT_SOURCE_AR
          AR System source tag.
static int AR_SERVER_INFO_ALERT_SOURCE_FB
          Flashboards source tag.
static int AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS
          Backquotes allowed in process names
static int AR_SERVER_INFO_ALLOW_GUESTS
          Flag indicating whether the server accepts guest users.
static int AR_SERVER_INFO_AP_DEFN_CHECK
          Length of time in seconds between checks by an application service to verify that definitions it is using from the AR System are correct.
static int AR_SERVER_INFO_AP_LOG_FILE
          Name of the file to use if approval tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_AP_RPC_SOCKET
          RPC program number the approval server will use when contacting the AR System.
static int AR_SERVER_INFO_API_LOG_FILE
          Name of the file to use if API tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_API_LOG_FORM
          char - form name for logging api
static int AR_SERVER_INFO_APP_SERVICE_PASSWD
          AR System Application Service password.
static int AR_SERVER_INFO_APPL_PENDING
          The name of the form that contains the pending list of application commands to be processed.
static int AR_SERVER_INFO_APPLICATION_AUDIT
          (character string) Application license audit line.
static int AR_SERVER_INFO_ARFORK_LOG_FILE
          Name of fork log file.
static int AR_SERVER_INFO_ARSIGNALD_LOG_FILE
          Name of arsignald log file.
static int AR_SERVER_INFO_AUTH_CHAINING_MODE
           
static int AR_SERVER_INFO_CACHE_DISP_PROP
          int 0 - not cache Display Props int 1 - cache VUI Display Props
static int AR_SERVER_INFO_CACHE_LOG_FILE
          Obsolete server option.
static int AR_SERVER_INFO_CACHE_MODE
          Mode of the definition cache 0 = production 1 = development
static int AR_SERVER_INFO_CACHE_SEG_SIZE
          Obsolete server option.
static int AR_SERVER_INFO_CANCEL_QUERY
          Cancels query on Remedy User client.
static int AR_SERVER_INFO_CASE_SENSITIVE
          Value indicating whether the underlying database is case-sensitive.
static int AR_SERVER_INFO_CHECK_ALERT_USERS
          Checks alert users.
static int AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT
          Maximum allowed time to hold a transaction before time our happens and transaction gets rolled back
static int AR_SERVER_INFO_CLUSTERED_INDEX
          Value that indicates whether a clustered index is created on the Entry-Id field when a new form is created.
static int AR_SERVER_INFO_CMDB_INSTALL_DIR
          char - CMDB install directory (not used by the server)
static int AR_SERVER_INFO_COMMON_LOG_FORM
          char - common log form name
static int AR_SERVER_INFO_CONFIG_FILE
          Path to ar.conf
static int AR_SERVER_INFO_CURR_PART_DATE_STR
          Currency "DATE" string
static int AR_SERVER_INFO_CURR_PART_TYPE_STR
          Currency "TYPE" string
static int AR_SERVER_INFO_CURR_PART_VALUE_STR
          Currency "VALUE" string
static int AR_SERVER_INFO_CURRENCY_INTERVAL
          Currency ratio client - refresh interval(minutes)
static int AR_SERVER_INFO_DB_CHAR_SET
          Server's database character set
static int AR_SERVER_INFO_DB_CONNECTION_RETRIES
          Number of server database connection retries
static int AR_SERVER_INFO_DB_FREESPACE
           
static int AR_SERVER_INFO_DB_MAX_ATTACH_SIZE
          int - size limit for attachments in Oracle database
static int AR_SERVER_INFO_DB_MAX_TEXT_SIZE
          int - size limit for long character data in Oracle database
static int AR_SERVER_INFO_DB_NAME
          Name of the underlying SQL database (not applicable for Oracle® databases).
static int AR_SERVER_INFO_DB_PASSWORD
          database password associated with the ARSystem database or tablespace (applicable to Sybase and Oracle databases only).
static int AR_SERVER_INFO_DB_TYPE
          Underlying database type (character string).
static int AR_SERVER_INFO_DB_USER
          User name the Action Request System uses to access the underlying database.
static int AR_SERVER_INFO_DB_VERSION
          Underlying database version (character string).
static int AR_SERVER_INFO_DB2_DB_ALIAS
          DB2 database alias
static int AR_SERVER_INFO_DB2_SERVER
          DB2 server name
static int AR_SERVER_INFO_DBCONF
          Complete contents of the db.conf (ardb.cfg) file.
static int AR_SERVER_INFO_DBHOME_DIR
          Home directory for the underlying database (applicable for SQL databases only).
static int AR_SERVER_INFO_DEBUG_GROUPID
          ID of the group whose members are allowed to retrieve server logging information.
static int AR_SERVER_INFO_DEBUG_MODE
          Indicates the server debug modes: 0 enables SQL tracing (applicable for SQL databases only).
static int AR_SERVER_INFO_DEFAULT_ORDER_BY
          Integer (1 or 0) indicating the default order of requests in a form when issuing ARGetListEntry calls, so that the sorting is done on the database and before the results are returned.
static int AR_SERVER_INFO_DEFAULT_WEB_PATH
          Default path for web access.
static int AR_SERVER_INFO_DELAY_RECACHE_TIME
          Seconds before admin cache becomes shared cache
static int AR_SERVER_INFO_DELAYED_CACHE
          Flag indicating whether to disable recacheing of the shared cache after a time-out (1) or not (0).
static int AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES
          Default list of allowable currencies
static int AR_SERVER_INFO_DFLT_FUNC_CURRENCIES
          Default list of functional currencies
static int AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS
          Disables admin operations.
static int AR_SERVER_INFO_DISABLE_ALERTS
          Disables alerts.
static int AR_SERVER_INFO_DISABLE_ARCHIVE
          Disables archive.
static int AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS
          int - audit only changed fields
static int AR_SERVER_INFO_DISABLE_ESCALATIONS
          Disables escalations.
static int AR_SERVER_INFO_DISABLE_FTS_INDEXER
          Disables FTS Indexer.
static int AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS
          int - Disables non-unicode clients.
static int AR_SERVER_INFO_DISABLED_CLIENT
          Disallows certain client types from the server.
static int AR_SERVER_INFO_DS_LOG_FILE
          Name of the file to use if distributed server tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_DS_MAPPING
          Name of the form that contains distributed mapping definitions (applicable for Distributed Server Option only).
static int AR_SERVER_INFO_DS_PENDING
          Name of the form that contains the pending operation list (applicable for Distributed Server Option only).
static int AR_SERVER_INFO_DS_PENDING_ERR
          char - name of DSO pending error schema
static int AR_SERVER_INFO_DS_POOL
          Name of schema holding distributed mappings.
static int AR_SERVER_INFO_DS_RPC_SOCKET
          Specific server socket to use for the distributed server.
static int AR_SERVER_INFO_DS_SVR_LICENSE
          Distributed server license type (character string).
static int AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL
          Interval (sec) for checking cache schema
static int AR_SERVER_INFO_DSO_DEST_PORT
          TCP port that the distributed server option uses to communicate with the AR System server.
static int AR_SERVER_INFO_DSO_ERROR_RETRY
           
static int AR_SERVER_INFO_DSO_LOG_ERR_FORM
          int - 0 - do not log errors to DSO Pending Errors form, 1 - log errors
static int AR_SERVER_INFO_DSO_LOG_LEVEL
          int - DSO log level
static int AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL
          int - DSO main thread polling interval.
static int AR_SERVER_INFO_DSO_MARK_PENDING_RETRY
          Indicates to mark the pending items for retry
static int AR_SERVER_INFO_DSO_MAX_QUERY_SIZE
          int - maximum number of pending records per query
static int AR_SERVER_INFO_DSO_MERGE_STYLE
          Integer (1 or 0) indicating the merge style to use for the Distributed Server Option.
static int AR_SERVER_INFO_DSO_PLACEHOLDER_MODE
          Placeholder mode for DSO.
static int AR_SERVER_INFO_DSO_POLLING_INTERVAL
          How often to poll DSO server.
static int AR_SERVER_INFO_DSO_RPCPROG_NUM
          RPC number for the local ARServer for DSO
static int AR_SERVER_INFO_DSO_SOURCE_SERVER
          Source AR System server for DSO.
static int AR_SERVER_INFO_DSO_TARGET_CONNECTION
          String of AR System target server name, RPC, and port number.
static int AR_SERVER_INFO_DSO_TARGET_PASSWD
          Password for DSO Target server.
static int AR_SERVER_INFO_DSO_TIMEOUT_NORMAL
          Number of seconds for the timeout DSO uses when making API calls.
static int AR_SERVER_INFO_DSO_USER_PASSWD
          DSO User password.
static int AR_SERVER_INFO_EA_GROUP_MAPPING
          char - ExtAuth ldapGroupName/ARGroupName pairs
static int AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS
          int - Ignore Excess Groups for external authentication 0 - No (default) 1 - Yes
static int AR_SERVER_INFO_EA_RPC_SOCKET
          RPC socket number on which an external authentication server awaits requests for authentication.
static int AR_SERVER_INFO_EA_RPC_TIMEOUT
          RPC timeout (seconds) used when making calls to the authentication (AREA) server (for example, 30 seconds).
static int AR_SERVER_INFO_EA_SYNC_TIMEOUT
          Internal (seconds) the AR System server uses to periodically invoke the external authentication server's AREANeedToSyncCallback() function, which instructs the AR System server to renew its internally stored user information in the event there are changes made to the source used to authenticate users.
static int AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL
          0 == use new email, 1 == use old email
static int AR_SERVER_INFO_EMAIL_FROM
          Sender name to use for filter-generated email notifications where no subject is specified.
static int AR_SERVER_INFO_EMAIL_IMPORT_FORM
          0 == don't import email forms, 1 == import
static int AR_SERVER_INFO_EMAIL_LINE_LEN
          Maximum line length of e-mail messages.
static int AR_SERVER_INFO_EMAIL_SYSTEM
          Character string that indicates the email system on UNIX.
static int AR_SERVER_INFO_EMAIL_TIMEOUT
          Length of time in seconds before the system closes the pipe to sendmail to unblock the AR System server.
static int AR_SERVER_INFO_EMBEDDED_SQL
          Value indicating whether the underlying SQL database is embedded (bundled with the Action Request System).
static int AR_SERVER_INFO_ENC_ALGORITHM
          char - Encryption Algorithm (DES/RC4/AES
static int AR_SERVER_INFO_ENC_DATA_ENCR_ALG
          API data encryption algorithm.
static int AR_SERVER_INFO_ENC_DATA_KEY_EXP
          Time until the encrypted API session key expires.
static int AR_SERVER_INFO_ENC_LEVEL
          char - Encryption Level (Standard/Perf/Premium)
static int AR_SERVER_INFO_ENC_LEVEL_INDEX
          char - Encryption Level index value
static int AR_SERVER_INFO_ENC_PUB_KEY
          AR System server's public key.
static int AR_SERVER_INFO_ENC_PUB_KEY_ALG
          Server's public key encryption algorithm.
static int AR_SERVER_INFO_ENC_PUB_KEY_EXP
          Time (seconds) until the server's public/private keys expire.
static int AR_SERVER_INFO_ENC_SEC_POLICY
          Security policy.
static int AR_SERVER_INFO_ENC_SESS_H_ENTRIES
          Number of encryption session hash entries.
static int AR_SERVER_INFO_ENCRYPT_AL_SQL
          Obsolete server option.
static int AR_SERVER_INFO_ERROR_EXCEPTION_LIST
          List of ";" delimited error numbers to produce diagnostics for.
static int AR_SERVER_INFO_ESCALATION_LOG_FILE
          Name of the file to use if escalation tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_ESCL_DAEMON
          Obsolete server option.
static int AR_SERVER_INFO_ESCL_LOG_FORM
          char - form name for logging escalation
static int AR_SERVER_INFO_ESCL_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_EXCEPTION_OPTION
           
static int AR_SERVER_INFO_EXPORT_SVR_OPS
          Export Server-side operations
static int AR_SERVER_INFO_EXPORT_VERSION
          Integer indicating the server's export version number.
static int AR_SERVER_INFO_EXT_AUTH_CAPABILITIES
           
static int AR_SERVER_INFO_FAST_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_FILT_MAX_STACK
          Maximum number of levels of recursion allowed for a given operation.
static int AR_SERVER_INFO_FILT_MAX_TOTAL
          Maximum number of filters that the server will execute for a given operation.
static int AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT
          Timeout associated with calls to the filter API.
static int AR_SERVER_INFO_FILTER_LOG_FILE
          Name of the file to use if filter tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_FILTER_LOG_FORM
          char - form name for logging filter
static int AR_SERVER_INFO_FIPS_CLIENT_MODE
          char - FIPS Client Mode
static int AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX
          char - FIPS Dual Mode index value
static int AR_SERVER_INFO_FIPS_MODE_INDEX
          char - FIPS Server Mode index value
static int AR_SERVER_INFO_FIPS_SERVER_MODE
          char - FIPS Server Mode
static int AR_SERVER_INFO_FIPS_STATUS
          char - FIPS Status
static int AR_SERVER_INFO_FIRE_ESCALATIONS
          int - indicates the escalation/s to fire
static int AR_SERVER_INFO_FIXED_LICENSE
          number of fixed user licenses (int).
static int AR_SERVER_INFO_FLASH_DAEMON
          Obsolete server option.
static int AR_SERVER_INFO_FLASH_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_FLOAT_LICENSE
          Number of floating write licenses defined.
static int AR_SERVER_INFO_FLOAT_TIMEOUT
          Number of hours the server waits before disconnecting inactive users.
static int AR_SERVER_INFO_FLUSH_LOG_LINES
          Force flush of every logged line.
static int AR_SERVER_INFO_FT_CASE_SENSITIVITY
          int - Full text case sensitivity option.
static int AR_SERVER_INFO_FT_COLLECTION_DIR
          char - full text collection directory
static int AR_SERVER_INFO_FT_CONFIGURATION_DIR
          char - full text configuration directory
static int AR_SERVER_INFO_FT_DISABLE_SEARCH
          int - Disables full text searching.
static int AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD
          int - number of index changes before index optimization occurs
static int AR_SERVER_INFO_FT_RECOVERY_INTERVAL
          int - minimum number of minutes between full text indexing failure recovery attempts
static int AR_SERVER_INFO_FT_REINDEX
          int - initiates full text reindexing with a value of 1
static int AR_SERVER_INFO_FT_SEARCH_MATCH_OP
          int - Full text match option.
static int AR_SERVER_INFO_FT_SERVER_NAME
          char - hostname for FT SearchServer
static int AR_SERVER_INFO_FT_SERVER_PORT
          int - TCP PORT for FT SearchServer
static int AR_SERVER_INFO_FT_STOP_WORDS
          char - semicolon delimited full text stop words
static int AR_SERVER_INFO_FT_TEMP_DIR
          char - full text temporary file directory
static int AR_SERVER_INFO_FT_THRESHOLD_HIGH
          int - threshold value for not performing complex full text search
static int AR_SERVER_INFO_FT_THRESHOLD_LOW
          int - threshold value for using temporary tables in full text search
static int AR_SERVER_INFO_FTEXT_FIXED
          Number of fixed Full Text Search licenses defined.
static int AR_SERVER_INFO_FTEXT_FLOAT
          Number of floating Full Text Search licenses defined.
static int AR_SERVER_INFO_FTEXT_TIMEOUT
          Number of hours the server waits before disconnecting inactive users with Full Text Search licenses.
static int AR_SERVER_INFO_FTINDEXER_LOG_FILE
          File name of full text indexer log file.
static int AR_SERVER_INFO_FTINDX_LOG_FORM
          char - form name for logging ftindex
static int AR_SERVER_INFO_FULL_HOSTNAME
          Full DNS host name of the server ("long" machine name).
static int AR_SERVER_INFO_G_CACHE_CHANGE
          Time of the last change to the group cache.
static int AR_SERVER_INFO_GENERAL_AUTH_ERR
           
static int AR_SERVER_INFO_GUESTS_RESTRICT_READ
          int - Restricted Read to guest user 0 - No (default) 1 - Yes
static int AR_SERVER_INFO_GUID_PREFIX
          char - two-character string used as prefix for generated GUIDs
static int AR_SERVER_INFO_HARDWARE
          Server hardware type (character string).
static int AR_SERVER_INFO_HOMEPAGE_FORM
          Name of the Home Page form.
static int AR_SERVER_INFO_HOSTNAME
          Host name of the server ("short" machine name).
static int AR_SERVER_INFO_INFORMIX_DBN
          Informix database server name.
static int AR_SERVER_INFO_INFORMIX_RELAY_MOD
          Character string that indicates the Informix relay module.
static int AR_SERVER_INFO_INFORMIX_TBC
          Informix configuration file.
static int AR_SERVER_INFO_INGRES_VNODE
          Obsolete server option.
static int AR_SERVER_INFO_INIT_FORM
          Initial Form" to be loaded on Login
static int AR_SERVER_INFO_IP_NAMES
          IP addresses that are accepted as current svr
static int AR_SERVER_INFO_JAVA_VM_OPTIONS
          Java vm options
static int AR_SERVER_INFO_LIST_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_LOCALIZED_SERVER
          Localized server option for localized messages.
static int AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE
          What to log while executing locked workflow 0 - names only 1 - encrypted workflow log
static int AR_SERVER_INFO_LOG_FORM_SELECTED
          int - bit mask to indicate form selected - default or common form.
static int AR_SERVER_INFO_LOG_TO_FORM
          int - bit mask value each logtype to enable logging to form
static int AR_SERVER_INFO_LOGFILE_APPEND
          Integer (0/1) value that indicates whether to create a separate *.bak file or to append to the existing log file.
static int AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE
          Maximum size of audit log file.
static int AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS
          Maximum number of concurrent client managed transactions
static int AR_SERVER_INFO_MAX_ENTRIES
          Maximum number of entries returned by a single query.
static int AR_SERVER_INFO_MAX_F_DAEMONS
          Obsolete server option.
static int AR_SERVER_INFO_MAX_L_DAEMONS
          Obsolete server option.
static int AR_SERVER_INFO_MAX_LOG_FILE_SIZE
          Maximum size for system log files.
static int AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS
          int - maximum number of login attempts allowed (due to bad passwords)
static int AR_SERVER_INFO_MAX_RECURSION_LEVEL
          int - max depth for the heirarchical query
static int AR_SERVER_INFO_MAX_SCHEMAS
          Maximum number of forms allowed.
static int AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES
          int - default value for the maximum number of temp tables to be created for a vendor form.
static int AR_SERVER_INFO_MESSAGE_CAT_SCHEMA
          Name of message catalog schema for localized messages.
static int AR_SERVER_INFO_MID_TIER_PASSWD
          Mid-tier password.
static int AR_SERVER_INFO_MINIMUM_API_VER
          is a value indicating the minimum API version that the server is allowed to support.
static int AR_SERVER_INFO_MINIMUM_CMDB_API_VER
          int - minimum CMDB API version that server will communicate with
static int AR_SERVER_INFO_MULT_ASSIGN_GROUPS
          Multiple assign groups for Field 112 (row level access).
static int AR_SERVER_INFO_MULTI_SERVER
          Integer (0/1) value indicating the use of the multi-server option.
static int AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS
          int - multiple servers on the same host 0 - No (default) 1 - Yes
static int AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE
          int - size of nextId block
static int AR_SERVER_INFO_NEXT_ID_COMMIT
          int 0 - Don't commit nextID int 1 - Do commit nextID
static int AR_SERVER_INFO_NFY_TCP_PORT
          TCP port that the Notifier server will use.
static int AR_SERVER_INFO_NOTIF_SEND_TIMEOUT
          Number of seconds to wait before sending timeout.
static int AR_SERVER_INFO_NOTIFY_WEB_PATH
          char - web path for email notifications
static int AR_SERVER_INFO_OBJ_RESERVATION_MODE
          int - 0 - not disabled, 10 enforced
static int AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT
          int - number of rows fetched at one time from Oracle database
static int AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW
          int - Oracle Clob use IN ROW storage 0 - No (default) 1 - Yes
static int AR_SERVER_INFO_ORACLE_CURSOR_SHARE
          The value of Oracle parameter cursor_sharing
static int AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB
          Support search on Oracle CLOB field.
static int AR_SERVER_INFO_ORACLE_SID
          System ID of the Oracle database you are accessing.
static int AR_SERVER_INFO_ORACLE_TWO_T
          The two-task environment setting for remote access to an Oracle database.
static int AR_SERVER_INFO_OS
          Character string that indicates the server operating system which includes the version number.
static int AR_SERVER_INFO_PER_THREAD_LOGS
          Enable per-thread logs.
static int AR_SERVER_INFO_PLUGIN_ALIAS
          List of plug-in aliases.
static int AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT
          int - Default timeout for plugin server
static int AR_SERVER_INFO_PLUGIN_LIST
          char - Semicolon delimited list of server plugins
static int AR_SERVER_INFO_PLUGIN_LOG_FILE
          Log file name for arplugin.
static int AR_SERVER_INFO_PLUGIN_LOG_LEVEL
          int - default 1000 values between 100 - 1000
static int AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC
          RPC program number that plug-ins use when contacting the AR System via the API.
static int AR_SERVER_INFO_PLUGIN_PASSWD
          Plug-in server's password.
static int AR_SERVER_INFO_PLUGIN_PATH_LIST
          char - Semicolon delimited list of server plugin paths
static int AR_SERVER_INFO_PLUGIN_PORT
          int - TCP port for plugin server
static int AR_SERVER_INFO_PLUGIN_TARGET_PASSWD
          Password used by plug-in server clients.
static int AR_SERVER_INFO_PREF_SERVER_OPTION
           
static int AR_SERVER_INFO_PREFERENCE_PRIORITY
          Priority number for preference server.
static int AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS
          int - no.
static int AR_SERVER_INFO_PRELOAD_NUM_THREADS
          int - no.
static int AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY
          int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init
static int AR_SERVER_INFO_PS_RPC_SOCKET
          RPC program number and port pairs the Private Servers will use.
static int AR_SERVER_INFO_RE_LOG_DIR
          char - Reconciliation Engine log directory (not used by the server)
static int AR_SERVER_INFO_RECORD_OBJECT_RELS
          int 0 - do not record object relationships int 1 - record object relationships
static int AR_SERVER_INFO_REGISTER_PORTMAPPER
          Flag indicating whether to register with the portmapper (1) or not (0).
static char AR_SERVER_INFO_REGISTRY_LOCATION
          char - location of Registry Server.
static int AR_SERVER_INFO_REGISTRY_PASSWORD
          char - Registry Admin Password.
static int AR_SERVER_INFO_REGISTRY_USER
          char - Registry Admin User.
static int AR_SERVER_INFO_REM_SERV_ID
          AR System server ID associated with the license (character string).
static int AR_SERVER_INFO_REM_WKFLW_PASSWD
          Remote workflow passwd
static int AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD
          Remote workflow passwds for other servers
static int AR_SERVER_INFO_RESERV1_A
          (integer) Number of fixed reserve licenses.
static int AR_SERVER_INFO_RESERV1_B
          (integer) Number of floating reserve licenses.
static int AR_SERVER_INFO_RESERV1_C
          (integer) Number of admin reserve licenses.
static int AR_SERVER_INFO_ROLE_CHANGE
          Last role change
static int AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT
          int - size limit of rpc data sent to the server
static int AR_SERVER_INFO_RPC_NON_BLOCKING_IO
           
static int AR_SERVER_INFO_SAVE_LOGIN
          Value indicating whether users must log in to client tools: 0 is controlled by user (default setting).
static int AR_SERVER_INFO_SCC_COMMENT_CHECKIN
          Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkin time.
static int AR_SERVER_INFO_SCC_COMMENT_CHECKOUT
          Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkout time.
static int AR_SERVER_INFO_SCC_ENABLED
          Value indicating whether a source code control system is being used with the AR System.
static int AR_SERVER_INFO_SCC_INTEGRATION_MODE
          Integer (0 or 1) value indicating the level of source code control integration.
static int AR_SERVER_INFO_SCC_PROVIDER_NAME
          Character string for the source code control system provider name.
static int AR_SERVER_INFO_SCC_TARGET_DIR
          Character string for the source code control system target directory.
static int AR_SERVER_INFO_SERVER_DIR
          Data directory for the AR System.
static int AR_SERVER_INFO_SERVER_IDENT
          Unique identifier for the server (character string).
static int AR_SERVER_INFO_SERVER_LANG
          Local language setting of the server.
static int AR_SERVER_INFO_SERVER_LICENSE
          Server license type (character string).
static int AR_SERVER_INFO_SERVER_NAME
          Alias server name that is always interpreted as the current server.
static int AR_SERVER_INFO_SERVER_TIME
          AR System server time.
static int AR_SERVER_INFO_SERVERGROUP_INTERVAL
          Interval (seconds) for server group checking.
static int AR_SERVER_INFO_SERVERGROUP_LOG_FILE
          File name of server group log file.
static int AR_SERVER_INFO_SERVERGROUP_MEMBER
          Server group member flag.
static int AR_SERVER_INFO_SERVERGROUP_NAME
          Name of server group.
static int AR_SERVER_INFO_SET_PROC_TIME
          Number of seconds the server waits before ending a set fields process that has not completed.
static int AR_SERVER_INFO_SG_ADMIN_SERVER_NAME
          Name of server in server group owning Administration operation.
static int AR_SERVER_INFO_SG_ADMIN_SERVER_PORT
          Port number of server in server group owning Administration operation.
static int AR_SERVER_INFO_SG_AIE_STATE
          int - state of server group AIE process 0 = no server group 1 = suspended 2 = resumed
static int AR_SERVER_INFO_SG_EMAIL_STATE
          State of server group email process 0 = no server group 1 = suspended 2 = resumed
static int AR_SERVER_INFO_SG_FLASHBOARDS_STATE
          State of server group flashboards process 0 = no server group 1 = suspended 2 = resumed
static int AR_SERVER_INFO_SHARED_CACHE
          Obsolete server option.
static int AR_SERVER_INFO_SHARED_LIB
          char - The name of the cmdb shared library to be loaded by the server
static int AR_SERVER_INFO_SHARED_LIB_PATH
          char - Additional path environment settings for cmdb shared library
static int AR_SERVER_INFO_SHARED_MEM
          (UNIX only) A flag indicating whether the shared memory is disabled or enabled.
static int AR_SERVER_INFO_SQL_LOG_FILE
          Name of the file to use if SQL tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_SQL_LOG_FORM
          char - form name for logging sql
static int AR_SERVER_INFO_SSTABLE_CHUNK_SIZE
          max sstable chunk (0 means unlimited)
static int AR_SERVER_INFO_STRUCT_CHANGE
          Last structure change (for this run of the server).
static int AR_SERVER_INFO_SUBMITTER_MODE
          Submitter of an entry must have a license to modify it.
static int AR_SERVER_INFO_SUPPRESS_WARN
          Series of zero or more message numbers (separated by spaces) that identify the informational or warning messages that the system suppresses.
static int AR_SERVER_INFO_SVR_EVENT_LIST
          List of server events to record.
static int AR_SERVER_INFO_SVR_SEC_CACHE
          (integer) Ties security cache to specific server name (0/1).
static int AR_SERVER_INFO_SVR_STATS_REC_INTERVAL
          Recording interval (seconds) of server event statistics: 0 = No server statistics recording 1 = Cumulative server queue statistics 2 = Individual and cumulative server queue statistics
static int AR_SERVER_INFO_SVR_STATS_REC_MODE
          Recording mode for server events statistics.
static int AR_SERVER_INFO_SVRGRP_LOG_FORM
          char - form name for logging servergroup
static int AR_SERVER_INFO_SYBASE_CHARSET
          Character set being used to access a Sybase database.
static int AR_SERVER_INFO_SYBASE_SERV
          Sybase logical server name.
static int AR_SERVER_INFO_SYS_LOGGING_OPTIONS
           
static int AR_SERVER_INFO_TCD_TCP_PORT
          TCP port for arservtcd thread.
static int AR_SERVER_INFO_THREAD_LOG_FILE
          Name of the file to use if thread tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE) (Windows only).
static int AR_SERVER_INFO_THREAD_LOG_FORM
          char - form name for logging thread
static int AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF
          Two digit year cutoff.
static int AR_SERVER_INFO_U_CACHE_CHANGE
          Time of the last change to the user cache.
static int AR_SERVER_INFO_UNQUAL_QUERIES
          Indicates whether the server allows unqualified queries.
static int AR_SERVER_INFO_USE_CON_NAME_IN_STATS
          int 0 - use default server name in statistics entries int 1 - use server connect name in statistics entries
static int AR_SERVER_INFO_USE_ETC_PASSWD
          Indicates whether the /etc/passwd file is used to validate users not registered with the AR System (UNIX only).
static int AR_SERVER_INFO_USER_CACHE_UTILS
          Flag indicating whether the ARCACHE and ARRELOAD utilities are enabled.
static int AR_SERVER_INFO_USER_INFO_LISTS
          (integer) Number of User/NotifyUser hash lists
static int AR_SERVER_INFO_USER_INST_TIMEOUT
          (integer) Timeout interval to flush user instances in User Cache hash lists.
static int AR_SERVER_INFO_USER_LOG_FILE
          Name of the file to use if user tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
static int AR_SERVER_INFO_USER_LOG_FORM
          char - form name for logging user
static int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE
          int - 0 - not disabled, 10 enabled
static int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF
          int - 0 - save, 10 do not save
static int AR_SERVER_INFO_VERSION
          AR System server version (character string).
static int AR_SERVER_INFO_WFD_QUEUES
          int - request list of debug queues
static int AR_SERVER_INFO_XREF_PASSWORDS
          Indicates whether the /etc/passwd file is cross-referenced if an AR System user has no password (UNIX only).
static int AR_SERVER_STAT_API_REQUESTS
          (integer) Total number of API requests received.
static int AR_SERVER_STAT_API_TIME
          (integer) Total processor time spent performing API function calls.
static int AR_SERVER_STAT_BAD_PASSWORD
          (integer) Total number of times an incorrect password was specified during login.
static int AR_SERVER_STAT_CACHE_TIME
          (integer) Total processor time spent loading the internal arserver cache.
static int AR_SERVER_STAT_CPU
          (integer) Total CPU time used by the server.
static int AR_SERVER_STAT_CREATE_E_COUNT
          (integer) Total number of calls made to the ARCreateEntry function.
static int AR_SERVER_STAT_CREATE_E_TIME
          (integer) Total processor time spent performing the ARCreateEntry function.
static int AR_SERVER_STAT_CURRENT_USERS
          (integer) Total number of users currently accessing the system.
static int AR_SERVER_STAT_DELETE_E_COUNT
          (integer) Total number of calls made to the ARDeleteEntry function.
static int AR_SERVER_STAT_DELETE_E_TIME
          (integer) Total processor time spent performing the ARDeleteEntry function.
static int AR_SERVER_STAT_E_STATS_COUNT
          (integer) Total number of calls made to the ARGetEntryStatistics function.
static int AR_SERVER_STAT_E_STATS_TIME
          (integer) Total processor time spent performing the ARGetEntryStatistics function.
static int AR_SERVER_STAT_ENTRY_TIME
          (integer) Total processor time spent performing API function calls that manipulate entries.
static int AR_SERVER_STAT_ESCL_DISABLE
          (integer) Total number of escalations that were evaluated but skipped because they were marked disabled.
static int AR_SERVER_STAT_ESCL_FAILED
          (integer) Total number of escalations that were skipped (qualification criteria not met).
static int AR_SERVER_STAT_ESCL_FIELDP
          (integer) Total number of push fields escalation actions performed.
static int AR_SERVER_STAT_ESCL_FIELDS
          (integer) Total number of set fields escalation actions performed.
static int AR_SERVER_STAT_ESCL_LOG
          (integer) Total number of log escalation actions performed.
static int AR_SERVER_STAT_ESCL_NOTIFY
          (integer) Total number of notify escalation actions performed.
static int AR_SERVER_STAT_ESCL_PASSED
          (integer) Total number of escalations that were executed (qualification criteria met).
static int AR_SERVER_STAT_ESCL_PROCESS
          (integer) Total number of run process escalation actions performed.
static int AR_SERVER_STAT_ESCL_SQL
          (integer) Total number of direct SQL escalation actions performed.
static int AR_SERVER_STAT_ESCL_TIME
          (integer) Total processor time spent checking and processing escalations.
static int AR_SERVER_STAT_FILTER_DISABLE
          (integer) Total number of filters that were evaluated but skipped because they were marked disabled.
static int AR_SERVER_STAT_FILTER_FAILED
          (integer) Total number of filters that were skipped (qualification criteria not met).
static int AR_SERVER_STAT_FILTER_FIELDP
          (integer) Total number of push fields filter actions performed.
static int AR_SERVER_STAT_FILTER_FIELDS
          (integer) Total number of set fields filter actions performed.
static int AR_SERVER_STAT_FILTER_LOG
          (integer) Total number of log filter actions performed.
static int AR_SERVER_STAT_FILTER_MESSAGE
          (integer) Total number of message filters actions performed.
static int AR_SERVER_STAT_FILTER_NOTIFY
          (integer) Total number of notify filters actions performed.
static int AR_SERVER_STAT_FILTER_PASSED
          (integer) Total number of filters that were executed (qualification criteria met).
static int AR_SERVER_STAT_FILTER_PROCESS
          (integer) Total number of run process filter actions performed.
static int AR_SERVER_STAT_FILTER_SQL
          (integer) Total number of direct SQL filter actions performed.
static int AR_SERVER_STAT_FILTER_TIME
          (integer) Total processor time spent checking and processing filters.
static int AR_SERVER_STAT_FTS_SRCH_COUNT
          (integer) Total number of Full Text Search operations performed.
static int AR_SERVER_STAT_FTS_SRCH_TIME
          (integer) Total processor time spent performing Full Text Search operations.
static int AR_SERVER_STAT_FULL_FIXED
          (integer) Total number of connected users with fixed Full Text Search licenses.
static int AR_SERVER_STAT_FULL_FLOATING
          (integer) Total number of connected users with floating Full Text Search licenses.
static int AR_SERVER_STAT_FULL_NONE
          (integer) Total number of connected users with no Full Text Search licenses.
static int AR_SERVER_STAT_GET_E_COUNT
          (integer) Total number of calls made to the ARGetEntry function.
static int AR_SERVER_STAT_GET_E_TIME
          (integer) Total processor time spent performing the ARGetEntry function.
static int AR_SERVER_STAT_GETLIST_E_COUNT
          (integer) Total number of calls made to the ARGetListEntry function.
static int AR_SERVER_STAT_GETLIST_E_TIME
          (integer) Total processor time spent performing the ARGetListEntry function.
static int AR_SERVER_STAT_IDLE_TIME
          (integer) Total idle time when the server is not processing any requests.
static int AR_SERVER_STAT_MERGE_E_COUNT
          (integer) Total number of calls made to the ARMergeEntry function.
static int AR_SERVER_STAT_MERGE_E_TIME
          (integer) Total processor time spent performing the ARMergeEntry function.
static int AR_SERVER_STAT_NET_RESP_TIME
          (integer) Total time spent on the network responding to the client.
static int AR_SERVER_STAT_NO_FULL_TOKEN
          (integer) Total number of times a user tried to connect and no floating Full Text Search token was available.
static int AR_SERVER_STAT_NO_WRITE_TOKEN
          (integer) Total number of times a user tried to connect and no floating write token was available.
static int AR_SERVER_STAT_NUM_THREADS
          Total number of threads in queue.
static int AR_SERVER_STAT_NUMBER_BLOCKED
          (integer) Total number of blocked processes.
static int AR_SERVER_STAT_OTHER_TIME
          (integer) Total processor time spent performing API function calls that do not manipulate entries or restructure the database.
static int AR_SERVER_STAT_RESTRUCT_TIME
          (integer) Total processor time spent performing API function calls that restructure the database.
static int AR_SERVER_STAT_SET_E_COUNT
          (integer) Total number of calls made to the ARSetEntry function.
static int AR_SERVER_STAT_SET_E_TIME
          (integer) Total processor time spent performing the ARSetEntry function.
static int AR_SERVER_STAT_SINCE_START
          (integer) Number of seconds since the server was started (i.e.
static int AR_SERVER_STAT_SQL_DB_COUNT
          (integer) Total number of SQL commands sent to the database.
static int AR_SERVER_STAT_SQL_DB_TIME
          (integer) Total processor time spent performing SQL commands.
static int AR_SERVER_STAT_START_TIME
          (time stamp) UNIX time at which this server was started.
static int AR_SERVER_STAT_TIMES_BLOCKED
          (integer) Total number of instances in which at least one process was blocked by the current process.
static int AR_SERVER_STAT_WRITE_FIXED
          (integer) Total number of connected users with fixed write licenses.
static int AR_SERVER_STAT_WRITE_FLOATING
          (integer) Total number of connected users with floating write licenses.
static int AR_SERVER_STAT_WRITE_READ
          (integer) Total number of connected users with no write licenses.
static int AR_SESS_API_CMD_LOG
          Name of api logging command file (get only).
static int AR_SESS_API_RES_LOG
          Name of api logging result file (get only).
static int AR_SESS_CHUNK_RESPONSE_SIZE
          Maximum size of a single response.
static int AR_SESS_CLIENT_TYPE
          Client type of the api program such as Remedy User, Remedy Administrator, DSO, Mid-Tier, Approval, Flashboards, Palm Pilot, Email, and so on.
static int AR_SESS_LOCK_TO_SOCKET_NUMBER
          Socket number to lock to.
static int AR_SESS_OVERRIDE_PREV_IP
          Indicates that session can be overriden.
static int AR_SESS_POOLED
          Flag that indicates if session is pooled.
static int AR_SESS_TIMEOUT_LONG
          Timeout for long operations.
static int AR_SESS_TIMEOUT_NORMAL
          Timeout for normal operations.
static int AR_SESS_TIMEOUT_XLONG
          Timeout for extra long operations.
static int AR_SESS_VUI_TYPE
          Indicates type for the VUI.
static int AR_SET_DEFAULTS_ID
          Reserved for Set Field Defaults on OpenWindow action.
static int AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES
          Pass this flag OR'd into setFieldOptions to get the following behavior: - Server replaces its display instance items for this field that are present in the ARDisplayInstanceList *argument to ARSetField().
static int AR_SIGNAL_CONFIG_CHANGED
          Reread the configuration file.
static int AR_SIGNAL_GROUP_CACHE_CHANGED
          Read the group info and cache.
static int AR_SIGNAL_LICENSE_CHANGED
          Read the license information.
static int AR_SMOPROP_APP_ACCESS_POINT
          Indicates whether the object is an access point.
static int AR_SMOPROP_APP_LIC_DESCRIPTOR
          Indicates the license descriptor for applications and forms
static int AR_SMOPROP_APP_LIC_USER_LICENSABLE
          Numeric Boolean value that indicates whether the form is user-licensable
static int AR_SMOPROP_APP_LIC_VERSION
          Properties for Application Licensing Indicates the license version for applications and forms
static int AR_SMOPROP_APP_OWNER
          Name of the application owner for the object
static int AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER
          Entry point order within entry point list
static int AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER
          Entry point order within entry point list
static int AR_SMOPROP_NO_APP_STATS_LOGGING
          Participates in application statistics
static int AR_SMOPROP_NONE
          No property server managed object property.
static int AR_SMOPROP_OBJECT_LOCK_KEY
          Object lock key.
static int AR_SMOPROP_OBJECT_LOCK_TYPE
          Object lock type.
static int AR_SMOPROP_OBJECT_VERSION
          Version property of the object.
static int AR_SORT_ASCENDING
          Tag for ascending sort order.
static int AR_SORT_DESCENDING
          Tag for descending sort order.
static int AR_START_WITH_FIRST_ENTRY
          Indicates result set should retrieve starting with first entry.
static int AR_STAT_HISTORY
          A value from the Status-History core field to compare in a relational operation.
static int AR_STAT_HISTORY_TIME
          Specifies time when the status was assigned.
static int AR_STAT_HISTORY_USER
          Specifies user who assigned the specified status.
static int AR_STAT_OP_AVERAGE
          Average value for each group.
static int AR_STAT_OP_COUNT
          Total number of matching entries.
static int AR_STAT_OP_MAXIMUM
          Maximum value for each group.
static int AR_STAT_OP_MINIMUM
          Minimum value for each group.
static int AR_STAT_OP_SUM
          Sum of values for each group.
static int AR_STORE_OPT_DEF
          CLOB Storage Option - Default Implementation.
static int AR_STORE_OPT_INROW
          CLOB Storage Option - Default Implementation.
static int AR_STORE_OPT_OUTROW
          CLOB Storage Option - Default Implementation.
static int AR_STRUCT_ITEM_ACTIVE_LINK
          Active link definition
static int AR_STRUCT_ITEM_ADMIN_EXT
          Administrator extensions are no longer supported in the AR System.
static int AR_STRUCT_ITEM_APP
          application definition
static int AR_STRUCT_ITEM_CHAR_MENU
          Character menu definition
static int AR_STRUCT_ITEM_CONTAINER
          Container definition
static int AR_STRUCT_ITEM_DIST_MAP
          Mapping definition for Remedy Distributed Server Option
static int AR_STRUCT_ITEM_DIST_POOL
          Distributed Server definition
static int AR_STRUCT_ITEM_ESCALATION
          Escalation definition
static int AR_STRUCT_ITEM_FIELD
          field definition
static int AR_STRUCT_ITEM_FILTER
          Filter definition
static int AR_STRUCT_ITEM_IMAGE
          application definition
static int AR_STRUCT_ITEM_LOCALE_VUI
          VUI based on locale
static int AR_STRUCT_ITEM_SCHEMA
          Schema definition, including views, help text, and change diary information.
static int AR_STRUCT_ITEM_SCHEMA_DATA
          application data
static int AR_STRUCT_ITEM_SCHEMA_DEFN
          Structure definition for configuring AR System User cache (special purpose export)
static int AR_STRUCT_ITEM_SCHEMA_MAIL
          Email template for submitting requests (special purpose export).
static int AR_STRUCT_ITEM_SCHEMA_VIEW
          Display definition for configuring Remedy User cache (special purpose export).
static int AR_STRUCT_ITEM_SCHEMA_VIEW_2
          Tag for all VUIs instead of just one.
static int AR_STRUCT_ITEM_SCHEMA_VIEW_MIN
          Display definition without bitmaps for Remedy User
static int AR_STRUCT_ITEM_VUI
          Vui definition
static int AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG
          mask for exporting timestamps as zero and and last modified as empty string
static int AR_STRUCT_XML_OFFSET
          mask for the exporting object in XML format
static int AR_SUBMITTER_MODE_CHANGEABLE
          Submitter mode changeable after create.
static int AR_SUBMITTER_MODE_LOCKED
          Submitter mode locked at create.
static int AR_SUPPORT_FILE_EXTERNAL_REPORT
          Specify for an external report file to be associated with an active link.
static int AR_SUPPORT_FILE_NONE
          No external report file associated with an active link.
static String AR_SYSTEM_NAME
          Name of AR System
static int AR_TIMEMARK_ALL
          Used in escalation interval time criteria.
static int AR_TIMEMARK_END_OF_MONTH
          Defines end of month as 31 days.
static int AR_TIMEMARK_NOTFOUND
          Used in escalation interval time criteria.
static int AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT
          When using a rolling 100 year span for two digit years, this increment is added to the current year to calculate the two digit year cutoff (e.g., year=2002, increment=29 ==> cutoff=2031).
static int AR_UNICODE_ENCRYPTION
          When exporting a definition, encrypts certain active link and char menu commands using unicode encryption.
static int AR_USER_LIST_CURRENT
          Retrieve or store all users currently accessing the server
static int AR_USER_LIST_MYSELF
          Retrieve or store the current user
static int AR_USER_LIST_REGISTERED
          Retrieve or store all registered users
static int AR_VALUE
          Tag used to indicate a constant or keyword value.
static int AR_VALUE_SET
          Set of values used for the IN operator
static int AR_VALUE_SET_QUERY
          Value from Value Set Query
static int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT
          Version Control config definations for object rmodification log DEFINITION_FILES: default
static int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE
          Version Control config definations for object modification log DEFINITION_FILES: DONOT_SAVE
static int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE
          Version Control config definations for object modification log DEFINITION_FILES: SAVE
static int AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT
          Version Control config definations for object rmodification log default mode
static int AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED
          Version Control config definations for object modification log mode : disabled
static int AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED
          Version Control config definations for object modification log mode : enabled
static int AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT
          Version Control config definations for object reservation default mode
static int AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED
          Version Control config definations for object reservation mode : disabled
static int AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED
          Version Control config definations for object reservation mode : enforced
static int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE
          Version Control Object Reservation object subtype selection: Container - Active Link Guide
static int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION
          Version Control Object Reservation object subtype selection: Container - Application
static int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE
          Version Control Object Reservation object subtype selection: Container - Filter Guide
static int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST
          Version Control Object Reservation object subtype selection: Container - Packing List
static int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE
          Version Control Object Reservation object subtype selection: Container - Web Service
static int AR_VERCNTL_OBJ_SUBTYPE_NONE
          Version Control Object Reservation object subtype selection: None
static int AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK
          Version Control Object Reservation type selection : ACTIVE_LINK
static int AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU
          Version Control Object Reservation type selection : CHARACTER_MENU
static int AR_VERCNTL_OBJ_TYPE_CONTAINER
          Version Control Object Reservation type selection: CONTAINER
static int AR_VERCNTL_OBJ_TYPE_ESCALATION
          Version Control Object Reservation type selection : ESCALATION
static int AR_VERCNTL_OBJ_TYPE_FILTER
          Version Control Object Reservation type selection : FILTER
static int AR_VERCNTL_OBJ_TYPE_FORM
          Version Control Object Reservation type selection: FORM
static int AR_VERCNTL_OBJ_TYPE_IMAGE
          Version Control Object Reservation type selection: IMAGE
static int AR_VUI_TYPE_NONE
          No VUI type.
static int AR_VUI_TYPE_STANDARD
          VUI type for standard views.
static int AR_VUI_TYPE_WEB
          VUI type for web views.
static int AR_VUI_TYPE_WEB_ABS_POS
          VUI type for web views using absolute positioning.
static int AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN
          VUI type for web views using absolute positioning with web view autogeneration enabled.
static int AR_VUI_TYPE_WEB_AUTOGEN
          VUI type for web views with web view autogeneration enabled.
static int AR_VUI_TYPE_WINDOWS
          VUI type for window views.
static int AR_VUI_TYPE_WIRELESS
          VUI type for wireless views.
static int AR_WARN_FLATFILE_LIMIT
          Warning threshold if this size of flat-file database reached (9000000).
static int AR_WORKFLOW_CONN_SCHEMA_LIST
          Workflow associated with a list of schemas.
static int AR_WRITE_TO_FILE
          Logs to a file.
static int AR_WRITE_TO_STATUS_LIST
          Logs as part of a Status List.
static int ARAPP_RESERV_APPLIC_CATEGORY
          Reserved fields for Application support
static int ARAPP_RESERV_APPLIC_COMMAND
           
static int ARAPP_RESERV_APPLIC_ENTRY_ID
           
static int ARAPP_RESERV_APPLIC_FIELD_1
           
static int ARAPP_RESERV_APPLIC_FIELD_2
           
static int ARAPP_RESERV_APPLIC_FIELD_3
           
static int ARAPP_RESERV_APPLIC_OTHER_LONG
           
static int ARAPP_RESERV_APPLIC_OTHER_SHORT
           
static int ARAPP_RESERV_APPLIC_SCHEMA
           
static int ARAPP_RESERV_APPLIC_TAG
           
static int ARCON_ALL
          Container for all objects (guides, applications, and packing lists).
static int ARCON_APP
          Container for applications.
static int ARCON_FILTER_GUIDE
          Container for filters.
static int ARCON_GUIDE
          Container for guides.
static int ARCON_LAST_RESERVED
          AR System reserved container type.
static int ARCON_PACK
          Container for packing lists.
static int ARCON_WEBSERVICE
          Web service container
static int ARCONOWNER_ALL
          All containers, owned and unowned ones.
static int ARCONOWNER_NONE
          The container is globally owned.
static int ARCONOWNER_SCHEMA
          Owner object is a schema.
static int ARDS_RESERV_DISTRIB_CONNECT
           
static int ARDS_RESERV_DISTRIB_CUR_SCHEMA
           
static int ARDS_RESERV_DISTRIB_CUR_SERVER
           
static int ARDS_RESERV_DISTRIB_DEFAULT
           
static int ARDS_RESERV_DISTRIB_DEFAULT_MAP
           
static int ARDS_RESERV_DISTRIB_DUP_ACTION
           
static int ARDS_RESERV_DISTRIB_DUP_ACTION_2
           
static int ARDS_RESERV_DISTRIB_EXEORDER
           
static int ARDS_RESERV_DISTRIB_FROM_ENTRYID
           
static int ARDS_RESERV_DISTRIB_FROM_MAPPING
           
static int ARDS_RESERV_DISTRIB_FROM_POOL
           
static int ARDS_RESERV_DISTRIB_FROM_SCHEMA
           
static int ARDS_RESERV_DISTRIB_FROM_SCHEMA_2
           
static int ARDS_RESERV_DISTRIB_FROM_SERVER
           
static int ARDS_RESERV_DISTRIB_FROM_SERVER_2
           
static int ARDS_RESERV_DISTRIB_MAP_HISTORY
           
static int ARDS_RESERV_DISTRIB_MAP_TYPE
           
static int ARDS_RESERV_DISTRIB_MAPPING
           
static int ARDS_RESERV_DISTRIB_MAPPING_NAME
           
static int ARDS_RESERV_DISTRIB_MASTER_FLAG
           
static int ARDS_RESERV_DISTRIB_MATCH_QUAL
           
static int ARDS_RESERV_DISTRIB_MATCH_QUAL_2
           
static int ARDS_RESERV_DISTRIB_OPROP
           
static int ARDS_RESERV_DISTRIB_PATTERN_MATCH
           
static int ARDS_RESERV_DISTRIB_PATTERN_MATCH_2
           
static int ARDS_RESERV_DISTRIB_PENDING_NAME
           
static int ARDS_RESERV_DISTRIB_PENDING_OTHER
           
static int ARDS_RESERV_DISTRIB_PENDING_TYPE
           
static int ARDS_RESERV_DISTRIB_POOL
           
static int ARDS_RESERV_DISTRIB_POOL_NAME
           
static int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS
           
static int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2
           
static int ARDS_RESERV_DISTRIB_RETRY_TIME
           
static int ARDS_RESERV_DISTRIB_RETRY_TIME_2
           
static int ARDS_RESERV_DISTRIB_RTN_MAP_TYPE
           
static int ARDS_RESERV_DISTRIB_RTN_MAPPING
           
static int ARDS_RESERV_DISTRIB_SOURCE_ID
           
static int ARDS_RESERV_DISTRIB_TCOUNT
           
static int ARDS_RESERV_DISTRIB_TO_ENTRYID
           
static int ARDS_RESERV_DISTRIB_TO_MAPPING
           
static int ARDS_RESERV_DISTRIB_TO_SCHEMA
           
static int ARDS_RESERV_DISTRIB_TO_SCHEMA_2
           
static int ARDS_RESERV_DISTRIB_TO_SERVER
           
static int ARDS_RESERV_DISTRIB_TO_SERVER_2
           
static int ARDS_RESERV_DISTRIB_TRANS_MODE
           
static int ARDS_RESERV_DISTRIB_TRANS_MODE_2
           
static int ARDS_RESERV_DISTRIB_TRANS_STATE
           
static int ARDS_RESERV_DISTRIB_UPDATE_CODE
           
static int ARDS_RESERV_DISTRIB_UPDATE_CODE_2
           
static int ARDS_RESERV_DISTRIB_UPDATE_STATE
           
static int ARMAX_CON_DESCRIPTION_LEN
          String specifying a display-only description for the reference.Its length is limited by ARMAX_CON_DESCRIPTION_LEN (2000 bytes).
static int ARMAX_CON_LABEL_LEN
          String specifying a display-only label for the reference.
static int ARMC_RESERV_MESSAGE_CAT_APPL_TAG
           
static int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD
           
static int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL
           
static int ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM
           
static int ARMC_RESERV_MESSAGE_CAT_LOCALE
           
static int ARMC_RESERV_MESSAGE_CAT_MSG_TEXT
           
static int ARMC_RESERV_MESSAGE_CAT_MSG_TYPE
           
static int ARMC_RESERV_MESSAGE_CAT_NAME
           
static int ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE
           
static int ARMC_RESERV_MESSAGE_CAT_STATUS
           
static int ARREF_ABOUT_BOX_FORM
          Reference to an About box form in container.
static int ARREF_ABOUT_BOX_IMAGE
          Reference to an About box image in container.
static int ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP
          (boolean)
static int ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD
          (character string)
static int ARREF_ACTLINK
          Reference to an active link in container.
static int ARREF_ALL
          All reference types in container.
static int ARREF_APP_ADD_FORMACTION_FIELDS
          (boolean integer) Add Form Action Fields After Last Visible field or all fields
static int ARREF_APP_AUTOLAYOUT_SS
          (character string) Style sheet info for auto layout
static int ARREF_APP_DATA_MERGE_IMP_OPTION
          (integer) Data import option for merge on app import
static int ARREF_APP_DATA_MERGE_IMP_QUAL
          (integer) List of field Ids for merge qual on import
static int ARREF_APP_FORMACTION_ROW_ORDER_STR
          (character string) row, order Form action fields
static int ARREF_APP_OBJECT_VERSION
          (integer) Application object version
static int ARREF_APP_PACKING_LISTS
          (integer) Packing lists in the app
static int ARREF_APP_PAGE_PROPERTIES
          (character string) page property string used to create header and footer template
static int ARREF_APP_TABLE_FIXED_HEADER
          (boolean integer) Table field/Results list fixed header property (ON/OFF)
static int ARREF_APPLICATION_DISABLE_BEGIN_TASK
          Reference to a boolean value in container that specifies whether the Begin a Task menu item is disabled for this application.
static int ARREF_APPLICATION_FORM_VUI
          Reference to the ID of the schema view in container to use with the previous schema referenced in the list.
static int ARREF_APPLICATION_FORMS
          Specifies that the next reference in the list is a schema in container.
static int ARREF_APPLICATION_HAS_EXT_HELP
          (boolean integer) Application uses external help or not.
static int ARREF_APPLICATION_HELP_EXT
          Reference to a string in container that specifies the help filename extension.
static int ARREF_APPLICATION_HELP_FILE
          Reference to a bytelist in container that specifies the contents (not the name) of the help file to use with this application.
static int ARREF_APPLICATION_HELP_FILE_NAME
          (character string) Used for Application object help file's name, without the extension.
static int ARREF_APPLICATION_HELP_INDEX_EXT
          (character string) Used for Application object help file's index file extension.
static int ARREF_APPLICATION_HELP_INDEX_FILE
          (bytelist) Used for Application object help file's index file.
static int ARREF_APPLICATION_PRIMARY_FORM
          Specifies that the next reference in the list in container is the primary schema for this application.
static int ARREF_APPLICATION_SUPPORT_FILES
          (bytelist) Used for Application object support file's contents.
static int ARREF_CHAR_MENU
          Reference to a char menu in container.
static int ARREF_CONTAINER
          Reference to a container in a container.
static int ARREF_DATA_ARSREF
          AR System reference data.
static int ARREF_DATA_EXTREF
          External reference data.
static int ARREF_DISTMAPPING_DATA
          (character string) Used for Packing List's reference to data in the Distributed Mapping schema.
static int ARREF_ENCAPSULATED_APP_DATA
          (integer) Application data identifier
static int ARREF_ENTRYPOINT_ORDER
          Listing order of the entry point
static int ARREF_ENTRYPOINT_START_ACTLINK
          The starting active link to execute for the entry point
static int ARREF_ESCALATION
          Reference to an escalation in container.
static int ARREF_FILTER
          Reference to a filter in container.
static int ARREF_GROUP_DATA
          (character string) Used for Packing List's reference to data in the Group schema.
static int ARREF_ICON
          Reference to an icon in container.
static int ARREF_IMAGE
          Reference to an image in container.
static int ARREF_LAST_RESERVED
          Last AR System reserved reference type.
static int ARREF_LAST_SERVER_OBJ
          Reference to last server object reference type.
static int ARREF_MAXIMIZE_FORMS
          Reference to a boolean value in container that specifies whether to maximize the forms of an application.
static int ARREF_NONE
          No reference in container.
static int ARREF_NULL_STRING
          Reference to a null string in container.
static int ARREF_PACKINGLIST_APP
          (character string) Used for Packing List's reference to an Application.
static int ARREF_PACKINGLIST_DSOPOOL
          (character string) Used for Packing List's reference to data in the Distributed Pool schema.
static int ARREF_PACKINGLIST_FILTER_GUIDE
          (character string) Used for Packing List's reference to a Filter Guide.
static int ARREF_PACKINGLIST_GUIDE
          (character string) Used for Packing List's reference to a Guide.
static int ARREF_PACKINGLIST_PACK
          (character string) Used for Packing List's reference to a Packing List.
static int ARREF_PACKINGLIST_WEBSERVICE
          (character string) For packing list references to a web service.
static int ARREF_SCHEMA
          Reference to a schema in container.
static int ARREF_SMALL_ICON
          Reference to a small icon in container.
static int ARREF_WS_ARXML_MAPPING
          Mapping XML document that describes relation between AR System model and XML schema.
static int ARREF_WS_OPERATION
          Web service operation info (XML string consisting of name, type, mapping names, and so on.)
static int ARREF_WS_PROPERTIES
          XML string that refers to miscellaneous properties of web services.
static int ARREF_WS_PUBLISHING_LOC
          (character string) Saved URL(s) for publishing a web service.
static int ARREF_WS_WSDL
          WSDL for web services.
static int ARREF_WS_XML_SCHEMA_LOC
          (character string) XML schema location for a web service.
static String ARSYS_CONFIGFILE
          AR System Java API configuration filename (arsys_base.xml)
static int COLUMN_LIMIT_DATASOURCE_DATA_FIELD
          Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD.
static int COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
          Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD.
static int EXPORT_OPTION_NONE
          Additional option to Export call.
static int EXPORT_VUI_MINIMUM
          Export basic VUI, without bitmaps, and so on.
static int False
          Name for the False system constant for support of ARBoolean type
static int FALSE
          Name for the FALSE system constant for support of ARBoolean type
static int MAXHOSTNAMELEN
          Maximum size of a server name.
static String OBJ_RESERVATION_FORM_NAME
          Form tag for object reservation
static int REPORT_TYPE_AR_SYSTEM
          the report is an ARSystem report
static int True
          Name for the True system constant for support of ARBoolean type
static int TRUE
          Name for the TRUE system constant for support of ARBoolean type
static int WFD_AFTER_API
           
static int WFD_BEFORE_API
           
static int WFD_BEFORE_CMDB
           
static int WFD_BEFORE_QUAL
           
static int WFD_ESCL
           
static int WFD_EXEC_BRK_POINT
           
static int WFD_EXEC_STEPPED
          A set of constants for the WFD execute command result
static int WFD_EXEC_USER_BRK
           
static int WFD_EXECUTE_RUN
           
static int WFD_EXECUTE_STEP
          A set of constants for the WFD execution mode, used in CurrentLoc struct
static int WFD_IDLE
          A set of constants for the WFD stage, used in CurrentLoc struct
static int WFD_PHASE_1
           
static int WFD_PHASE_2
           
static int WFD_PHASE_3
           
static int WFD_RUNNING
           
static int WFD_STOP_CMDB
           
static int WFD_STOP_END_API
           
static int WFD_STOP_ESC_ACTION
           
static int WFD_STOP_P1_ACTION
           
static int WFD_STOP_P2_ACTION
           
static int WFD_STOP_P3_ACTION
           
static int WFD_STOP_QUALIFIER
           
static int WFD_STOP_START_API
          A set of constants for the WFD stop points
 

Field Detail

AR_SYSTEM_NAME

static final String AR_SYSTEM_NAME
Name of AR System

See Also:
Constant Field Values

AR_HOME_CONFIGDIR_WIN32

static final String AR_HOME_CONFIGDIR_WIN32
Configuration directory for Win32 systems (conf)

See Also:
Constant Field Values

AR_HOME_CONFIGFILE_WIN32

static final String AR_HOME_CONFIGFILE_WIN32
AR System server configuration filename for Win32 systems (ar.cfg)

See Also:
Constant Field Values

AR_HOME_DB_CONFIGFILE_WIN32

static final String AR_HOME_DB_CONFIGFILE_WIN32
Database configuration filename for Win32 systems (ardb.cfg)

See Also:
Constant Field Values

AR_HOME_AUDIT_CONFIGFILE_WIN32

static final String AR_HOME_AUDIT_CONFIGFILE_WIN32
Audit configuration filename for Win32 systems (araudit.conf)

See Also:
Constant Field Values

AR_HOME_DEFAULT_WIN32

static final String AR_HOME_DEFAULT_WIN32
Default home directory for Win32 systems (c:\\arservdbcode)

See Also:
Constant Field Values

AR_DEFAULT_ENCODING

static final String AR_DEFAULT_ENCODING
Default encoding for AR System server (UTF-8)

See Also:
Constant Field Values

AR_ENV_CONFIGDIR

static final String AR_ENV_CONFIGDIR
Environment variable for alternate config directory (ARCONFIGDIR)

See Also:
Constant Field Values

AR_HOME_CONFIGDIR

static final String AR_HOME_CONFIGDIR
Directory (/etc) containing config files.

See Also:
Constant Field Values

AR_HOME_CONFIGFILE

static final String AR_HOME_CONFIGFILE
AR System server configuration filename (ar.conf)

See Also:
Constant Field Values

AR_HOME_DB_CONFIGFILE

static final String AR_HOME_DB_CONFIGFILE
Database configuration filename (ardb.conf)

See Also:
Constant Field Values

AR_HOME_DEFAULT

static final String AR_HOME_DEFAULT
Default home directory (/usr/ar)

See Also:
Constant Field Values

AR_HOME_AUDIT_CONFIGFILE

static final String AR_HOME_AUDIT_CONFIGFILE
Audit configuration filename (araudit.conf)

See Also:
Constant Field Values

AR_LOG_FILE

static final String AR_LOG_FILE
Default filter log file (ar.log)

See Also:
Constant Field Values

AR_DIRECTORY_FILE

static final String AR_DIRECTORY_FILE
Default server directory file (ar)

See Also:
Constant Field Values

AR_APPL_AUDIT_FILE

static final String AR_APPL_AUDIT_FILE
Application audit file (appl.aud)

See Also:
Constant Field Values

AR_APPL_VIOLATION_FILE

static final String AR_APPL_VIOLATION_FILE
Application audit violation file (appl.vio)

See Also:
Constant Field Values

AR_DIRECTORY_AR_TAG

static final String AR_DIRECTORY_AR_TAG
Tag for AR System server (AR)

See Also:
Constant Field Values

AR_MAX_ACTIONS

static final int AR_MAX_ACTIONS
Maximum number of actions performed if the condition defined by the query parameter is satisfied. You can specify from 1 to 25 actions in this list.

See Also:
Constant Field Values

AR_MAX_AL_MESSAGE_SIZE

static final int AR_MAX_AL_MESSAGE_SIZE
Maximum size of an active link message.

See Also:
Constant Field Values

AR_MAX_AUTOMATION_SIZE

static final int AR_MAX_AUTOMATION_SIZE
String specifying the equation defined by the Automation action, including nested methods and the assignment if any. For example,

$Status$ = MethodA().MethodB(MethodC()).

It is used for display only, and limited by AR_MAX_AUTOMATION_SIZE (2000 bytes).

See Also:
Constant Field Values

AR_MAX_BUFFER_SIZE

static final int AR_MAX_BUFFER_SIZE
Reserved for future AR System use.

See Also:
Constant Field Values

AR_MAX_CMENU_SIZE

static final int AR_MAX_CMENU_SIZE
Maximum size of a character menu value.

See Also:
Constant Field Values

AR_MAX_COMMAND_SIZE

static final int AR_MAX_COMMAND_SIZE
Maximum size of a user command string. (No longer used in AR System)

See Also:
Constant Field Values

AR_MAX_COMMAND_SIZE_LONG

static final int AR_MAX_COMMAND_SIZE_LONG
Maximum size of a RunProcess command string.

See Also:
Constant Field Values

AR_MAX_DDE_ITEM

static final int AR_MAX_DDE_ITEM
Maximum size of a DDE item string.

See Also:
Constant Field Values

AR_MAX_DDE_NAME

static final int AR_MAX_DDE_NAME
Maximum size of a DDE service/topic name.

See Also:
Constant Field Values

AR_MAX_COM_NAME

static final int AR_MAX_COM_NAME
String specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes).

See Also:
Constant Field Values

AR_MAX_COM_METHOD_NAME

static final int AR_MAX_COM_METHOD_NAME
Name of the OLE Automation method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes)

See Also:
Constant Field Values

AR_MAX_COM_ID_SIZE

static final int AR_MAX_COM_ID_SIZE
String specifying the unique ID assigned to this server in the registry, for the interface that owns the OLE Automation method, length limited by AR_MAX_COM_ID_SIZE (128 bytes).

See Also:
Constant Field Values

AR_MAX_DEFAULT_SIZE

static final int AR_MAX_DEFAULT_SIZE
Value to apply if a user submits an entry with no field value (applicable for data fields only). The default value can be as many as 255 bytes in length (limited by AR_MAX_DEFAULT_SIZE and must be of the same data type as the field.

See Also:
Constant Field Values

AR_MAX_EMAIL_ADDR

static final int AR_MAX_EMAIL_ADDR
Maximum size of a notify email address.

See Also:
Constant Field Values

AR_MAX_ENTRYID_SIZE

static final int AR_MAX_ENTRYID_SIZE
The ID of the entry (padded to AR_MAX_ENTRYID_SIZE). The first two bytes of this string indicate the number of Entry IDs,and the Entry ID immediately follows this number. (For example,a single Entry ID of 0000000000000006 will have an Entry ID of 010000000000000006. Join forms will have multiple Entry IDs, and the number of Entry IDs will be indicated in the first two bytes of this string.

See Also:
Constant Field Values

AR_MAX_GROUPLIST_SIZE

static final int AR_MAX_GROUPLIST_SIZE
Maximum size of the group list field.

See Also:
Constant Field Values

AR_MAX_INDEX_BYTES

static final int AR_MAX_INDEX_BYTES
Maximum bytes in ALL columns in an index.

See Also:
Constant Field Values

AR_MAX_INDEX_FIELDS

static final int AR_MAX_INDEX_FIELDS
Set of zero or more indexes to create for the form. You can specify from 1 to 16 fields for each index (limited by AR_MAX_INDEX_FIELDS. DiaryList fields and character fields larger than 255 bytes cannot be indexed.

See Also:
Constant Field Values

AR_MAX_LANG_SIZE

static final int AR_MAX_LANG_SIZE
Maximum size of a language name.

See Also:
Constant Field Values

AR_MAX_MACRO_VALUE

static final int AR_MAX_MACRO_VALUE
Maximum size of a macro value.

See Also:
Constant Field Values

AR_MAX_MENU_ITEMS

static final int AR_MAX_MENU_ITEMS
Maximum number of menu items in any single menu for character field default sets.

See Also:
Constant Field Values

AR_MAX_MENU_LEVELS

static final int AR_MAX_MENU_LEVELS
Maximum number of menu levels for character field default sets.

See Also:
Constant Field Values

AR_MAX_LEVELS_DYNAMIC_MENU

static final int AR_MAX_LEVELS_DYNAMIC_MENU
Max levels for Dynamic Query and SQL menu.

See Also:
Constant Field Values

AR_MAX_MESSAGE_SIZE

static final int AR_MAX_MESSAGE_SIZE
Maximum length of text that augments the message text. This text may come from the AR System server,the operating system,or database management system. The length is limited by AR_MAX_MESSAGE_SIZE (255 bytes).

See Also:
Constant Field Values

AR_MAX_MULT_ENTRIES

static final int AR_MAX_MULT_ENTRIES
Maximum number of entries that can be handled by a multiple entries call.

See Also:
Constant Field Values

AR_MAX_NAME_CHARACTERS

static final int AR_MAX_NAME_CHARACTERS
Maximum number of characters an object name can have.

See Also:
Constant Field Values

AR_MAX_NAME_SIZE

static final int AR_MAX_NAME_SIZE
Screen label for the field (applicable for data fields only). This label can be as many as 254 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_MAX_ACCESS_NAME_SIZE

static final int AR_MAX_ACCESS_NAME_SIZE
Maximum size of an access name type (user, group, and so on)

See Also:
Constant Field Values

AR_MAX_ENCRYPTED_PASSWORD_SIZE

static final int AR_MAX_ENCRYPTED_PASSWORD_SIZE
Maximum size of an encrypted password type

See Also:
Constant Field Values

AR_MAX_PASSWORD_SIZE

static final int AR_MAX_PASSWORD_SIZE
Maximum size of an password type

See Also:
Constant Field Values

AR_MAX_AUTH_SIZE

static final int AR_MAX_AUTH_SIZE
Maximum size of an authentication string type

See Also:
Constant Field Values

AR_MAX_HOSTID_SIZE

static final int AR_MAX_HOSTID_SIZE
Maximum size of a host id type

See Also:
Constant Field Values

AR_MAX_LICENSE_NAME_SIZE

static final int AR_MAX_LICENSE_NAME_SIZE
Maximum size of license name type

See Also:
Constant Field Values

AR_MAX_LICENSE_KEY_SIZE

static final int AR_MAX_LICENSE_KEY_SIZE
Maximum size of license key type

See Also:
Constant Field Values

AR_MAX_NOTIFY_SIZE

static final int AR_MAX_NOTIFY_SIZE
Maximum number of a notify text line.

See Also:
Constant Field Values

AR_MAX_NOTIFY_LINE

static final int AR_MAX_NOTIFY_LINE
Maximum number of a value line when values are formatted for a notification.

See Also:
Constant Field Values

AR_MAX_NOTIFY_USER

static final int AR_MAX_NOTIFY_USER
Maximum number of a notify user line.

See Also:
Constant Field Values

AR_MAX_PATTERN_SIZE

static final int AR_MAX_PATTERN_SIZE
Maximum number of a character limit pattern.

See Also:
Constant Field Values

AR_MAX_RELATED_SIZE

static final int AR_MAX_RELATED_SIZE
Maximum number of related-to field.

See Also:
Constant Field Values

AR_MAX_SCHEMAID_SIZE

static final int AR_MAX_SCHEMAID_SIZE
Maximum size of schema ID in flat file schema cache.

See Also:
Constant Field Values

AR_MAX_SERVER_SIZE

static final int AR_MAX_SERVER_SIZE
Maximum size of a server name cache.

See Also:
Constant Field Values

AR_MAX_SDESC_SIZE

static final int AR_MAX_SDESC_SIZE
Combined length of all specified fields, including separator characters, can be up to 255 bytes (limited by AR_MAX_SDESC_SIZE.

See Also:
Constant Field Values

AR_MAX_SUBJECT_SIZE

static final int AR_MAX_SUBJECT_SIZE
Maximum size of a notify subject line.

See Also:
Constant Field Values

AR_MAX_FILENAME_SIZE

static final int AR_MAX_FILENAME_SIZE
Filename size limit (12). Restrictive so names will be legal on any target system. These limits are smallest size.

See Also:
Constant Field Values

AR_MAX_FILENAME_BASE

static final int AR_MAX_FILENAME_BASE
Filename size limit (8). Restrictive so names will be legal on any target system. These limits are smallest size.

See Also:
Constant Field Values

AR_MAX_FULL_FILENAME

static final int AR_MAX_FULL_FILENAME
Filename size limit (255). Restrictive so names will be legal on any target system. These limits are smallest size.

See Also:
Constant Field Values

AR_MAX_TBLFLD_NUMCOLS

static final int AR_MAX_TBLFLD_NUMCOLS
Maximum columns in a table field.

See Also:
Constant Field Values

AR_MAX_TBLFLD_RETROWS

static final int AR_MAX_TBLFLD_RETROWS
Maximum rows returned in a refresh.

See Also:
Constant Field Values

AR_MAX_COLFLD_COLLENGTH

static final int AR_MAX_COLFLD_COLLENGTH
Maximum data size displayed in a column.

See Also:
Constant Field Values

AR_MAX_CURRENCY_CODE_SIZE

static final int AR_MAX_CURRENCY_CODE_SIZE
Maximum data size of ISO currency code .

See Also:
Constant Field Values

MAXHOSTNAMELEN

static final int MAXHOSTNAMELEN
Maximum size of a server name. Same as MAXHOSTNAMELEN from .

See Also:
Constant Field Values

AR_MAX_FLATFILE_LIMIT

static final int AR_MAX_FLATFILE_LIMIT
Maximum size of flat-file database (10000000).

See Also:
Constant Field Values

AR_WARN_FLATFILE_LIMIT

static final int AR_WARN_FLATFILE_LIMIT
Warning threshold if this size of flat-file database reached (9000000).

See Also:
Constant Field Values

AR_MAX_BLOB_SIZE

static final long AR_MAX_BLOB_SIZE
Maximum size of attachment BLOB (2147483647L)

See Also:
Constant Field Values

AR_NO_LICENSE_DB_LIMIT

static final int AR_NO_LICENSE_DB_LIMIT
Maximum bytes for flat-file database if server has not license.

See Also:
Constant Field Values

AR_NO_LICENSE_DB_COUNT

static final int AR_NO_LICENSE_DB_COUNT
Maximum bytes for RDBMS solution if server has not license.

See Also:
Constant Field Values

AR_LICENSE_TYPE_NONE

static final int AR_LICENSE_TYPE_NONE
Indicates no write license (read license).

See Also:
Constant Field Values

AR_LICENSE_TYPE_FIXED

static final int AR_LICENSE_TYPE_FIXED
Indicates fixed write license.

See Also:
Constant Field Values

AR_LICENSE_TYPE_FLOATING

static final int AR_LICENSE_TYPE_FLOATING
Indicates floating write license.

See Also:
Constant Field Values

AR_LICENSE_TYPE_FIXED2

static final int AR_LICENSE_TYPE_FIXED2
Indicates fixed write license type 2.

See Also:
Constant Field Values

AR_LICENSE_TYPE_RESTRICTED_READ

static final int AR_LICENSE_TYPE_RESTRICTED_READ
Indicates restricted read license.

See Also:
Constant Field Values

AR_DEFAULT_INTERVAL

static final int AR_DEFAULT_INTERVAL
Default time interval for escalation (300 seconds)

See Also:
Constant Field Values

AR_MAX_GOTOGUIDE_LABEL_SIZE

static final int AR_MAX_GOTOGUIDE_LABEL_SIZE
Maximum size of Go To Guide label (128).

See Also:
Constant Field Values

AR_MAX_WAIT_CONT_TITLE_SIZE

static final int AR_MAX_WAIT_CONT_TITLE_SIZE
Maximum size of Label for Continue Button label in Wait active link action (64).

See Also:
Constant Field Values

AR_MAX_PICKLIST_SIZE

static final int AR_MAX_PICKLIST_SIZE
See Also:
Constant Field Values

AR_CURRENT_API_VERSION

static final int AR_CURRENT_API_VERSION
Current API version.

See Also:
Constant Field Values

AR_NATIVE_ENCRYPTION

static final int AR_NATIVE_ENCRYPTION
When exporting a definition, encrypts certain active link and char menu commands using native encryption. The commands are encrypted to prevent a user from modifying the commands and possibly cause malicious behaviors.

See Also:
Constant Field Values

AR_UNICODE_ENCRYPTION

static final int AR_UNICODE_ENCRYPTION
When exporting a definition, encrypts certain active link and char menu commands using unicode encryption. The commands are encrypted to prevent a user from modifying the commands and possibly cause malicious behaviors.

See Also:
Constant Field Values

AR_ENCRYPTION_VERSION

static final int AR_ENCRYPTION_VERSION
Used by export and import to encrypt/decrypt workflow actions. The commands are encrypted to prevent a user from modifying the commands and possibly cause malicious behaviors. Used by export and import to encrypt/decrypt workflow actions. The import logic looks at the version of the encryption to decide how to decrypt the actions.

See Also:
Constant Field Values

AR_ENCRYPTION_VERSION_2

static final int AR_ENCRYPTION_VERSION_2
Used by export and import to encrypt/decrypt workflow actions. The commands are encrypted to prevent a user from modifying the commands and possibly cause malicious behaviors. Used by export and import to encrypt/decrypt workflow actions. The import logic looks at the version of the encryption to decide how to decrypt the actions. The main difference between AR_ENCRYPTION_VERSION and AR_ENCRYPTION_VERSION_2 is that AR_ENCRYPTION_VERSION_2 is best used for multi-byte characters.

See Also:
Constant Field Values

FALSE

static final int FALSE
Name for the FALSE system constant for support of ARBoolean type

See Also:
Constant Field Values

False

static final int False
Name for the False system constant for support of ARBoolean type

See Also:
Constant Field Values

TRUE

static final int TRUE
Name for the TRUE system constant for support of ARBoolean type

See Also:
Constant Field Values

True

static final int True
Name for the True system constant for support of ARBoolean type

See Also:
Constant Field Values

AR_RETURN_OK

static final int AR_RETURN_OK
Operation successful - status may contain one or more informational messages.

See Also:
Constant Field Values

AR_RETURN_WARNING

static final int AR_RETURN_WARNING
Operation successful, but some problem encountered - status contains one or more warning messages and may also contain informational messages.

See Also:
Constant Field Values

AR_RETURN_ERROR

static final int AR_RETURN_ERROR
Operation failed - status contains one or more error messages and may also contain warning or informational messages.

See Also:
Constant Field Values

AR_RETURN_FATAL

static final int AR_RETURN_FATAL
Operation failed - status may contain one or more messages.

See Also:
Constant Field Values

AR_RETURN_BAD_STATUS

static final int AR_RETURN_BAD_STATUS
Invalid status parameter - operation cancelled.

See Also:
Constant Field Values

AR_RETURN_PROMPT

static final int AR_RETURN_PROMPT
Status for the active link action.

See Also:
Constant Field Values

AR_RETURN_ACCESSIBLE

static final int AR_RETURN_ACCESSIBLE
status message for client accessibility

See Also:
Constant Field Values

AR_RETURN_TOOLTIP

static final int AR_RETURN_TOOLTIP
Status for the active link message action type Tooltip

See Also:
Constant Field Values

AR_BYTE_LIST_SELF_DEFINED

static final int AR_BYTE_LIST_SELF_DEFINED
Background image for the details pane in whatever format you specify.

See Also:
Constant Field Values

AR_BYTE_LIST_WIN30_BITMAP

static final int AR_BYTE_LIST_WIN30_BITMAP
Background image (Windows .bmp) for the details pane.

See Also:
Constant Field Values

AR_BYTE_LIST_JPEG

static final int AR_BYTE_LIST_JPEG
Background image (.jpg or .jpeg) for the details pane.

See Also:
Constant Field Values

AR_BYTE_LIST_TIFF

static final int AR_BYTE_LIST_TIFF
Background image (.tiff) for the details pane.

See Also:
Constant Field Values

AR_BYTE_LIST_TARGA

static final int AR_BYTE_LIST_TARGA
Background image (.tga) for the details pane.

See Also:
Constant Field Values

AR_BYTE_LIST_PCX

static final int AR_BYTE_LIST_PCX
Background image (.pcx) for the details pane.

See Also:
Constant Field Values

AR_BYTE_LIST_LOCALIZED_FILE

static final int AR_BYTE_LIST_LOCALIZED_FILE
Localized file

See Also:
Constant Field Values

AR_BYTE_LIST_AUTH_STRING

static final int AR_BYTE_LIST_AUTH_STRING
Windows domain name / auth str

See Also:
Constant Field Values

AR_BYTE_LIST_FUNC_PTR

static final int AR_BYTE_LIST_FUNC_PTR
Byte list with a function ptr in it

See Also:
Constant Field Values

AR_BYTE_LIST_GIF

static final int AR_BYTE_LIST_GIF
Image type GIF

See Also:
Constant Field Values

AR_BYTE_LIST_PNG

static final int AR_BYTE_LIST_PNG
Image type PNG

See Also:
Constant Field Values

AR_DATA_TYPE_NULL

static final int AR_DATA_TYPE_NULL
Specifies NULL value.

See Also:
Constant Field Values

AR_DATA_TYPE_KEYWORD

static final int AR_DATA_TYPE_KEYWORD
An integer value identifying the particular keyword.

See Also:
Constant Field Values

AR_DATA_TYPE_INTEGER

static final int AR_DATA_TYPE_INTEGER

See Also:
Constant Field Values

AR_DATA_TYPE_REAL

static final int AR_DATA_TYPE_REAL

See Also:
Constant Field Values

AR_DATA_TYPE_CHAR

static final int AR_DATA_TYPE_CHAR

See Also:
Constant Field Values

AR_DATA_TYPE_DIARY

static final int AR_DATA_TYPE_DIARY

See Also:
Constant Field Values

AR_DATA_TYPE_ENUM

static final int AR_DATA_TYPE_ENUM

See Also:
Constant Field Values

AR_DATA_TYPE_TIME

static final int AR_DATA_TYPE_TIME
Specifies UNIX-style date/time stamp (number of seconds since midnight January 1,1970).

See Also:
Constant Field Values

AR_DATA_TYPE_BITMASK

static final int AR_DATA_TYPE_BITMASK

See Also:
Constant Field Values

AR_DATA_TYPE_BYTES

static final int AR_DATA_TYPE_BYTES
Specifies list of bytes containing binary data.

See Also:
Constant Field Values

AR_DATA_TYPE_DECIMAL

static final int AR_DATA_TYPE_DECIMAL

See Also:
Constant Field Values

AR_DATA_TYPE_ATTACH

static final int AR_DATA_TYPE_ATTACH

See Also:
Constant Field Values

AR_DATA_TYPE_CURRENCY

static final int AR_DATA_TYPE_CURRENCY
Specifies the currency type.

See Also:
Constant Field Values

AR_DATA_TYPE_DATE

static final int AR_DATA_TYPE_DATE
Specifies the date type.

See Also:
Constant Field Values

AR_DATA_TYPE_TIME_OF_DAY

static final int AR_DATA_TYPE_TIME_OF_DAY
Specifies time (number of seconds since midnight).

See Also:
Constant Field Values

AR_MAX_STD_DATA_TYPE

static final int AR_MAX_STD_DATA_TYPE
the maxium value for the standard AR data type

See Also:
Constant Field Values

AR_DATA_TYPE_JOIN

static final int AR_DATA_TYPE_JOIN
This is reserved for future AR System use.

See Also:
Constant Field Values

AR_DATA_TYPE_TRIM

static final int AR_DATA_TYPE_TRIM
Specifies the data type (trim) of the field to create.

See Also:
Constant Field Values

AR_DATA_TYPE_CONTROL

static final int AR_DATA_TYPE_CONTROL
Specifies the data type (control) of the field to create.

See Also:
Constant Field Values

AR_DATA_TYPE_TABLE

static final int AR_DATA_TYPE_TABLE
Specifies number of columns, search qualification, maximum number of rows to retrieve, schema name, and server name of the table to create.

See Also:
Constant Field Values

AR_DATA_TYPE_COLUMN

static final int AR_DATA_TYPE_COLUMN
Specifies parent field ID, parent schema ID, and number of characters to display to create.

See Also:
Constant Field Values

AR_DATA_TYPE_PAGE

static final int AR_DATA_TYPE_PAGE
Specifies the data type (page) of the field to create.

See Also:
Constant Field Values

AR_DATA_TYPE_PAGE_HOLDER

static final int AR_DATA_TYPE_PAGE_HOLDER
Specifies the data type (page holder) of the field to create.

See Also:
Constant Field Values

AR_DATA_TYPE_ATTACH_POOL

static final int AR_DATA_TYPE_ATTACH_POOL
Specifies the data type (attachment pool) of the field to create.

See Also:
Constant Field Values

AR_DATA_TYPE_ULONG

static final int AR_DATA_TYPE_ULONG
Specifies a 32-bit unsigned integer value to create.

See Also:
Constant Field Values

AR_DATA_TYPE_COORDS

static final int AR_DATA_TYPE_COORDS
Specifies a list of (x ,y ) coordinate pairs to create.

See Also:
Constant Field Values

AR_DATA_TYPE_VIEW

static final int AR_DATA_TYPE_VIEW
Specifies a view field (character data).

See Also:
Constant Field Values

AR_DATA_TYPE_DISPLAY

static final int AR_DATA_TYPE_DISPLAY
Specifies a display field (e.g., flashboards; character data).

See Also:
Constant Field Values

AR_DATA_TYPE_MAX_TYPE

static final int AR_DATA_TYPE_MAX_TYPE
the maxium value for AR data type

See Also:
Constant Field Values

AR_DATA_TYPE_VALUE_LIST

static final int AR_DATA_TYPE_VALUE_LIST
represents a value list

See Also:
Constant Field Values

AR_DATA_TYPE_UNKNOWN

static final int AR_DATA_TYPE_UNKNOWN
Reserved for future use

See Also:
Constant Field Values

AR_FIELD_OFFSET

static final int AR_FIELD_OFFSET
This offset is added to one of the datatype fields to indicate the type of the fieldId. The AR_FIELD tag is converted into a "typed" tag which is referenced during searches of the database.

See Also:
Constant Field Values

AR_FIELD_TYPE_DATA

static final int AR_FIELD_TYPE_DATA
Retrieve or store data fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_TRIM

static final int AR_FIELD_TYPE_TRIM
Retrieve or store trim fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_CONTROL

static final int AR_FIELD_TYPE_CONTROL
Retrieve or store control fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_PAGE

static final int AR_FIELD_TYPE_PAGE
Retrieve or store page fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_PAGE_HOLDER

static final int AR_FIELD_TYPE_PAGE_HOLDER
Retrieve or store page holder fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_TABLE

static final int AR_FIELD_TYPE_TABLE
Retrieve or store table fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_COLUMN

static final int AR_FIELD_TYPE_COLUMN
Retrieve or store column fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_ATTACH

static final int AR_FIELD_TYPE_ATTACH
Retrieve or store attachment field type.

See Also:
Constant Field Values

AR_FIELD_TYPE_ATTACH_POOL

static final int AR_FIELD_TYPE_ATTACH_POOL
Retrieve or store attachment pool type.

See Also:
Constant Field Values

AR_FIELD_TYPE_ALL

static final int AR_FIELD_TYPE_ALL
Retrieves and stores all field types.

See Also:
Constant Field Values

AR_DEFAULT_VALUE_NONE

static final int AR_DEFAULT_VALUE_NONE
Indicates that there is no default value for this field.

See Also:
Constant Field Values

AR_KEYWORD_DEFAULT

static final int AR_KEYWORD_DEFAULT
Admin-defined default for the field, if any.

See Also:
Constant Field Values

AR_KEYWORD_USER

static final int AR_KEYWORD_USER
Login name of the current user.

See Also:
Constant Field Values

AR_KEYWORD_TIMESTAMP

static final int AR_KEYWORD_TIMESTAMP
Current date/time.

See Also:
Constant Field Values

AR_KEYWORD_TIME_ONLY

static final int AR_KEYWORD_TIME_ONLY
Current time. (date defaults to today)

See Also:
Constant Field Values

AR_KEYWORD_DATE_ONLY

static final int AR_KEYWORD_DATE_ONLY
Current date. (time defaults to midnight)

See Also:
Constant Field Values

AR_KEYWORD_SCHEMA

static final int AR_KEYWORD_SCHEMA
Schema currently being worked on.

See Also:
Constant Field Values

AR_KEYWORD_SERVER

static final int AR_KEYWORD_SERVER
AR System server currently being accessed.

See Also:
Constant Field Values

AR_KEYWORD_WEEKDAY

static final int AR_KEYWORD_WEEKDAY
Current day of the week as a character string.

See Also:
Constant Field Values

AR_KEYWORD_GROUPS

static final int AR_KEYWORD_GROUPS
Set of groups current user is member of. (returns empty string for escalations)

See Also:
Constant Field Values

AR_KEYWORD_OPERATION

static final int AR_KEYWORD_OPERATION
Operation being performed. (For example, AR_KEY_OPERATION_CREATE)

See Also:
Constant Field Values

AR_KEYWORD_HARDWARE

static final int AR_KEYWORD_HARDWARE
Hardware on which the process is running. This is the name each hardware vendor has given their hardware, as in the following:

See Also:
Constant Field Values

AR_KEYWORD_OS

static final int AR_KEYWORD_OS
OS and release of OS on which a process is running.

See Also:
Constant Field Values

AR_KEYWORD_DATABASE

static final int AR_KEYWORD_DATABASE
Database and version of database used on the current server.

See Also:
Constant Field Values

AR_KEYWORD_LASTID

static final int AR_KEYWORD_LASTID
Entry ID of most recently created entry upon a successful submit operation during the user's login environment.

See Also:
Constant Field Values

AR_KEYWORD_LASTCOUNT

static final int AR_KEYWORD_LASTCOUNT
Number of matches to most recent search.

See Also:
Constant Field Values

AR_KEYWORD_VERSION

static final int AR_KEYWORD_VERSION
Software version running on the client (active links) or server (filters and escalations). This keyword includes any applicable patch number.

See Also:
Constant Field Values

AR_KEYWORD_VUI

static final int AR_KEYWORD_VUI
Name of the form view displayed in the active window (returns an empty string for filters and escalations).

See Also:
Constant Field Values

AR_KEYWORD_GUIDETEXT

static final int AR_KEYWORD_GUIDETEXT
Current Guide Text (client only) entered under the Help tab when you create or modify a guide.

See Also:
Constant Field Values

AR_KEYWORD_FIELDHELP

static final int AR_KEYWORD_FIELDHELP
Current Field Help (client only) in the Help Text tab of the Field Properties window.

See Also:
Constant Field Values

AR_KEYWORD_GUIDE

static final int AR_KEYWORD_GUIDE
Current running guide (client only). (The name is $NULL$ if no guide is running.)

See Also:
Constant Field Values

AR_KEYWORD_APPLICATION

static final int AR_KEYWORD_APPLICATION
The name (not label) of the currently running (client only) application. (The name is $NULL$ if no application is running.)

See Also:
Constant Field Values

AR_KEYWORD_LOCALE

static final int AR_KEYWORD_LOCALE
User locale.

See Also:
Constant Field Values

AR_KEYWORD_CLIENT_TYPE

static final int AR_KEYWORD_CLIENT_TYPE
Client type of the API program.

See Also:
Constant Field Values

AR_KEYWORD_SCHEMA_ALIAS

static final int AR_KEYWORD_SCHEMA_ALIAS
Alias name for the current form.

See Also:
Constant Field Values

AR_KEYWORD_ROWSELECTED

static final int AR_KEYWORD_ROWSELECTED
Indicates whether a row in a table field was selected.

See Also:
Constant Field Values

AR_KEYWORD_ROWCHANGED

static final int AR_KEYWORD_ROWCHANGED
Indicates whether any row has been modified

See Also:
Constant Field Values

AR_KEYWORD_BROWSER

static final int AR_KEYWORD_BROWSER
Browser type (client only)

See Also:
Constant Field Values

AR_KEYWORD_VUI_TYPE

static final int AR_KEYWORD_VUI_TYPE
VUI type.

See Also:
Constant Field Values

AR_KEYWORD_TCPPORT

static final int AR_KEYWORD_TCPPORT
TCP/IP port of the local AR System server.

See Also:
Constant Field Values

AR_KEYWORD_HOMEURL

static final int AR_KEYWORD_HOMEURL
Base location of mid tier installation.

See Also:
Constant Field Values

AR_KEYWORD_ROLES

static final int AR_KEYWORD_ROLES
Set of Roles current user is member of

See Also:
Constant Field Values

AR_KEYWORD_EVENTTYPE

static final int AR_KEYWORD_EVENTTYPE
The type of event sent to the current window.

See Also:
Constant Field Values

AR_KEYWORD_EVENTSRCWINID

static final int AR_KEYWORD_EVENTSRCWINID
Window ID from which the event was sent.

See Also:
Constant Field Values

AR_KEYWORD_CURRENTWINID

static final int AR_KEYWORD_CURRENTWINID
Returns the window ID of the current window.

See Also:
Constant Field Values

AR_KEYWORD_LASTOPENEDWINID

static final int AR_KEYWORD_LASTOPENEDWINID
Returns the window ID from last Open Window action.

See Also:
Constant Field Values

AR_KEYWORD_INBULKTRANS

static final int AR_KEYWORD_INBULKTRANS
Returns an indication of whether or not currently within a bulk entry transaction (1 = Yes, 0 = No).

See Also:
Constant Field Values

AR_KEYWORD_FIELDID

static final int AR_KEYWORD_FIELDID
Returns the field ID for the currently selected field (client only).

See Also:
Constant Field Values

AR_KEYWORD_FIELDNAME

static final int AR_KEYWORD_FIELDNAME
Returns the field name for the currently selected field (client only).

See Also:
Constant Field Values

AR_KEYWORD_FIELDLABEL

static final int AR_KEYWORD_FIELDLABEL
Returns the field label for the currently selected field (client only).

See Also:
Constant Field Values

AR_KEYWORD_SERVERTIMESTAMP

static final int AR_KEYWORD_SERVERTIMESTAMP
Current date/time on the server (same as AR_KEYWORD_TIMESTAMP on server).

See Also:
Constant Field Values

AR_KEYWORD_GROUPIDS

static final int AR_KEYWORD_GROUPIDS
Ids for the groups current user is member of (returns empty string for escalations).

See Also:
Constant Field Values

AR_KEYWORD_EVENTDATA

static final int AR_KEYWORD_EVENTDATA
The data for the event sent to the current window.

See Also:
Constant Field Values

AR_KEYWORD_ERRNO

static final int AR_KEYWORD_ERRNO
errorcode of the current workflow action Relevant in both filter and activelink error handler

See Also:
Constant Field Values

AR_KEYWORD_ERRMSG

static final int AR_KEYWORD_ERRMSG
error message of the current workflow action Relevant only in activelink error handler

See Also:
Constant Field Values

AR_KEYWORD_ERRAPPENDMSG

static final int AR_KEYWORD_ERRAPPENDMSG
additional appended message(if any) of the error above

See Also:
Constant Field Values

AR_KEYWORD_INCLNTMANAGEDTRANS

static final int AR_KEYWORD_INCLNTMANAGEDTRANS
See Also:
Constant Field Values

AR_KEYWORD_NO

static final int AR_KEYWORD_NO
No more keywords. Returns NO!

See Also:
Constant Field Values

AR_MAX_KEYWORD_USED

static final int AR_MAX_KEYWORD_USED
Sets to code for "highest" keyword.

See Also:
Constant Field Values

AR_KEY_OPERATION_CREATE

static final String AR_KEY_OPERATION_CREATE
Submit/create operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_DELETE

static final String AR_KEY_OPERATION_DELETE
Delete operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_GET

static final String AR_KEY_OPERATION_GET
Display/get operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_GETLIST

static final String AR_KEY_OPERATION_GETLIST
Query list operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_MERGE

static final String AR_KEY_OPERATION_MERGE
Merge operation not currently applicable in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_SET

static final String AR_KEY_OPERATION_SET
Modify operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_SET_ALL

static final String AR_KEY_OPERATION_SET_ALL
Modify all operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_QUERY

static final String AR_KEY_OPERATION_QUERY
Search/query operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_GUIDE

static final String AR_KEY_OPERATION_GUIDE
Guide operation not currently applicable in Remedy User.

See Also:
Constant Field Values

AR_PATTERN_KEY_DIGIT

static final int AR_PATTERN_KEY_DIGIT
User must enter a keyword value pattern of digits ($DIGIT$) into the character field.

See Also:
Constant Field Values

AR_PATTERN_KEY_ALPHA

static final int AR_PATTERN_KEY_ALPHA
User must enter a keyword value pattern of alphabetic characters (and blank space) ( $ALPHA$) into the character field.

See Also:
Constant Field Values

AR_PATTERN_KEY_ALNUM

static final int AR_PATTERN_KEY_ALNUM
User must enter a keyword value pattern of alphabetic characters and digits (and blank space) ( $ALNUM$) into the character field.

See Also:
Constant Field Values

AR_PATTERN_KEY_PRINT

static final int AR_PATTERN_KEY_PRINT
User must enter a keyword value pattern of printable characters ($PRINT$) into the character field.

See Also:
Constant Field Values

AR_PATTERN_KEY_UPPER

static final int AR_PATTERN_KEY_UPPER
User must enter a keyword value pattern of any character ($UPPER$) except lowercase letters into the character field. This includes special characters, digits, and blank spaces.

See Also:
Constant Field Values

AR_PATTERN_KEY_LOWER

static final int AR_PATTERN_KEY_LOWER
User must enter a keyword value pattern of any character ($LOWER$) except uppercase letters into the character field. This includes special characters, digits, and blank spaces.

See Also:
Constant Field Values

AR_PATTERN_KEY_MENU

static final int AR_PATTERN_KEY_MENU
User must enter a keyword value pattern that matches an item defined in the menu attached to the field ($MENU$) into the character field.

See Also:
Constant Field Values

AR_LOC_NULL

static final int AR_LOC_NULL
Reserved for future AR System use.

See Also:
Constant Field Values

AR_LOC_FILENAME

static final int AR_LOC_FILENAME
Specifies you want the contents of the blob returned in a file. The structure also contains the name of the file to be used.

See Also:
Constant Field Values

AR_LOC_BUFFER

static final int AR_LOC_BUFFER
Specifies you want the contents of the blob returned in a data buffer. The structure also contains the name of the buffer to be used.

See Also:
Constant Field Values

AR_NO_MAX_LIST_RETRIEVE

static final int AR_NO_MAX_LIST_RETRIEVE
Specifies no maximum limit for number of entries retrieved by get list.

See Also:
Constant Field Values

AR_START_WITH_FIRST_ENTRY

static final int AR_START_WITH_FIRST_ENTRY
Indicates result set should retrieve starting with first entry.

See Also:
Constant Field Values

AR_MERGE_ENTRY_DUP_ERROR

static final int AR_MERGE_ENTRY_DUP_ERROR
Generate an error if the Entry ID field and the ID specified already exists in the target form.

See Also:
Constant Field Values

AR_MERGE_ENTRY_DUP_NEW_ID

static final int AR_MERGE_ENTRY_DUP_NEW_ID
Create a new entry with a new ID if the Entry ID field and the ID specified already exists in the target form.

See Also:
Constant Field Values

AR_MERGE_ENTRY_DUP_OVERWRITE

static final int AR_MERGE_ENTRY_DUP_OVERWRITE
Delete the existing entry and create a new one in its place if the Entry ID field and the ID specified already exists in the target form.

See Also:
Constant Field Values

AR_MERGE_ENTRY_DUP_MERGE

static final int AR_MERGE_ENTRY_DUP_MERGE
Update the fields specified in the existing entry if the Entry ID field and the ID specified already exists in the target form.

See Also:
Constant Field Values

AR_MERGE_ENTRY_GEN_NEW_ID

static final int AR_MERGE_ENTRY_GEN_NEW_ID
Always generate a new Entry ID for the record.

See Also:
Constant Field Values

AR_MERGE_NO_REQUIRED_INCREMENT

static final int AR_MERGE_NO_REQUIRED_INCREMENT
Allow NULL in required fields in the merge (not applicable for the Submitter, Status, or Short-Description core fields)

See Also:
Constant Field Values

AR_MERGE_NO_PATTERNS_INCREMENT

static final int AR_MERGE_NO_PATTERNS_INCREMENT
Skip field pattern checking (including $MENU$) in the merge

See Also:
Constant Field Values

AR_STAT_HISTORY_USER

static final int AR_STAT_HISTORY_USER
Specifies user who assigned the specified status.

See Also:
Constant Field Values

AR_STAT_HISTORY_TIME

static final int AR_STAT_HISTORY_TIME
Specifies time when the status was assigned.

See Also:
Constant Field Values

AR_MAX_LOCAL_VARIABLES

static final int AR_MAX_LOCAL_VARIABLES
Maximum number of local variables.

See Also:
Constant Field Values

AR_QUERY_VALUE_MULTI_ERROR

static final int AR_QUERY_VALUE_MULTI_ERROR
Returns an error message and stops processing in workflow if multiple matches are found in selected form.

See Also:
Constant Field Values

AR_QUERY_VALUE_MULTI_FIRST

static final int AR_QUERY_VALUE_MULTI_FIRST
Inserts the value of the first request that meets the qualification if multiple matches are found in selected form.

See Also:
Constant Field Values

AR_QUERY_VALUE_MULTI_SET

static final int AR_QUERY_VALUE_MULTI_SET
Assigns a NULL value to all of the fields that you are setting if multiple matches are found in selected form.

See Also:
Constant Field Values

AR_FIELD

static final int AR_FIELD
Tag used to indicate a field.

See Also:
Constant Field Values

AR_VALUE

static final int AR_VALUE
Tag used to indicate a constant or keyword value.

See Also:
Constant Field Values

AR_ARITHMETIC

static final int AR_ARITHMETIC
Result value from an arithmetic operation to compare in a relational operation.

See Also:
Constant Field Values

AR_STAT_HISTORY

static final int AR_STAT_HISTORY
A value from the Status-History core field to compare in a relational operation.

See Also:
Constant Field Values

AR_VALUE_SET

static final int AR_VALUE_SET
Set of values used for the IN operator

See Also:
Constant Field Values

AR_CURRENCY_FLD

static final int AR_CURRENCY_FLD
Value from Currency Field

See Also:
Constant Field Values

AR_VALUE_SET_QUERY

static final int AR_VALUE_SET_QUERY
Value from Value Set Query

See Also:
Constant Field Values

AR_CURRENCY_PART_FIELD

static final int AR_CURRENCY_PART_FIELD
Field part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_VALUE

static final int AR_CURRENCY_PART_VALUE
Value part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_TYPE

static final int AR_CURRENCY_PART_TYPE
Currency Code Type part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_DATE

static final int AR_CURRENCY_PART_DATE
Date part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_FUNCTIONAL

static final int AR_CURRENCY_PART_FUNCTIONAL
Functional part for Currency Field

See Also:
Constant Field Values

AR_FIELD_TRAN

static final int AR_FIELD_TRAN
Used for filters to check the value for the transaction only. Use CURRENT if value is in transaction or if not there in RDBMS.

See Also:
Constant Field Values

AR_FIELD_DB

static final int AR_FIELD_DB
Used for filters to check the value in the RDBMS only. Use CURRENT if value is in transaction or if not there in RDBMS.

See Also:
Constant Field Values

AR_LOCAL_VARIABLE

static final int AR_LOCAL_VARIABLE
Local variable for filters and active links.

See Also:
Constant Field Values

AR_QUERY

static final int AR_QUERY
Query another schema for filters or active links.

See Also:
Constant Field Values

AR_CURRENCY_FLD_TRAN

static final int AR_CURRENCY_FLD_TRAN
Value from Currency Field from transaction

See Also:
Constant Field Values

AR_CURRENCY_FLD_DB

static final int AR_CURRENCY_FLD_DB
Value from Currency Field from db

See Also:
Constant Field Values

AR_CURRENCY_FLD_CURRENT

static final int AR_CURRENCY_FLD_CURRENT
Value from Currency Field from current

See Also:
Constant Field Values

AR_FIELD_CURRENT

static final int AR_FIELD_CURRENT
Used for active links to indicate a field reference to the screen which active link is being fired from. Used for filters to indicate use of the value in the transaction if value is present and from the database if not.

See Also:
Constant Field Values

AR_ARITH_OP_ADD

static final int AR_ARITH_OP_ADD
Adds the left and right operands.

See Also:
Constant Field Values

AR_ARITH_OP_SUBTRACT

static final int AR_ARITH_OP_SUBTRACT
Subtracts the right operand from the left operand.

See Also:
Constant Field Values

AR_ARITH_OP_MULTIPLY

static final int AR_ARITH_OP_MULTIPLY
Multiplies the left and right operands.

See Also:
Constant Field Values

AR_ARITH_OP_DIVIDE

static final int AR_ARITH_OP_DIVIDE
Divides the left operand by the right operand.

See Also:
Constant Field Values

AR_ARITH_OP_MODULO

static final int AR_ARITH_OP_MODULO
Finds the remainder after dividing the left operand by the right operand.

See Also:
Constant Field Values

AR_ARITH_OP_NEGATE

static final int AR_ARITH_OP_NEGATE
Changes the sign of the right operand (left operand is ignored).

See Also:
Constant Field Values

AR_REL_OP_EQUAL

static final int AR_REL_OP_EQUAL
Tests whether the left operand is equal to the right operand.

See Also:
Constant Field Values

AR_REL_OP_GREATER

static final int AR_REL_OP_GREATER
Tests whether the left operand is greater than the right operand.

See Also:
Constant Field Values

AR_REL_OP_GREATER_EQUAL

static final int AR_REL_OP_GREATER_EQUAL
Tests whether the left operand is greater than or is equal to the right operand.

See Also:
Constant Field Values

AR_REL_OP_LESS

static final int AR_REL_OP_LESS
Tests whether the left operand is less than the right operand.

See Also:
Constant Field Values

AR_REL_OP_LESS_EQUAL

static final int AR_REL_OP_LESS_EQUAL
Tests whether the left operand is less than or is equal to the right operand.

See Also:
Constant Field Values

AR_REL_OP_NOT_EQUAL

static final int AR_REL_OP_NOT_EQUAL
Tests whether the left operand is not equal to the right operand.

See Also:
Constant Field Values

AR_REL_OP_LIKE

static final int AR_REL_OP_LIKE
Tests whether the left operand is LIKE the pattern defined by the right operand.

See Also:
Constant Field Values

AR_REL_OP_IN

static final int AR_REL_OP_IN
Tests whether the left operand is in a subset of data returned by the right operand.

See Also:
Constant Field Values

AR_REL_OP_NOT_IN

static final int AR_REL_OP_NOT_IN
Tests whether the left operand is not in a subset of data returned by the right operand.

See Also:
Constant Field Values

AR_COND_OP_NONE

static final int AR_COND_OP_NONE
No qualification.

See Also:
Constant Field Values

AR_COND_OP_AND

static final int AR_COND_OP_AND
A qualification using the AND operator.

See Also:
Constant Field Values

AR_COND_OP_OR

static final int AR_COND_OP_OR
A qualification using the OR operator.

See Also:
Constant Field Values

AR_COND_OP_NOT

static final int AR_COND_OP_NOT
A qualification using the NOT operator.

See Also:
Constant Field Values

AR_COND_OP_REL_OP

static final int AR_COND_OP_REL_OP
A qualification using a relational operator.

See Also:
Constant Field Values

AR_COND_OP_FROM_FIELD

static final int AR_COND_OP_FROM_FIELD
A qualification using fieldId.

See Also:
Constant Field Values

AR_SORT_ASCENDING

static final int AR_SORT_ASCENDING
Tag for ascending sort order.

See Also:
Constant Field Values

AR_SORT_DESCENDING

static final int AR_SORT_DESCENDING
Tag for descending sort order.

See Also:
Constant Field Values

AR_STAT_OP_COUNT

static final int AR_STAT_OP_COUNT
Total number of matching entries.

See Also:
Constant Field Values

AR_STAT_OP_SUM

static final int AR_STAT_OP_SUM
Sum of values for each group.

See Also:
Constant Field Values

AR_STAT_OP_AVERAGE

static final int AR_STAT_OP_AVERAGE
Average value for each group.

See Also:
Constant Field Values

AR_STAT_OP_MINIMUM

static final int AR_STAT_OP_MINIMUM
Minimum value for each group.

See Also:
Constant Field Values

AR_STAT_OP_MAXIMUM

static final int AR_STAT_OP_MAXIMUM
Maximum value for each group.

See Also:
Constant Field Values

AR_FIELD_OPTION_REQUIRED

static final int AR_FIELD_OPTION_REQUIRED
Required (data fields only). User must enter data.

See Also:
Constant Field Values

AR_FIELD_OPTION_OPTIONAL

static final int AR_FIELD_OPTION_OPTIONAL
Optional (data fields only). User need not enter data.

See Also:
Constant Field Values

AR_FIELD_OPTION_SYSTEM

static final int AR_FIELD_OPTION_SYSTEM
System field that is read-only to ALL users. NOTE: Fields cannot be created with nor set to this option.

See Also:
Constant Field Values

AR_FIELD_OPTION_DISPLAY

static final int AR_FIELD_OPTION_DISPLAY
Display-only (data fields only). Works like an optional field but doesn't write to the database.

See Also:
Constant Field Values

AR_FIELD_OPEN_AT_CREATE

static final int AR_FIELD_OPEN_AT_CREATE
Any user (including guest users) can enter data in the field when submitting.

See Also:
Constant Field Values

AR_FIELD_PROTECTED_AT_CREATE

static final int AR_FIELD_PROTECTED_AT_CREATE
Only users who have been granted permission can enter data in the field when submitting.

See Also:
Constant Field Values

AR_FIELD_BITOPTION_NONE

static final int AR_FIELD_BITOPTION_NONE
no bit option

See Also:
Constant Field Values

AR_FIELD_BITOPTION_AUDIT

static final int AR_FIELD_BITOPTION_AUDIT
BIT 0 - bit option to audit

See Also:
Constant Field Values

AR_FIELD_BITOPTION_COPY

static final int AR_FIELD_BITOPTION_COPY

See Also:
Constant Field Values

AR_FIELD_BITOPTION_LOG_KEY1

static final int AR_FIELD_BITOPTION_LOG_KEY1
BIT 2 - bit option to indicate this field is log key 1

See Also:
Constant Field Values

AR_FIELD_BITOPTION_LOG_KEY2

static final int AR_FIELD_BITOPTION_LOG_KEY2
BIT 3 - bit option to indicate this field is log key 2

See Also:
Constant Field Values

AR_FIELD_BITOPTION_LOG_KEY3

static final int AR_FIELD_BITOPTION_LOG_KEY3
BIT 2 & 3 - bit option to indicate this field is log key 3

See Also:
Constant Field Values

AR_FIELD_BITOPTION_AUDIT_MASK

static final int AR_FIELD_BITOPTION_AUDIT_MASK
mask to check if any audit option is set

See Also:
Constant Field Values

AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK

static final int AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK
mask to check if any audit log key is set

See Also:
Constant Field Values

AR_DISPLAY_TAG_SQL

static final String AR_DISPLAY_TAG_SQL
Tag used to identify SQL view display.

See Also:
Constant Field Values

AR_DPROP_NONE

static final int AR_DPROP_NONE
Indicates the NULL display property of the field. You can specify no display properties by passing an empty property list. This property will be ignored if the list also contains other display properties.

See Also:
Constant Field Values

AR_DPROP_TRIM_TYPE

static final int AR_DPROP_TRIM_TYPE
(unsigned long) A value indicating the type of trim field.

See Also:
Constant Field Values

AR_DVAL_TRIM_NONE

static final int AR_DVAL_TRIM_NONE
No trim field type.

See Also:
Constant Field Values

AR_DVAL_TRIM_LINE

static final int AR_DVAL_TRIM_LINE
Trim field is horizontal or vertical line.

See Also:
Constant Field Values

AR_DVAL_TRIM_SHAPE

static final int AR_DVAL_TRIM_SHAPE
Trim field is box (rectangle).

See Also:
Constant Field Values

AR_DVAL_TRIM_TEXT

static final int AR_DVAL_TRIM_TEXT
Trim field is one or more rows of text.

See Also:
Constant Field Values

AR_DVAL_TRIM_IMAGE

static final int AR_DVAL_TRIM_IMAGE
Trim field is a static image.

See Also:
Constant Field Values

AR_DPROP_CNTL_TYPE

static final int AR_DPROP_CNTL_TYPE
(unsigned long) A bitmask indicating the screen appearance for a control field.

See Also:
Constant Field Values

AR_DVAL_CNTL_BUTTON

static final int AR_DVAL_CNTL_BUTTON
Control field appears on screen as a button.

See Also:
Constant Field Values

AR_DVAL_CNTL_MENU

static final int AR_DVAL_CNTL_MENU
Control field appears on screen as a menu item.

See Also:
Constant Field Values

AR_DVAL_CNTL_TOOLBAR

static final int AR_DVAL_CNTL_TOOLBAR
Control field appears on screen as a toolbar button.

See Also:
Constant Field Values

AR_DVAL_CNTL_TAB_SWITCH

static final int AR_DVAL_CNTL_TAB_SWITCH
Control field appears on screen as a tabbed dialog switch.

See Also:
Constant Field Values

AR_DVAL_CNTL_URL

static final int AR_DVAL_CNTL_URL
Control field appears on screen as a URL type button.

See Also:
Constant Field Values

AR_DVAL_CNTL_CHART

static final int AR_DVAL_CNTL_CHART
Chart type

See Also:
Constant Field Values

AR_DVAL_CNTL_METER

static final int AR_DVAL_CNTL_METER
Meter type

See Also:
Constant Field Values

AR_DVAL_CNTL_HORIZNAV

static final int AR_DVAL_CNTL_HORIZNAV
Horizontal Navigation

See Also:
Constant Field Values

AR_DVAL_CNTL_VERTICALNAV

static final int AR_DVAL_CNTL_VERTICALNAV
Vertical Navigation

See Also:
Constant Field Values

AR_DVAL_CNTL_NAV_ITEM

static final int AR_DVAL_CNTL_NAV_ITEM
Navigation Item

See Also:
Constant Field Values

AR_FIXED_POINT_PRECISION

static final int AR_FIXED_POINT_PRECISION
Normalizes all coordinate values before storing them in the database and then maps these values to pixels in the current environment upon retrieval.

Use the following algorithm to normalize coordinate values before storing them:

Normalized =(Pixel AR_FIXED_POINT_PRECISION Static Font Metric) / (Dynamic Font Metric * Platform Scale)

Use this algorithm to map coordinate values to pixels upon retrieval:

Pixel =((Normalized *Dynamic Font Metric / Static Font Metric / Platform Scale) + ( AR_FIXED_POINT_PRECISION / 2)) / AR_FIXED_POINT_PRECISION

The value for AR_FIXED_POINT_PRECISION is 100 on all platforms.

For additional information on AR_FIXED_POINT_PRECISION, see the C API Reference Guide.

See Also:
Constant Field Values

AR_DPROP_BBOX

static final int AR_DPROP_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field (applicable for all fields except page and column fields). The first coordinate pair identifies the upper-left corner for the field. The second coordinate pair identifies the lower-right corner (see also AR_DPROP_COORDS).

See Also:
Constant Field Values

AR_DPROP_VISIBLE

static final int AR_DPROP_VISIBLE
(integer) A boolean flag indicating the visibility of the field. Valid values for this property are 0 (hidden) and 1 (visible). The default value is 1 (visible). For control fields, this setting applies to all specified screen appearances (see AR_DPROP_CNTL_TYPE).

See Also:
Constant Field Values

AR_DPROP_ENABLE

static final int AR_DPROP_ENABLE
(unsigned long) A value identifying the enabled/disabled status of the field.

See Also:
Constant Field Values

AR_DVAL_ENABLE_DEFAULT

static final int AR_DVAL_ENABLE_DEFAULT
Sets value of data field to default (read/write). (AR_DVAL_ENABLE_READ_WRITE)

See Also:
Constant Field Values

AR_DVAL_ENABLE_READ_ONLY

static final int AR_DVAL_ENABLE_READ_ONLY
View and select only (data) in field; disabled (trim or control)

See Also:
Constant Field Values

AR_DVAL_ENABLE_READ_WRITE

static final int AR_DVAL_ENABLE_READ_WRITE
View, select, and change (data) in field; enabled (trim or control)

See Also:
Constant Field Values

AR_DVAL_ENABLE_DISABLE

static final int AR_DVAL_ENABLE_DISABLE
Disabled (data,trim,or control) field

See Also:
Constant Field Values

AR_DPROP_HELP

static final int AR_DPROP_HELP
Use field/VUI help.

See Also:
Constant Field Values

AR_DPROP_Z_ORDER

static final int AR_DPROP_Z_ORDER
(unsigned long) A value that determines the field drawing order. The value associated with each field in a view (VUI) determines the back-to-front layering of the fields on the screen (from lowest to highest). The Z-order values of all fields associated with a given view must be unique. If two or more fields have duplicate Z-order values, the system will order them at random.

See Also:
Constant Field Values

AR_DPROP_COLOR_FILL

static final int AR_DPROP_COLOR_FILL
Fill color of field. Default custom color is "#BBGGRR".

See Also:
Constant Field Values

AR_DVAL_COLOR_NONE

static final String AR_DVAL_COLOR_NONE
No fill color of field. String value = none

See Also:
Constant Field Values

AR_DVAL_COLOR_BG

static final String AR_DVAL_COLOR_BG
Background color of field. String value = bg

See Also:
Constant Field Values

AR_DVAL_COLOR_FG

static final String AR_DVAL_COLOR_FG
Foreground color of field. String value = fg

See Also:
Constant Field Values

AR_DVAL_COLOR_EDIT_BG

static final String AR_DVAL_COLOR_EDIT_BG
Color of text edit background. String value = edit_bg

See Also:
Constant Field Values

AR_DVAL_COLOR_EDIT_FG

static final String AR_DVAL_COLOR_EDIT_FG
Color of text edit foreground. String value = edit_fg

See Also:
Constant Field Values

AR_DVAL_COLOR_FOCUS

static final String AR_DVAL_COLOR_FOCUS
Color of input focus highlight. String value = focus

See Also:
Constant Field Values

AR_DVAL_COLOR_INSET1

static final String AR_DVAL_COLOR_INSET1
1st level group. String value = inset1

See Also:
Constant Field Values

AR_DVAL_COLOR_INSET2

static final String AR_DVAL_COLOR_INSET2
2nd level group. String value = inset2

See Also:
Constant Field Values

AR_DPROP_DEPTH_EFFECT

static final int AR_DPROP_DEPTH_EFFECT
(unsigned long) A value indicating the three-dimensional style for the field. This property, in conjunction with the AR_DPROP_LINE_WIDTH property, determines the overall look of line-and box-type trim fields.

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_FLAT

static final int AR_DVAL_DEPTH_EFFECT_FLAT
No three-dimensional effect for field.

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_RAISED

static final int AR_DVAL_DEPTH_EFFECT_RAISED
Three-dimensional effect for field appears to lie above screen surface.

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_SUNKEN

static final int AR_DVAL_DEPTH_EFFECT_SUNKEN
Three-dimensional effect for field appears to lie below screen surface.

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_FLOATING

static final int AR_DVAL_DEPTH_EFFECT_FLOATING
Three-dimensional effect for field appears to float above screen surface.

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_ETCHED

static final int AR_DVAL_DEPTH_EFFECT_ETCHED
Three-dimensional effect for field appears to etched into screen surface.

See Also:
Constant Field Values

AR_DPROP_DEPTH_AMOUNT

static final int AR_DPROP_DEPTH_AMOUNT
Specifies amount of depth, depending on field type.

See Also:
Constant Field Values

AR_DPROP_COLOR_LINE

static final int AR_DPROP_COLOR_LINE
Color of line.

See Also:
Constant Field Values

AR_DPROP_COLOR_TEXT

static final int AR_DPROP_COLOR_TEXT
Color of text.

See Also:
Constant Field Values

AR_DPROP_PROMPT

static final int AR_DPROP_PROMPT
(character string) No prompt. This form of help is displayed on status line in Windows.

See Also:
Constant Field Values

AR_DPROP_HIDE_WEBHELP

static final int AR_DPROP_HIDE_WEBHELP
(integer) If Boolean value set to True, field displays help link. If set to False, no help link. Applicable for fields in web views.

See Also:
Constant Field Values

AR_DPROP_LABEL

static final int AR_DPROP_LABEL
(character string) The screen label for the field (applicable for data fields only). This label can be as many as 30 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_DPROP_LABEL_BBOX

static final int AR_DPROP_LABEL_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field label (applicable for data fields only). The first coordinate pair identifies the upper-left corner for the label. The second coordinate pair identifies the lower-right corner.The coordinates specified are relative to the field's location as specified in its AR_DPROP_BBOX property, not to the window or page containing it.

See Also:
Constant Field Values

AR_DPROP_LABEL_FONT_STYLE

static final int AR_DPROP_LABEL_FONT_STYLE
(character string) Font style (derived from field type/option).

See Also:
Constant Field Values

AR_DPROP_LABEL_FONT_SIZE

static final int AR_DPROP_LABEL_FONT_SIZE
(unsigned long) Font size (derive from field setting).

See Also:
Constant Field Values

AR_DPROP_LABEL_COLOR_TEXT

static final int AR_DPROP_LABEL_COLOR_TEXT
(character string) The color of the field label. Specify the color as #BBGGRR, a string concatenating the two-digit hexadecimal values for blue, green, and red.

See Also:
Constant Field Values

AR_DPROP_LABEL_JUSTIFY

static final int AR_DPROP_LABEL_JUSTIFY
(integer) Depends on field value setting, for example, AR_DVAL_JUSTIFY_DEFAULT:

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_DEFAULT

static final int AR_DVAL_JUSTIFY_DEFAULT
Sets horizontal alignment of the label to default location (left-justified).

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_LEFT

static final int AR_DVAL_JUSTIFY_LEFT
Horizontal alignment of the label is left-justified (default).

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_CENTER

static final int AR_DVAL_JUSTIFY_CENTER
Horizontal alignment of the label is center-justified.

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_FILL

static final int AR_DVAL_JUSTIFY_FILL
Horizontal alignment of the label fills to both sides.

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_RIGHT

static final int AR_DVAL_JUSTIFY_RIGHT
Horizontal alignment of the label is right-justified.

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_TILE

static final int AR_DVAL_JUSTIFY_TILE
Horizontal alignment of the label is tiled to fill both sides.

See Also:
Constant Field Values

AR_DPROP_LABEL_ALIGN

static final int AR_DPROP_LABEL_ALIGN
Field (in field/value pair) for aligning field label.

See Also:
Constant Field Values

AR_DVAL_ALIGN_DEFAULT

static final int AR_DVAL_ALIGN_DEFAULT
Default value (top) for aligning AR_DPROP_LABEL_ALIGN field label.

See Also:
Constant Field Values

AR_DVAL_ALIGN_TOP

static final int AR_DVAL_ALIGN_TOP
The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is top-aligned.

See Also:
Constant Field Values

AR_DVAL_ALIGN_MIDDLE

static final int AR_DVAL_ALIGN_MIDDLE
The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is middle-aligned.

See Also:
Constant Field Values

AR_DVAL_ALIGN_FILL

static final int AR_DVAL_ALIGN_FILL
The vertical alignment of the background image of the label (AR_DPROP_LABEL_ALIGN) is expand-to-fill.

See Also:
Constant Field Values

AR_DVAL_ALIGN_BOTTOM

static final int AR_DVAL_ALIGN_BOTTOM
The vertical alignment of the label (AR_DPROP_LABEL_ALIGN) is bottom-aligned.

See Also:
Constant Field Values

AR_DVAL_ALIGN_TILE

static final int AR_DVAL_ALIGN_TILE
The vertical alignment of the background image of label (AR_DPROP_LABEL_ALIGN) is tile-to-fill.

See Also:
Constant Field Values

AR_DPROP_LABEL_POS_SECTOR

static final int AR_DPROP_LABEL_POS_SECTOR
(unsigned long) A value indicating the label position relative to the field. This property, in conjunction with the AR_DPROP_LABEL_POS_JUSTIFY and AR_DPROP_LABEL_POS_ALIGN properties, determines the specific placement and alignment of the screen label (see AR_DPROP_LABEL_POS_ALIGN).

AR_DVAL_SECTOR_NONE

static final int AR_DVAL_SECTOR_NONE
Label display is suppressed.

See Also:
Constant Field Values

AR_DVAL_SECTOR_CENTER

static final int AR_DVAL_SECTOR_CENTER
The label position relative to the field is centered.

See Also:
Constant Field Values

AR_DVAL_SECTOR_NORTH

static final int AR_DVAL_SECTOR_NORTH
The label position relative to the field is above the field.

See Also:
Constant Field Values

AR_DVAL_SECTOR_EAST

static final int AR_DVAL_SECTOR_EAST
The label position relative to the field is right of the field.

See Also:
Constant Field Values

AR_DVAL_SECTOR_SOUTH

static final int AR_DVAL_SECTOR_SOUTH
The label position relative to the field is below the field.

See Also:
Constant Field Values

AR_DVAL_SECTOR_WEST

static final int AR_DVAL_SECTOR_WEST
The label position relative to the field is left of the field. (default setting)

See Also:
Constant Field Values

AR_DPROP_LABEL_POS_JUSTIFY

static final int AR_DPROP_LABEL_POS_JUSTIFY
(unsigned long) A value indicating the horizontal alignment of the label within the sector (see AR_DPROP_LABEL_POS_ALIGN).

See Also:
Constant Field Values

AR_DPROP_LABEL_POS_ALIGN

static final int AR_DPROP_LABEL_POS_ALIGN
(unsigned long) A value indicating the vertical alignment of the label within the sector.

Note: The following two combinations of values for the AR_DPROP_LABEL_POS_SECTOR, AR_DPROP_LABEL_POS_JUSTIFY, and AR_DPROP_LABEL_POS_ALIGN properties provide the best-looking views in Remedy User:

SECTOR JUSTIFY ALIGN Label Position
north left bottom --> top
west left top --> left

See Also:
Constant Field Values

AR_DPROP_LABEL_COLOR_FILL

static final int AR_DPROP_LABEL_COLOR_FILL
(character string) Enter AR_DVAL_COLOR_*, for example, AR_DVAL_COLOR_BG. This setting is context dependent.

See Also:
Constant Field Values

AR_DPROP_LABEL_COLOR_LINE

static final int AR_DPROP_LABEL_COLOR_LINE
(character string) Enter AR_DVAL_COLOR_*, for example, AR_DVAL_COLOR_BG. This setting is context dependent

See Also:
Constant Field Values

AR_DPROP_COORDS

static final int AR_DPROP_COORDS
A set of coordinates (X,Y) that specify the vertex location (applicable for line-and box-type trim fields only). For line-type trim fields, identify the vertices of the line segment by using two coordinate pairs. For box-type trim fields, identify the corners of the box (clockwise from the upper-left corner) by using four coordinate pairs (see also AR_DPROP_BBOX).

To minimize display differences across a variety of operating systems and screen resolutions, the AR System clients standardize all coordinate values before storing them in the database and then map these values to the current environment upon retrieval. When specifying (or retrieving) coordinate data for any property, you must apply the same translation algorithms in order for Remedy Administrator and Remedy User to display the field correctly.

See Also:
Constant Field Values

AR_DPROP_LINE_WIDTH

static final int AR_DPROP_LINE_WIDTH
(unsigned long) The line width for the field (applicable for line-and box-type trim fields only). The default value is 3 pixels.

See Also:
Constant Field Values

AR_DPROP_LINE_PATTERN

static final int AR_DPROP_LINE_PATTERN
(character string) NULL value. You can use the following: You can arrange these to convey pattern for example, a single dash means solid.

See Also:
Constant Field Values

AR_DPROP_JOINT_STYLE

static final int AR_DPROP_JOINT_STYLE
Style when lines are joined.

See Also:
Constant Field Values

AR_DVAL_JOINT_EXTENDED

static final int AR_DVAL_JOINT_EXTENDED
Small angles with long point when lines are joined (AR_DPROP_JOINT_STYLE).

See Also:
Constant Field Values

AR_DVAL_JOINT_SHARP

static final int AR_DVAL_JOINT_SHARP
Angles with point, truncate small angles when lines are joined (AR_DPROP_JOINT_STYLE).

See Also:
Constant Field Values

AR_DVAL_JOINT_ROUNDED

static final int AR_DVAL_JOINT_ROUNDED
Rounded corners when lines are joined (AR_DPROP_JOINT_STYLE).

See Also:
Constant Field Values

AR_DVAL_JOINT_SMOOTH

static final int AR_DVAL_JOINT_SMOOTH
Angle is between AR_DVAL_JOINT_ROUNDED and AR_DVAL_JOINT_MAX_SMOOTH when lines are joined (AR_DPROP_JOINT_STYLE).

See Also:
Constant Field Values

AR_DVAL_JOINT_MAX_SMOOTH

static final int AR_DVAL_JOINT_MAX_SMOOTH
All straight lines smoothed when lines are joined (AR_DPROP_JOINT_STYLE).

See Also:
Constant Field Values

AR_DPROP_ENDCAP_START

static final int AR_DPROP_ENDCAP_START
Line specific display properties -- start of line.

See Also:
Constant Field Values

AR_DPROP_ENDCAP_END

static final int AR_DPROP_ENDCAP_END
Line specific display properties -- end of line.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_ROUND

static final int AR_DVAL_ENDCAP_ROUND
Line is rounded.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_FLUSH

static final int AR_DVAL_ENDCAP_FLUSH
Line is flush.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_EXTENDED

static final int AR_DVAL_ENDCAP_EXTENDED
Line is extended beyond coordinate.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_ARROW1

static final int AR_DVAL_ENDCAP_ARROW1
Line is arrow 1 style.

See Also:
Constant Field Values

AR_DPROP_DATA_ROWS

static final int AR_DPROP_DATA_ROWS
(unsigned long) The number of text rows to display for the field (applicable for data fields only).

See Also:
Constant Field Values

AR_DPROP_DATA_COLS

static final int AR_DPROP_DATA_COLS
(unsigned long) The number of text columns to display for the field (applicable for data fields only). AR_DPROP_DATA_BBOX overrides this value.

See Also:
Constant Field Values

AR_DPROP_DATA_SPIN

static final int AR_DPROP_DATA_SPIN
(unsigned long) A flag indicating whether the field has a numeric spinner (applicable for integer fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (no numeric spinner).

See Also:
Constant Field Values

AR_DPROP_DATA_MENU

static final int AR_DPROP_DATA_MENU
(unsigned long) A flag indicating whether the field has a drop-down list (applicable for selection fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (no drop-down list).

See Also:
Constant Field Values

AR_DPROP_DATA_RADIO

static final int AR_DPROP_DATA_RADIO
(unsigned long) Display style indicator for a selection field.

See Also:
Constant Field Values

AR_DVAL_RADIO_DROPDOWN

static final int AR_DVAL_RADIO_DROPDOWN
Selection field with drop down list

See Also:
Constant Field Values

AR_DVAL_RADIO_RADIO

static final int AR_DVAL_RADIO_RADIO
Selection field with radio buttons

See Also:
Constant Field Values

AR_DVAL_RADIO_CHECKBOX

static final int AR_DVAL_RADIO_CHECKBOX
Selection field with check boxes

See Also:
Constant Field Values

AR_DPROP_DATA_MENU_BBOX

static final int AR_DPROP_DATA_MENU_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's menu button (applicable for character fields with an attached menu only). The first coordinate pair identifies the upper-left corner for the button. The second coordinate pair identifies the lower-right corner. The coordinates specified are relative to the field's location as specified in its AR_DPROP_BBOX property, not to the window.

See Also:
Constant Field Values

AR_DPROP_DATA_EXPAND_BBOX

static final int AR_DPROP_DATA_EXPAND_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's text editor button (applicable for diary and long character fields only). The first coordinate pair identifies the upper-left corner for the button. The second coordinate pair identifies the lower-right corner. The coordinates specified are relative to the field's location as specified in its AR_DPROP_BBOX property, not to the window.

See Also:
Constant Field Values

AR_DPROP_CHARFIELD_DISPLAY_TYPE

static final int AR_DPROP_CHARFIELD_DISPLAY_TYPE
A flag indicating the display type of character field. Valid values for this property are 0 (Edit), 1 (Drop-down List) and 2(Masked). The default value is 0 (Edit).

See Also:
Constant Field Values

AR_DVAL_CHARFIELD_EDIT

static final int AR_DVAL_CHARFIELD_EDIT
Character field display type - Edit

See Also:
Constant Field Values

AR_DVAL_CHARFIELD_DROPDOWN

static final int AR_DVAL_CHARFIELD_DROPDOWN
Character field display type - Dropdown list

See Also:
Constant Field Values

AR_DVAL_CHARFIELD_MASKED

static final int AR_DVAL_CHARFIELD_MASKED
Character field display type - Masked

See Also:
Constant Field Values

AR_DVAL_CHARFIELD_FILE

static final int AR_DVAL_CHARFIELD_FILE
Character field display type - File System Widget

See Also:
Constant Field Values

AR_DPROP_CHARFIELD_AUTO_COMPLETE

static final int AR_DPROP_CHARFIELD_AUTO_COMPLETE
A flag indicating the auto-complete property for a character field. Valid values for this property are 0 (None),1(Leading) and 2(Anywhere). The default value is 0 (none).

See Also:
Constant Field Values

AR_DVAL_AUTO_COMPLETE_NONE

static final int AR_DVAL_AUTO_COMPLETE_NONE
Character field auto-complete type - None

See Also:
Constant Field Values

AR_DVAL_AUTO_COMPLETE_LEADING

static final int AR_DVAL_AUTO_COMPLETE_LEADING
Character field auto-complete type - Leading

See Also:
Constant Field Values

AR_DVAL_AUTO_COMPLETE_ANYWHERE

static final int AR_DVAL_AUTO_COMPLETE_ANYWHERE
Character field auto-complete type - Anywhere

See Also:
Constant Field Values

AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY

static final int AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY
A flag indicating how the auto-complete matching works for a character field. Valid values for this property are 0(show and insert values) and 1(show label, insert value). The default value is 0.

See Also:
Constant Field Values

AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE

static final int AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE
Character field auto-complete matching option - show and insert values

See Also:
Constant Field Values

AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL

static final int AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL
Character field auto-complete matching option - show label, insert value

See Also:
Constant Field Values

AR_DPROP_ENABLE_CLEAR

static final int AR_DPROP_ENABLE_CLEAR
Option to automatically add "Clear" selection

See Also:
Constant Field Values

AR_DVAL_ENABLE_CLEAR_ALWAYS

static final int AR_DVAL_ENABLE_CLEAR_ALWAYS
See Also:
Constant Field Values

AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY

static final int AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY
See Also:
Constant Field Values

AR_DPROP_TEXT

static final int AR_DPROP_TEXT
(character string) The text for a text-type trim field. Text that does not fit within its bounding box causes the form window to scale up to accommodate it (see AR_DPROP_BBOX).

See Also:
Constant Field Values

AR_DPROP_TEXT_FONT_STYLE

static final int AR_DPROP_TEXT_FONT_STYLE
(character string) The name of the font style to use for a text-type trim field.

Editor: Font used for data fields.
Optional: Font used for optional data field labels.
PushButton: Font used for button labels.
System: Font used for system-generated data field labels.
RadioButton: Font used for option button choices.
Required: Font used for required data field labels.
Header1: Font used for titles.
Header2: Font used for major headings.
Header3: Font used for minor headings.
Note: Font used for notes.
Detail: Font used for detail information.

See Also:
Constant Field Values

AR_DPROP_TEXT_FONT_SIZE

static final int AR_DPROP_TEXT_FONT_SIZE
(unsigned long) The size of the font style to use for a text-type trim field. Derived from field type/option.

See Also:
Constant Field Values

AR_DPROP_HTML_TEXT

static final int AR_DPROP_HTML_TEXT
(character string) The text for a text-type trim field that includes a URL. The string must include a standard HTML anchor tag ()that encloses the text to be linked and specifies the URL to link to. Text that does not fit within its bounding box causes the form window to scale up to accommodate it (see AR_DPROP_BBOX).

See Also:
Constant Field Values

AR_DPROP_HTML_TEXT_COLOR

static final int AR_DPROP_HTML_TEXT_COLOR
(character string) The color of the linked text for a text-type trim field that includes a URL (see AR_DPROP_HTML_TEXT. Use one of the values listed for AR_DPROP_LABEL_COLOR_TEXT or specify a custom color as 0xBBGGRR, a string concatenating the two-digit hexadecimal values for blue, green, and red. The default value is the link color specified in the user's web browser preferences.

See Also:
Constant Field Values

AR_DPROP_JUSTIFY

static final int AR_DPROP_JUSTIFY
(unsigned long) A value indicating the horizontal justification of text within its bounding box.

See Also:
Constant Field Values

AR_DPROP_ALIGN

static final int AR_DPROP_ALIGN
(unsigned long) A value indicating the vertical alignment of text within its bounding box.

See Also:
Constant Field Values

AR_DPROP_IMAGE

static final int AR_DPROP_IMAGE
The icon image for a toolbar-type control field. Specify a byte list type of 1 ( AR_BYTE_LIST_WIN30_BITMAP) for images in Windows bitmap (.bmp) and DIB (.dib) format. Specify 0 (AR_BYTE_LIST_SELF_DEFINED) for all other image formats.

Note: The only image formats currently supported on toolbar control fields are Windows bitmap and DIB. The only image size currently supported is 16 pixels wide by 15 pixels high. Images of other sizes are not scaled to fit. When creating images, use simple images and the 216-color Web palette for best results.

See Also:
Constant Field Values

AR_DPROP_PUSH_BUTTON_IMAGE

static final int AR_DPROP_PUSH_BUTTON_IMAGE
The icon image for a button. Specify a byte list type of 1 (AR_BYTE_LIST_WIN30_BITMAP) for images in Windows bitmap (.bmp) and DIB (.dib) format. Specify 2 ( AR_BYTE_LIST_JPEG) for JPEG (.jpg or .jpeg) format.

Note: The only image formats currently supported on button fields are JPEG, Windows bitmap, and DIB. There is no limit to the pixel dimensions or file size of a button image, but large images can slow down your system's performance. When creating images, use simple images and the 216-color Web palette for best results.

See Also:
Constant Field Values

AR_DPROP_BUTTON_TEXT

static final int AR_DPROP_BUTTON_TEXT
The button label for the field (applicable for control fields only). This label can be as many as 30 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_DPROP_BUTTON_2D

static final int AR_DPROP_BUTTON_2D
(unsigned long) A flag indicating whether the button appears as a two-dimensional image with no border (applicable for control fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (three- dimensional with borders).

See Also:
Constant Field Values

AR_DPROP_BUTTON_IMAGE_POSITION

static final int AR_DPROP_BUTTON_IMAGE_POSITION
(unsigned long) A value that determines the position of the button image relative to the button label (applicable for control fields only). The default value is 0 (centered, no label).

See Also:
Constant Field Values

AR_DVAL_IMAGE_CENTER

static final int AR_DVAL_IMAGE_CENTER
Position of the button image relative to the button label is centered, no label.

See Also:
Constant Field Values

AR_DVAL_IMAGE_LEFT

static final int AR_DVAL_IMAGE_LEFT
Position of the button image relative to the button label is to the left of the label.

See Also:
Constant Field Values

AR_DVAL_IMAGE_RIGHT

static final int AR_DVAL_IMAGE_RIGHT
Position of the button image relative to the button label is to the right of the label.

See Also:
Constant Field Values

AR_DVAL_IMAGE_ABOVE

static final int AR_DVAL_IMAGE_ABOVE
Position of the button image relative to the button label is above the label.

See Also:
Constant Field Values

AR_DVAL_IMAGE_BELOW

static final int AR_DVAL_IMAGE_BELOW
Position of the button image relative to the button label is below the label.

See Also:
Constant Field Values

AR_DPROP_BUTTON_SCALE_IMAGE

static final int AR_DPROP_BUTTON_SCALE_IMAGE
(unsigned long) A flag indicating whether the button image will shrink or grow to fill the space available after allocating space for the button label (applicable for control fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (leave image at original size).

See Also:
Constant Field Values

AR_DPROP_BUTTON_MAINTAIN_RATIO

static final int AR_DPROP_BUTTON_MAINTAIN_RATIO
(unsigned long) A flag indicating whether a scaled button image will preserve its original width-to-height ratio (applicable for control fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (do not preserve ratio). This property only affects the image when AR_DPROP_BUTTON_SCALE_IMAGE is TRUE.

See Also:
Constant Field Values

AR_DPROP_MENU_TEXT

static final int AR_DPROP_MENU_TEXT
(character string) The menu item text for the field (applicable for control fields only). This text can be as many as 30 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_DPROP_MENU_POS

static final int AR_DPROP_MENU_POS
(unsigned long) A value that determines the menu position for the field (applicable for control fields only). For leaf-or intermediate-level menu items, the value associated with each field in a view (VUI) determines the top-to-bottom order of the items in the menu (from lowest to highest, starting with one). For top-level menu items, this value determines the left-to-right order of the items in the menu bar.

See Also:
Constant Field Values

AR_DPROP_MENU_MODE

static final int AR_DPROP_MENU_MODE
(unsigned long) A value indicating the type of menu item (applicable for control fields only).

See Also:
Constant Field Values

AR_DVAL_CNTL_ITEM

static final int AR_DVAL_CNTL_ITEM
Leaf-level menu item of control menu (AR_DPROP_MENU_MODE).

See Also:
Constant Field Values

AR_DVAL_CNTL_ON

static final int AR_DVAL_CNTL_ON
Control menu (AR_DPROP_MENU_MODE) is activated (yes/no).

See Also:
Constant Field Values

AR_DVAL_CNTL_SEPARATOR

static final int AR_DVAL_CNTL_SEPARATOR
Separator item appears for control menu (AR_DPROP_MENU_MODE).

See Also:
Constant Field Values

AR_DVAL_CNTL_CHOICE

static final int AR_DVAL_CNTL_CHOICE
If chosen, one of many (dot, depressed) appears for control menu (AR_DPROP_MENU_MODE).

See Also:
Constant Field Values

AR_DVAL_CNTL_DIALOG

static final int AR_DVAL_CNTL_DIALOG
Dialog box will appear for control menu (AR_DPROP_MENU_MODE).

See Also:
Constant Field Values

AR_DVAL_CNTL_A_MENU

static final int AR_DVAL_CNTL_A_MENU
Top-or intermediate-level menu item (>, down arrow) of control menu (AR_DPROP_MENU_MODE).

See Also:
Constant Field Values

AR_DPROP_MENU_PARENT

static final int AR_DPROP_MENU_PARENT
(unsigned long) A value identifying the parent menu item for the field (applicable for control fields only). Specify the field ID of the parent control field for leaf-or intermediate-level menu items. Specify 0 for top-level menu items.

See Also:
Constant Field Values

AR_DPROP_MENU_HELP

static final int AR_DPROP_MENU_HELP
(character string) The help text for a menu-type control field. This text can be as many as 30 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_DPROP_TOOLTIP

static final int AR_DPROP_TOOLTIP
(character string) The tooltip text for a toolbar-type control field. This text can be as many as 30 bytes in length (limited by AR_MAX_NAME_SIZE).

See Also:
Constant Field Values

AR_DPROP_TOOLBAR_POS

static final int AR_DPROP_TOOLBAR_POS
(unsigned long) A value that determines the toolbar position for the field (applicable for control fields only). The value associated with each field in a view (VUI) determines the left-to-right order of the icons in the toolbar (from lowest to highest, starting with one).

See Also:
Constant Field Values

AR_DPROP_TOOLBAR_MODE

static final int AR_DPROP_TOOLBAR_MODE
(unsigned long) A value indicating the type of toolbar item (applicable for control fields only).

See Also:
Constant Field Values

AR_DPROP_TOOLBAR_TEXT

static final int AR_DPROP_TOOLBAR_TEXT
(character string) Toolbar text.

See Also:
Constant Field Values

AR_DPROP_TAB_MODE

static final int AR_DPROP_TAB_MODE
(integer) Tab mode control. Value is AR_DPROP_CNTL_* values, for example, AR_DPROP_CNTL_TYPE. Use with AR_DPROP_MENU_MODE.

See Also:
Constant Field Values

AR_DPROP_TAB_COORD

static final int AR_DPROP_TAB_COORD
Tab coordinate control. (0,0) setting is not specified.
x axis is horizontal (left to right, starting at 1); y axis is vertical (bottom to top, starting at 1).

See Also:
Constant Field Values

AR_DPROP_TAB_TEXT

static final int AR_DPROP_TAB_TEXT
(unsigned long) Tab text.

See Also:
Constant Field Values

AR_DPROP_TAB_ORDER

static final int AR_DPROP_TAB_ORDER
A value that determines the field tab order for fields in view (from lowest to highest).

See Also:
Constant Field Values

AR_DPROP_DATETIME_POPUP

static final int AR_DPROP_DATETIME_POPUP
(unsigned long) A value indicating the display type of a date/time field. The default value is 0 (both date and time).

See Also:
Constant Field Values

AR_DVAL_DATETIME_BOTH

static final int AR_DVAL_DATETIME_BOTH
Date/time field displays both date and time.

See Also:
Constant Field Values

AR_DVAL_DATETIME_TIME

static final int AR_DVAL_DATETIME_TIME
Date/time field displays time only.

See Also:
Constant Field Values

AR_DVAL_DATETIME_DATE

static final int AR_DVAL_DATETIME_DATE
Date/time field displays date only.

See Also:
Constant Field Values

AR_DPROP_BACKGROUND_MODE

static final int AR_DPROP_BACKGROUND_MODE
(unsigned long) A value indicating whether the background of a field is opaque or transparent.

See Also:
Constant Field Values

AR_DVAL_BKG_MODE_OPAQUE

static final int AR_DVAL_BKG_MODE_OPAQUE
Specifies background of field is opaque.

See Also:
Constant Field Values

AR_DVAL_BKG_MODE_TRANSPARENT

static final int AR_DVAL_BKG_MODE_TRANSPARENT
Specifies background of field is transparent.

See Also:
Constant Field Values

AR_DPROP_TAB_NEXT

static final int AR_DPROP_TAB_NEXT
(unsigned long) (ARInternalId) Inter-field keyboard relationships. x,y order. Can include tab switch.

See Also:
Constant Field Values

AR_DPROP_DATA_BBOX

static final int AR_DPROP_DATA_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's data area (applicable for data fields only). For example, this property locates the entry box for a character foeld and the buttons for a radio button selection field. The forst coordinate pair identifies the upper-left corner for the data area. The second coordinate pair identifies the lower-right corner. The coordinates specified are relative to the field's location as specified in its AR_DPROP_BBOX property, not to the window or page containing it.

See Also:
Constant Field Values

AR_DPROP_VIEW_GRID_BBOX

static final int AR_DPROP_VIEW_GRID_BBOX
A set of X,Y coordinates (0,0), (25,25) of the grid for the bounding box.

See Also:
Constant Field Values

AR_DPROP_VUI_DEFAULT

static final int AR_DPROP_VUI_DEFAULT
(unsigned long) A flag identifying the default view (VUI) for the form. A value of 1 identifies the default VUI (with all other VUIs having a value of 0). The system uses the first VUI returned if you do not specify a default view.

See Also:
Constant Field Values

AR_DPROP_PANE_LAYOUT

static final int AR_DPROP_PANE_LAYOUT
(integer) A value indicating how the panes of the VUI are arranged. This property also specifies whether the layout is locked to prevent the user from changing it.

See Also:
Constant Field Values

AR_DPROP_DETAIL_PANE_VISIBILITY

static final int AR_DPROP_DETAIL_PANE_VISIBILITY
A value indicating the visibility of the detail pane of the VUI.

See Also:
Constant Field Values

AR_DVAL_PANE_ALWAYS_HIDDEN

static final int AR_DVAL_PANE_ALWAYS_HIDDEN
Detail pane is always hidden

See Also:
Constant Field Values

AR_DVAL_PANE_HIDDEN

static final int AR_DVAL_PANE_HIDDEN
Detail pane is hidden but can be made visible

See Also:
Constant Field Values

AR_DVAL_PANE_VISIBLE

static final int AR_DVAL_PANE_VISIBLE
Detail pane is visible but can be hidden

See Also:
Constant Field Values

AR_DVAL_PANE_ALWAYS_VISIBLE

static final int AR_DVAL_PANE_ALWAYS_VISIBLE
Detail pane is always visible

See Also:
Constant Field Values

AR_DPROP_PROMPT_PANE_VISIBILITY

static final int AR_DPROP_PROMPT_PANE_VISIBILITY
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.

See Also:
Constant Field Values

AR_DPROP_RESULT_PANE_VISIBILITY

static final int AR_DPROP_RESULT_PANE_VISIBILITY
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.

See Also:
Constant Field Values

AR_DPROP_DETAIL_PANE_COLOR

static final int AR_DPROP_DETAIL_PANE_COLOR
(character string) The background color of the details pane. Specify the color as #BBGGRR, a string concatenating the two-digit hexadecimal values for blue, green, and red.

See Also:
Constant Field Values

AR_DPROP_DETAIL_PANE_IMAGE

static final int AR_DPROP_DETAIL_PANE_IMAGE
The background image for the details pane.

See Also:
Constant Field Values

AR_DPROP_IMAGE_ALIGN

static final int AR_DPROP_IMAGE_ALIGN
(unsigned long) A value indicating the vertical alignment of the background image for the details pane.

See Also:
Constant Field Values

AR_DPROP_IMAGE_JUSTIFY

static final int AR_DPROP_IMAGE_JUSTIFY
(unsigned long) A value indicating the horizontal justification of the background image for the details pane.

See Also:
Constant Field Values

AR_DPROP_DISPLAY_PARENT

static final int AR_DPROP_DISPLAY_PARENT
(unsigned long) A value indicating the parent field that the field will display in. Specify the field ID of the parent. A page holder field is the parent of the page fields displayed in it, and a page field is the parent of the fields displayed in it. A value of 0 indicates that the field's parent is the form view and not another field. The default value is 0.

See Also:
Constant Field Values

AR_DPROP_PAGE_ORDER

static final int AR_DPROP_PAGE_ORDER
(unsigned long) Order of appearence of a page.

See Also:
Constant Field Values

AR_DPROP_PAGE_FIELD_TYPE

static final int AR_DPROP_PAGE_FIELD_TYPE
(boolean integer) Type of Page Field

See Also:
Constant Field Values

AR_DVAL_PAGE_FIELD_NONEDITABLE

static final int AR_DVAL_PAGE_FIELD_NONEDITABLE
Page Field Type - Non-editable, User can not modify the contents

See Also:
Constant Field Values

AR_DVAL_PAGE_FIELD_EDITABLE

static final int AR_DVAL_PAGE_FIELD_EDITABLE
Page Field Type - Editable, User can modify the contents

See Also:
Constant Field Values

AR_DPROP_TABLE_PANEL_BBOX

static final int AR_DPROP_TABLE_PANEL_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the table panel. The first coordinate pair identifies the upper-left corner for the field. The second coordinate pair identifies the lower-right corner.

See Also:
Constant Field Values

AR_DPROP_PAGE_LABEL_DISPLAY

static final int AR_DPROP_PAGE_LABEL_DISPLAY
(boolean integer) Field/value pair for position on page holder where page labels should appear. For example, use with AR_DVAL_PAGE_DISPLAY_TOP.

See Also:
Constant Field Values

AR_DVAL_PAGE_DISPLAY_TOP

static final int AR_DVAL_PAGE_DISPLAY_TOP
Sets page label to appear on top.

See Also:
Constant Field Values

AR_DVAL_PAGE_DISPLAY_BOTTOM

static final int AR_DVAL_PAGE_DISPLAY_BOTTOM
Sets page label to appear on bottom.

See Also:
Constant Field Values

AR_DVAL_PAGE_DISPLAY_LEFT

static final int AR_DVAL_PAGE_DISPLAY_LEFT
Sets page label to appear on left.

See Also:
Constant Field Values

AR_DVAL_PAGE_DISPLAY_RIGHT

static final int AR_DVAL_PAGE_DISPLAY_RIGHT
Sets page label to appear on right.

See Also:
Constant Field Values

AR_DVAL_PAGE_DISPLAY_NONE

static final int AR_DVAL_PAGE_DISPLAY_NONE
No page label appears.

See Also:
Constant Field Values

AR_DPROP_PAGE_ARRANGEMENT

static final int AR_DPROP_PAGE_ARRANGEMENT
(boolean integer) Field/value pair for how pages should be displayed if pages cannot fit in page holder. For example, use with AR_DVAL_PAGE_SCROLL.

See Also:
Constant Field Values

AR_DVAL_PAGE_SCROLL

static final int AR_DVAL_PAGE_SCROLL
Lets users scroll to view the pages if pages cannot fit in page holder.

See Also:
Constant Field Values

AR_DVAL_PAGE_LAYER

static final int AR_DVAL_PAGE_LAYER
Lets users view page fields as layers of pages if pages cannot fit in page holder.

See Also:
Constant Field Values

AR_DPROP_DEFAULT_PAGE

static final int AR_DPROP_DEFAULT_PAGE
Field ID of page field. First page is default, otherwise.

See Also:
Constant Field Values

AR_DPROP_TITLE_BAR_ICON_IMAGE

static final int AR_DPROP_TITLE_BAR_ICON_IMAGE
The icon image for the title bar.

See Also:
Constant Field Values

AR_DPROP_DETAIL_PANE_WIDTH

static final int AR_DPROP_DETAIL_PANE_WIDTH
(integer) The width of the details pane, in form coordinates. Negative values are reserved for future AR System use.

See Also:
Constant Field Values

AR_DPROP_DETAIL_PANE_HEIGHT

static final int AR_DPROP_DETAIL_PANE_HEIGHT
(integer) The height of the details pane, in form coordinates.

See Also:
Constant Field Values

AR_DPROP_DETAIL_BANNER_VISIBILITY

static final int AR_DPROP_DETAIL_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the details pane is visible. Specify 0 for invisible, 1 for visible.

See Also:
Constant Field Values

AR_DPROP_PROMPT_BANNER_VISIBILITY

static final int AR_DPROP_PROMPT_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the prompt banner is visible. Specify 0 for invisible, 1 for visible.

See Also:
Constant Field Values

AR_DPROP_RESULT_BANNER_VISIBILITY

static final int AR_DPROP_RESULT_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the results pane is visible. Specify 0 for invisible, 1 for visible.

See Also:
Constant Field Values

AR_DPROP_ALIAS_SINGULAR

static final int AR_DPROP_ALIAS_SINGULAR
(character string) The singular form of the name for the logical items represented by entries in the form this view is associated with (such as help desk calls). Remedy User displays this name instead of the default "request" when referring to form entries.

See Also:
Constant Field Values

AR_DPROP_ALIAS_PLURAL

static final int AR_DPROP_ALIAS_PLURAL
(character string) The plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).

See Also:
Constant Field Values

AR_DPROP_ALIAS_SHORT_SINGULAR

static final int AR_DPROP_ALIAS_SHORT_SINGULAR
(character string) A short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).

See Also:
Constant Field Values

AR_DPROP_ALIAS_SHORT_PLURAL

static final int AR_DPROP_ALIAS_SHORT_PLURAL
(character string) A short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).

See Also:
Constant Field Values

AR_DPROP_ALIAS_ABBREV_SINGULAR

static final int AR_DPROP_ALIAS_ABBREV_SINGULAR
(character string) A very short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)

See Also:
Constant Field Values

AR_DPROP_ALIAS_ABBREV_PLURAL

static final int AR_DPROP_ALIAS_ABBREV_PLURAL
(character string) A very short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)

See Also:
Constant Field Values

AR_DPROP_NAMED_SEARCHES

static final int AR_DPROP_NAMED_SEARCHES
(character string) A list of administrator-defined searches. It is encoded in the same format as qualifications in .arf files. This is reserved for future AR System use.

See Also:
Constant Field Values

AR_DPROP_MENU_ACCESS

static final int AR_DPROP_MENU_ACCESS
(character string) A list of client interface items an administrator can control. It is encoded in the same format as qualifications in .arf files. This is reserved for future AR System use.

See Also:
Constant Field Values

AR_DPROP_PANE_VISIBILITY_OPTION

static final int AR_DPROP_PANE_VISIBILITY_OPTION
(boolean integer) Determines whether pane visibility for view is determined by admin or by user.

See Also:
Constant Field Values

AR_DVAL_PANE_VISIBILITY_USER_CHOICE

static final int AR_DVAL_PANE_VISIBILITY_USER_CHOICE
Pane visibility for view is decided by the user.

See Also:
Constant Field Values

AR_DVAL_PANE_VISIBILITY_ADMIN

static final int AR_DVAL_PANE_VISIBILITY_ADMIN
Pane visibility for view is defined by the administrator.

See Also:
Constant Field Values

AR_DPROP_REQUEST_IDENTIFIER

static final int AR_DPROP_REQUEST_IDENTIFIER
(unsigned long) Field ID of field to use for ID of this ticket for display purposes

See Also:
Constant Field Values

AR_DPROP_QUERY_LIST_COLOR

static final int AR_DPROP_QUERY_LIST_COLOR
(character string) The name of the field whose value for a given entry controls the display color of that entry in a query results list, and a list of field values and their corresponding colors.

See Also:
Constant Field Values

AR_DPROP_COLUMN_WIDTH

static final int AR_DPROP_COLUMN_WIDTH
(integer) The width of a column in a table field.

See Also:
Constant Field Values

AR_DPROP_COLUMN_ORDER

static final int AR_DPROP_COLUMN_ORDER
(integer) The order of a column in a table field. The column with the lowest value will be the left-most displayed.

See Also:
Constant Field Values

AR_DPROP_SORT_SEQ

static final int AR_DPROP_SORT_SEQ
(integer) The sort order of a column in a table field. The system will sort based on the column with the lowest value first. To keep from sorting based on a column, specify 0 (the default).

See Also:
Constant Field Values

AR_DPROP_SORT_DIR

static final int AR_DPROP_SORT_DIR
(integer) A value indicating the sort direction of a column in a table field.

See Also:
Constant Field Values

AR_DVAL_SORT_DIR_ASCENDING

static final int AR_DVAL_SORT_DIR_ASCENDING
Sort direction of column in table field is ascending.

See Also:
Constant Field Values

AR_DVAL_SORT_DIR_DESCENDING

static final int AR_DVAL_SORT_DIR_DESCENDING
Sort direction of column in table field is descending.

See Also:
Constant Field Values

AR_DPROP_DRILL_DOWN

static final int AR_DPROP_DRILL_DOWN
(unsigned long) A bitmask indicating whether drill-down is enabled for a table field.

See Also:
Constant Field Values

AR_DVAL_DRILL_DOWN_NONE

static final int AR_DVAL_DRILL_DOWN_NONE
Value that denies users the ability to double-click a row in table field to open source request of row in modify mode.

See Also:
Constant Field Values

AR_DVAL_DRILL_DOWN_ENABLE

static final int AR_DVAL_DRILL_DOWN_ENABLE
Value that allows users to double-click a row in table field to open source request of row in modify mode.

See Also:
Constant Field Values

AR_DPROP_REFRESH

static final int AR_DPROP_REFRESH
(integer) Table field refresh enabled.

See Also:
Constant Field Values

AR_DVAL_REFRESH_NONE

static final int AR_DVAL_REFRESH_NONE
Value that denies users the ability to refresh table data when the request in which the table is embedded appears in the Details pane.

See Also:
Constant Field Values

AR_DVAL_REFRESH_TABLE_MAX

static final int AR_DVAL_REFRESH_TABLE_MAX
Value that allows users to refresh table data when the request in which the table is embedded appears in the Details pane, according to the maximum defined for table field.

This feature can definitely impact performance.

See Also:
Constant Field Values

AR_DPROP_AUTO_REFRESH

static final int AR_DPROP_AUTO_REFRESH
(unsigned long) A value indicating whether automatic refresh is enabled (applicable for table fields only).

See Also:
Constant Field Values

AR_DVAL_AUTO_REFRESH_NONE

static final int AR_DVAL_AUTO_REFRESH_NONE
Disables auto-refresh for table fields.

See Also:
Constant Field Values

AR_DVAL_AUTO_REFRESH_TABLE_MAX

static final int AR_DVAL_AUTO_REFRESH_TABLE_MAX
Enables auto-refresh for table fields.

See Also:
Constant Field Values

AR_DPROP_AUTOFIT_COLUMNS

static final int AR_DPROP_AUTOFIT_COLUMNS
Allow horizontal scrollbar in table field

See Also:
Constant Field Values

AR_DVAL_AUTOFIT_COLUMNS_NONE

static final int AR_DVAL_AUTOFIT_COLUMNS_NONE
No Scrollbar appears. Remedy User will auto-scale the column width

See Also:
Constant Field Values

AR_DVAL_AUTOFIT_COLUMNS_SET

static final int AR_DVAL_AUTOFIT_COLUMNS_SET
Scrollbar will be enabled in the Table Field when displayed in Remedy User.

See Also:
Constant Field Values

AR_DPROP_APPLY_DIRTY

static final int AR_DPROP_APPLY_DIRTY
Apply to Change Flag (also known as "Dirty Bit")

See Also:
Constant Field Values

AR_DPROP_IMAGE_CACHE

static final int AR_DPROP_IMAGE_CACHE
Runtime cache of internal image format, not a design time property, client specific format.

See Also:
Constant Field Values

AR_DPROP_ENUM_LABELS

static final int AR_DPROP_ENUM_LABELS
Display labels for localized selection fields.

See Also:
Constant Field Values

AR_DPROP_MANAGE_EXPAND_BOX

static final int AR_DPROP_MANAGE_EXPAND_BOX
(integer) Control over presence of expand boxes.

See Also:
Constant Field Values

AR_DVAL_EXPAND_BOX_DEFAULT

static final int AR_DVAL_EXPAND_BOX_DEFAULT
Sets default (hidden) for expand box used in character field.

See Also:
Constant Field Values

AR_DVAL_EXPAND_BOX_HIDE

static final int AR_DVAL_EXPAND_BOX_HIDE
Hides expand box used in character field.

See Also:
Constant Field Values

AR_DVAL_EXPAND_BOX_SHOW

static final int AR_DVAL_EXPAND_BOX_SHOW
Expand box used in character field is displayed.

See Also:
Constant Field Values

AR_DPROP_ATTACH_ADD_LABEL

static final int AR_DPROP_ATTACH_ADD_LABEL
(character string) Label for the Add button for an attachment's web view.

See Also:
Constant Field Values

AR_DPROP_ATTACH_DELETE_LABEL

static final int AR_DPROP_ATTACH_DELETE_LABEL
(character string) Label for the Delete button for an attachment's web view.

See Also:
Constant Field Values

AR_DPROP_ATTACH_DISPLAY_LABEL

static final int AR_DPROP_ATTACH_DISPLAY_LABEL
(character string) Label for the Display button for an attachment's web view.

See Also:
Constant Field Values

AR_DPROP_ATTACH_SAVE_LABEL

static final int AR_DPROP_ATTACH_SAVE_LABEL
(character string) Label for the Save button for an attachment's web view.

See Also:
Constant Field Values

AR_DPROP_ATTACH_LABEL_TITLE

static final int AR_DPROP_ATTACH_LABEL_TITLE
(character string) Title of an attachment pool's label column.

See Also:
Constant Field Values

AR_DPROP_ATTACH_FILENAME_TITLE

static final int AR_DPROP_ATTACH_FILENAME_TITLE
(character string) Title of an attachment pool's file name column.

See Also:
Constant Field Values

AR_DPROP_ATTACH_FILESIZE_TITLE

static final int AR_DPROP_ATTACH_FILESIZE_TITLE
(character string) Title of an attachment pool's file size column.

See Also:
Constant Field Values

AR_DPROP_HIDE_PAGE_TABS_BORDERS

static final int AR_DPROP_HIDE_PAGE_TABS_BORDERS
(integer) Boolean value.

See Also:
Constant Field Values

AR_DPROP_DISPLAY_AS_TEXT_ONLY

static final int AR_DPROP_DISPLAY_AS_TEXT_ONLY
(integer) Boolean value. To display the characters in any data field as text only.

See Also:
Constant Field Values

AR_DPROP_AR_OBJECT_NAME

static final int AR_DPROP_AR_OBJECT_NAME
(char) character string. AR System object name reference.

See Also:
Constant Field Values

AR_DPROP_DISPLAY_FIELD_APP

static final int AR_DPROP_DISPLAY_FIELD_APP
(char) character string. Name of the display field's application type.

See Also:
Constant Field Values

AR_DPROP_ZERO_SIZE_WHEN_HIDDEN

static final int AR_DPROP_ZERO_SIZE_WHEN_HIDDEN
collapse a field to zero size when hidden.

See Also:
Constant Field Values

AR_DPROP_ACCESSIBLE_HINT

static final int AR_DPROP_ACCESSIBLE_HINT
(character string) Store workflow hint for accessibility

See Also:
Constant Field Values

AR_DPROP_INITIAL_CURRENCY_TYPE

static final int AR_DPROP_INITIAL_CURRENCY_TYPE
(character string) Initial type for currency field

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_COLPROP

static final int AR_DPROP_AUTO_FIELD_COLPROP
(Integer) Field size with respect to columns

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ROWNUM

static final int AR_DPROP_AUTO_FIELD_ROWNUM
(Integer) Field's row

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ROWPART

static final int AR_DPROP_AUTO_FIELD_ROWPART
(Integer) Field's column

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ORDER

static final int AR_DPROP_AUTO_FIELD_ORDER
(ULong) Field's order in view

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_TYPE

static final int AR_DPROP_AUTO_FIELD_TYPE
(Enum) Field's type

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_TITLE

static final int AR_DVAL_AUTO_FIELD_TITLE
Title Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_GROUP

static final int AR_DVAL_AUTO_FIELD_GROUP
Group Title Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_REGULAR

static final int AR_DVAL_AUTO_FIELD_REGULAR
Regular Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NAV

static final int AR_DVAL_AUTO_FIELD_NAV
Navigation Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_BUTTON

static final int AR_DVAL_AUTO_FIELD_BUTTON
Button Field

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT

static final int AR_DPROP_AUTO_LAYOUT
(Enum) Auto layout (vui prop)

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_OFF

static final int AR_DVAL_AUTO_LAYOUT_OFF
Layout Off

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_ON

static final int AR_DVAL_AUTO_LAYOUT_ON
Layout On

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT_VUI_NAV

static final int AR_DPROP_AUTO_LAYOUT_VUI_NAV
(Enum) Navigation (vui prop)

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF

static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF
Navigation Off

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON

static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON
Navigation On

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT_STYLE_SHEET

static final int AR_DPROP_AUTO_LAYOUT_STYLE_SHEET
(Char) XML info of style sheet

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_NAVPROP

static final int AR_DPROP_AUTO_FIELD_NAVPROP
(Enum) Navigation level

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL1

static final int AR_DVAL_AUTO_FIELD_LEVEL1
Level 1

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL2

static final int AR_DVAL_AUTO_FIELD_LEVEL2
Level 2

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL3

static final int AR_DVAL_AUTO_FIELD_LEVEL3
Level 3

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_SPACER

static final int AR_DPROP_AUTO_FIELD_SPACER
(Enum) Navigation spacer

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_SPACER_OFF

static final int AR_DVAL_AUTO_FIELD_SPACER_OFF
Navigation spacer Off

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_SPACER_ON

static final int AR_DVAL_AUTO_FIELD_SPACER_ON
Navigation spacer On

See Also:
Constant Field Values

AR_DPROP_FORMACTION_ROW_ORDER_STR

static final int AR_DPROP_FORMACTION_ROW_ORDER_STR
(Char) Row, order and list of form action fields

See Also:
Constant Field Values

AR_DPROP_AUTO_SET_OVERLAP_FIELD

static final int AR_DPROP_AUTO_SET_OVERLAP_FIELD
(unsigned long) Id of overlapped field

See Also:
Constant Field Values

AR_DPROP_AR_SERVER_NAME

static final int AR_DPROP_AR_SERVER_NAME
(Char) AR System server name reference in Flashboard

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ALIGN

static final int AR_DPROP_AUTO_FIELD_ALIGN
(Enum) Align Field (Button)

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_ALIGN_LEFT

static final int AR_DVAL_AUTO_FIELD_ALIGN_LEFT
Align Left

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_ALIGN_RIGHT

static final int AR_DVAL_AUTO_FIELD_ALIGN_RIGHT
Align Right

See Also:
Constant Field Values

AR_DPROP_FORMACTION_PAGE_PROPERTIES

static final int AR_DPROP_FORMACTION_PAGE_PROPERTIES
(Char) Page property

See Also:
Constant Field Values

AR_DPROP_FORMACTION_FLDS_EXCLUDE

static final int AR_DPROP_FORMACTION_FLDS_EXCLUDE
(Enum) Exclusion of 'Form Action Fields'

See Also:
Constant Field Values

AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF

static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF
Exclusion Off

See Also:
Constant Field Values

AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON

static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON
Exclusion On

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_NEW_COLUMN

static final int AR_DPROP_AUTO_FIELD_NEW_COLUMN
(Enum) Adds field in a new column

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF

static final int AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF
Add to new column Off

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON

static final int AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON
Add to new column On

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_NEW_SECTION

static final int AR_DPROP_AUTO_FIELD_NEW_SECTION
(Enum) Adds field in a new row

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF

static final int AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF
Add to new row Off

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NEW_SECTION_ON

static final int AR_DVAL_AUTO_FIELD_NEW_SECTION_ON
Add to new row On

See Also:
Constant Field Values

AR_DPROP_VUI_DEFAULT_PROCESS

static final int AR_DPROP_VUI_DEFAULT_PROCESS
Master view property (0/1)

See Also:
Constant Field Values

AR_DPROP_WEB_HEADER_CONTENT

static final int AR_DPROP_WEB_HEADER_CONTENT
Contains HTML snippets for Absolute View

See Also:
Constant Field Values

AR_DPROP_WEB_FOOTER_CONTENT

static final int AR_DPROP_WEB_FOOTER_CONTENT
See Also:
Constant Field Values

AR_DPROP_PATH_TO_BKG_IMAGE

static final int AR_DPROP_PATH_TO_BKG_IMAGE
Allow path to the background image to be specified.

See Also:
Constant Field Values

AR_DPROP_WEB_TOOLBAR_VISIBILITY

static final int AR_DPROP_WEB_TOOLBAR_VISIBILITY
Don't show web toolbar if admin disabled this view property from Appearance tab

See Also:
Constant Field Values

AR_DPROP_AR_GRAPH_PLUGIN_NAME

static final int AR_DPROP_AR_GRAPH_PLUGIN_NAME
Name of the Plug-in to be attached to Graph Plug-n field

See Also:
Constant Field Values

AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS

static final int AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS
Integer; expand or collapse tree levels

See Also:
Constant Field Values

AR_DVAL_EXPAND_ALL_LEVELS

static final int AR_DVAL_EXPAND_ALL_LEVELS
Expand All Levels

See Also:
Constant Field Values

AR_DVAL_COLLAPSE_ALL_LEVELS

static final int AR_DVAL_COLLAPSE_ALL_LEVELS
Collapse All Levels

See Also:
Constant Field Values

AR_DPROP_ATTACH_DESELECT_LABEL

static final int AR_DPROP_ATTACH_DESELECT_LABEL
Label for the deselectall button for Attachment's Web View

See Also:
Constant Field Values

AR_DPROP_LAYOUT_POLICY

static final int AR_DPROP_LAYOUT_POLICY
See Also:
Constant Field Values

AR_DVAL_LAYOUT_XY

static final int AR_DVAL_LAYOUT_XY
See Also:
Constant Field Values

AR_DVAL_LAYOUT_FILL

static final int AR_DVAL_LAYOUT_FILL
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_DISPLAY_TYPE

static final int AR_DPROP_PAGEHOLDER_DISPLAY_TYPE
See Also:
Constant Field Values

AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL

static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL
See Also:
Constant Field Values

AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW

static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW
See Also:
Constant Field Values

AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW

static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW
See Also:
Constant Field Values

AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION

static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION
See Also:
Constant Field Values

AR_DPROP_ORIENTATION

static final int AR_DPROP_ORIENTATION
See Also:
Constant Field Values

AR_DVAL_ORIENTATION_HORIZONTAL

static final int AR_DVAL_ORIENTATION_HORIZONTAL
See Also:
Constant Field Values

AR_DVAL_ORIENTATION_VERTICAL

static final int AR_DVAL_ORIENTATION_VERTICAL
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_MARGIN_LEFT

static final int AR_DPROP_PAGEHOLDER_MARGIN_LEFT
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_MARGIN_TOP

static final int AR_DPROP_PAGEHOLDER_MARGIN_TOP
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_MARGIN_RIGHT

static final int AR_DPROP_PAGEHOLDER_MARGIN_RIGHT
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM

static final int AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_SPACING

static final int AR_DPROP_PAGEHOLDER_SPACING
See Also:
Constant Field Values

AR_DPROP_PAGEHOLDER_INIT_PAGE

static final int AR_DPROP_PAGEHOLDER_INIT_PAGE
See Also:
Constant Field Values

AR_DPROP_PAGE_HEADER_STATE

static final int AR_DPROP_PAGE_HEADER_STATE
See Also:
Constant Field Values

AR_DVAL_PAGE_HEADER_HIDDEN

static final int AR_DVAL_PAGE_HEADER_HIDDEN
See Also:
Constant Field Values

AR_DVAL_PAGE_HEADER_VISIBLE

static final int AR_DVAL_PAGE_HEADER_VISIBLE
See Also:
Constant Field Values

AR_DPROP_PAGE_HEADER_COLOR

static final int AR_DPROP_PAGE_HEADER_COLOR
See Also:
Constant Field Values

AR_DPROP_PAGE_INITIAL_SIZE

static final int AR_DPROP_PAGE_INITIAL_SIZE
See Also:
Constant Field Values

AR_DPROP_PAGE_MIN_SIZE

static final int AR_DPROP_PAGE_MIN_SIZE
See Also:
Constant Field Values

AR_DPROP_PAGE_MAX_SIZE

static final int AR_DPROP_PAGE_MAX_SIZE
See Also:
Constant Field Values

AR_DPROP_PAGE_BODY_STATE

static final int AR_DPROP_PAGE_BODY_STATE
See Also:
Constant Field Values

AR_DVAL_PAGE_BODY_COLLAPSE

static final int AR_DVAL_PAGE_BODY_COLLAPSE
See Also:
Constant Field Values

AR_DVAL_PAGE_BODY_EXPAND

static final int AR_DVAL_PAGE_BODY_EXPAND
See Also:
Constant Field Values

AR_DPROP_LOCALIZATION_REQUIRED

static final int AR_DPROP_LOCALIZATION_REQUIRED
See Also:
Constant Field Values

AR_DPROP_FIELD_HIGHLIGHT

static final int AR_DPROP_FIELD_HIGHLIGHT
See Also:
Constant Field Values

AR_DVAL_FIELD_HIGHLIGHT_DISABLE

static final int AR_DVAL_FIELD_HIGHLIGHT_DISABLE
See Also:
Constant Field Values

AR_DVAL_FIELD_HIGHLIGHT_ENABLE

static final int AR_DVAL_FIELD_HIGHLIGHT_ENABLE
See Also:
Constant Field Values

AR_DPROP_FIELD_HIGHLIGHT_START_COLOR

static final int AR_DPROP_FIELD_HIGHLIGHT_START_COLOR
See Also:
Constant Field Values

AR_DPROP_FIELD_HIGHLIGHT_END_COLOR

static final int AR_DPROP_FIELD_HIGHLIGHT_END_COLOR
See Also:
Constant Field Values

AR_DPROP_FIELD_ROUNDED

static final int AR_DPROP_FIELD_ROUNDED
See Also:
Constant Field Values

AR_DVAL_FIELD_ROUNDED_DISABLE

static final int AR_DVAL_FIELD_ROUNDED_DISABLE
See Also:
Constant Field Values

AR_DVAL_FIELD_ROUNDED_ENABLE

static final int AR_DVAL_FIELD_ROUNDED_ENABLE
See Also:
Constant Field Values

AR_DPROP_FIELD_MIN_WIDTH

static final int AR_DPROP_FIELD_MIN_WIDTH
NEW PROPERTY FOR Fill layout********

See Also:
Constant Field Values

AR_DPROP_FIELD_MAX_WIDTH

static final int AR_DPROP_FIELD_MAX_WIDTH
See Also:
Constant Field Values

AR_DPROP_FIELD_MIN_HEIGHT

static final int AR_DPROP_FIELD_MIN_HEIGHT
See Also:
Constant Field Values

AR_DPROP_FIELD_MAX_HEIGHT

static final int AR_DPROP_FIELD_MAX_HEIGHT
See Also:
Constant Field Values

AR_DPROP_COLOR_FILL_GRADIENT

static final int AR_DPROP_COLOR_FILL_GRADIENT
See Also:
Constant Field Values

AR_DPROP_COLOR_FILL_GRADIENT_EFFECT

static final int AR_DPROP_COLOR_FILL_GRADIENT_EFFECT
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_NONE

static final int AR_DVAL_GRADIENT_EFFECT_NONE
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL

static final int AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL

static final int AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL

static final int AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL

static final int AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL
See Also:
Constant Field Values

AR_DPROP_COLOR_FILL_OPACITY

static final int AR_DPROP_COLOR_FILL_OPACITY
See Also:
Constant Field Values

AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS

static final int AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS
See Also:
Constant Field Values

AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS

static final int AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS
See Also:
Constant Field Values

AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS

static final int AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS
See Also:
Constant Field Values

AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS

static final int AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS
See Also:
Constant Field Values

AR_DPROP_PANELHOLDER_SPLITTER

static final int AR_DPROP_PANELHOLDER_SPLITTER
See Also:
Constant Field Values

AR_DVAL_SPLITTER_SHOW

static final int AR_DVAL_SPLITTER_SHOW
See Also:
Constant Field Values

AR_DVAL_SPLITTER_HIDE

static final int AR_DVAL_SPLITTER_HIDE
See Also:
Constant Field Values

AR_DPROP_COLOR_GRADIENT_HEADER

static final int AR_DPROP_COLOR_GRADIENT_HEADER
See Also:
Constant Field Values

AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER

static final int AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_HEADER_NONE

static final int AR_DVAL_GRADIENT_EFFECT_HEADER_NONE
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL

static final int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL

static final int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL

static final int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL
See Also:
Constant Field Values

AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL

static final int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL
See Also:
Constant Field Values

AR_DPROP_HIDE_PANELHOLDER_BORDERS

static final int AR_DPROP_HIDE_PANELHOLDER_BORDERS
See Also:
Constant Field Values

AR_DPROP_TABLE_DISPLAY_TYPE

static final int AR_DPROP_TABLE_DISPLAY_TYPE
Field/value pair to display table fields in web browser. Dictates the appearance of a table field on the web.

See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_TABLE

static final int AR_DVAL_TABLE_DISPLAY_TABLE
Sets the table to look like a table in the web browser. Displays the table as a regular table on the web.

See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_RESULTS_LIST

static final int AR_DVAL_TABLE_DISPLAY_RESULTS_LIST
Sets the table to look like a results list in the web browser. Displays the table as a query list (results) table on the web.

See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_NOTIFICATION

static final int AR_DVAL_TABLE_DISPLAY_NOTIFICATION
Sets the table to look like a notification alert in the web browser. Displays the table as an alert table on the web.

See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE

static final int AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE

static final int AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY

static final int AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY
See Also:
Constant Field Values

AR_DPROP_TABLE_SELINIT

static final int AR_DPROP_TABLE_SELINIT
Field/value pair controlling initial selection in results list and table fields.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELINIT_SELFIRE

static final int AR_DVAL_TABLE_SELINIT_SELFIRE
Selects and fires workflow in initial selection in results list and table fields.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELINIT_SELNOFIRE

static final int AR_DVAL_TABLE_SELINIT_SELNOFIRE
Selects but does not fire workflow in initial selection in results list and table fields.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELINIT_NOSEL

static final int AR_DVAL_TABLE_SELINIT_NOSEL
No selection in results list and table fields.

See Also:
Constant Field Values

AR_DPROP_TABLE_SELREFRESH

static final int AR_DPROP_TABLE_SELREFRESH
Field/value pair for refreshing table fields.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_RETFIRE

static final int AR_DVAL_TABLE_SELREFRESH_RETFIRE
When table field is refreshed, selection is refreshed and workflow is fired.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_RETNOFIRE

static final int AR_DVAL_TABLE_SELREFRESH_RETNOFIRE
When table field is refreshed, selection is refreshed but workflow is not fired.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE

static final int AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE
When table field is refreshed, select first entry, then workflow is fired.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE

static final int AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE
When table field is refreshed, select first entry but workflow is not fired.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_NOSEL

static final int AR_DVAL_TABLE_SELREFRESH_NOSEL
When table field is refreshed, no entry is selected.

See Also:
Constant Field Values

AR_DPROP_TABLE_CHUNK_SIZE

static final int AR_DPROP_TABLE_CHUNK_SIZE
(integer) chunk size

See Also:
Constant Field Values

AR_DPROP_TABLE_CHUNK_NEXT

static final int AR_DPROP_TABLE_CHUNK_NEXT
(character string) Label for next chunk.

See Also:
Constant Field Values

AR_DPROP_TABLE_CHUNK_PREV

static final int AR_DPROP_TABLE_CHUNK_PREV
(character string) Label for previous chunk.

See Also:
Constant Field Values

AR_DPROP_TABLE_NOT_REFRESHED

static final int AR_DPROP_TABLE_NOT_REFRESHED
(character string) Localization of strings in table header when not refreshed.

See Also:
Constant Field Values

AR_DPROP_TABLE_ENTRIES_RETURNED

static final int AR_DPROP_TABLE_ENTRIES_RETURNED
(character string) Localization of strings in table header about records displayed.

See Also:
Constant Field Values

AR_DPROP_TABLE_AUTOREFRESH

static final int AR_DPROP_TABLE_AUTOREFRESH
(character string) Auto-refresh string.

See Also:
Constant Field Values

AR_DPROP_TABLE_DRILL_COL

static final int AR_DPROP_TABLE_DRILL_COL
Drill down column.

See Also:
Constant Field Values

AR_DPROP_TABLE_SELROWS_DISABLE

static final int AR_DPROP_TABLE_SELROWS_DISABLE
Field/value pair to enable or disable user from selecting rows by clicking.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELROWS_DISABLE_NO

static final int AR_DVAL_TABLE_SELROWS_DISABLE_NO
User not disabled from selecting rows by clicking.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELROWS_MULTI_SELECT

static final int AR_DVAL_TABLE_SELROWS_MULTI_SELECT
Allow user select multiple rows by clicking.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELROWS_DISABLE_YES

static final int AR_DVAL_TABLE_SELROWS_DISABLE_YES
Disable user to select rows by clicking.

See Also:
Constant Field Values

AR_DVAL_TABLE_SELROWS_SINGLE_SELECT

static final int AR_DVAL_TABLE_SELROWS_SINGLE_SELECT
Allow user select single row by clicking.

See Also:
Constant Field Values

AR_DPROP_TABLE_SELECT_ALL

static final int AR_DPROP_TABLE_SELECT_ALL
(character string) Select all rows in table.

See Also:
Constant Field Values

AR_DPROP_TABLE_DESELECT_ALL

static final int AR_DPROP_TABLE_DESELECT_ALL
(character string) Clear all rows in table.

See Also:
Constant Field Values

AR_DPROP_TABLE_REFRESH

static final int AR_DPROP_TABLE_REFRESH
(character string) Refresh button.

See Also:
Constant Field Values

AR_DPROP_TABLE_REPORT

static final int AR_DPROP_TABLE_REPORT
(character string) Report button.

See Also:
Constant Field Values

AR_DPROP_TABLE_DELETE

static final int AR_DPROP_TABLE_DELETE
(character string) Delete button.

See Also:
Constant Field Values

AR_DPROP_TABLE_READ

static final int AR_DPROP_TABLE_READ
(character string) Read button for notifications.

See Also:
Constant Field Values

AR_DPROP_TABLE_UNREAD

static final int AR_DPROP_TABLE_UNREAD
(character string) Unread button for notifications.

See Also:
Constant Field Values

AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL

static final int AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL
(character string) Displays the label of selection column for table or query list view field in Netscape browser 4.75.

See Also:
Constant Field Values

AR_DPROP_TABLE_COL_DISPLAY_TYPE

static final int AR_DPROP_TABLE_COL_DISPLAY_TYPE
(enum) Column states.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE

static final int AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
Not editable.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_EDITABLE

static final int AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
Allow editing.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_HTML

static final int AR_DVAL_TABLE_COL_DISPLAY_HTML
Display HTML in column.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA

static final int AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA
Table Page Array Page Data Field

See Also:
Constant Field Values

AR_DPROP_TABLE_COL_INITVAL

static final int AR_DPROP_TABLE_COL_INITVAL
(char) Initial value for all cells in column

See Also:
Constant Field Values

AR_DPROP_FIXED_TABLE_HEADERS

static final int AR_DPROP_FIXED_TABLE_HEADERS
(boolean) Fixed table header

See Also:
Constant Field Values

AR_DVAL_FIXED_TABLE_HEADERS_DISABLE

static final int AR_DVAL_FIXED_TABLE_HEADERS_DISABLE
Fixed table head disabled

See Also:
Constant Field Values

AR_DVAL_FIXED_TABLE_HEADERS_ENABLE

static final int AR_DVAL_FIXED_TABLE_HEADERS_ENABLE
Fixed table head enabled

See Also:
Constant Field Values

AR_DPROP_VIEWFIELD_SCROLLBARS

static final int AR_DPROP_VIEWFIELD_SCROLLBARS
View fields, hide/show scroll bars

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO

static final int AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO
Add scrollbars if necessary

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_ON

static final int AR_DVAL_VIEWFIELD_SCROLLBARS_ON
Always show scrollbars

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN

static final int AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN
Content is clipped

See Also:
Constant Field Values

AR_DPROP_VIEWFIELD_BORDERS

static final int AR_DPROP_VIEWFIELD_BORDERS
View fields, hide/show borders

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_BORDERS_DEFAULT

static final int AR_DVAL_VIEWFIELD_BORDERS_DEFAULT
For native(border on) and web (based on display)

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_BORDERS_NONE

static final int AR_DVAL_VIEWFIELD_BORDERS_NONE
No border on view field

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_BORDERS_ENABLE

static final int AR_DVAL_VIEWFIELD_BORDERS_ENABLE
Border on view field

See Also:
Constant Field Values

AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW

static final int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW
Label for default new Entry Point

See Also:
Constant Field Values

AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH

static final int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH
Label for default search Entry Point

See Also:
Constant Field Values

AR_DPROP_TABLE_COL_WRAP_TEXT

static final int AR_DPROP_TABLE_COL_WRAP_TEXT
Boolean, multi-line column

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE

static final int AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE
Multi-line disable

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE

static final int AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE
Multi-line enable

See Also:
Constant Field Values

AR_DPROP_TABLE_PREFERENCES

static final int AR_DPROP_TABLE_PREFERENCES
(character string) Preferences button label

See Also:
Constant Field Values

AR_DPROP_FIELD_CUSTOMSTYLE

static final int AR_DPROP_FIELD_CUSTOMSTYLE
(character string) Custom style information

See Also:
Constant Field Values

AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE

static final int AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE
(character string) custom value for Tree NULL nodes

See Also:
Constant Field Values

AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM

static final int AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM
ULONG (ARInternalId); id of the selected field

See Also:
Constant Field Values

AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM

static final int AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM
enum; fire or do not fire workflow on already selected item

See Also:
Constant Field Values

AR_DVAL_NAVBAR_SELITEM_NOFIRE

static final int AR_DVAL_NAVBAR_SELITEM_NOFIRE
do not fire workflow

See Also:
Constant Field Values

AR_DVAL_NAVBAR_SELITEM_FIRE

static final int AR_DVAL_NAVBAR_SELITEM_FIRE
fire workflow

See Also:
Constant Field Values

AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK

static final int AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK
ULONG; select item on click

See Also:
Constant Field Values

AR_DPROP_BUTTON_ALT_TEXT

static final int AR_DPROP_BUTTON_ALT_TEXT
char; Alternative text to be used for image button for 508 user

See Also:
Constant Field Values

AR_DPROP_TABLE_USE_LOCALE

static final int AR_DPROP_TABLE_USE_LOCALE
(Boolean) Table refresh using user's locale

See Also:
Constant Field Values

AR_DPROP_QUERY_LIST_BKG_COLOR

static final int AR_DPROP_QUERY_LIST_BKG_COLOR
(character string) The name of the field whose value for a given entry controls the background display color of that entry in a query results list, and a list of field values and their corresponding colors.

See Also:
Constant Field Values

AR_DPROP_AUTO_MAXIMIZE_WINDOW

static final int AR_DPROP_AUTO_MAXIMIZE_WINDOW
(Boolean) Auto maximize a window on open - defined per view

See Also:
Constant Field Values

AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE

static final int AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE
Auto maximize disable

See Also:
Constant Field Values

AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE

static final int AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE
Auto maximize enable

See Also:
Constant Field Values

AR_DPROP_VIEW_RTL

static final int AR_DPROP_VIEW_RTL
(Boolean) RightToLeft property of a view

See Also:
Constant Field Values

AR_DVAL_VIEW_RTL_DISABLE

static final int AR_DVAL_VIEW_RTL_DISABLE
RightToLeft property disable

See Also:
Constant Field Values

AR_DVAL_VIEW_RTL_ENABLE

static final int AR_DVAL_VIEW_RTL_ENABLE
RightToLeft property enable

See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN

static final int AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN
Table Page Array Margin Properties

See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN

static final int AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN
See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN

static final int AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN
See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN

static final int AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN
See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS

static final int AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS
Int; Number of Visible Columns to display in the Table Page Array Field, i.e. number of panels across.

See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE

static final int AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE
(Integer) Horizontal spacing between Table Array panels

See Also:
Constant Field Values

AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE

static final int AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE
(Integer) Vertical spacing between Table Array panels

See Also:
Constant Field Values

AR_DPROP_FORM_LOCK_ALLVUI

static final int AR_DPROP_FORM_LOCK_ALLVUI
(Boolean) Form level property that makes all vui lock/unlock

See Also:
Constant Field Values

AR_DPROP_VUI_LOCK_VUI

static final int AR_DPROP_VUI_LOCK_VUI
(Boolean) VUI level property; can be set individually or will be set or unset by selecting form level preference.

See Also:
Constant Field Values

AR_OPROP_VENDOR_NAME

static final int AR_OPROP_VENDOR_NAME
(CHAR) Server object property tag indicates the vendor name. For example, "BMC Software."

See Also:
Constant Field Values

AR_OPROP_VENDOR_PRODUCT

static final int AR_OPROP_VENDOR_PRODUCT
(CHAR) Server object property tag indicates the product name. For example, "AR System."

See Also:
Constant Field Values

AR_OPROP_VENDOR_VERSION

static final int AR_OPROP_VENDOR_VERSION
(CHAR) Server object property tag indicates the vendor version. For example,"6.0."

See Also:
Constant Field Values

AR_OPROP_GUID

static final int AR_OPROP_GUID
(CHAR) Server object property tag indicates the globally unique identifier for the object.

See Also:
Constant Field Values

AR_OPROP_COPYRIGHT

static final int AR_OPROP_COPYRIGHT
(CHAR) Server object property tag indicates the copyright string.

See Also:
Constant Field Values

AR_OPROP_SCC_LOCKED_BY

static final int AR_OPROP_SCC_LOCKED_BY
(CHAR) Server object property tag indicates the name of user who has locked the object.

See Also:
Constant Field Values

AR_OPROP_SCC_VERSION

static final int AR_OPROP_SCC_VERSION
(CHAR) Server object property tag indicates the version of the source code control (SCC) system.

See Also:
Constant Field Values

AR_OPROP_SCC_TIMESTAMP

static final int AR_OPROP_SCC_TIMESTAMP
(TIME) Server object property tag indicates the source code control (SCC) timestamp.

See Also:
Constant Field Values

AR_OPROP_SCC_USER

static final int AR_OPROP_SCC_USER
(CHAR) Server object property tag indicates the source code control (SCC) username.

See Also:
Constant Field Values

AR_OPROP_SCC_LOCATION

static final int AR_OPROP_SCC_LOCATION
(CHAR) Server object property tag indicates the location within the source code control (SCC) system where the object may be found.

See Also:
Constant Field Values

AR_OPROP_SCC_DATA_LOCKED_BY

static final int AR_OPROP_SCC_DATA_LOCKED_BY
(CHAR) Server object property tag indicates the name of the user who has "locked" the data or entries stored in a form under revision control. The AR System server does not enforce this lock and thus it is to be considered an advisory lock only.

See Also:
Constant Field Values

AR_OPROP_SCC_DATA_VERSION

static final int AR_OPROP_SCC_DATA_VERSION
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.

See Also:
Constant Field Values

AR_OPROP_SCC_DATA_TIMESTAMP

static final int AR_OPROP_SCC_DATA_TIMESTAMP
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.

See Also:
Constant Field Values

AR_OPROP_SCC_DATA_USER

static final int AR_OPROP_SCC_DATA_USER
(TIME) Server object property tag indicates the source code control (SCC) username for the data or entries stored in a form under revision control.

See Also:
Constant Field Values

AR_OPROP_SCC_DATA_LOCATION

static final int AR_OPROP_SCC_DATA_LOCATION
(CHAR) Server object property tag indicates the location within the source code control (SCC) system where the data or entries stored in a form under revision control.

See Also:
Constant Field Values

AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA

static final int AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA
(CHAR) Sample Server and Schema name for IF Window open action in Advanced Mode.

See Also:
Constant Field Values

AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA

static final int AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA
(CHAR) Sample Server and Schema name for ELSE Window open action in Advanced Mode.

See Also:
Constant Field Values

AR_OPROP_FORM_NAME_WEB_ALIAS

static final int AR_OPROP_FORM_NAME_WEB_ALIAS
(CHAR) Unique Form Alias used while deploying JSP page for the Web Server. Unique in a given Server.

See Also:
Constant Field Values

AR_OPROP_VIEW_LABEL_WEB_ALIAS

static final int AR_OPROP_VIEW_LABEL_WEB_ALIAS
(CHAR) Unique View Label Alias used while deploying JSP page for the Web Server. Unique in a given Form.

See Also:
Constant Field Values

AR_OPROP_APP_WEB_ALIAS

static final int AR_OPROP_APP_WEB_ALIAS
(CHAR) Unique Application Alias used while deploying JSP page for the Web Server. Unique in a given Server.

See Also:
Constant Field Values

AR_OPROP_INTERVAL_VALUE

static final int AR_OPROP_INTERVAL_VALUE
(INT) Interval value used to indicate the time interval between an active link's timed executions.

See Also:
Constant Field Values

AR_OPROP_INTEGRITY_KEY

static final int AR_OPROP_INTEGRITY_KEY
(CHAR) The integrity key for the lite AR Server.

See Also:
Constant Field Values

AR_OPROP_NEXT_ID_BLOCK_SIZE

static final int AR_OPROP_NEXT_ID_BLOCK_SIZE
(INT) Server object property tag indicates the Next ID block size override for a form.

See Also:
Constant Field Values

AR_OPROP_POOL_NUMBER

static final int AR_OPROP_POOL_NUMBER
(INT) Server object property tag indicates the number of the pool the object is a member of.

See Also:
Constant Field Values

AR_OPROP_CORE_FIELDS_OPTION_MASK

static final int AR_OPROP_CORE_FIELDS_OPTION_MASK
(ULONG32) Server object property tag indicates the core fields options for a form.

See Also:
Constant Field Values

AR_OPROP_GUIDE_PARAMETERS

static final int AR_OPROP_GUIDE_PARAMETERS
Parameterized Guides

See Also:
Constant Field Values

AR_OPROP_CACHE_DISP_PROP

static final int AR_OPROP_CACHE_DISP_PROP
Bit mask for cache VUI and Field display properties. Possible value is a mask of AR_CACHE_DPROP_XXX values bitwise ORed together.

See Also:
Constant Field Values

AR_OPROP_MAX_VENDOR_TEMP_TABLES

static final int AR_OPROP_MAX_VENDOR_TEMP_TABLES
Property used to indicate the maximum number of temp tables that will be created for a vendor form.

See Also:
Constant Field Values

AR_CORE_FIELDS_OPTION_NONE

static final int AR_CORE_FIELDS_OPTION_NONE
to indicate that no core fields options are set for the form

See Also:
Constant Field Values

AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY

static final int AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY
to indicate that the disable status history option is set for the form

See Also:
Constant Field Values

AR_CACHE_DPROP_NONE

static final int AR_CACHE_DPROP_NONE
Cache none

See Also:
Constant Field Values

AR_CACHE_DPROP_VUI

static final int AR_CACHE_DPROP_VUI
Cache vui definition

See Also:
Constant Field Values

AR_CACHE_DPROP_FIELD

static final int AR_CACHE_DPROP_FIELD
Cache field definition

See Also:
Constant Field Values

AR_CACHE_DPROP_ALL

static final int AR_CACHE_DPROP_ALL
Cache all

See Also:
Constant Field Values

AR_SMOPROP_NONE

static final int AR_SMOPROP_NONE
No property server managed object property.

See Also:
Constant Field Values

AR_SMOPROP_OBJECT_VERSION

static final int AR_SMOPROP_OBJECT_VERSION
Version property of the object.

See Also:
Constant Field Values

AR_SMOPROP_APP_OWNER

static final int AR_SMOPROP_APP_OWNER
Name of the application owner for the object

See Also:
Constant Field Values

AR_SMOPROP_OBJECT_LOCK_TYPE

static final int AR_SMOPROP_OBJECT_LOCK_TYPE
Object lock type. Valid values for the lock type are:

See Also:
Constant Field Values

AR_SMOPROP_OBJECT_LOCK_KEY

static final int AR_SMOPROP_OBJECT_LOCK_KEY
Object lock key. This is a string that used as a key (or a password) to enforce the locking.

See Also:
Constant Field Values

AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER

static final int AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER
Entry point order within entry point list

See Also:
Constant Field Values

AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER

static final int AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER
Entry point order within entry point list

See Also:
Constant Field Values

AR_SMOPROP_NO_APP_STATS_LOGGING

static final int AR_SMOPROP_NO_APP_STATS_LOGGING
Participates in application statistics

See Also:
Constant Field Values

AR_SMOPROP_APP_LIC_VERSION

static final int AR_SMOPROP_APP_LIC_VERSION
Properties for Application Licensing Indicates the license version for applications and forms

See Also:
Constant Field Values

AR_SMOPROP_APP_LIC_DESCRIPTOR

static final int AR_SMOPROP_APP_LIC_DESCRIPTOR
Indicates the license descriptor for applications and forms

See Also:
Constant Field Values

AR_SMOPROP_APP_LIC_USER_LICENSABLE

static final int AR_SMOPROP_APP_LIC_USER_LICENSABLE
Numeric Boolean value that indicates whether the form is user-licensable

See Also:
Constant Field Values

AR_SMOPROP_APP_ACCESS_POINT

static final int AR_SMOPROP_APP_ACCESS_POINT
Indicates whether the object is an access point. Zero (0) denotes that the object is not an access point. One (1) denotes that the object is an access point.

See Also:
Constant Field Values

AR_CURRENT_SERVER_TAG

static final String AR_CURRENT_SERVER_TAG
Set server to @ to indicate use "current" server (import/filter)

See Also:
Constant Field Values

AR_CURRENT_SCHEMA_TAG

static final String AR_CURRENT_SCHEMA_TAG
Set schema to @ to indicate use "current" schema in RDBMS (filter)

See Also:
Constant Field Values

AR_CURRENT_SCREEN_TAG

static final String AR_CURRENT_SCREEN_TAG
Set server and schema name to this value.

See Also:
Constant Field Values

AR_CURRENT_TRAN_TAG

static final String AR_CURRENT_TRAN_TAG
Tag that indicates get value from "current working screen," not RDBMS.

See Also:
Constant Field Values

AR_NO_MATCH_ERROR

static final int AR_NO_MATCH_ERROR
Return an error if no matches occur.

See Also:
Constant Field Values

AR_NO_MATCH_SET_NULL

static final int AR_NO_MATCH_SET_NULL
Assign NULL (Set Fields action only) if no matches occur.

See Also:
Constant Field Values

AR_NO_MATCH_NO_ACTION

static final int AR_NO_MATCH_NO_ACTION
Do nothing (Push Fields action only) if no matches occur.

See Also:
Constant Field Values

AR_NO_MATCH_SUBMIT

static final int AR_NO_MATCH_SUBMIT
Submit a new entry (Push Fields action only) if no matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_ERROR

static final int AR_MULTI_MATCH_ERROR
Return an error if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_SET_NULL

static final int AR_MULTI_MATCH_SET_NULL
Assign NULL (Set Fields action only) if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_USE_FIRST

static final int AR_MULTI_MATCH_USE_FIRST
Assign a value from the first matching entry if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_PICKLIST

static final int AR_MULTI_MATCH_PICKLIST
Display a selection list (active links only) if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_MODIFY_ALL

static final int AR_MULTI_MATCH_MODIFY_ALL
Modify all matching entries (Push Fields action only) if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_NO_ACTION

static final int AR_MULTI_MATCH_NO_ACTION
Do nothing (Push Fields action only) if multiple matches occur.

See Also:
Constant Field Values

AR_MULTI_MATCH_USE_LOCALE

static final int AR_MULTI_MATCH_USE_LOCALE
Use First Matching Request based on Locale (set fields only)

See Also:
Constant Field Values

AR_DDE_EXECUTE

static final int AR_DDE_EXECUTE
DDE action type: Remedy User request for the DDE application to execute the command specified in the Command field.

See Also:
Constant Field Values

AR_DDE_POKE

static final int AR_DDE_POKE
DDE action type: Remedy User request for DDE application to set the value specified in the Command field to the location (for example, a field or cell) specified in the Item field.

See Also:
Constant Field Values

AR_DDE_REQUEST

static final int AR_DDE_REQUEST
In a Set Fields action for active links on Windows clients only, specifies an integer value identifying the type of DDE action.

See Also:
Constant Field Values

AR_COM_PARM_NULL

static final int AR_COM_PARM_NULL
No value for this parameter.

See Also:
Constant Field Values

AR_COM_PARM_FIELDID

static final int AR_COM_PARM_FIELDID
Pass the specified AR System field as the parameter for this OLE method.

See Also:
Constant Field Values

AR_COM_PARM_VALUE

static final int AR_COM_PARM_VALUE
Pass the specified value as the parameter for this OLE method.

See Also:
Constant Field Values

AR_COM_METHOD_NULL

static final int AR_COM_METHOD_NULL
No field value returned for this OLE method.

See Also:
Constant Field Values

AR_COM_METHOD_FIELDID

static final int AR_COM_METHOD_FIELDID
Set the specified AR System field to the value returned by this OLE method.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_NONE

static final int AR_ASSIGN_TYPE_NONE
No value.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_VALUE

static final int AR_ASSIGN_TYPE_VALUE
Constant or keyword value. The data type of the value must match the data type of the specified field.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_FIELD

static final int AR_ASSIGN_TYPE_FIELD
Schema field value.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_PROCESS

static final int AR_ASSIGN_TYPE_PROCESS
Output value from successful execution of an operating system process or command. The system generates an error if the process return code is not zero. This option is not available for active links on Windows or Macintosh clients.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_ARITH

static final int AR_ASSIGN_TYPE_ARITH
Result value from an arithmetic operation.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_FUNCTION

static final int AR_ASSIGN_TYPE_FUNCTION
Return value from a function.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_DDE

static final int AR_ASSIGN_TYPE_DDE
Result value from a DDE request to another application.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_SQL

static final int AR_ASSIGN_TYPE_SQL
Result value from an SQL command.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_FILTER_API

static final int AR_ASSIGN_TYPE_FILTER_API
Result value from an filter api call.

See Also:
Constant Field Values

AR_FUNCTION_DATE

static final int AR_FUNCTION_DATE
Date: function return value to assign in a Set Fields action. Input is timestamp and return is char.

See Also:
Constant Field Values

AR_FUNCTION_TIME

static final int AR_FUNCTION_TIME
Time: function return value to assign in a Set Fields action Input is timestamp and return is char.

See Also:
Constant Field Values

AR_FUNCTION_MONTH

static final int AR_FUNCTION_MONTH
Month (1-12): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_DAY

static final int AR_FUNCTION_DAY
Day (1-31): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_YEAR

static final int AR_FUNCTION_YEAR
Year: function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_WEEKDAY

static final int AR_FUNCTION_WEEKDAY
Weekday (1-7): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_HOUR

static final int AR_FUNCTION_HOUR
Hour (0-23): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_MINUTE

static final int AR_FUNCTION_MINUTE
Minute (0-59): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_SECOND

static final int AR_FUNCTION_SECOND
Second (0-59): function return value to assign in a Set Fields action. Input is timestamp and return is long.

See Also:
Constant Field Values

AR_FUNCTION_TRUNC

static final int AR_FUNCTION_TRUNC
Truncated value: function return value to assign in a Set Fields action. Input is real and return is long.

See Also:
Constant Field Values

AR_FUNCTION_ROUND

static final int AR_FUNCTION_ROUND
Rounded value: function return value to assign in a Set Fields action. Input is real and return is long.

See Also:
Constant Field Values

AR_FUNCTION_CONVERT

static final int AR_FUNCTION_CONVERT
This is reserved for future AR System use.

See Also:
Constant Field Values

AR_FUNCTION_LENGTH

static final int AR_FUNCTION_LENGTH
Length of string: function return value to assign in a Set Fields action. Input is char and return is long.

See Also:
Constant Field Values

AR_FUNCTION_UPPER

static final int AR_FUNCTION_UPPER
Uppercase string: function return value to assign in a Set Fields action. Input is char and return is char.

See Also:
Constant Field Values

AR_FUNCTION_LOWER

static final int AR_FUNCTION_LOWER
Lowercase string: function return value to assign in a Set Fields action. Input is char and return is char.

See Also:
Constant Field Values

AR_FUNCTION_SUBSTR

static final int AR_FUNCTION_SUBSTR
Substring from long1 to long2 (inclusive): function return value to assign in a Set Fields action. Input is char, long, [, long], and return is char.

See Also:
Constant Field Values

AR_FUNCTION_LEFT

static final int AR_FUNCTION_LEFT
Left-most n bytes: function return value to assign in a Set Fields action. Input is char and long, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_RIGHT

static final int AR_FUNCTION_RIGHT
Right-most n bytes: function return value to assign in a Set Fields action. Input is char and long, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_LTRIM

static final int AR_FUNCTION_LTRIM
Leading blanks removed: function return value to assign in a Set Fields action. Input is char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_RTRIM

static final int AR_FUNCTION_RTRIM
Trailing blanks removed: function return value to assign in a Set Fields action. Input is char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_LPAD

static final int AR_FUNCTION_LPAD
char1 left-padded with char2 to n bytes: function return value to assign in a Set Fields action. Input is char, long, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_RPAD

static final int AR_FUNCTION_RPAD
char1 right-padded with char2 to n bytes: function return value to assign in a Set Fields action. Input is char, long, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_REPLACE

static final int AR_FUNCTION_REPLACE
char1 with char2 replaced by char3: function return value to assign in a Set Fields action. Input is char, char, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_STRSTR

static final int AR_FUNCTION_STRSTR
Position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action. Input is char, char, and return is int.

See Also:
Constant Field Values

AR_FUNCTION_MIN

static final int AR_FUNCTION_MIN
Minimum value: function return value to assign in a Set Fields action. Input is , , [, ] ... and return is .

See Also:
Constant Field Values

AR_FUNCTION_MAX

static final int AR_FUNCTION_MAX
Maximum value: function return value to assign in a Set Fields action. Input is , , [, ] ... and return is .

See Also:
Constant Field Values

AR_FUNCTION_COLSUM

static final int AR_FUNCTION_COLSUM
Sum a table column: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_FUNCTION_COLCOUNT

static final int AR_FUNCTION_COLCOUNT
Number of non-null values in a table column: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_FUNCTION_COLAVG

static final int AR_FUNCTION_COLAVG
Average of non-null values in a table column: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_FUNCTION_COLMIN

static final int AR_FUNCTION_COLMIN
Minimum of non-null values in a table column: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_FUNCTION_COLMAX

static final int AR_FUNCTION_COLMAX
Maximum of non-null values in a table column: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_FUNCTION_DATEADD

static final int AR_FUNCTION_DATEADD
Number of days, weeks, months, or years added to a given date.

See Also:
Constant Field Values

AR_FUNCTION_DATEDIFF

static final int AR_FUNCTION_DATEDIFF
Number of weeks or days between the start date and the end date.

See Also:
Constant Field Values

AR_FUNCTION_DATENAME

static final int AR_FUNCTION_DATENAME
The name of the month or day.

See Also:
Constant Field Values

AR_FUNCTION_DATENUM

static final int AR_FUNCTION_DATENUM
The numeric value of the year, month (1 to 12), day (1 to 31), week (1 to 52), or weekday (1=Sunday, 2 = Monday, and so on).

See Also:
Constant Field Values

AR_FUNCTION_CURRCONVERT

static final int AR_FUNCTION_CURRCONVERT
Converted currency type.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETDATE

static final int AR_FUNCTION_CURRSETDATE
New date of currency.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETTYPE

static final int AR_FUNCTION_CURRSETTYPE
New type of currency.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETVALUE

static final int AR_FUNCTION_CURRSETVALUE
New value of currency.

See Also:
Constant Field Values

AR_FUNCTION_LENGTHC

static final int AR_FUNCTION_LENGTHC
Length of string in characters: function return value to assign in a Set Fields action. Input is char and return is long.

See Also:
Constant Field Values

AR_FUNCTION_LEFTC

static final int AR_FUNCTION_LEFTC
Left-most n characters: function return value to assign in a Set Fields action. Input is char and long, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_RIGHTC

static final int AR_FUNCTION_RIGHTC
Right-most n characters: function return value to assign in a Set Fields action. Input is char and long, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_LPADC

static final int AR_FUNCTION_LPADC
char1 left-padded with char2 to n characters: function return value to assign in a Set Fields action. Input is char, long, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_RPADC

static final int AR_FUNCTION_RPADC
char1 right-padded with char2 to n characters: function return value to assign in a Set Fields action. Input is char, long, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_STRSTRC

static final int AR_FUNCTION_STRSTRC
Character position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action. Input is char, char, and return is int.

See Also:
Constant Field Values

AR_FUNCTION_SUBSTRC

static final int AR_FUNCTION_SUBSTRC
Substring from long1 to long2 (inclusive character position): function return value to assign in a Set Fields action. Input is char, long, [, long], and return is char.

See Also:
Constant Field Values

AR_FUNCTION_ENCRYPT

static final int AR_FUNCTION_ENCRYPT
Encrypt string with password: function return value to assign in a Set Fields action. Input is char, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_DECRYPT

static final int AR_FUNCTION_DECRYPT
Decrypt string with password: function return value to assign in a Set Fields action. Input is char, char, and return is char.

See Also:
Constant Field Values

AR_FUNCTION_HOVER

static final int AR_FUNCTION_HOVER
Get the Hovered-on column value : char hover(int/field) Input is column, int or field return is char.

See Also:
Constant Field Values

AR_FUNCTION_TEMPLATE

static final int AR_FUNCTION_TEMPLATE
Apply Template char template(char/field,value,value,...) Input is vararg: arg1: template name, char or field arg2*: param value mapping, value return is char.

See Also:
Constant Field Values

AR_MAX_FUNCTION_USED

static final int AR_MAX_FUNCTION_USED
Set to code for "highest" function: function return value to assign in a Set Fields action.

See Also:
Constant Field Values

AR_ORDER_MAX

static final int AR_ORDER_MAX
Maximum value allowed of filter/active link execution order (0-1000).

See Also:
Constant Field Values

AR_OPERATION_NONE

static final int AR_OPERATION_NONE
Do not execute the filter.

See Also:
Constant Field Values

AR_OPERATION_GET

static final int AR_OPERATION_GET
Execute the filter on get operations.

See Also:
Constant Field Values

AR_OPERATION_SET

static final int AR_OPERATION_SET
Execute the filter on set operations.

See Also:
Constant Field Values

AR_OPERATION_CREATE

static final int AR_OPERATION_CREATE
Execute the filter on create operations.

See Also:
Constant Field Values

AR_OPERATION_DELETE

static final int AR_OPERATION_DELETE
Execute the filter on delete operations.

See Also:
Constant Field Values

AR_OPERATION_MERGE

static final int AR_OPERATION_MERGE
Execute the filter on merge operations.

See Also:
Constant Field Values

AR_OPERATION_GUIDE

static final int AR_OPERATION_GUIDE
Execute the filter in a filter guide.

See Also:
Constant Field Values

AR_OPERATION_SERVICE

static final int AR_OPERATION_SERVICE
Execute the filter on a Service

See Also:
Constant Field Values

AR_NOTIFY_NONE

static final int AR_NOTIFY_NONE
Indicates no notifications will be sent.

See Also:
Constant Field Values

AR_NOTIFY_VIA_NOTIFIER

static final int AR_NOTIFY_VIA_NOTIFIER
Notifications sent to Notification Event form or the Remedy Alert client.

See Also:
Constant Field Values

AR_NOTIFY_VIA_EMAIL

static final int AR_NOTIFY_VIA_EMAIL
Notifications sent through email.

See Also:
Constant Field Values

AR_NOTIFY_VIA_DEFAULT

static final int AR_NOTIFY_VIA_DEFAULT
Notifications sent according to setting for the user in the User form.

See Also:
Constant Field Values

AR_NOTIFY_VIA_XREF

static final int AR_NOTIFY_VIA_XREF
Notifications sent according to specified field cross-reference for notify mechanism. You can also enter a maximum notify priority where users are notified using the mechanism specified. Enter a numeric value between 4 and 98 to indicate the mechanism to use. This number writes the notification to the file <ar_install_dir>\arserver\db\notify<nn>.arn where nn is the number that you entered.

See Also:
Constant Field Values

AR_NOTIFY_PRIORITY_MAX

static final int AR_NOTIFY_PRIORITY_MAX
Reserved for future AR System use.

See Also:
Constant Field Values

AR_FILTER_FIELD_IDS_NONE

static final int AR_FILTER_FIELD_IDS_NONE
None of the fields are included with the notification.

See Also:
Constant Field Values

AR_FILTER_FIELD_IDS_ALL

static final int AR_FILTER_FIELD_IDS_ALL
All of the fields in the request are included with the notification.

See Also:
Constant Field Values

AR_FILTER_FIELD_IDS_LIST

static final int AR_FILTER_FIELD_IDS_LIST
Selected fields from the list are included with the notification.

See Also:
Constant Field Values

AR_FILTER_FIELD_IDS_CHANGED

static final int AR_FILTER_FIELD_IDS_CHANGED
Only fields that have changed in the current transaction are included with the notification.

See Also:
Constant Field Values

AR_FILTER_ACTION_NONE

static final int AR_FILTER_ACTION_NONE
No filter action.

See Also:
Constant Field Values

AR_FILTER_ACTION_NOTIFY

static final int AR_FILTER_ACTION_NOTIFY
Send a notification to the specified user for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_MESSAGE

static final int AR_FILTER_ACTION_MESSAGE
Return the specified message (filters only) for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_LOG

static final int AR_FILTER_ACTION_LOG
Write the specifid text to a log file for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_FIELDS

static final int AR_FILTER_ACTION_FIELDS
Update values for the specified fields for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_PROCESS

static final int AR_FILTER_ACTION_PROCESS
Execute the specified command for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_FIELDP

static final int AR_FILTER_ACTION_FIELDP
Push data from the current operation to a field in another schema on the same server for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_SQL

static final int AR_FILTER_ACTION_SQL
Perform the specified SQL statements for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_GOTOACTION

static final int AR_FILTER_ACTION_GOTOACTION
Go to the filter with the specified execution order for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_CALLGUIDE

static final int AR_FILTER_ACTION_CALLGUIDE
Go to the filter with call guide; executes or invokes a guide for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_EXITGUIDE

static final int AR_FILTER_ACTION_EXITGUIDE
Terminates the current guide for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_GOTOGUIDELABEL

static final int AR_FILTER_ACTION_GOTOGUIDELABEL
Redirects the flow of execution within a guide to a specific filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_SERVICE

static final int AR_FILTER_ACTION_SERVICE
Filter Service action type indicator

See Also:
Constant Field Values

AR_ERRHANDLER_ENABLE

static final int AR_ERRHANDLER_ENABLE
mask for error handler option

See Also:
Constant Field Values

AR_EXECUTE_ON_NONE

static final int AR_EXECUTE_ON_NONE
No execution action for active link.

See Also:
Constant Field Values

AR_EXECUTE_ON_BUTTON

static final int AR_EXECUTE_ON_BUTTON
Execute the active link when a user selects a button, toolbar button, or menu item.

See Also:
Constant Field Values

AR_EXECUTE_ON_RETURN

static final int AR_EXECUTE_ON_RETURN
Execute the active link when a user presses Return in the field specified by the focus field parameter.

See Also:
Constant Field Values

AR_EXECUTE_ON_SUBMIT

static final int AR_EXECUTE_ON_SUBMIT
Execute the active link when a user submits an entry (before data is sent to the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_MODIFY

static final int AR_EXECUTE_ON_MODIFY
Execute the active link when a user modifies an individual entry (before data is sent to the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_DISPLAY

static final int AR_EXECUTE_ON_DISPLAY
Execute the active link when a user displays an entry (after data is retrieved from the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_MODIFY_ALL

static final int AR_EXECUTE_ON_MODIFY_ALL
Execute the active link when a user modifies all entries (before data is sent to the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_MENU_OPEN

static final int AR_EXECUTE_ON_MENU_OPEN
Execute the active link when a user opens a menu (before data is sent to the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_MENU_CHOICE

static final int AR_EXECUTE_ON_MENU_CHOICE
Execute the active link when a user selects an item from a character menu associated with a field specified by the focusField parameter or selects a row in a table field specified by the focusField parameter.

See Also:
Constant Field Values

AR_EXECUTE_ON_LOSE_FOCUS

static final int AR_EXECUTE_ON_LOSE_FOCUS
Execute the active link when the focus is changed, for example by clicking in another field.

See Also:
Constant Field Values

AR_EXECUTE_ON_SET_DEFAULT

static final int AR_EXECUTE_ON_SET_DEFAULT
Execute the active link when a user sets default values (either manually or through preference settings)

See Also:
Constant Field Values

AR_EXECUTE_ON_QUERY

static final int AR_EXECUTE_ON_QUERY
Execute the active link when a user retrieves one or more entries (before the query is sent to the AR System server)

See Also:
Constant Field Values

AR_EXECUTE_ON_AFTER_MODIFY

static final int AR_EXECUTE_ON_AFTER_MODIFY
Execute the active link when a user modifies an individual entry (after data is committed to the database)

See Also:
Constant Field Values

AR_EXECUTE_ON_AFTER_SUBMIT

static final int AR_EXECUTE_ON_AFTER_SUBMIT
Execute the active link when a user submits an entry (after data is committed to the database)

See Also:
Constant Field Values

AR_EXECUTE_ON_GAIN_FOCUS

static final int AR_EXECUTE_ON_GAIN_FOCUS
Execute the active link when the specified field receives the focus.

See Also:
Constant Field Values

AR_EXECUTE_ON_WINDOW_OPEN

static final int AR_EXECUTE_ON_WINDOW_OPEN
Execute the active link when a user opens any form window or changes its mode.

See Also:
Constant Field Values

AR_EXECUTE_ON_WINDOW_CLOSE

static final int AR_EXECUTE_ON_WINDOW_CLOSE
Execute the active link when a user closes any form window or changes its mode.

See Also:
Constant Field Values

AR_EXECUTE_ON_UNDISPLAY

static final int AR_EXECUTE_ON_UNDISPLAY
Execute the active link when a request is removed from the Details pane because a new request was selected in the Results pane or because the window is closing. The workflow actions execute before the new request is displayed.

See Also:
Constant Field Values

AR_EXECUTE_ON_COPY_SUBMIT

static final int AR_EXECUTE_ON_COPY_SUBMIT
Execute the active link when a user chooses Edit -> Copy to New in Remedy User. The active links will be executed after the data has been sent to the new window, so that the administrator has the ability to use this data in the workflow.

See Also:
Constant Field Values

AR_EXECUTE_ON_LOADED

static final int AR_EXECUTE_ON_LOADED
Execute the active link on Submit and Search windows after all data has been loaded on the window (from defaults, from a copy to new, from an open window action).

See Also:
Constant Field Values

AR_EXECUTE_ON_INTERVAL

static final int AR_EXECUTE_ON_INTERVAL
Execute the active link when a specified interval has arrived.

See Also:
Constant Field Values

AR_EXECUTE_ON_EVENT

static final int AR_EXECUTE_ON_EVENT
Execute the active link when a specified event has arrived.

See Also:
Constant Field Values

AR_EXECUTE_ON_TABLE_CONTENT_CHANGE

static final int AR_EXECUTE_ON_TABLE_CONTENT_CHANGE
Execute the active link when a Table content is changed.

See Also:
Constant Field Values

AR_EXECUTE_ON_HOVER_FIELD_LABEL

static final int AR_EXECUTE_ON_HOVER_FIELD_LABEL
Execute the active link when cursor is hovering over a field label portion.

See Also:
Constant Field Values

AR_EXECUTE_ON_HOVER_FIELD_DATA

static final int AR_EXECUTE_ON_HOVER_FIELD_DATA
Execute the active link when cursor is hovering over a field data portion.

See Also:
Constant Field Values

AR_EXECUTE_ON_HOVER_FIELD

static final int AR_EXECUTE_ON_HOVER_FIELD
Execute the active link when cursor is hovering over a field data portion.

See Also:
Constant Field Values

AR_EXECUTE_ON_PAGE_EXPAND

static final int AR_EXECUTE_ON_PAGE_EXPAND
Execute the active link when a page is expanded.

See Also:
Constant Field Values

AR_EXECUTE_ON_PAGE_COLLAPSE

static final int AR_EXECUTE_ON_PAGE_COLLAPSE
Execute the active link when a page is collapsed.

See Also:
Constant Field Values

AR_EXECUTE_ON_MASK_MAX

static final int AR_EXECUTE_ON_MASK_MAX
Maximum value of execute on mask for the active links

See Also:
Constant Field Values

AR_EXECUTE_ON_MASK_FOCUS_FIELD

static final int AR_EXECUTE_ON_MASK_FOCUS_FIELD
Possible mask values for the focus field

See Also:
Constant Field Values

AR_CALL_GUIDE_FORM_HIDDEN

static final int AR_CALL_GUIDE_FORM_HIDDEN
mask for guideMode, form will open in hidden mode

See Also:
Constant Field Values

AR_CALL_GUIDE_LOOP_SELECTED_ONLY

static final int AR_CALL_GUIDE_LOOP_SELECTED_ONLY
mask for guideMode, table loop guide will loop on selected rows only

See Also:
Constant Field Values

AR_FOCUS_UNCHANGED

static final int AR_FOCUS_UNCHANGED
Leaves the focus (cursor) as is to the field in Change Field active link action.

See Also:
Constant Field Values

AR_FOCUS_SET_TO_FIELD

static final int AR_FOCUS_SET_TO_FIELD
Moves the focus (cursor) to the field in Change Field active link action.

See Also:
Constant Field Values

AR_ACCESS_OPTION_UNCHANGED

static final int AR_ACCESS_OPTION_UNCHANGED
Leaves the access setting as it is for the data field in Change Field active link action. (Default)

See Also:
Constant Field Values

AR_ACCESS_OPTION_READ_ONLY

static final int AR_ACCESS_OPTION_READ_ONLY
Enables the user to read and access the contents of the data field (to copy it, for example), but not to enter/modify data, in Change Field active link action.

See Also:
Constant Field Values

AR_ACCESS_OPTION_READ_WRITE

static final int AR_ACCESS_OPTION_READ_WRITE
Enables the user to read the contents of the data field and enter/modify data as required, in Change Field active link action.

See Also:
Constant Field Values

AR_ACCESS_OPTION_DISABLE

static final int AR_ACCESS_OPTION_DISABLE
Enables the user to read the data field value but not to access the value, or to enter/modify data in the field. The field value and the field label will be grayed out.

See Also:
Constant Field Values

AR_FIELD_CHAR_OPTION_REFERENCE

static final int AR_FIELD_CHAR_OPTION_REFERENCE
Identifies that the field ID cited in field characteristics is a field whose runtime value will contain a reference to the field that should change. In other words, this identifies the field characteristics as having one level of indirection with respect to the field to change.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_NONE

static final int AR_ACTIVE_LINK_ACTION_NONE
See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_MACRO

static final int AR_ACTIVE_LINK_ACTION_MACRO
Executes the specified macro.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_FIELDS

static final int AR_ACTIVE_LINK_ACTION_FIELDS
Sets values for the specified fields.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_PROCESS

static final int AR_ACTIVE_LINK_ACTION_PROCESS
Executes the specified command.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_MESSAGE

static final int AR_ACTIVE_LINK_ACTION_MESSAGE
Displays the specified message.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_SET_CHAR

static final int AR_ACTIVE_LINK_ACTION_SET_CHAR
Sets characteristics for the specified field.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_DDE

static final int AR_ACTIVE_LINK_ACTION_DDE
Performs the specified DDE action.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_FIELDP

static final int AR_ACTIVE_LINK_ACTION_FIELDP
Transfers, or pushes, data from a field in the current schema to another schema.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_SQL

static final int AR_ACTIVE_LINK_ACTION_SQL
Performs the specified SQL statements.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_AUTO

static final int AR_ACTIVE_LINK_ACTION_AUTO
Performs the specified OLE automation.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPENDLG

static final int AR_ACTIVE_LINK_ACTION_OPENDLG
Opens a schema in one of the following window types:

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_COMMITC

static final int AR_ACTIVE_LINK_ACTION_COMMITC
See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_CLOSEWND

static final int AR_ACTIVE_LINK_ACTION_CLOSEWND
Closes a dialog or schema window.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_CALLGUIDE

static final int AR_ACTIVE_LINK_ACTION_CALLGUIDE
Executes the specified guide.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_EXITGUIDE

static final int AR_ACTIVE_LINK_ACTION_EXITGUIDE
Exits the current guide or all guides.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL

static final int AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL
Goes to the specified active link within current guide.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_WAIT

static final int AR_ACTIVE_LINK_ACTION_WAIT
Causes the current guide to wait for user input.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_GOTOACTION

static final int AR_ACTIVE_LINK_ACTION_GOTOACTION
Goes to the active link with the specified execution order.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_SERVICE

static final int AR_ACTIVE_LINK_ACTION_SERVICE
Service action type indicator

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DLG

static final int AR_ACTIVE_LINK_ACTION_OPEN_DLG
Active link Open Window action opens window as a dialog box.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_SEARCH

static final int AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
Active link Open Window action opens window in search mode.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT

static final int AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
Active link Open Window action opens window in submit mode.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST

static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
Active link Open Window action opens window in modify mode only as a results list.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL

static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
Active link Open Window action opens window in modify mode only as a details pane.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT

static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
Active link Open Window action opens window in modify mode as a split window that contains both results list and details pane.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST

static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
Active link Open Window action opens window in display mode only as a results list.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL

static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
Active link Open Window action opens window in display mode only as a details pane.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT

static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
Active link Open Window action opens window in display mode as a split window that contains both results list and details pane.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_REPORT

static final int AR_ACTIVE_LINK_ACTION_OPEN_REPORT
Active link Open Window action opens window in report mode.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY

static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
Active link Open Window action opens window in modify mode.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY

static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
Active link Open Window action opens window in display mode.

See Also:
Constant Field Values

AR_REPORT_ATTR_LAYOUT

static final int AR_REPORT_ATTR_LAYOUT
Specify layout of report. (?)

See Also:
Constant Field Values

AR_REPORT_ATTR_IDLIST

static final int AR_REPORT_ATTR_IDLIST
Fields to include in the report from the Field List in the upper half of the dialog box.

See Also:
Constant Field Values

AR_REPORT_ATTR_NAME

static final int AR_REPORT_ATTR_NAME
Name of report.

See Also:
Constant Field Values

AR_REPORT_ATTR_TITLE

static final int AR_REPORT_ATTR_TITLE
Title that appears at top of report in Remedy User.

See Also:
Constant Field Values

AR_REPORT_ATTR_HEADER

static final int AR_REPORT_ATTR_HEADER
Header that appears at top of every page of report in Remedy User.

See Also:
Constant Field Values

AR_REPORT_ATTR_FOOTER

static final int AR_REPORT_ATTR_FOOTER
Footer that appears at bottom of every page of report in Remedy User.

See Also:
Constant Field Values

AR_REPORT_ATTR_LINES

static final int AR_REPORT_ATTR_LINES
Specifies how many lines of page the report will occupy.

See Also:
Constant Field Values

AR_REPORT_ATTR_TOP

static final int AR_REPORT_ATTR_TOP
Specify the number of blank lines you want at the top of each page of your report (including the header and title, if any). The default is 1.

See Also:
Constant Field Values

AR_REPORT_ATTR_BOTTOM

static final int AR_REPORT_ATTR_BOTTOM
Specify the number of blank lines you want at the bottom of each page of your report (including the footer, if any). The default is 1.

See Also:
Constant Field Values

AR_REPORT_ATTR_CHARS

static final int AR_REPORT_ATTR_CHARS
Specify the maximum number of characters on a line.

See Also:
Constant Field Values

AR_REPORT_ATTR_LEFT

static final int AR_REPORT_ATTR_LEFT
Specify the number of blank character units you want from the left edge of the page. The default is 0.

See Also:
Constant Field Values

AR_REPORT_ATTR_RIGHT

static final int AR_REPORT_ATTR_RIGHT
Specify the number of blank character units you want from the right edge of the page. The default is 0.

See Also:
Constant Field Values

AR_REPORT_ATTR_COL_SEP

static final int AR_REPORT_ATTR_COL_SEP
Specify characters to be used as separators between columns in a column or compressed text formatted report. The default value is a space.

See Also:
Constant Field Values

AR_REPORT_ATTR_ONE_REC_PER_PAGE

static final int AR_REPORT_ATTR_ONE_REC_PER_PAGE
Forces a page break after each request.

See Also:
Constant Field Values

AR_REPORT_ATTR_COMPRESSED

static final int AR_REPORT_ATTR_COMPRESSED
Creates report in compressed format with commas between the columns (or with white space or any other specified character between the columns).

See Also:
Constant Field Values

AR_REPORT_ATTR_TITLE_SEP_CHAR

static final int AR_REPORT_ATTR_TITLE_SEP_CHAR
Specify characters to be uses to separate the column title (the field name) from the data below. The default is a hyphen (-). This setting applies only to column-formatted reports.

See Also:
Constant Field Values

AR_REPORT_REC_SEP

static final int AR_REPORT_REC_SEP
Specify characters you want to use to separate requests. By default, they are blank.

See Also:
Constant Field Values

AR_REPORT_LONG_FIELD_FORMAT

static final int AR_REPORT_LONG_FIELD_FORMAT
Specify whether to wrap or truncate long field format.

See Also:
Constant Field Values

AR_REPORT_COL_TITLE_PER

static final int AR_REPORT_COL_TITLE_PER
Specify where column title appears in the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_PAGE_BREAKS

static final int AR_REPORT_ATTR_PAGE_BREAKS
Specify where page breaks appear in report.

See Also:
Constant Field Values

AR_REPORT_ATTR_TYPE

static final int AR_REPORT_ATTR_TYPE
For Crystal reports, defines report type.

See Also:
Constant Field Values

AR_REPORT_ATTR_FILENAME

static final int AR_REPORT_ATTR_FILENAME
For Crystal reports, defines file name for external report.

See Also:
Constant Field Values

AR_REPORT_ATTR_PRINT_ORIENT

static final int AR_REPORT_ATTR_PRINT_ORIENT
Specify whether print orientation is portrait or landscape.

See Also:
Constant Field Values

AR_REPORT_ATTR_SCHEMANAME

static final int AR_REPORT_ATTR_SCHEMANAME
For web reporting, specifies schema name to use for the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_SERVERNAME

static final int AR_REPORT_ATTR_SERVERNAME
For web reporting, specifies server name to use for the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_QUERY

static final int AR_REPORT_ATTR_QUERY
For web reporting, specifies query to use for the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_ENTRYIDS

static final int AR_REPORT_ATTR_ENTRYIDS
For web reporting, specifies entry IDs to use for the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_QUERY_OVERRIDE

static final int AR_REPORT_ATTR_QUERY_OVERRIDE
For web reporting, specifies whether or not the query sent to the report should override a query that may already be stored in the report.

See Also:
Constant Field Values

AR_REPORT_ATTR_OPERATION

static final int AR_REPORT_ATTR_OPERATION
For web reporting, specifies what operation to do with the report, for example, Run, Create, Edit.

See Also:
Constant Field Values

AR_REPORT_ATTR_LOCATION

static final int AR_REPORT_ATTR_LOCATION
For web reporting, specifies where the report is stored, for example, Local disk, Report Form, and so on.

See Also:
Constant Field Values

AR_REPORT_ATTR_CHAR_ENCODING

static final int AR_REPORT_ATTR_CHAR_ENCODING
character encoding

See Also:
Constant Field Values

REPORT_TYPE_AR_SYSTEM

static final int REPORT_TYPE_AR_SYSTEM
the report is an ARSystem report

See Also:
Constant Field Values

AR_REPORT_LOCATION_EMBEDDED

static final int AR_REPORT_LOCATION_EMBEDDED
Report stored on AR System server. Specifies the various location type for AR_REPORT_ATTR_LOCATION.

See Also:
Constant Field Values

AR_REPORT_LOCATION_LOCAL

static final int AR_REPORT_LOCATION_LOCAL
Report stored on local disk. Specifies the various location type for AR_REPORT_ATTR_LOCATION.

See Also:
Constant Field Values

AR_REPORT_LOCATION_REPORTING_FORM

static final int AR_REPORT_LOCATION_REPORTING_FORM
Report stored on the reporting server in the Report form. Specifies the various location type for AR_REPORT_ATTR_LOCATION.

The Reporting Form location is only available when using Centralized User Preferences and the report server is defined in the Remedy User Preferences form.

See Also:
Constant Field Values

AR_REPORT_LOCATION_FIELD

static final int AR_REPORT_LOCATION_FIELD
Reserved for future AR System use.

See Also:
Constant Field Values

AR_PERMISSIONS_NONE

static final int AR_PERMISSIONS_NONE
Group has no access to the object.

See Also:
Constant Field Values

AR_PERMISSIONS_VISIBLE

static final int AR_PERMISSIONS_VISIBLE
Group can see the schema or container.

See Also:
Constant Field Values

AR_PERMISSIONS_HIDDEN

static final int AR_PERMISSIONS_HIDDEN
Group cannot see the schema or container.

See Also:
Constant Field Values

AR_PERMISSIONS_VIEW

static final int AR_PERMISSIONS_VIEW
Group has read-only access to the field.

See Also:
Constant Field Values

AR_PERMISSIONS_CHANGE

static final int AR_PERMISSIONS_CHANGE
Group has read-write access to the field.

See Also:
Constant Field Values

AR_GROUP_TYPE_NONE

static final int AR_GROUP_TYPE_NONE
Group has no access to field.

See Also:
Constant Field Values

AR_GROUP_TYPE_VIEW

static final int AR_GROUP_TYPE_VIEW
Group has view access to field.

See Also:
Constant Field Values

AR_GROUP_TYPE_CHANGE

static final int AR_GROUP_TYPE_CHANGE
Group has change access to field.

See Also:
Constant Field Values

AR_GROUP_CATEGORY_REGULAR

static final int AR_GROUP_CATEGORY_REGULAR
Group is regular

See Also:
Constant Field Values

AR_GROUP_CATEGORY_DYNAMIC

static final int AR_GROUP_CATEGORY_DYNAMIC
Group is dynamic

See Also:
Constant Field Values

AR_GROUP_CATEGORY_COMPUTED

static final int AR_GROUP_CATEGORY_COMPUTED
Group is computed

See Also:
Constant Field Values

AR_LICENSE_TAG_WRITE

static final int AR_LICENSE_TAG_WRITE
Write license held by user.

See Also:
Constant Field Values

AR_LICENSE_TAG_FULL_TEXT

static final int AR_LICENSE_TAG_FULL_TEXT
FTS license held by user.

See Also:
Constant Field Values

AR_LICENSE_TAG_RESERVED1

static final int AR_LICENSE_TAG_RESERVED1
Reserved license held by user.

See Also:
Constant Field Values

AR_LICENSE_TAG_APP

static final int AR_LICENSE_TAG_APP
Reserved license held by user.

See Also:
Constant Field Values

AR_USER_LIST_MYSELF

static final int AR_USER_LIST_MYSELF
Retrieve or store the current user

See Also:
Constant Field Values

AR_USER_LIST_REGISTERED

static final int AR_USER_LIST_REGISTERED
Retrieve or store all registered users

See Also:
Constant Field Values

AR_USER_LIST_CURRENT

static final int AR_USER_LIST_CURRENT
Retrieve or store all users currently accessing the server

See Also:
Constant Field Values

AR_PRECISION_NONE

static final int AR_PRECISION_NONE
No precision value that limits the number of decimal places displayed in the user's view of real number field.

See Also:
Constant Field Values

AR_MENU_APPEND

static final int AR_MENU_APPEND
Menu text is added to any text already in the field. If there is any text in the field, a blank space is inserted before the menu text value is appended.

See Also:
Constant Field Values

AR_MENU_OVERWRITE

static final int AR_MENU_OVERWRITE
Menu text replaces any text already in the field.

See Also:
Constant Field Values

AR_QBE_MATCH_ANYWHERE

static final int AR_QBE_MATCH_ANYWHERE
LIKE %value% operation to perform on QBE screen. Remedy User adds wildcards to start and end of search.

See Also:
Constant Field Values

AR_QBE_MATCH_LEADING

static final int AR_QBE_MATCH_LEADING
LIKE value% operation to perform on QBE screen. Remedy User adds wildcards to end of search.

See Also:
Constant Field Values

AR_QBE_MATCH_EQUAL

static final int AR_QBE_MATCH_EQUAL
= operation to perform on QBE screen. Remedy User does not add any wildcards to search string but uses EQUAL (=) operator instead.

See Also:
Constant Field Values

AR_FULLTEXT_OPTIONS_NONE

static final int AR_FULLTEXT_OPTIONS_NONE
No Full Text options.

See Also:
Constant Field Values

AR_FULLTEXT_OPTIONS_INDEXED

static final int AR_FULLTEXT_OPTIONS_INDEXED
Field is Full Text indexed.

See Also:
Constant Field Values

AR_FULLTEXT_OPTIONS_LITERAL

static final int AR_FULLTEXT_OPTIONS_LITERAL
Field indexed for literal search if Full Text indexed.

See Also:
Constant Field Values

AR_LENGTH_UNIT_BYTE

static final int AR_LENGTH_UNIT_BYTE
Server measures field in 1-byte units.

See Also:
Constant Field Values

AR_LENGTH_UNIT_CHAR

static final int AR_LENGTH_UNIT_CHAR
Server measures field in units of one server character (may be 1-4 bytes depending on server character encoding). NB a java char is only 16 bits; a Unicode character can occupy 1 or 2 java chars in the UTF-16 surrogate pair representation.

See Also:
Constant Field Values

AR_STORE_OPT_DEF

static final int AR_STORE_OPT_DEF
CLOB Storage Option - Default Implementation.

See Also:
Constant Field Values

AR_STORE_OPT_INROW

static final int AR_STORE_OPT_INROW
CLOB Storage Option - Default Implementation.

See Also:
Constant Field Values

AR_STORE_OPT_OUTROW

static final int AR_STORE_OPT_OUTROW
CLOB Storage Option - Default Implementation.

See Also:
Constant Field Values

AR_ATTACH_FIELD_TYPE_EMBED

static final int AR_ATTACH_FIELD_TYPE_EMBED
Embedded type file is stored.

See Also:
Constant Field Values

AR_ATTACH_FIELD_TYPE_LINK

static final int AR_ATTACH_FIELD_TYPE_LINK
Reserved for future AR System use.

See Also:
Constant Field Values

AR_FIELD_LIMIT_NONE

static final int AR_FIELD_LIMIT_NONE
Field has no defined limits.

See Also:
Constant Field Values

AR_MENU_REFRESH_CONNECT

static final int AR_MENU_REFRESH_CONNECT
Refresh the menu only when form opened.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD

static final int AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD
Regular field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

COLUMN_LIMIT_DATASOURCE_DATA_FIELD

@Deprecated
static final int COLUMN_LIMIT_DATASOURCE_DATA_FIELD
Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD.
Regular field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD

static final int AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
Display-only field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD

@Deprecated
static final int COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD.
Display-only field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD

static final int AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD
Local Control field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD

static final int AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD
Local Trim field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD

static final int AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD
Local View field as data source for the getDataField or setDataField methods of ColumnFieldLimit.

See Also:
Constant Field Values

AR_COLUMN_LIMIT_DATASOURCE_MAX

static final int AR_COLUMN_LIMIT_DATASOURCE_MAX
See Also:
Constant Field Values

AR_MENU_REFRESH_OPEN

static final int AR_MENU_REFRESH_OPEN
Refresh every time menu is opened.

See Also:
Constant Field Values

AR_MENU_REFRESH_INTERVAL

static final int AR_MENU_REFRESH_INTERVAL
Refresh first time menu opened and every 15 minutes thereafter.

See Also:
Constant Field Values

AR_MENU_TYPE_NONE

static final int AR_MENU_TYPE_NONE
No menu item.

See Also:
Constant Field Values

AR_MENU_TYPE_VALUE

static final int AR_MENU_TYPE_VALUE
Leaf-level menu item.

See Also:
Constant Field Values

AR_MENU_TYPE_MENU

static final int AR_MENU_TYPE_MENU
Top- or intermediate-level menu item.

See Also:
Constant Field Values

AR_MENU_FILE_SERVER

static final int AR_MENU_FILE_SERVER
Location of file menu on AR System server system.

See Also:
Constant Field Values

AR_MENU_FILE_CLIENT

static final int AR_MENU_FILE_CLIENT
Location of file menu on system where Remedy User client is running.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_NONE

static final int AR_CHAR_MENU_DD_NONE
No data-dictionary menu.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORM

static final int AR_CHAR_MENU_DD_FORM
Data-dictionary menu sub-type, in which the menu is a list of forms on the server.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FIELD

static final int AR_CHAR_MENU_DD_FIELD
Data-dictionary menu sub-type, in which the menu is a list of fields on the schema.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_DB_NAME

static final int AR_CHAR_MENU_DD_DB_NAME
Unique database name for item used in Data-Dictionary name type.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_LOCAL_NAME

static final int AR_CHAR_MENU_DD_LOCAL_NAME
Localized label/alias for item used in Data-Dictionary name type.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_ID

static final int AR_CHAR_MENU_DD_ID
ID for the item used in Data-Dictionary name type.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_NONE

static final int AR_CHAR_MENU_DD_FORMAT_NONE
No value used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_ID

static final int AR_CHAR_MENU_DD_FORMAT_ID
ID only used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_NAME

static final int AR_CHAR_MENU_DD_FORMAT_NAME
Name only used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_QUOTES

static final int AR_CHAR_MENU_DD_FORMAT_QUOTES
Name with quotes used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_DOLLARS

static final int AR_CHAR_MENU_DD_FORMAT_DOLLARS
Name with dollar signs used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_ID_NAME

static final int AR_CHAR_MENU_DD_FORMAT_ID_NAME
ID and name used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_NAMEL

static final int AR_CHAR_MENU_DD_FORMAT_NAMEL
Localized name only used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_QUOTESL

static final int AR_CHAR_MENU_DD_FORMAT_QUOTESL
Localized name with quotes used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_DOLLARSL

static final int AR_CHAR_MENU_DD_FORMAT_DOLLARSL
Localized name with dollar signs used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_ID_L

static final int AR_CHAR_MENU_DD_FORMAT_ID_L
ID and localized name used in Data-Dictionary value format.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_NAME_L

static final int AR_CHAR_MENU_DD_FORMAT_NAME_L
Name and localized name used in Data-Dictionary value format. This would return the following format:
Form01 alias for Form01
where "Form01" is the name of form and "alias for Form01" is its alias.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORMAT_L_NAME

static final int AR_CHAR_MENU_DD_FORMAT_L_NAME
;local;name (first * sep match) used in Data-Dictionary value format. This would return the following format:
alias Form01 Form01
where "alias for Form01" is its alias and "Form01" is the name of form.

See Also:
Constant Field Values

AR_CHAR_MENU_NONE

static final int AR_CHAR_MENU_NONE
No character menu.

See Also:
Constant Field Values

AR_CHAR_MENU_LIST

static final int AR_CHAR_MENU_LIST
Character menu items based on menu list definitions. Menu items can be a value (a leaf-level item) or another menu (a top-or intermediate-level item).

See Also:
Constant Field Values

AR_CHAR_MENU_QUERY

static final int AR_CHAR_MENU_QUERY
Character menu items based on schema query.

See Also:
Constant Field Values

AR_CHAR_MENU_FILE

static final int AR_CHAR_MENU_FILE
Character menu items based on formatted flat file.

See Also:
Constant Field Values

AR_CHAR_MENU_SQL

static final int AR_CHAR_MENU_SQL
Character menu items based on SQL query.

See Also:
Constant Field Values

AR_CHAR_MENU_SS

static final int AR_CHAR_MENU_SS
Character menu items based on SS.

See Also:
Constant Field Values

AR_CHAR_MENU_DATA_DICTIONARY

static final int AR_CHAR_MENU_DATA_DICTIONARY
Character menu items based on Data Dictionary.

See Also:
Constant Field Values

AR_STRUCT_XML_OFFSET

static final int AR_STRUCT_XML_OFFSET
mask for the exporting object in XML format

See Also:
Constant Field Values

AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG

static final int AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG
mask for exporting timestamps as zero and and last modified as empty string

See Also:
Constant Field Values

AR_EXPORT_FORMAT_AR_DEF

static final int AR_EXPORT_FORMAT_AR_DEF
See Also:
Constant Field Values

AR_EXPORT_FORMAT_XML

static final int AR_EXPORT_FORMAT_XML
See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA

static final int AR_STRUCT_ITEM_SCHEMA
Schema definition, including views, help text, and change diary information.

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_DEFN

static final int AR_STRUCT_ITEM_SCHEMA_DEFN
Structure definition for configuring AR System User cache (special purpose export)

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_VIEW

static final int AR_STRUCT_ITEM_SCHEMA_VIEW
Display definition for configuring Remedy User cache (special purpose export).

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_MAIL

static final int AR_STRUCT_ITEM_SCHEMA_MAIL
Email template for submitting requests (special purpose export).

See Also:
Constant Field Values

AR_STRUCT_ITEM_FILTER

static final int AR_STRUCT_ITEM_FILTER
Filter definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ACTIVE_LINK

static final int AR_STRUCT_ITEM_ACTIVE_LINK
Active link definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ADMIN_EXT

static final int AR_STRUCT_ITEM_ADMIN_EXT
Administrator extensions are no longer supported in the AR System.

See Also:
Constant Field Values

AR_STRUCT_ITEM_CHAR_MENU

static final int AR_STRUCT_ITEM_CHAR_MENU
Character menu definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ESCALATION

static final int AR_STRUCT_ITEM_ESCALATION
Escalation definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_DIST_MAP

static final int AR_STRUCT_ITEM_DIST_MAP
Mapping definition for Remedy Distributed Server Option

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_VIEW_MIN

static final int AR_STRUCT_ITEM_SCHEMA_VIEW_MIN
Display definition without bitmaps for Remedy User

See Also:
Constant Field Values

AR_STRUCT_ITEM_CONTAINER

static final int AR_STRUCT_ITEM_CONTAINER
Container definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_DIST_POOL

static final int AR_STRUCT_ITEM_DIST_POOL
Distributed Server definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_VUI

static final int AR_STRUCT_ITEM_VUI
Vui definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_FIELD

static final int AR_STRUCT_ITEM_FIELD
field definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_APP

static final int AR_STRUCT_ITEM_APP
application definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_IMAGE

static final int AR_STRUCT_ITEM_IMAGE
application definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_LOCALE_VUI

static final int AR_STRUCT_ITEM_LOCALE_VUI
VUI based on locale

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_DATA

static final int AR_STRUCT_ITEM_SCHEMA_DATA
application data

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_VIEW_2

static final int AR_STRUCT_ITEM_SCHEMA_VIEW_2
Tag for all VUIs instead of just one.

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK

static final int AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK
Version Control Object Reservation type selection : ACTIVE_LINK

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU

static final int AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU
Version Control Object Reservation type selection : CHARACTER_MENU

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_CONTAINER

static final int AR_VERCNTL_OBJ_TYPE_CONTAINER
Version Control Object Reservation type selection: CONTAINER

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_ESCALATION

static final int AR_VERCNTL_OBJ_TYPE_ESCALATION
Version Control Object Reservation type selection : ESCALATION

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_FILTER

static final int AR_VERCNTL_OBJ_TYPE_FILTER
Version Control Object Reservation type selection : FILTER

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_FORM

static final int AR_VERCNTL_OBJ_TYPE_FORM
Version Control Object Reservation type selection: FORM

See Also:
Constant Field Values

AR_VERCNTL_OBJ_TYPE_IMAGE

static final int AR_VERCNTL_OBJ_TYPE_IMAGE
Version Control Object Reservation type selection: IMAGE

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_NONE

static final int AR_VERCNTL_OBJ_SUBTYPE_NONE
Version Control Object Reservation object subtype selection: None

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE

static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE
Version Control Object Reservation object subtype selection: Container - Active Link Guide

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION

static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION
Version Control Object Reservation object subtype selection: Container - Application

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE

static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE
Version Control Object Reservation object subtype selection: Container - Filter Guide

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST

static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST
Version Control Object Reservation object subtype selection: Container - Packing List

See Also:
Constant Field Values

AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE

static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE
Version Control Object Reservation object subtype selection: Container - Web Service

See Also:
Constant Field Values

AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED

static final int AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED
Version Control config definations for object reservation mode : disabled

See Also:
Constant Field Values

AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED

static final int AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED
Version Control config definations for object reservation mode : enforced

See Also:
Constant Field Values

AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT

static final int AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT
Version Control config definations for object reservation default mode

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED

static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED
Version Control config definations for object modification log mode : disabled

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED

static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED
Version Control config definations for object modification log mode : enabled

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT

static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT
Version Control config definations for object rmodification log default mode

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE

static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE
Version Control config definations for object modification log DEFINITION_FILES: SAVE

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE

static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE
Version Control config definations for object modification log DEFINITION_FILES: DONOT_SAVE

See Also:
Constant Field Values

AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT

static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT
Version Control config definations for object rmodification log DEFINITION_FILES: default

See Also:
Constant Field Values

EXPORT_OPTION_NONE

static final int EXPORT_OPTION_NONE
Additional option to Export call.

See Also:
Constant Field Values

EXPORT_VUI_MINIMUM

static final int EXPORT_VUI_MINIMUM
Export basic VUI, without bitmaps, and so on.

See Also:
Constant Field Values

AR_IMPORT_OPT_CREATE

static final int AR_IMPORT_OPT_CREATE
Creates new object(s)and generates an error if an object already exists.

See Also:
Constant Field Values

AR_IMPORT_OPT_OVERWRITE

static final int AR_IMPORT_OPT_OVERWRITE
Overwrites existing objects.

See Also:
Constant Field Values

AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR

static final int AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR
See Also:
Constant Field Values

AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE

static final int AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE
See Also:
Constant Field Values

AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION

static final int AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION
See Also:
Constant Field Values

AR_IMPORT_OPT_NOT_DELETE_FIELD

static final int AR_IMPORT_OPT_NOT_DELETE_FIELD
Do not delete excess fields.

This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_DATA_REJECT_FOR_DUP

    static final int AR_IMPORT_OPT_DATA_REJECT_FOR_DUP
    Reject duplicate entries

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_DATA_NEWID_FOR_DUP

    static final int AR_IMPORT_OPT_DATA_NEWID_FOR_DUP
    Generate new ID for duplicate entries

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP

    static final int AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP
    Overwrite existing entires

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_DATA_MERGE_FOR_DUP

    static final int AR_IMPORT_OPT_DATA_MERGE_FOR_DUP
    Merge duplicate entries

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_DATA_NEWID_FOR_ALL

    static final int AR_IMPORT_OPT_DATA_NEWID_FOR_ALL
    Allways generate a new entry id for all entries

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_NOT_DELETE_VUI

    static final int AR_IMPORT_OPT_NOT_DELETE_VUI
    Do not delete excess views

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION

    static final int AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION
    Do not overwrite permissions.

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN

    static final int AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN
    Preserve all workflow attributes, EXCEPT workflow attachment lists which are handled seperately

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST

    static final int AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST
    Merge workflow attachment lists

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_PRESERVE_HISTORY

    static final int AR_IMPORT_OPT_PRESERVE_HISTORY
    Do not overwrite change history

    This option is applicable to the importDef() method in ARServerUser. There are two sets of import options:

  • The first set is basic options, which are AR_IMPORT_OPT_CREATE and AR_IMPORT_OPT_OVERWRITE.
  • The second set is advanced options, which enables further configuration to importDef() functionality.

    The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.

    See Also:
    Constant Field Values

  • AR_IMPORT_OPT_PRESERVE_INDEX

    static final int AR_IMPORT_OPT_PRESERVE_INDEX
    Import option for preserving excess indexes.

    See Also:
    Constant Field Values

    AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE

    static final int AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE
    Import option for preserving VUI namespace (label, locale, vui-type) of VUI getting imported.

    See Also:
    Constant Field Values

    AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS

    static final int AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS
    See Also:
    Constant Field Values

    AR_IMPORT_OPT_WITH_APP_OWNER

    static final int AR_IMPORT_OPT_WITH_APP_OWNER
    See Also:
    Constant Field Values

    AR_IMPORT_OPT_BASIC_MASK

    static final int AR_IMPORT_OPT_BASIC_MASK
    See Also:
    Constant Field Values

    AR_IMPORT_OPT_HANDLE_CONFLICT_MASK

    static final int AR_IMPORT_OPT_HANDLE_CONFLICT_MASK
    See Also:
    Constant Field Values

    AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES

    static final int AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES
    Pass this flag OR'd into setFieldOptions to get the following behavior: - Server replaces its display instance items for this field that are present in the ARDisplayInstanceList *argument to ARSetField(). - Server does not modify or replace display instance items for this field that are not present in the list. If this flag is clear, retain the 6.3 behavior (server replaces all display instance items for this field with the ones in the passed-in list).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_TYPE

    static final int AR_SERVER_INFO_DB_TYPE
    Underlying database type (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_LICENSE

    static final int AR_SERVER_INFO_SERVER_LICENSE
    Server license type (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIXED_LICENSE

    static final int AR_SERVER_INFO_FIXED_LICENSE
    number of fixed user licenses (int).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_VERSION

    static final int AR_SERVER_INFO_VERSION
    AR System server version (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALLOW_GUESTS

    static final int AR_SERVER_INFO_ALLOW_GUESTS
    Flag indicating whether the server accepts guest users. Guest users are users not registered with the AR System. If allowed,guest users have no permissions but are allowed to perform some basic operations. Guest users can submit entries to forms for which permission has been given to the Public group and enter/modify data in fields that have been defined as allowing any user to submit. If not allowed, unregistered users have no access to the system. Valid values for this option are 1 (TRUE) and 0 (FALSE). The default value is 1 (allow guest users).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USE_ETC_PASSWD

    static final int AR_SERVER_INFO_USE_ETC_PASSWD
    Indicates whether the /etc/passwd file is used to validate users not registered with the AR System (UNIX only). If so, users in /etc/passwd are considered valid users of the AR System and are assigned to a group identified by the UNIX group ID. Valid values for this option are 1 (TRUE) and 0 (FALSE). The default value is 1 (use password file).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_XREF_PASSWORDS

    static final int AR_SERVER_INFO_XREF_PASSWORDS
    Indicates whether the /etc/passwd file is cross-referenced if an AR System user has no password (UNIX only). This option enables you to manage group membership and other support information by using the AR System but still manage passwords using the /etc/passwd file. Valid values for this option are 1 (TRUE) and 0 (FALSE). The default value is 0 (blank passwords are not cross referenced).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DEBUG_MODE

    static final int AR_SERVER_INFO_DEBUG_MODE
    Indicates the server debug modes:

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_NAME

    static final int AR_SERVER_INFO_DB_NAME
    Name of the underlying SQL database (not applicable for Oracle® databases). The default value is ARSystem.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_PASSWORD

    static final int AR_SERVER_INFO_DB_PASSWORD
    database password associated with the ARSystem database or tablespace (applicable to Sybase and Oracle databases only). The password is stored in encrypted form.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_HARDWARE

    static final int AR_SERVER_INFO_HARDWARE
    Server hardware type (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_OS

    static final int AR_SERVER_INFO_OS
    Character string that indicates the server operating system which includes the version number.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_DIR

    static final int AR_SERVER_INFO_SERVER_DIR
    Data directory for the AR System. This directory contains support files for the underlying SQL database (but no actual database files). For flat file databases, this directory contains both database definition and data files.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DBHOME_DIR

    static final int AR_SERVER_INFO_DBHOME_DIR
    Home directory for the underlying database (applicable for SQL databases only).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SET_PROC_TIME

    static final int AR_SERVER_INFO_SET_PROC_TIME
    Number of seconds the server waits before ending a set fields process that has not completed. Valid values for this option are 1 through 20. The default value is five seconds.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_FROM

    static final int AR_SERVER_INFO_EMAIL_FROM
    Sender name to use for filter-generated email notifications where no subject is specified. Only "trusted" email users can use this name (see the Remedy Email Engine Guide for more information about trusted email users).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SQL_LOG_FILE

    static final int AR_SERVER_INFO_SQL_LOG_FILE
    Name of the file to use if SQL tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FLOAT_LICENSE

    static final int AR_SERVER_INFO_FLOAT_LICENSE
    Number of floating write licenses defined.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FLOAT_TIMEOUT

    static final int AR_SERVER_INFO_FLOAT_TIMEOUT
    Number of hours the server waits before disconnecting inactive users. If a user is holding a floating write license token, the system also frees the token at this time.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_UNQUAL_QUERIES

    static final int AR_SERVER_INFO_UNQUAL_QUERIES
    Indicates whether the server allows unqualified queries. Unqualified queries are calls in which the qualifier parameter is either NULL or has an operation value of 0 (AR_COND_OP_NONE). These queries can cause performance problems, especially for large forms, because they return all entries for a given form. If not allowed, you can return all form entries by specifying a " dummy" qualification such as 1 = 1. Valid values for this option are 1 (TRUE) and 0 (FALSE). The default value is 1 (allow unqualified queries).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FILTER_LOG_FILE

    static final int AR_SERVER_INFO_FILTER_LOG_FILE
    Name of the file to use if filter tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USER_LOG_FILE

    static final int AR_SERVER_INFO_USER_LOG_FILE
    Name of the file to use if user tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REM_SERV_ID

    static final int AR_SERVER_INFO_REM_SERV_ID
    AR System server ID associated with the license (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MULTI_SERVER

    static final int AR_SERVER_INFO_MULTI_SERVER
    Integer (0/1) value indicating the use of the multi-server option. A 0 value indicates a single server; a 1 value indicates the use of the multi-server option.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMBEDDED_SQL

    static final int AR_SERVER_INFO_EMBEDDED_SQL
    Value indicating whether the underlying SQL database is embedded (bundled with the Action Request System). Valid values for this option are 0 (not embedded) and 1 (embedded).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_SCHEMAS

    static final int AR_SERVER_INFO_MAX_SCHEMAS
    Maximum number of forms allowed. The default value is 0 (no limit).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_VERSION

    static final int AR_SERVER_INFO_DB_VERSION
    Underlying database version (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_ENTRIES

    static final int AR_SERVER_INFO_MAX_ENTRIES
    Maximum number of entries returned by a single query. Because users can also specify the maximum number of entries returned (in query preferences), the actual maximum is the lower of these two values. The default value is no (server-defined) maximum.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_F_DAEMONS

    static final int AR_SERVER_INFO_MAX_F_DAEMONS
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_L_DAEMONS

    static final int AR_SERVER_INFO_MAX_L_DAEMONS
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ESCALATION_LOG_FILE

    static final int AR_SERVER_INFO_ESCALATION_LOG_FILE
    Name of the file to use if escalation tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ESCL_DAEMON

    static final int AR_SERVER_INFO_ESCL_DAEMON
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SUBMITTER_MODE

    static final int AR_SERVER_INFO_SUBMITTER_MODE
    Submitter of an entry must have a license to modify it. In locked mode, the Submitter field cannot be changed after submit, and the submitter with or a read or a write license, but not with a restricted read license, can modify the entry (if the Submitter group has Change permission). Valid values for this option are 1 (locked) and 2 (changeable). The default value is 2 (changeable).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_API_LOG_FILE

    static final int AR_SERVER_INFO_API_LOG_FILE
    Name of the file to use if API tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FTEXT_FIXED

    static final int AR_SERVER_INFO_FTEXT_FIXED
    Number of fixed Full Text Search licenses defined.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FTEXT_FLOAT

    static final int AR_SERVER_INFO_FTEXT_FLOAT
    Number of floating Full Text Search licenses defined.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FTEXT_TIMEOUT

    static final int AR_SERVER_INFO_FTEXT_TIMEOUT
    Number of hours the server waits before disconnecting inactive users with Full Text Search licenses. If a user is holding a floating Full Text Search license token, the system also frees the token at this time.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RESERV1_A

    static final int AR_SERVER_INFO_RESERV1_A
    (integer) Number of fixed reserve licenses.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RESERV1_B

    static final int AR_SERVER_INFO_RESERV1_B
    (integer) Number of floating reserve licenses.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RESERV1_C

    static final int AR_SERVER_INFO_RESERV1_C
    (integer) Number of admin reserve licenses.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_IDENT

    static final int AR_SERVER_INFO_SERVER_IDENT
    Unique identifier for the server (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_SVR_LICENSE

    static final int AR_SERVER_INFO_DS_SVR_LICENSE
    Distributed server license type (character string).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_MAPPING

    static final int AR_SERVER_INFO_DS_MAPPING
    Name of the form that contains distributed mapping definitions (applicable for Distributed Server Option only).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_PENDING

    static final int AR_SERVER_INFO_DS_PENDING
    Name of the form that contains the pending operation list (applicable for Distributed Server Option only).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_RPC_SOCKET

    static final int AR_SERVER_INFO_DS_RPC_SOCKET
    Specific server socket to use for the distributed server. Valid values for this option are 390600 and 390680 through 390694. Any other value causes the distributed server to use the default server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_LOG_FILE

    static final int AR_SERVER_INFO_DS_LOG_FILE
    Name of the file to use if distributed server tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SUPPRESS_WARN

    static final int AR_SERVER_INFO_SUPPRESS_WARN
    Series of zero or more message numbers (separated by spaces) that identify the informational or warning messages that the system suppresses.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_HOSTNAME

    static final int AR_SERVER_INFO_HOSTNAME
    Host name of the server ("short" machine name).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FULL_HOSTNAME

    static final int AR_SERVER_INFO_FULL_HOSTNAME
    Full DNS host name of the server ("long" machine name).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SAVE_LOGIN

    static final int AR_SERVER_INFO_SAVE_LOGIN
    Value indicating whether users must log in to client tools:

    See Also:
    Constant Field Values

    AR_SERVER_INFO_U_CACHE_CHANGE

    static final int AR_SERVER_INFO_U_CACHE_CHANGE
    Time of the last change to the user cache.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_G_CACHE_CHANGE

    static final int AR_SERVER_INFO_G_CACHE_CHANGE
    Time of the last change to the group cache.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_STRUCT_CHANGE

    static final int AR_SERVER_INFO_STRUCT_CHANGE
    Last structure change (for this run of the server).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CASE_SENSITIVE

    static final int AR_SERVER_INFO_CASE_SENSITIVE
    Value indicating whether the underlying database is case-sensitive. Valid values for this option are 0 (case-sensitive) and 1 (case-insensitive). The default value is 1 (case-insensitive).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_LANG

    static final int AR_SERVER_INFO_SERVER_LANG
    Local language setting of the server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ADMIN_ONLY

    static final int AR_SERVER_INFO_ADMIN_ONLY
    Flag indicating whether the server is in Administrator Only mode (1) or not (0). When not in Administrator Only mode, subadministrators can also perform administrator duties. The default value is 0 (Not in Administrator Only mode).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CACHE_LOG_FILE

    static final int AR_SERVER_INFO_CACHE_LOG_FILE
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FLASH_DAEMON

    static final int AR_SERVER_INFO_FLASH_DAEMON
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_THREAD_LOG_FILE

    static final int AR_SERVER_INFO_THREAD_LOG_FILE
    Name of the file to use if thread tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE) (Windows only).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ADMIN_TCP_PORT

    static final int AR_SERVER_INFO_ADMIN_TCP_PORT
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ESCL_TCP_PORT

    static final int AR_SERVER_INFO_ESCL_TCP_PORT
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FAST_TCP_PORT

    static final int AR_SERVER_INFO_FAST_TCP_PORT
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LIST_TCP_PORT

    static final int AR_SERVER_INFO_LIST_TCP_PORT
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FLASH_TCP_PORT

    static final int AR_SERVER_INFO_FLASH_TCP_PORT
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_TCD_TCP_PORT

    static final int AR_SERVER_INFO_TCD_TCP_PORT
    TCP port for arservtcd thread.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_DEST_PORT

    static final int AR_SERVER_INFO_DSO_DEST_PORT
    TCP port that the distributed server option uses to communicate with the AR System server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_INFORMIX_DBN

    static final int AR_SERVER_INFO_INFORMIX_DBN
    Informix database server name. This option has a value only if you are using an Informix database.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_INFORMIX_TBC

    static final int AR_SERVER_INFO_INFORMIX_TBC
    Informix configuration file. This option has a value only if you are using an Informix database. The default value is onconfig.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_INGRES_VNODE

    static final int AR_SERVER_INFO_INGRES_VNODE
    Obsolete server option.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_SID

    static final int AR_SERVER_INFO_ORACLE_SID
    System ID of the Oracle database you are accessing. This option has a value only if you are using an Oracle database.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_TWO_T

    static final int AR_SERVER_INFO_ORACLE_TWO_T
    The two-task environment setting for remote access to an Oracle database. This option has a value only if you are using an Oracle database.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SYBASE_CHARSET

    static final int AR_SERVER_INFO_SYBASE_CHARSET
    Character set being used to access a Sybase database. This option has a value only if you are using a Sybase database.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SYBASE_SERV

    static final int AR_SERVER_INFO_SYBASE_SERV
    Sybase logical server name. This option has a value only if you are using a Sybase database. The default value is SYBASE.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SHARED_MEM

    static final int AR_SERVER_INFO_SHARED_MEM
    (UNIX only) A flag indicating whether the shared memory is disabled or enabled. Valid values for this option are 1 (shared memory enabled) and 0 (shared memory disabled).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SHARED_CACHE

    static final int AR_SERVER_INFO_SHARED_CACHE
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CACHE_SEG_SIZE

    static final int AR_SERVER_INFO_CACHE_SEG_SIZE
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_USER

    static final int AR_SERVER_INFO_DB_USER
    User name the Action Request System uses to access the underlying database.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_NFY_TCP_PORT

    static final int AR_SERVER_INFO_NFY_TCP_PORT
    TCP port that the Notifier server will use.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FILT_MAX_TOTAL

    static final int AR_SERVER_INFO_FILT_MAX_TOTAL
    Maximum number of filters that the server will execute for a given operation. The default value is 10000.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FILT_MAX_STACK

    static final int AR_SERVER_INFO_FILT_MAX_STACK
    Maximum number of levels of recursion allowed for a given operation. The data modification performed by an AR_FILTER_ACTION_FIELDP filter action could trigger a second set, or level, of filters, one of which could trigger filters a third level down and so on. This option limits the number of times such recursion can happen, preventing the server crash that would occur if the recursion continued indefinitely. The default value is 25.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DEFAULT_ORDER_BY

    static final int AR_SERVER_INFO_DEFAULT_ORDER_BY
    Integer (1 or 0) indicating the default order of requests in a form when issuing ARGetListEntry calls, so that the sorting is done on the database and before the results are returned. Valid values for this option are 0 (no sort order) or 1 (use EntryId order). The default value is 1.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DELAYED_CACHE

    static final int AR_SERVER_INFO_DELAYED_CACHE
    Flag indicating whether to disable recacheing of the shared cache after a time-out (1) or not (0). The default value is 0 (delayed recache not disabled).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_MERGE_STYLE

    static final int AR_SERVER_INFO_DSO_MERGE_STYLE
    Integer (1 or 0) indicating the merge style to use for the Distributed Server Option. A 0 indicates the new style; 1 indicates the old style. The default is 0. For a 1 value (old style), the merge style overwrites entries; for a 0 value (new style), a true merge is performed according to the rules of the Distributed Server Option setup. For backward compatibility, this server option can be set to 1.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_LINE_LEN

    static final int AR_SERVER_INFO_EMAIL_LINE_LEN
    Maximum line length of e-mail messages.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_SYSTEM

    static final int AR_SERVER_INFO_EMAIL_SYSTEM
    Character string that indicates the email system on UNIX.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_INFORMIX_RELAY_MOD

    static final int AR_SERVER_INFO_INFORMIX_RELAY_MOD
    Character string that indicates the Informix relay module.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PS_RPC_SOCKET

    static final int AR_SERVER_INFO_PS_RPC_SOCKET
    RPC program number and port pairs the Private Servers will use. A value of 0 for the port means no port was speci .ed.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REGISTER_PORTMAPPER

    static final int AR_SERVER_INFO_REGISTER_PORTMAPPER
    Flag indicating whether to register with the portmapper (1) or not (0). The default value is 1.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_NAME

    static final int AR_SERVER_INFO_SERVER_NAME
    Alias server name that is always interpreted as the current server. The name is not fully qualified. For example, the server alpha.bmc.com would have the value alpha. See also "Server-Name" in ar.conf.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DBCONF

    static final int AR_SERVER_INFO_DBCONF
    Complete contents of the db.conf (ardb.cfg) file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_APPL_PENDING

    static final int AR_SERVER_INFO_APPL_PENDING
    The name of the form that contains the pending list of application commands to be processed. This form is specific to the use of Application-Commands.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_AP_RPC_SOCKET

    static final int AR_SERVER_INFO_AP_RPC_SOCKET
    RPC program number the approval server will use when contacting the AR System. This allows you to define a specific AR System server for private use by the approval server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_AP_LOG_FILE

    static final int AR_SERVER_INFO_AP_LOG_FILE
    Name of the file to use if approval tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_AP_DEFN_CHECK

    static final int AR_SERVER_INFO_AP_DEFN_CHECK
    Length of time in seconds between checks by an application service to verify that definitions it is using from the AR System are correct. The value can be from 0 to 3600 seconds (1 hour). A value of 0 means to check definitions with each command. A larger value means a slight delay in recognizing changes to some definition, while a smaller value means the significant overhead of checking the definitions often. The default value is 300 seconds (5 minutes).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_LOG_FILE_SIZE

    static final int AR_SERVER_INFO_MAX_LOG_FILE_SIZE
    Maximum size for system log files. The default value is 0 (no limit).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CLUSTERED_INDEX

    static final int AR_SERVER_INFO_CLUSTERED_INDEX
    Value that indicates whether a clustered index is created on the Entry-Id field when a new form is created. Valid values for this option are 1 (create a clustered index) and 0 (create a unique index). The default value is 1 (clustered), but you can override this in the AR configuration file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ACTLINK_DIR

    static final int AR_SERVER_INFO_ACTLINK_DIR
    Name of a directory where all external processes to be run by active links must reside. If the value is NULL active links can run processes located anywhere.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ACTLINK_SHELL

    static final int AR_SERVER_INFO_ACTLINK_SHELL
    Name of a shell to use when running external processes from an active link. If the value is NULL processes are run from /bin/sh (UNIX)or without a shell (Windows).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USER_CACHE_UTILS

    static final int AR_SERVER_INFO_USER_CACHE_UTILS
    Flag indicating whether the ARCACHE and ARRELOAD utilities are enabled. Valid values for this option are 0 (disabled) and 1 (enabled).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_TIMEOUT

    static final int AR_SERVER_INFO_EMAIL_TIMEOUT
    Length of time in seconds before the system closes the pipe to sendmail to unblock the AR System server. Valid values for this option are from 1 to 300. The default value is 10.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EXPORT_VERSION

    static final int AR_SERVER_INFO_EXPORT_VERSION
    Integer indicating the server's export version number. This setting allows you to set the export version for object definitions of the server to ensure compatibility with older clients.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENCRYPT_AL_SQL

    static final int AR_SERVER_INFO_ENCRYPT_AL_SQL
    Obsolete server option. See the C API Reference Guide.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_ENABLED

    static final int AR_SERVER_INFO_SCC_ENABLED
    Value indicating whether a source code control system is being used with the AR System. A 0 value (default) means a source code control system is not present.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_PROVIDER_NAME

    static final int AR_SERVER_INFO_SCC_PROVIDER_NAME
    Character string for the source code control system provider name. If none is present, this value is NULL. This string is limited to 255 characters.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_TARGET_DIR

    static final int AR_SERVER_INFO_SCC_TARGET_DIR
    Character string for the source code control system target directory. If none is present, this value is NULL. This string is limited to 255 characters.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_COMMENT_CHECKIN

    static final int AR_SERVER_INFO_SCC_COMMENT_CHECKIN
    Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkin time. A 0 value means no comment is required.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_COMMENT_CHECKOUT

    static final int AR_SERVER_INFO_SCC_COMMENT_CHECKOUT
    Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkout time. A 0 value means no comment is required.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SCC_INTEGRATION_MODE

    static final int AR_SERVER_INFO_SCC_INTEGRATION_MODE
    Integer (0 or 1) value indicating the level of source code control integration. A 0 (the default) value indicates an advisory level of integration, which means you can modify and save an object without having it checked out from the source code control application. A 1 value means enforced integration, which has strict rules for controlling source files (for example, enforced integration means that other administrators will not be able to modify and save changes on an object that you have checked out).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EA_RPC_SOCKET

    static final int AR_SERVER_INFO_EA_RPC_SOCKET
    RPC socket number on which an external authentication server awaits requests for authentication. A 0 value means external authentication will not be used. This attribute persists in the ar.cfg/ar.conf file. The default value is 0.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EA_RPC_TIMEOUT

    static final int AR_SERVER_INFO_EA_RPC_TIMEOUT
    RPC timeout (seconds) used when making calls to the authentication (AREA) server (for example, 30 seconds). This attribute persists in the ar.cfg/ ar.conf file. The default value is 30 seconds.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USER_INFO_LISTS

    static final int AR_SERVER_INFO_USER_INFO_LISTS
    (integer) Number of User/NotifyUser hash lists

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USER_INST_TIMEOUT

    static final int AR_SERVER_INFO_USER_INST_TIMEOUT
    (integer) Timeout interval to flush user instances in User Cache hash lists.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DEBUG_GROUPID

    static final int AR_SERVER_INFO_DEBUG_GROUPID
    ID of the group whose members are allowed to retrieve server logging information.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_APPLICATION_AUDIT

    static final int AR_SERVER_INFO_APPLICATION_AUDIT
    (character string) Application license audit line.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EA_SYNC_TIMEOUT

    static final int AR_SERVER_INFO_EA_SYNC_TIMEOUT
    Internal (seconds) the AR System server uses to periodically invoke the external authentication server's AREANeedToSyncCallback() function, which instructs the AR System server to renew its internally stored user information in the event there are changes made to the source used to authenticate users. A 0 value means that the AR System server will not invoke the call to the external authentication (AREA) server. This attribute persists in the ar.cfg/ ar.conf file. The default value is 300 seconds.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVER_TIME

    static final int AR_SERVER_INFO_SERVER_TIME
    AR System server time.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SVR_SEC_CACHE

    static final int AR_SERVER_INFO_SVR_SEC_CACHE
    (integer) Ties security cache to specific server name (0/1).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LOGFILE_APPEND

    static final int AR_SERVER_INFO_LOGFILE_APPEND
    Integer (0/1) value that indicates whether to create a separate *.bak file or to append to the existing log file. A 0 value creates a *.bak file; 1 indicates that new log information be appended to the existing file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MINIMUM_API_VER

    static final int AR_SERVER_INFO_MINIMUM_API_VER
    is a value indicating the minimum API version that the server is allowed to support. The API versions are:

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE

    static final int AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE
    Maximum size of audit log file. 0 = no limit. AR_SERVER_MIN_AUDIT_LOG_FILE_SIZE sets the minimum size (100 KB).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CANCEL_QUERY

    static final int AR_SERVER_INFO_CANCEL_QUERY
    Cancels query on Remedy User client. 0 = inactive, 1 = active.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MULT_ASSIGN_GROUPS

    static final int AR_SERVER_INFO_MULT_ASSIGN_GROUPS
    Multiple assign groups for Field 112 (row level access).

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ARFORK_LOG_FILE

    static final int AR_SERVER_INFO_ARFORK_LOG_FILE
    Name of fork log file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_PLACEHOLDER_MODE

    static final int AR_SERVER_INFO_DSO_PLACEHOLDER_MODE
    Placeholder mode for DSO. 0 = default normal status, 1 = DSO on hold status.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_POLLING_INTERVAL

    static final int AR_SERVER_INFO_DSO_POLLING_INTERVAL
    How often to poll DSO server. Set 15-3600 seconds.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_SOURCE_SERVER

    static final int AR_SERVER_INFO_DSO_SOURCE_SERVER
    Source AR System server for DSO.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_POOL

    static final int AR_SERVER_INFO_DS_POOL
    Name of schema holding distributed mappings.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_TIMEOUT_NORMAL

    static final int AR_SERVER_INFO_DSO_TIMEOUT_NORMAL
    Number of seconds for the timeout DSO uses when making API calls.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_PUB_KEY

    static final int AR_SERVER_INFO_ENC_PUB_KEY
    AR System server's public key.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_PUB_KEY_EXP

    static final int AR_SERVER_INFO_ENC_PUB_KEY_EXP
    Time (seconds) until the server's public/private keys expire.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_DATA_KEY_EXP

    static final int AR_SERVER_INFO_ENC_DATA_KEY_EXP
    Time until the encrypted API session key expires.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_DATA_ENCR_ALG

    static final int AR_SERVER_INFO_ENC_DATA_ENCR_ALG
    API data encryption algorithm.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_SEC_POLICY

    static final int AR_SERVER_INFO_ENC_SEC_POLICY
    Security policy.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_SESS_H_ENTRIES

    static final int AR_SERVER_INFO_ENC_SESS_H_ENTRIES
    Number of encryption session hash entries.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_TARGET_CONNECTION

    static final int AR_SERVER_INFO_DSO_TARGET_CONNECTION
    String of AR System target server name, RPC, and port number.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PREFERENCE_PRIORITY

    static final int AR_SERVER_INFO_PREFERENCE_PRIORITY
    Priority number for preference server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB

    static final int AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB
    Support search on Oracle CLOB field.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MESSAGE_CAT_SCHEMA

    static final int AR_SERVER_INFO_MESSAGE_CAT_SCHEMA
    Name of message catalog schema for localized messages.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_SCHEMA

    static final int AR_SERVER_INFO_ALERT_SCHEMA
    Name of schema holding the alert events.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LOCALIZED_SERVER

    static final int AR_SERVER_INFO_LOCALIZED_SERVER
    Localized server option for localized messages.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SVR_EVENT_LIST

    static final int AR_SERVER_INFO_SVR_EVENT_LIST
    List of server events to record.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS

    static final int AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS
    Disables admin operations. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_ESCALATIONS

    static final int AR_SERVER_INFO_DISABLE_ESCALATIONS
    Disables escalations. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_LOG_FILE

    static final int AR_SERVER_INFO_ALERT_LOG_FILE
    File used for alert (notification) log.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_ALERTS

    static final int AR_SERVER_INFO_DISABLE_ALERTS
    Disables alerts. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CHECK_ALERT_USERS

    static final int AR_SERVER_INFO_CHECK_ALERT_USERS
    Checks alert users. 0 = no check, 1 = check.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_SEND_TIMEOUT

    static final int AR_SERVER_INFO_ALERT_SEND_TIMEOUT
    Number of seconds allowed sending alert

    See Also:
    Constant Field Values

    AR_SERVER_INFO_NOTIF_SEND_TIMEOUT

    static final int AR_SERVER_INFO_NOTIF_SEND_TIMEOUT
    Number of seconds to wait before sending timeout.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_OUTBOUND_PORT

    static final int AR_SERVER_INFO_ALERT_OUTBOUND_PORT
    Alert outbound port.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_SOURCE_AR

    static final int AR_SERVER_INFO_ALERT_SOURCE_AR
    AR System source tag.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_SOURCE_FB

    static final int AR_SERVER_INFO_ALERT_SOURCE_FB
    Flashboards source tag.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_USER_PASSWD

    static final int AR_SERVER_INFO_DSO_USER_PASSWD
    DSO User password.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_TARGET_PASSWD

    static final int AR_SERVER_INFO_DSO_TARGET_PASSWD
    Password for DSO Target server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_APP_SERVICE_PASSWD

    static final int AR_SERVER_INFO_APP_SERVICE_PASSWD
    AR System Application Service password.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MID_TIER_PASSWD

    static final int AR_SERVER_INFO_MID_TIER_PASSWD
    Mid-tier password.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_LOG_FILE

    static final int AR_SERVER_INFO_PLUGIN_LOG_FILE
    Log file name for arplugin.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SVR_STATS_REC_MODE

    static final int AR_SERVER_INFO_SVR_STATS_REC_MODE
    Recording mode for server events statistics.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SVR_STATS_REC_INTERVAL

    static final int AR_SERVER_INFO_SVR_STATS_REC_INTERVAL
    Recording interval (seconds) of server event statistics:

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DEFAULT_WEB_PATH

    static final int AR_SERVER_INFO_DEFAULT_WEB_PATH
    Default path for web access.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT

    static final int AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT
    Timeout associated with calls to the filter API.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLED_CLIENT

    static final int AR_SERVER_INFO_DISABLED_CLIENT
    Disallows certain client types from the server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_PASSWD

    static final int AR_SERVER_INFO_PLUGIN_PASSWD
    Plug-in server's password.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_ALIAS

    static final int AR_SERVER_INFO_PLUGIN_ALIAS
    List of plug-in aliases.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_TARGET_PASSWD

    static final int AR_SERVER_INFO_PLUGIN_TARGET_PASSWD
    Password used by plug-in server clients.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REM_WKFLW_PASSWD

    static final int AR_SERVER_INFO_REM_WKFLW_PASSWD
    Remote workflow passwd

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD

    static final int AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD
    Remote workflow passwds for other servers

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EXPORT_SVR_OPS

    static final int AR_SERVER_INFO_EXPORT_SVR_OPS
    Export Server-side operations

    See Also:
    Constant Field Values

    AR_SERVER_INFO_INIT_FORM

    static final int AR_SERVER_INFO_INIT_FORM
    Initial Form" to be loaded on Login

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_PUB_KEY_ALG

    static final int AR_SERVER_INFO_ENC_PUB_KEY_ALG
    Server's public key encryption algorithm.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_IP_NAMES

    static final int AR_SERVER_INFO_IP_NAMES
    IP addresses that are accepted as current svr

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL

    static final int AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL
    Interval (sec) for checking cache schema

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_MARK_PENDING_RETRY

    static final int AR_SERVER_INFO_DSO_MARK_PENDING_RETRY
    Indicates to mark the pending items for retry

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_RPCPROG_NUM

    static final int AR_SERVER_INFO_DSO_RPCPROG_NUM
    RPC number for the local ARServer for DSO

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DELAY_RECACHE_TIME

    static final int AR_SERVER_INFO_DELAY_RECACHE_TIME
    Seconds before admin cache becomes shared cache

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES

    static final int AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES
    Default list of allowable currencies

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CURRENCY_INTERVAL

    static final int AR_SERVER_INFO_CURRENCY_INTERVAL
    Currency ratio client - refresh interval(minutes)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_CURSOR_SHARE

    static final int AR_SERVER_INFO_ORACLE_CURSOR_SHARE
    The value of Oracle parameter cursor_sharing

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB2_DB_ALIAS

    static final int AR_SERVER_INFO_DB2_DB_ALIAS
    DB2 database alias

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB2_SERVER

    static final int AR_SERVER_INFO_DB2_SERVER
    DB2 server name

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DFLT_FUNC_CURRENCIES

    static final int AR_SERVER_INFO_DFLT_FUNC_CURRENCIES
    Default list of functional currencies

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_IMPORT_FORM

    static final int AR_SERVER_INFO_EMAIL_IMPORT_FORM
    0 == don't import email forms, 1 == import

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL

    static final int AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL
    0 == use new email, 1 == use old email

    See Also:
    Constant Field Values

    AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF

    static final int AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF
    Two digit year cutoff.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS

    static final int AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS
    Backquotes allowed in process names

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_CONNECTION_RETRIES

    static final int AR_SERVER_INFO_DB_CONNECTION_RETRIES
    Number of server database connection retries

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_CHAR_SET

    static final int AR_SERVER_INFO_DB_CHAR_SET
    Server's database character set

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CURR_PART_VALUE_STR

    static final int AR_SERVER_INFO_CURR_PART_VALUE_STR
    Currency "VALUE" string

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CURR_PART_TYPE_STR

    static final int AR_SERVER_INFO_CURR_PART_TYPE_STR
    Currency "TYPE" string

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CURR_PART_DATE_STR

    static final int AR_SERVER_INFO_CURR_PART_DATE_STR
    Currency "DATE" string

    See Also:
    Constant Field Values

    AR_SERVER_INFO_HOMEPAGE_FORM

    static final int AR_SERVER_INFO_HOMEPAGE_FORM
    Name of the Home Page form.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_FTS_INDEXER

    static final int AR_SERVER_INFO_DISABLE_FTS_INDEXER
    Disables FTS Indexer. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_ARCHIVE

    static final int AR_SERVER_INFO_DISABLE_ARCHIVE
    Disables archive. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVERGROUP_MEMBER

    static final int AR_SERVER_INFO_SERVERGROUP_MEMBER
    Server group member flag. 0 = not a member, 1 = is a member.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVERGROUP_LOG_FILE

    static final int AR_SERVER_INFO_SERVERGROUP_LOG_FILE
    File name of server group log file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FLUSH_LOG_LINES

    static final int AR_SERVER_INFO_FLUSH_LOG_LINES
    Force flush of every logged line. 0 = no flush, 1 = flush.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVERGROUP_INTERVAL

    static final int AR_SERVER_INFO_SERVERGROUP_INTERVAL
    Interval (seconds) for server group checking.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_JAVA_VM_OPTIONS

    static final int AR_SERVER_INFO_JAVA_VM_OPTIONS
    Java vm options

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CONFIG_FILE

    static final int AR_SERVER_INFO_CONFIG_FILE
    Path to ar.conf

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SSTABLE_CHUNK_SIZE

    static final int AR_SERVER_INFO_SSTABLE_CHUNK_SIZE
    max sstable chunk (0 means unlimited)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PER_THREAD_LOGS

    static final int AR_SERVER_INFO_PER_THREAD_LOGS
    Enable per-thread logs. 0 = use common log, 1 = per-thread logs.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SG_EMAIL_STATE

    static final int AR_SERVER_INFO_SG_EMAIL_STATE
    State of server group email process 0 = no server group 1 = suspended 2 = resumed

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SG_FLASHBOARDS_STATE

    static final int AR_SERVER_INFO_SG_FLASHBOARDS_STATE
    State of server group flashboards process 0 = no server group 1 = suspended 2 = resumed

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SERVERGROUP_NAME

    static final int AR_SERVER_INFO_SERVERGROUP_NAME
    Name of server group.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SG_ADMIN_SERVER_NAME

    static final int AR_SERVER_INFO_SG_ADMIN_SERVER_NAME
    Name of server in server group owning Administration operation.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE

    static final int AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE
    What to log while executing locked workflow

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ROLE_CHANGE

    static final int AR_SERVER_INFO_ROLE_CHANGE
    Last role change

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SG_ADMIN_SERVER_PORT

    static final int AR_SERVER_INFO_SG_ADMIN_SERVER_PORT
    Port number of server in server group owning Administration operation.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC

    static final int AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC
    RPC program number that plug-ins use when contacting the AR System via the API. This allows you to define a specific AR System queue for private use by the plug-ins so that they do not use the same queue as the call that is interfacing with the plug-in. Using the same queue creates the potential for a deadlock.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CACHE_MODE

    static final int AR_SERVER_INFO_CACHE_MODE
    Mode of the definition cache 0 = production 1 = development

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_FREESPACE

    static final int AR_SERVER_INFO_DB_FREESPACE
    See Also:
    Constant Field Values

    AR_SERVER_INFO_GENERAL_AUTH_ERR

    static final int AR_SERVER_INFO_GENERAL_AUTH_ERR
    See Also:
    Constant Field Values

    AR_SERVER_INFO_AUTH_CHAINING_MODE

    static final int AR_SERVER_INFO_AUTH_CHAINING_MODE
    See Also:
    Constant Field Values

    AR_SERVER_INFO_RPC_NON_BLOCKING_IO

    static final int AR_SERVER_INFO_RPC_NON_BLOCKING_IO
    See Also:
    Constant Field Values

    AR_SERVER_INFO_SYS_LOGGING_OPTIONS

    static final int AR_SERVER_INFO_SYS_LOGGING_OPTIONS
    See Also:
    Constant Field Values

    AR_SERVER_INFO_EXT_AUTH_CAPABILITIES

    static final int AR_SERVER_INFO_EXT_AUTH_CAPABILITIES
    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_ERROR_RETRY

    static final int AR_SERVER_INFO_DSO_ERROR_RETRY
    See Also:
    Constant Field Values

    AR_SERVER_INFO_PREF_SERVER_OPTION

    static final int AR_SERVER_INFO_PREF_SERVER_OPTION
    See Also:
    Constant Field Values

    AR_SERVER_INFO_FTINDEXER_LOG_FILE

    static final int AR_SERVER_INFO_FTINDEXER_LOG_FILE
    File name of full text indexer log file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EXCEPTION_OPTION

    static final int AR_SERVER_INFO_EXCEPTION_OPTION
    See Also:
    Constant Field Values

    AR_SERVER_INFO_ERROR_EXCEPTION_LIST

    static final int AR_SERVER_INFO_ERROR_EXCEPTION_LIST
    List of ";" delimited error numbers to produce diagnostics for.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_MAX_QUERY_SIZE

    static final int AR_SERVER_INFO_DSO_MAX_QUERY_SIZE
    int - maximum number of pending records per query

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ADMIN_OP_TRACKING

    static final int AR_SERVER_INFO_ADMIN_OP_TRACKING
    int - admin op (such as import) should provide progress info 0 - No (default) 1 - Yes

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ADMIN_OP_PROGRESS

    static final int AR_SERVER_INFO_ADMIN_OP_PROGRESS
    char - admin op (such as import) progress indicator string Non-empty value when import operation is in progress; Otherwise NULL

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT

    static final int AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT
    int - Default timeout for plugin server

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS

    static final int AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS
    int - Ignore Excess Groups for external authentication 0 - No (default) 1 - Yes

    See Also:
    Constant Field Values

    AR_SERVER_INFO_EA_GROUP_MAPPING

    static final int AR_SERVER_INFO_EA_GROUP_MAPPING
    char - ExtAuth ldapGroupName/ARGroupName pairs

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_LOG_LEVEL

    static final int AR_SERVER_INFO_PLUGIN_LOG_LEVEL
    int - default 1000 values between 100 - 1000

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_THRESHOLD_LOW

    static final int AR_SERVER_INFO_FT_THRESHOLD_LOW
    int - threshold value for using temporary tables in full text search

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_THRESHOLD_HIGH

    static final int AR_SERVER_INFO_FT_THRESHOLD_HIGH
    int - threshold value for not performing complex full text search

    See Also:
    Constant Field Values

    AR_SERVER_INFO_NOTIFY_WEB_PATH

    static final int AR_SERVER_INFO_NOTIFY_WEB_PATH
    char - web path for email notifications

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS

    static final int AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS
    int - Disables non-unicode clients. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_COLLECTION_DIR

    static final int AR_SERVER_INFO_FT_COLLECTION_DIR
    char - full text collection directory

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_CONFIGURATION_DIR

    static final int AR_SERVER_INFO_FT_CONFIGURATION_DIR
    char - full text configuration directory

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_TEMP_DIR

    static final int AR_SERVER_INFO_FT_TEMP_DIR
    char - full text temporary file directory

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_REINDEX

    static final int AR_SERVER_INFO_FT_REINDEX
    int - initiates full text reindexing with a value of 1

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_DISABLE_SEARCH

    static final int AR_SERVER_INFO_FT_DISABLE_SEARCH
    int - Disables full text searching. 0 = enabled, 1 = not enabled.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_CASE_SENSITIVITY

    static final int AR_SERVER_INFO_FT_CASE_SENSITIVITY
    int - Full text case sensitivity option. 0 = sensitive, 1 = insensitive.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_SEARCH_MATCH_OP

    static final int AR_SERVER_INFO_FT_SEARCH_MATCH_OP
    int - Full text match option. 0 = force leading and trailing wildcard, 1 = force trailing wildcard, 2 = ignore leading wildcard, 3 = remove wildcards, 4 = unchanged

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_STOP_WORDS

    static final int AR_SERVER_INFO_FT_STOP_WORDS
    char - semicolon delimited full text stop words

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_RECOVERY_INTERVAL

    static final int AR_SERVER_INFO_FT_RECOVERY_INTERVAL
    int - minimum number of minutes between full text indexing failure recovery attempts

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD

    static final int AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD
    int - number of index changes before index optimization occurs

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS

    static final int AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS
    int - maximum number of login attempts allowed (due to bad passwords)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_GUESTS_RESTRICT_READ

    static final int AR_SERVER_INFO_GUESTS_RESTRICT_READ
    int - Restricted Read to guest user 0 - No (default) 1 - Yes

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW

    static final int AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW
    int - Oracle Clob use IN ROW storage 0 - No (default) 1 - Yes

    See Also:
    Constant Field Values

    AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE

    static final int AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE
    int - size of nextId block

    See Also:
    Constant Field Values

    AR_SERVER_INFO_NEXT_ID_COMMIT

    static final int AR_SERVER_INFO_NEXT_ID_COMMIT
    int 0 - Don't commit nextID int 1 - Do commit nextID

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT

    static final int AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT
    int - size limit of rpc data sent to the server

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CACHE_DISP_PROP

    static final int AR_SERVER_INFO_CACHE_DISP_PROP
    int 0 - not cache Display Props int 1 - cache VUI Display Props

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USE_CON_NAME_IN_STATS

    static final int AR_SERVER_INFO_USE_CON_NAME_IN_STATS
    int 0 - use default server name in statistics entries int 1 - use server connect name in statistics entries

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_MAX_ATTACH_SIZE

    static final int AR_SERVER_INFO_DB_MAX_ATTACH_SIZE
    int - size limit for attachments in Oracle database

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DB_MAX_TEXT_SIZE

    static final int AR_SERVER_INFO_DB_MAX_TEXT_SIZE
    int - size limit for long character data in Oracle database

    See Also:
    Constant Field Values

    AR_SERVER_INFO_GUID_PREFIX

    static final int AR_SERVER_INFO_GUID_PREFIX
    char - two-character string used as prefix for generated GUIDs

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS

    static final int AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS
    int - multiple servers on the same host 0 - No (default) 1 - Yes

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT

    static final int AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT
    int - number of rows fetched at one time from Oracle database

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MINIMUM_CMDB_API_VER

    static final int AR_SERVER_INFO_MINIMUM_CMDB_API_VER
    int - minimum CMDB API version that server will communicate with

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_PORT

    static final int AR_SERVER_INFO_PLUGIN_PORT
    int - TCP port for plugin server

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_LIST

    static final int AR_SERVER_INFO_PLUGIN_LIST
    char - Semicolon delimited list of server plugins

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PLUGIN_PATH_LIST

    static final int AR_SERVER_INFO_PLUGIN_PATH_LIST
    char - Semicolon delimited list of server plugin paths

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SHARED_LIB

    static final int AR_SERVER_INFO_SHARED_LIB
    char - The name of the cmdb shared library to be loaded by the server

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SHARED_LIB_PATH

    static final int AR_SERVER_INFO_SHARED_LIB_PATH
    char - Additional path environment settings for cmdb shared library

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CMDB_INSTALL_DIR

    static final int AR_SERVER_INFO_CMDB_INSTALL_DIR
    char - CMDB install directory (not used by the server)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RE_LOG_DIR

    static final int AR_SERVER_INFO_RE_LOG_DIR
    char - Reconciliation Engine log directory (not used by the server)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LOG_TO_FORM

    static final int AR_SERVER_INFO_LOG_TO_FORM
    int - bit mask value each logtype to enable logging to form

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SQL_LOG_FORM

    static final int AR_SERVER_INFO_SQL_LOG_FORM
    char - form name for logging sql

    See Also:
    Constant Field Values

    AR_SERVER_INFO_API_LOG_FORM

    static final int AR_SERVER_INFO_API_LOG_FORM
    char - form name for logging api

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ESCL_LOG_FORM

    static final int AR_SERVER_INFO_ESCL_LOG_FORM
    char - form name for logging escalation

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FILTER_LOG_FORM

    static final int AR_SERVER_INFO_FILTER_LOG_FORM
    char - form name for logging filter

    See Also:
    Constant Field Values

    AR_SERVER_INFO_USER_LOG_FORM

    static final int AR_SERVER_INFO_USER_LOG_FORM
    char - form name for logging user

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ALERT_LOG_FORM

    static final int AR_SERVER_INFO_ALERT_LOG_FORM
    char - form name for logging alert

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SVRGRP_LOG_FORM

    static final int AR_SERVER_INFO_SVRGRP_LOG_FORM
    char - form name for logging servergroup

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FTINDX_LOG_FORM

    static final int AR_SERVER_INFO_FTINDX_LOG_FORM
    char - form name for logging ftindex

    See Also:
    Constant Field Values

    AR_SERVER_INFO_THREAD_LOG_FORM

    static final int AR_SERVER_INFO_THREAD_LOG_FORM
    char - form name for logging thread

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIPS_SERVER_MODE

    static final int AR_SERVER_INFO_FIPS_SERVER_MODE
    char - FIPS Server Mode

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIPS_CLIENT_MODE

    static final int AR_SERVER_INFO_FIPS_CLIENT_MODE
    char - FIPS Client Mode

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIPS_STATUS

    static final int AR_SERVER_INFO_FIPS_STATUS
    char - FIPS Status

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_LEVEL

    static final int AR_SERVER_INFO_ENC_LEVEL
    char - Encryption Level (Standard/Perf/Premium)

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_ALGORITHM

    static final int AR_SERVER_INFO_ENC_ALGORITHM
    char - Encryption Algorithm (DES/RC4/AES

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIPS_MODE_INDEX

    static final int AR_SERVER_INFO_FIPS_MODE_INDEX
    char - FIPS Server Mode index value

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX

    static final int AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX
    char - FIPS Dual Mode index value

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ENC_LEVEL_INDEX

    static final int AR_SERVER_INFO_ENC_LEVEL_INDEX
    char - Encryption Level index value

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL

    static final int AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL
    int - DSO main thread polling interval. Set 0-3600 seconds.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_RECORD_OBJECT_RELS

    static final int AR_SERVER_INFO_RECORD_OBJECT_RELS
    int 0 - do not record object relationships int 1 - record object relationships

    See Also:
    Constant Field Values

    AR_LICENSE_WRITE_TIME

    static final int AR_LICENSE_WRITE_TIME
    int 0 - Time in minute to write in the license usage

    See Also:
    Constant Field Values

    AR_SERVER_INFO_COMMON_LOG_FORM

    static final int AR_SERVER_INFO_COMMON_LOG_FORM
    char - common log form name

    See Also:
    Constant Field Values

    AR_SERVER_INFO_LOG_FORM_SELECTED

    static final int AR_SERVER_INFO_LOG_FORM_SELECTED
    int - bit mask to indicate form selected - default or common form. If bit is set for respective type, log should go to common form.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS

    static final int AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS
    Maximum number of concurrent client managed transactions

    See Also:
    Constant Field Values

    AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT

    static final int AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT
    Maximum allowed time to hold a transaction before time our happens and transaction gets rolled back

    See Also:
    Constant Field Values

    AR_SERVER_INFO_OBJ_RESERVATION_MODE

    static final int AR_SERVER_INFO_OBJ_RESERVATION_MODE
    int - 0 - not disabled, 10 enforced

    See Also:
    Constant Field Values

    AR_SERVER_INFO_WFD_QUEUES

    static final int AR_SERVER_INFO_WFD_QUEUES
    int - request list of debug queues

    See Also:
    Constant Field Values

    AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE

    static final int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE
    int - 0 - not disabled, 10 enabled

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_RECURSION_LEVEL

    static final int AR_SERVER_INFO_MAX_RECURSION_LEVEL
    int - max depth for the heirarchical query

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_SERVER_NAME

    static final int AR_SERVER_INFO_FT_SERVER_NAME
    char - hostname for FT SearchServer

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FT_SERVER_PORT

    static final int AR_SERVER_INFO_FT_SERVER_PORT
    int - TCP PORT for FT SearchServer

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS

    static final int AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS
    int - audit only changed fields

    See Also:
    Constant Field Values

    AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF

    static final int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF
    int - 0 - save, 10 do not save

    See Also:
    Constant Field Values

    AR_SERVER_INFO_SG_AIE_STATE

    static final int AR_SERVER_INFO_SG_AIE_STATE
    int - state of server group AIE process 0 = no server group 1 = suspended 2 = resumed

    See Also:
    Constant Field Values

    AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES

    static final int AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES
    int - default value for the maximum number of temp tables to be created for a vendor form.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_LOG_LEVEL

    static final int AR_SERVER_INFO_DSO_LOG_LEVEL
    int - DSO log level

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DS_PENDING_ERR

    static final int AR_SERVER_INFO_DS_PENDING_ERR
    char - name of DSO pending error schema

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REGISTRY_LOCATION

    static final char AR_SERVER_INFO_REGISTRY_LOCATION
    char - location of Registry Server.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REGISTRY_USER

    static final int AR_SERVER_INFO_REGISTRY_USER
    char - Registry Admin User.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_REGISTRY_PASSWORD

    static final int AR_SERVER_INFO_REGISTRY_PASSWORD
    char - Registry Admin Password.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_DSO_LOG_ERR_FORM

    static final int AR_SERVER_INFO_DSO_LOG_ERR_FORM
    int - 0 - do not log errors to DSO Pending Errors form, 1 - log errors

    See Also:
    Constant Field Values

    AR_SERVER_INFO_ARSIGNALD_LOG_FILE

    static final int AR_SERVER_INFO_ARSIGNALD_LOG_FILE
    Name of arsignald log file.

    See Also:
    Constant Field Values

    AR_SERVER_INFO_FIRE_ESCALATIONS

    static final int AR_SERVER_INFO_FIRE_ESCALATIONS
    int - indicates the escalation/s to fire

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PRELOAD_NUM_THREADS

    static final int AR_SERVER_INFO_PRELOAD_NUM_THREADS
    int - no. preload threads to run

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS

    static final int AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS
    int - no. schema segments to share among preload threads

    See Also:
    Constant Field Values

    AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY

    static final int AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY
    int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init

    See Also:
    Constant Field Values

    AR_MAX_SERVER_INFO_USED

    static final int AR_MAX_SERVER_INFO_USED
    Set to code for "highest" server info.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_NONE

    static final int AR_DEBUG_SERVER_NONE
    Bitmask indicating the type of logging (none) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_SQL

    static final int AR_DEBUG_SERVER_SQL
    Bitmask indicating the type of logging (SQL) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_FILTER

    static final int AR_DEBUG_SERVER_FILTER
    Bitmask indicating the type of logging (filter) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_USER

    static final int AR_DEBUG_SERVER_USER
    Bitmask indicating the type of logging (user) to set. Logs information about connection activity for each user. Information includes the time that each user logs in, whether the user is able to obtain a license,and when each floating license is released. This enables you to keep an audit trail of user activity to help you determine if you need more floating licenses.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_ESCALATION

    static final int AR_DEBUG_SERVER_ESCALATION
    Bitmask indicating the type of logging (escalation) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_API

    static final int AR_DEBUG_SERVER_API
    Bitmask indicating the type of logging (API) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_THREAD

    static final int AR_DEBUG_THREAD
    Bitmask indicating the type of logging (thread) to set. Logs information about threads that are being started and restarted on the server.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_ALERT

    static final int AR_DEBUG_SERVER_ALERT
    Bitmask indicating the type of logging (alert) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_ARFORK

    static final int AR_DEBUG_SERVER_ARFORK
    Bitmask indicating the type of logging (arforkd process) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_SERVGROUP

    static final int AR_DEBUG_SERVER_SERVGROUP
    Bitmask indicating the type of logging (server group) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_FTINDEXER

    static final int AR_DEBUG_SERVER_FTINDEXER
    Bitmask indicating the type of logging (full text indexer) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_DISTRIB

    static final int AR_DEBUG_SERVER_DISTRIB
    Bitmask indicating the type of logging (DSO) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_APPROVAL

    static final int AR_DEBUG_SERVER_APPROVAL
    Bitmask indicating the type of logging (Approval Server) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_PLUGIN

    static final int AR_DEBUG_SERVER_PLUGIN
    Bitmask indicating the type of logging (plug-in service) to set.

    See Also:
    Constant Field Values

    AR_DEBUG_SERVER_ARSIGNALD

    static final int AR_DEBUG_SERVER_ARSIGNALD
    Bitmask indicating the type of logging (arsignal daemon) to set.

    See Also:
    Constant Field Values

    AR_SUBMITTER_MODE_LOCKED

    static final int AR_SUBMITTER_MODE_LOCKED
    Submitter mode locked at create.

    See Also:
    Constant Field Values

    AR_SUBMITTER_MODE_CHANGEABLE

    static final int AR_SUBMITTER_MODE_CHANGEABLE
    Submitter mode changeable after create.

    See Also:
    Constant Field Values

    AR_SAVE_LOGIN_USER_OPTION

    static final int AR_SAVE_LOGIN_USER_OPTION
    Lets user define whether to save login user options.

    See Also:
    Constant Field Values

    AR_SAVE_LOGIN_ADMIN_SAVE

    static final int AR_SAVE_LOGIN_ADMIN_SAVE
    Admin overrides user login, forces save.

    See Also:
    Constant Field Values

    AR_SAVE_LOGIN_ADMIN_NO_SAVE

    static final int AR_SAVE_LOGIN_ADMIN_NO_SAVE
    Admin overrides user login, but does not force save.

    See Also:
    Constant Field Values

    AR_CASE_SENSITIVE_YES

    static final int AR_CASE_SENSITIVE_YES
    RDBMS is case sensitive.

    See Also:
    Constant Field Values

    AR_CASE_SENSITIVE_NO

    static final int AR_CASE_SENSITIVE_NO
    RDBMS is case insensitive.

    See Also:
    Constant Field Values

    AR_PREF_SERVER_USER_OPTION

    static final int AR_PREF_SERVER_USER_OPTION
    See Also:
    Constant Field Values

    AR_PREF_SERVER_USE_THIS_SERVER

    static final int AR_PREF_SERVER_USE_THIS_SERVER
    See Also:
    Constant Field Values

    AR_PREF_SERVER_USE_NOT_THIS_SERVER

    static final int AR_PREF_SERVER_USE_NOT_THIS_SERVER
    See Also:
    Constant Field Values

    AR_SERVER_STAT_START_TIME

    static final int AR_SERVER_STAT_START_TIME
    (time stamp) UNIX time at which this server was started.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_BAD_PASSWORD

    static final int AR_SERVER_STAT_BAD_PASSWORD
    (integer) Total number of times an incorrect password was specified during login.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_NO_WRITE_TOKEN

    static final int AR_SERVER_STAT_NO_WRITE_TOKEN
    (integer) Total number of times a user tried to connect and no floating write token was available.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_NO_FULL_TOKEN

    static final int AR_SERVER_STAT_NO_FULL_TOKEN
    (integer) Total number of times a user tried to connect and no floating Full Text Search token was available.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_CURRENT_USERS

    static final int AR_SERVER_STAT_CURRENT_USERS
    (integer) Total number of users currently accessing the system.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_WRITE_FIXED

    static final int AR_SERVER_STAT_WRITE_FIXED
    (integer) Total number of connected users with fixed write licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_WRITE_FLOATING

    static final int AR_SERVER_STAT_WRITE_FLOATING
    (integer) Total number of connected users with floating write licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_WRITE_READ

    static final int AR_SERVER_STAT_WRITE_READ
    (integer) Total number of connected users with no write licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FULL_FIXED

    static final int AR_SERVER_STAT_FULL_FIXED
    (integer) Total number of connected users with fixed Full Text Search licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FULL_FLOATING

    static final int AR_SERVER_STAT_FULL_FLOATING
    (integer) Total number of connected users with floating Full Text Search licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FULL_NONE

    static final int AR_SERVER_STAT_FULL_NONE
    (integer) Total number of connected users with no Full Text Search licenses.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_API_REQUESTS

    static final int AR_SERVER_STAT_API_REQUESTS
    (integer) Total number of API requests received.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_API_TIME

    static final int AR_SERVER_STAT_API_TIME
    (integer) Total processor time spent performing API function calls.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ENTRY_TIME

    static final int AR_SERVER_STAT_ENTRY_TIME
    (integer) Total processor time spent performing API function calls that manipulate entries.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_RESTRUCT_TIME

    static final int AR_SERVER_STAT_RESTRUCT_TIME
    (integer) Total processor time spent performing API function calls that restructure the database.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_OTHER_TIME

    static final int AR_SERVER_STAT_OTHER_TIME
    (integer) Total processor time spent performing API function calls that do not manipulate entries or restructure the database.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_CACHE_TIME

    static final int AR_SERVER_STAT_CACHE_TIME
    (integer) Total processor time spent loading the internal arserver cache.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_GET_E_COUNT

    static final int AR_SERVER_STAT_GET_E_COUNT
    (integer) Total number of calls made to the ARGetEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_GET_E_TIME

    static final int AR_SERVER_STAT_GET_E_TIME
    (integer) Total processor time spent performing the ARGetEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_SET_E_COUNT

    static final int AR_SERVER_STAT_SET_E_COUNT
    (integer) Total number of calls made to the ARSetEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_SET_E_TIME

    static final int AR_SERVER_STAT_SET_E_TIME
    (integer) Total processor time spent performing the ARSetEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_CREATE_E_COUNT

    static final int AR_SERVER_STAT_CREATE_E_COUNT
    (integer) Total number of calls made to the ARCreateEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_CREATE_E_TIME

    static final int AR_SERVER_STAT_CREATE_E_TIME
    (integer) Total processor time spent performing the ARCreateEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_DELETE_E_COUNT

    static final int AR_SERVER_STAT_DELETE_E_COUNT
    (integer) Total number of calls made to the ARDeleteEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_DELETE_E_TIME

    static final int AR_SERVER_STAT_DELETE_E_TIME
    (integer) Total processor time spent performing the ARDeleteEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_MERGE_E_COUNT

    static final int AR_SERVER_STAT_MERGE_E_COUNT
    (integer) Total number of calls made to the ARMergeEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_MERGE_E_TIME

    static final int AR_SERVER_STAT_MERGE_E_TIME
    (integer) Total processor time spent performing the ARMergeEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_GETLIST_E_COUNT

    static final int AR_SERVER_STAT_GETLIST_E_COUNT
    (integer) Total number of calls made to the ARGetListEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_GETLIST_E_TIME

    static final int AR_SERVER_STAT_GETLIST_E_TIME
    (integer) Total processor time spent performing the ARGetListEntry function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_E_STATS_COUNT

    static final int AR_SERVER_STAT_E_STATS_COUNT
    (integer) Total number of calls made to the ARGetEntryStatistics function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_E_STATS_TIME

    static final int AR_SERVER_STAT_E_STATS_TIME
    (integer) Total processor time spent performing the ARGetEntryStatistics function.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_PASSED

    static final int AR_SERVER_STAT_FILTER_PASSED
    (integer) Total number of filters that were executed (qualification criteria met).

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_FAILED

    static final int AR_SERVER_STAT_FILTER_FAILED
    (integer) Total number of filters that were skipped (qualification criteria not met).

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_DISABLE

    static final int AR_SERVER_STAT_FILTER_DISABLE
    (integer) Total number of filters that were evaluated but skipped because they were marked disabled.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_NOTIFY

    static final int AR_SERVER_STAT_FILTER_NOTIFY
    (integer) Total number of notify filters actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_MESSAGE

    static final int AR_SERVER_STAT_FILTER_MESSAGE
    (integer) Total number of message filters actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_LOG

    static final int AR_SERVER_STAT_FILTER_LOG
    (integer) Total number of log filter actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_FIELDS

    static final int AR_SERVER_STAT_FILTER_FIELDS
    (integer) Total number of set fields filter actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_PROCESS

    static final int AR_SERVER_STAT_FILTER_PROCESS
    (integer) Total number of run process filter actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_TIME

    static final int AR_SERVER_STAT_FILTER_TIME
    (integer) Total processor time spent checking and processing filters.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_PASSED

    static final int AR_SERVER_STAT_ESCL_PASSED
    (integer) Total number of escalations that were executed (qualification criteria met).

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_FAILED

    static final int AR_SERVER_STAT_ESCL_FAILED
    (integer) Total number of escalations that were skipped (qualification criteria not met).

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_DISABLE

    static final int AR_SERVER_STAT_ESCL_DISABLE
    (integer) Total number of escalations that were evaluated but skipped because they were marked disabled.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_NOTIFY

    static final int AR_SERVER_STAT_ESCL_NOTIFY
    (integer) Total number of notify escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_LOG

    static final int AR_SERVER_STAT_ESCL_LOG
    (integer) Total number of log escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_FIELDS

    static final int AR_SERVER_STAT_ESCL_FIELDS
    (integer) Total number of set fields escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_PROCESS

    static final int AR_SERVER_STAT_ESCL_PROCESS
    (integer) Total number of run process escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_TIME

    static final int AR_SERVER_STAT_ESCL_TIME
    (integer) Total processor time spent checking and processing escalations.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_TIMES_BLOCKED

    static final int AR_SERVER_STAT_TIMES_BLOCKED
    (integer) Total number of instances in which at least one process was blocked by the current process. This statistic, in conjunction with the AR_SERVER_STAT_NUMBER_BLOCKED statistic, enables you to determine the approximate number of processes being blocked per instance.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_NUMBER_BLOCKED

    static final int AR_SERVER_STAT_NUMBER_BLOCKED
    (integer) Total number of blocked processes. This statistic, in conjunction with the AR_SERVER_STAT_TIMES_BLOCKED statistic, enables you to determine the approximate number of processes being blocked per instance. For example,if AR_SERVER_STAT_TIMES_BLOCKED is three and AR_SERVER_STAT_TIMES_BLOCKED is six, the six blocked processes could be distributed in three possible ways:
    1. Two blocked processes in each of the three instances (2+2+2=6).
    2. Three blocked processes in one instance,two blocked processes in one instance,and one blocked process in one instance (3+2+1=6).
    3. Four blocked processes in one instance and one blocked process in both of the other two instances (4+1+1=6).
    In this example,the blocked processes could not be distributed as five in one instance, one in one instance, and none in one instance because, by definition, the number of instances represents those times when at least one process is blocked.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_CPU

    static final int AR_SERVER_STAT_CPU
    (integer) Total CPU time used by the server.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_SQL_DB_COUNT

    static final int AR_SERVER_STAT_SQL_DB_COUNT
    (integer) Total number of SQL commands sent to the database.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_SQL_DB_TIME

    static final int AR_SERVER_STAT_SQL_DB_TIME
    (integer) Total processor time spent performing SQL commands.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FTS_SRCH_COUNT

    static final int AR_SERVER_STAT_FTS_SRCH_COUNT
    (integer) Total number of Full Text Search operations performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FTS_SRCH_TIME

    static final int AR_SERVER_STAT_FTS_SRCH_TIME
    (integer) Total processor time spent performing Full Text Search operations.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_SINCE_START

    static final int AR_SERVER_STAT_SINCE_START
    (integer) Number of seconds since the server was started (i.e. the total real time that the server process has been running).

    See Also:
    Constant Field Values

    AR_SERVER_STAT_IDLE_TIME

    static final int AR_SERVER_STAT_IDLE_TIME
    (integer) Total idle time when the server is not processing any requests.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_NET_RESP_TIME

    static final int AR_SERVER_STAT_NET_RESP_TIME
    (integer) Total time spent on the network responding to the client.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_FIELDP

    static final int AR_SERVER_STAT_FILTER_FIELDP
    (integer) Total number of push fields filter actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_FIELDP

    static final int AR_SERVER_STAT_ESCL_FIELDP
    (integer) Total number of push fields escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_FILTER_SQL

    static final int AR_SERVER_STAT_FILTER_SQL
    (integer) Total number of direct SQL filter actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_ESCL_SQL

    static final int AR_SERVER_STAT_ESCL_SQL
    (integer) Total number of direct SQL escalation actions performed.

    See Also:
    Constant Field Values

    AR_SERVER_STAT_NUM_THREADS

    static final int AR_SERVER_STAT_NUM_THREADS
    Total number of threads in queue.

    See Also:
    Constant Field Values

    AR_MAX_SERVER_STAT_USED

    static final int AR_MAX_SERVER_STAT_USED
    Set to code for "highest" server statistics.

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_COLLECTION_DIR

    static final int AR_FULLTEXTINFO_COLLECTION_DIR
    The collection directory for the FTS engine. This directory contains all defined FTS indexes. This directory is not used if no fields are indexed for FTS.

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_STOPWORD

    static final int AR_FULLTEXTINFO_STOPWORD
    A structure that contains all defined words to ignore for the FTS collection.

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_REINDEX

    static final int AR_FULLTEXTINFO_REINDEX
    A value indicating whether the system rebuilds FTS indexes. Valid values for this option are 0 (no) and 1 (yes). The default value is 0 (do not rebuild).

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH

    static final int AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH
    A value indicating whether full text searches are case-sensitive. Valid values for this option are 0 (case-sensitive) and 1 (case-insensitive). The default value is 1 (case-insensitive).

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_STATE

    static final int AR_FULLTEXTINFO_STATE
    A value indicating whether FTS is enabled. Valid values for this option are 0 (off)and 1 (on). The default value is 1 (FTS on).

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_FTS_MATCH_OP

    static final int AR_FULLTEXTINFO_FTS_MATCH_OP
    Indicates type of FTS match operation.

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_HOMEDIR

    static final int AR_FULLTEXTINFO_HOMEDIR
    Sets FTS home directory.

    See Also:
    Constant Field Values

    AR_FULLTEXTINFO_DEBUG

    static final int AR_FULLTEXTINFO_DEBUG
    Sets FTS debugging.

    See Also:
    Constant Field Values

    AR_MAX_FULLTEXT_INFO_USED

    static final int AR_MAX_FULLTEXT_INFO_USED
    Valid "highest" FTS tag.

    See Also:
    Constant Field Values

    AR_FULLTEXT_REINDEX

    static final int AR_FULLTEXT_REINDEX
    Reindex the FTS collection.

    See Also:
    Constant Field Values

    AR_CASE_SENSITIVE_SEARCH

    static final int AR_CASE_SENSITIVE_SEARCH
    Full Text Search case sensitive searching.

    See Also:
    Constant Field Values

    AR_CASE_INSENSITIVE_SEARCH

    static final int AR_CASE_INSENSITIVE_SEARCH
    Full Text Search case insensitive searching.

    See Also:
    Constant Field Values

    AR_FULLTEXT_STATE_OFF

    static final int AR_FULLTEXT_STATE_OFF
    Turn FTS operations off.

    See Also:
    Constant Field Values

    AR_FULLTEXT_STATE_ON

    static final int AR_FULLTEXT_STATE_ON
    Turn FTS operations on.

    See Also:
    Constant Field Values

    AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD

    static final int AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD
    Append leading and trailing wild cards to every word. This option produces the highest number of matches but slows performance the most.

    See Also:
    Constant Field Values

    AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD

    static final int AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD
    Truncate all leading wild cards and append trailing wild cards to every word. This option produces a reasonable number of matches while still being efficient.

    See Also:
    Constant Field Values

    AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD

    static final int AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD
    Truncate all leading wild cards (do not truncate or append trailing wild cards).

    See Also:
    Constant Field Values

    AR_FULLTEXT_FTS_MATCH_REMOVE_WILD

    static final int AR_FULLTEXT_FTS_MATCH_REMOVE_WILD
    Truncate all wild cards. This option is the most efficient match operation type but produces the lowest number of matches.

    See Also:
    Constant Field Values

    AR_FULLTEXT_FTS_MATCH_UNCHANGED

    static final int AR_FULLTEXT_FTS_MATCH_UNCHANGED
    Leave all wild cards as specified by the user. This option requires that users understand both how to use wild cards and their impact on performance.

    See Also:
    Constant Field Values

    AR_HOUR_A_DAY

    static final int AR_HOUR_A_DAY
    Defines hours in escalation interval time criteria. Bit 0 to 23 of represents hour 0 to 23 of a day.

    See Also:
    Constant Field Values

    AR_TIMEMARK_ALL

    static final int AR_TIMEMARK_ALL
    Used in escalation interval time criteria.

    See Also:
    Constant Field Values

    AR_TIMEMARK_NOTFOUND

    static final int AR_TIMEMARK_NOTFOUND
    Used in escalation interval time criteria.

    See Also:
    Constant Field Values

    AR_TIMEMARK_END_OF_MONTH

    static final int AR_TIMEMARK_END_OF_MONTH
    Defines end of month as 31 days.

    See Also:
    Constant Field Values

    AR_ESCALATION_TYPE_INTERVAL

    static final int AR_ESCALATION_TYPE_INTERVAL
    Defines interval type of escalation time criteria. Checks escalation at a regular interval. The interval begins when you create, modify, or enable the escalation, and the interval begins when the server is restarted.

    See Also:
    Constant Field Values

    AR_ESCALATION_TYPE_TIMEMARK

    static final int AR_ESCALATION_TYPE_TIMEMARK
    Defines time type of escalation time criteria. Checks escalation at a specified time.

    See Also:
    Constant Field Values

    AR_LONGVALUE_TYPE_HELPTEXT

    static final int AR_LONGVALUE_TYPE_HELPTEXT
    Help text field.

    See Also:
    Constant Field Values

    AR_LONGVALUE_TYPE_CHANGEDIARY

    static final int AR_LONGVALUE_TYPE_CHANGEDIARY
    Change diary field.

    See Also:
    Constant Field Values

    AR_MAX_TABLENAME_SIZE

    static final int AR_MAX_TABLENAME_SIZE
    Maximum external table name size.

    See Also:
    Constant Field Values

    AR_FIELD_NONE

    static final int AR_FIELD_NONE
    NULL field.

    See Also:
    Constant Field Values

    AR_FIELD_REGULAR

    static final int AR_FIELD_REGULAR
    Specifies type of field in a base schema.

    See Also:
    Constant Field Values

    AR_FIELD_JOIN

    static final int AR_FIELD_JOIN
    Specifies type of field in a join schema.

    See Also:
    Constant Field Values

    AR_FIELD_VIEW

    static final int AR_FIELD_VIEW
    Specifies type of field in a view schema.

    See Also:
    Constant Field Values

    AR_FIELD_VENDOR

    static final int AR_FIELD_VENDOR
    Specifies type of field in a vendor schema.

    See Also:
    Constant Field Values

    AR_FIELD_CLEAN_DELETE

    static final int AR_FIELD_CLEAN_DELETE
    Do not delete the specified field if it contains data (applicable for base forms only) or is associated with a join form.

    See Also:
    Constant Field Values

    AR_FIELD_DATA_DELETE

    static final int AR_FIELD_DATA_DELETE
    Delete the specified field if it contains data but not if it is associated with a join form.

    See Also:
    Constant Field Values

    AR_FIELD_FORCE_DELETE

    static final int AR_FIELD_FORCE_DELETE
    Delete the specified field, all join form fields that map to it, and all join forms dependent on it for join qualification.

    See Also:
    Constant Field Values

    AR_FIELD_MAPPING_PRIMARY

    static final int AR_FIELD_MAPPING_PRIMARY
    Primary schema in a join.

    See Also:
    Constant Field Values

    AR_FIELD_MAPPING_SECONDARY

    static final int AR_FIELD_MAPPING_SECONDARY
    Secondary schema in a join.

    See Also:
    Constant Field Values

    AR_SCHEMA_NONE

    static final int AR_SCHEMA_NONE
    NULL schema.

    See Also:
    Constant Field Values

    AR_SCHEMA_REGULAR

    static final int AR_SCHEMA_REGULAR
    See Also:
    Constant Field Values

    AR_SCHEMA_JOIN

    static final int AR_SCHEMA_JOIN
    See Also:
    Constant Field Values

    AR_SCHEMA_VIEW

    static final int AR_SCHEMA_VIEW
    See Also:
    Constant Field Values

    AR_SCHEMA_DIALOG

    static final int AR_SCHEMA_DIALOG
    See Also:
    Constant Field Values

    AR_SCHEMA_VENDOR

    static final int AR_SCHEMA_VENDOR
    See Also:
    Constant Field Values

    AR_SCHEMA_MAX_SCHEMA_TYPE

    static final int AR_SCHEMA_MAX_SCHEMA_TYPE
    List the maximum type of schema.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_ALL

    static final int AR_LIST_SCHEMA_ALL
    Retrieve all form types.

    To retrieve both visible and hidden forms, add 1024 ( AR_HIDDEN_INCREMENT) to the form type. For example, specify AR_LIST_SCHEMA_ALL | AR_HIDDEN_INCREMENT for this parameter.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_REGULAR

    static final int AR_LIST_SCHEMA_REGULAR
    Retrieve all base forms.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_JOIN

    static final int AR_LIST_SCHEMA_JOIN
    Retrieves list of all join schemas.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_VIEW

    static final int AR_LIST_SCHEMA_VIEW
    Retrieves list of all view schemas.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_UPLINK

    static final int AR_LIST_SCHEMA_UPLINK
    Retrieve list of all join forms that depend on the form specified by the name parameter. If the schemaType is AR_LIST_SCHEMA_UPLINK, the name parameter specifies the form upon which the retrieved forms depend.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_DOWNLINK

    static final int AR_LIST_SCHEMA_DOWNLINK
    Retrieve list of all base or join forms that the form specified by the name parameter depends on. If the schemaType is AR_LIST_SCHEMA_DOWNLINK the name parameter specifies the form that depends on the retrieved forms.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_DIALOG

    static final int AR_LIST_SCHEMA_DIALOG
    Retrieve list of all display-only forms.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_ALL_WITH_DATA

    static final int AR_LIST_SCHEMA_ALL_WITH_DATA
    Retrieve list of all forms with database fields.

    See Also:
    Constant Field Values

    AR_LIST_SCHEMA_VENDOR

    static final int AR_LIST_SCHEMA_VENDOR
    Retrieve list of all vendor schema.

    See Also:
    Constant Field Values

    AR_HIDDEN_INCREMENT

    static final int AR_HIDDEN_INCREMENT
    Specify AR_HIDDEN_INCREMENT as attribute parameter to retrieve both visible and hidden containers.

    To retrieve both visible and hidden forms, add 1024 ( AR_HIDDEN_INCREMENT) to the form type. For example, specify AR_LIST_SCHEMA_ALL | AR_HIDDEN_INCREMENT for this parameter.

    See Also:
    Constant Field Values

    AR_ATTRIB_NONE

    static final int AR_ATTRIB_NONE
    Object is visible. Same as AR_ATTRIB_VISIBLE.

    See Also:
    Constant Field Values

    AR_ATTRIB_VISIBLE

    static final int AR_ATTRIB_VISIBLE
    Default attribute is visible. Same as AR_ATTRIB_NONE.

    See Also:
    Constant Field Values

    AR_ATTRIB_HIDDEN

    static final int AR_ATTRIB_HIDDEN
    Hidden attribute for AR System objects.

    See Also:
    Constant Field Values

    AR_JOIN_OPTION_NONE

    static final int AR_JOIN_OPTION_NONE
    No join option.

    See Also:
    Constant Field Values

    AR_JOIN_OPTION_OUTER

    static final int AR_JOIN_OPTION_OUTER
    Outer join.

    See Also:
    Constant Field Values

    AR_JOIN_SETOPTION_NONE

    static final int AR_JOIN_SETOPTION_NONE
    Allow users to update fields used in the join criteria.

    See Also:
    Constant Field Values

    AR_JOIN_SETOPTION_REF

    static final int AR_JOIN_SETOPTION_REF
    Do not allow users to update fields used in the join criteria.

    See Also:
    Constant Field Values

    AR_JOIN_DELOPTION_NONE

    static final int AR_JOIN_DELOPTION_NONE
    Individual entries will be deleted only when the entry can be retrieved through the join schema.

    See Also:
    Constant Field Values

    AR_JOIN_DELOPTION_FORCE

    static final int AR_JOIN_DELOPTION_FORCE
    Delete individual entries even when the entry cannot be retrieved from the join schema. Error will be ignored for those entry pieces that are no longer existing.

    See Also:
    Constant Field Values

    AR_DEFAULT_DELETE_OPTION

    static final int AR_DEFAULT_DELETE_OPTION
    See Also:
    Constant Field Values

    AR_SCHEMA_CLEAN_DELETE

    static final int AR_SCHEMA_CLEAN_DELETE
    Delete schema only when there is no dependency and there is no data in the schema. (Ignored in the case of join schema.)

    See Also:
    Constant Field Values

    AR_SCHEMA_DATA_DELETE

    static final int AR_SCHEMA_DATA_DELETE
    Delete schema even there is data Only applicable for regular schema.

    See Also:
    Constant Field Values

    AR_SCHEMA_FORCE_DELETE

    static final int AR_SCHEMA_FORCE_DELETE
    Delete schema even there is dependency. All the invalid schemas will be deleted. This option overrides AR_SCHEMA_DATA_DELETE.

    See Also:
    Constant Field Values

    AR_LOCK_BLOCK_DELETE

    static final int AR_LOCK_BLOCK_DELETE
    Delete the given object and all objects that are locked with same key. (only applicable for locked objects)

    See Also:
    Constant Field Values

    AR_SCHEMA_SHADOW_DELETE

    static final int AR_SCHEMA_SHADOW_DELETE
    Delete archive/audit from even if it is enabled or part of a lock object

    See Also:
    Constant Field Values

    AR_SCHEMA_SET_NONE

    static final int AR_SCHEMA_SET_NONE
    Default schema set option

    See Also:
    Constant Field Values

    AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING

    static final int AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING
    Dependant fields should be removed during field deletion caused by mapping removal

    See Also:
    Constant Field Values

    AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS

    static final int AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS
    Indicates if fields with conflicting ids should be deleted when establishing schema inheritance

    See Also:
    Constant Field Values

    AR_SUPPORT_FILE_NONE

    static final int AR_SUPPORT_FILE_NONE
    No external report file associated with an active link.

    See Also:
    Constant Field Values

    AR_SUPPORT_FILE_EXTERNAL_REPORT

    static final int AR_SUPPORT_FILE_EXTERNAL_REPORT
    Specify for an external report file to be associated with an active link.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_NONE

    static final int AR_DISPLAY_TYPE_NONE
    No display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_TEXT

    static final int AR_DISPLAY_TYPE_TEXT
    Character is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_NUMTEXT

    static final int AR_DISPLAY_TYPE_NUMTEXT
    Numeric is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_CHECKBOX

    static final int AR_DISPLAY_TYPE_CHECKBOX
    Radio-button is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_CHOICE

    static final int AR_DISPLAY_TYPE_CHOICE
    Drop-down list is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_BUTTON

    static final int AR_DISPLAY_TYPE_BUTTON
    Button is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_TYPE_TRIM

    static final int AR_DISPLAY_TYPE_TRIM
    Trim is display type for field.

    See Also:
    Constant Field Values

    AR_DISPLAY_OPT_VISIBLE

    static final int AR_DISPLAY_OPT_VISIBLE
    The field can be seen in the view. (This is the default.)

    See Also:
    Constant Field Values

    AR_DISPLAY_OPT_HIDDEN

    static final int AR_DISPLAY_OPT_HIDDEN
    The field cannot be seen in the view, although users with Customize permissions can make a hidden field visible.

    See Also:
    Constant Field Values

    AR_DISPLAY_LABEL_LEFT

    static final int AR_DISPLAY_LABEL_LEFT
    The label is positioned to the left of the field. (This is the default.)

    See Also:
    Constant Field Values

    AR_DISPLAY_LABEL_TOP

    static final int AR_DISPLAY_LABEL_TOP
    Label is positioned above the field.

    See Also:
    Constant Field Values

    ARCON_ALL

    static final int ARCON_ALL
    Container for all objects (guides, applications, and packing lists).

    See Also:
    Constant Field Values

    ARCON_GUIDE

    static final int ARCON_GUIDE
    Container for guides.

    See Also:
    Constant Field Values

    ARCON_APP

    static final int ARCON_APP
    Container for applications.

    See Also:
    Constant Field Values

    ARCON_PACK

    static final int ARCON_PACK
    Container for packing lists.

    See Also:
    Constant Field Values

    ARCON_FILTER_GUIDE

    static final int ARCON_FILTER_GUIDE
    Container for filters.

    See Also:
    Constant Field Values

    ARCON_WEBSERVICE

    static final int ARCON_WEBSERVICE
    Web service container

    See Also:
    Constant Field Values

    ARCON_LAST_RESERVED

    static final int ARCON_LAST_RESERVED
    AR System reserved container type.

    See Also:
    Constant Field Values

    ARREF_NONE

    static final int ARREF_NONE
    No reference in container.

    See Also:
    Constant Field Values

    ARREF_ALL

    static final int ARREF_ALL
    All reference types in container.

    See Also:
    Constant Field Values

    ARREF_SCHEMA

    static final int ARREF_SCHEMA
    Reference to a schema in container.

    See Also:
    Constant Field Values

    ARREF_FILTER

    static final int ARREF_FILTER
    Reference to a filter in container.

    See Also:
    Constant Field Values

    ARREF_ESCALATION

    static final int ARREF_ESCALATION
    Reference to an escalation in container.

    See Also:
    Constant Field Values

    ARREF_ACTLINK

    static final int ARREF_ACTLINK
    Reference to an active link in container.

    See Also:
    Constant Field Values

    ARREF_CONTAINER

    static final int ARREF_CONTAINER
    Reference to a container in a container.

    See Also:
    Constant Field Values

    ARREF_CHAR_MENU

    static final int ARREF_CHAR_MENU
    Reference to a char menu in container.

    See Also:
    Constant Field Values

    ARREF_IMAGE

    static final int ARREF_IMAGE
    Reference to an image in container.

    See Also:
    Constant Field Values

    ARREF_LAST_SERVER_OBJ

    static final int ARREF_LAST_SERVER_OBJ
    Reference to last server object reference type.

    See Also:
    Constant Field Values

    ARREF_ICON

    static final int ARREF_ICON
    Reference to an icon in container.

    See Also:
    Constant Field Values

    ARREF_SMALL_ICON

    static final int ARREF_SMALL_ICON
    Reference to a small icon in container.

    See Also:
    Constant Field Values

    ARREF_MAXIMIZE_FORMS

    static final int ARREF_MAXIMIZE_FORMS
    Reference to a boolean value in container that specifies whether to maximize the forms of an application.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_FORMS

    static final int ARREF_APPLICATION_FORMS
    Specifies that the next reference in the list is a schema in container. Use this reference in front of each schema reference in your application except the primary schema.

    See Also:
    Constant Field Values

    ARREF_ABOUT_BOX_IMAGE

    static final int ARREF_ABOUT_BOX_IMAGE
    Reference to an About box image in container.

    See Also:
    Constant Field Values

    ARREF_ABOUT_BOX_FORM

    static final int ARREF_ABOUT_BOX_FORM
    Reference to an About box form in container.

    See Also:
    Constant Field Values

    ARREF_NULL_STRING

    static final int ARREF_NULL_STRING
    Reference to a null string in container.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HELP_EXT

    static final int ARREF_APPLICATION_HELP_EXT
    Reference to a string in container that specifies the help filename extension.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HELP_FILE

    static final int ARREF_APPLICATION_HELP_FILE
    Reference to a bytelist in container that specifies the contents (not the name) of the help file to use with this application.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_PRIMARY_FORM

    static final int ARREF_APPLICATION_PRIMARY_FORM
    Specifies that the next reference in the list in container is the primary schema for this application. Use this reference in front of only one schema reference in your application.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_FORM_VUI

    static final int ARREF_APPLICATION_FORM_VUI
    Reference to the ID of the schema view in container to use with the previous schema referenced in the list. Use this reference after each schema reference in your application.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_DISABLE_BEGIN_TASK

    static final int ARREF_APPLICATION_DISABLE_BEGIN_TASK
    Reference to a boolean value in container that specifies whether the Begin a Task menu item is disabled for this application. The default is false (not disabled).

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HELP_INDEX_EXT

    static final int ARREF_APPLICATION_HELP_INDEX_EXT
    (character string) Used for Application object help file's index file extension.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HELP_INDEX_FILE

    static final int ARREF_APPLICATION_HELP_INDEX_FILE
    (bytelist) Used for Application object help file's index file.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HELP_FILE_NAME

    static final int ARREF_APPLICATION_HELP_FILE_NAME
    (character string) Used for Application object help file's name, without the extension.

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_GUIDE

    static final int ARREF_PACKINGLIST_GUIDE
    (character string) Used for Packing List's reference to a Guide.

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_APP

    static final int ARREF_PACKINGLIST_APP
    (character string) Used for Packing List's reference to an Application.

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_PACK

    static final int ARREF_PACKINGLIST_PACK
    (character string) Used for Packing List's reference to a Packing List.

    See Also:
    Constant Field Values

    ARREF_GROUP_DATA

    static final int ARREF_GROUP_DATA
    (character string) Used for Packing List's reference to data in the Group schema.

    See Also:
    Constant Field Values

    ARREF_DISTMAPPING_DATA

    static final int ARREF_DISTMAPPING_DATA
    (character string) Used for Packing List's reference to data in the Distributed Mapping schema.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_HAS_EXT_HELP

    static final int ARREF_APPLICATION_HAS_EXT_HELP
    (boolean integer) Application uses external help or not.

    See Also:
    Constant Field Values

    ARREF_APPLICATION_SUPPORT_FILES

    static final int ARREF_APPLICATION_SUPPORT_FILES
    (bytelist) Used for Application object support file's contents.

    See Also:
    Constant Field Values

    ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP

    static final int ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP
    (boolean)

    See Also:
    Constant Field Values

    ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD

    static final int ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD
    (character string)

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_DSOPOOL

    static final int ARREF_PACKINGLIST_DSOPOOL
    (character string) Used for Packing List's reference to data in the Distributed Pool schema.

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_FILTER_GUIDE

    static final int ARREF_PACKINGLIST_FILTER_GUIDE
    (character string) Used for Packing List's reference to a Filter Guide.

    See Also:
    Constant Field Values

    ARREF_WS_PROPERTIES

    static final int ARREF_WS_PROPERTIES
    XML string that refers to miscellaneous properties of web services.

    See Also:
    Constant Field Values

    ARREF_WS_OPERATION

    static final int ARREF_WS_OPERATION
    Web service operation info (XML string consisting of name, type, mapping names, and so on.)

    See Also:
    Constant Field Values

    ARREF_WS_ARXML_MAPPING

    static final int ARREF_WS_ARXML_MAPPING
    Mapping XML document that describes relation between AR System model and XML schema.

    See Also:
    Constant Field Values

    ARREF_WS_WSDL

    static final int ARREF_WS_WSDL
    WSDL for web services.

    See Also:
    Constant Field Values

    ARREF_PACKINGLIST_WEBSERVICE

    static final int ARREF_PACKINGLIST_WEBSERVICE
    (character string) For packing list references to a web service.

    See Also:
    Constant Field Values

    ARREF_WS_PUBLISHING_LOC

    static final int ARREF_WS_PUBLISHING_LOC
    (character string) Saved URL(s) for publishing a web service.

    See Also:
    Constant Field Values

    ARREF_WS_XML_SCHEMA_LOC

    static final int ARREF_WS_XML_SCHEMA_LOC
    (character string) XML schema location for a web service.

    See Also:
    Constant Field Values

    ARREF_ENTRYPOINT_ORDER

    static final int ARREF_ENTRYPOINT_ORDER
    Listing order of the entry point

    See Also:
    Constant Field Values

    ARREF_ENTRYPOINT_START_ACTLINK

    static final int ARREF_ENTRYPOINT_START_ACTLINK
    The starting active link to execute for the entry point

    See Also:
    Constant Field Values

    ARREF_APP_AUTOLAYOUT_SS

    static final int ARREF_APP_AUTOLAYOUT_SS
    (character string) Style sheet info for auto layout

    See Also:
    Constant Field Values

    ARREF_APP_FORMACTION_ROW_ORDER_STR

    static final int ARREF_APP_FORMACTION_ROW_ORDER_STR
    (character string) row, order Form action fields

    See Also:
    Constant Field Values

    ARREF_ENCAPSULATED_APP_DATA

    static final int ARREF_ENCAPSULATED_APP_DATA
    (integer) Application data identifier

    See Also:
    Constant Field Values

    ARREF_APP_ADD_FORMACTION_FIELDS

    static final int ARREF_APP_ADD_FORMACTION_FIELDS
    (boolean integer) Add Form Action Fields After Last Visible field or all fields

    See Also:
    Constant Field Values

    ARREF_APP_TABLE_FIXED_HEADER

    static final int ARREF_APP_TABLE_FIXED_HEADER
    (boolean integer) Table field/Results list fixed header property (ON/OFF)

    See Also:
    Constant Field Values

    ARREF_APP_PAGE_PROPERTIES

    static final int ARREF_APP_PAGE_PROPERTIES
    (character string) page property string used to create header and footer template

    See Also:
    Constant Field Values

    ARREF_APP_OBJECT_VERSION

    static final int ARREF_APP_OBJECT_VERSION
    (integer) Application object version

    See Also:
    Constant Field Values

    ARREF_APP_PACKING_LISTS

    static final int ARREF_APP_PACKING_LISTS
    (integer) Packing lists in the app

    See Also:
    Constant Field Values

    ARREF_APP_DATA_MERGE_IMP_QUAL

    static final int ARREF_APP_DATA_MERGE_IMP_QUAL
    (integer) List of field Ids for merge qual on import

    See Also:
    Constant Field Values

    ARREF_APP_DATA_MERGE_IMP_OPTION

    static final int ARREF_APP_DATA_MERGE_IMP_OPTION
    (integer) Data import option for merge on app import

    See Also:
    Constant Field Values

    ARREF_LAST_RESERVED

    static final int ARREF_LAST_RESERVED
    Last AR System reserved reference type.

    See Also:
    Constant Field Values

    ARREF_DATA_ARSREF

    static final int ARREF_DATA_ARSREF
    AR System reference data.

    See Also:
    Constant Field Values

    ARREF_DATA_EXTREF

    static final int ARREF_DATA_EXTREF
    External reference data.

    See Also:
    Constant Field Values

    ARCONOWNER_NONE

    static final int ARCONOWNER_NONE
    The container is globally owned.

    See Also:
    Constant Field Values

    ARCONOWNER_ALL

    static final int ARCONOWNER_ALL
    All containers, owned and unowned ones.

    See Also:
    Constant Field Values

    ARCONOWNER_SCHEMA

    static final int ARCONOWNER_SCHEMA
    Owner object is a schema.

    See Also:
    Constant Field Values

    ARMAX_CON_LABEL_LEN

    static final int ARMAX_CON_LABEL_LEN
    String specifying a display-only label for the reference. Its length is limited by ARMAX_CON_LABEL_LEN (255 bytes).

    See Also:
    Constant Field Values

    ARMAX_CON_DESCRIPTION_LEN

    static final int ARMAX_CON_DESCRIPTION_LEN
    String specifying a display-only description for the reference.Its length is limited by ARMAX_CON_DESCRIPTION_LEN (2000 bytes).

    See Also:
    Constant Field Values

    AR_SIGNAL_CONFIG_CHANGED

    static final int AR_SIGNAL_CONFIG_CHANGED
    Reread the configuration file.

    See Also:
    Constant Field Values

    AR_SIGNAL_GROUP_CACHE_CHANGED

    static final int AR_SIGNAL_GROUP_CACHE_CHANGED
    Read the group info and cache.

    See Also:
    Constant Field Values

    AR_SIGNAL_LICENSE_CHANGED

    static final int AR_SIGNAL_LICENSE_CHANGED
    Read the license information.

    See Also:
    Constant Field Values

    AR_WRITE_TO_FILE

    static final int AR_WRITE_TO_FILE
    Logs to a file.

    See Also:
    Constant Field Values

    AR_WRITE_TO_STATUS_LIST

    static final int AR_WRITE_TO_STATUS_LIST
    Logs as part of a Status List.

    See Also:
    Constant Field Values

    AR_WORKFLOW_CONN_SCHEMA_LIST

    static final int AR_WORKFLOW_CONN_SCHEMA_LIST
    Workflow associated with a list of schemas.

    See Also:
    Constant Field Values

    AR_QUALCONTEXT_DEFAULT

    static final int AR_QUALCONTEXT_DEFAULT
    See Also:
    Constant Field Values

    AR_QUALCONTEXT_ACTIVE_LINK

    static final int AR_QUALCONTEXT_ACTIVE_LINK
    in Util class used to parse a qualification from an active link.

    See Also:
    Constant Field Values

    AR_QUALCONTEXT_FILTER

    static final int AR_QUALCONTEXT_FILTER
    in Util class used to parse a qualification from a filter.

    See Also:
    Constant Field Values

    AR_QUALCONTEXT_ESCALATION

    static final int AR_QUALCONTEXT_ESCALATION
    in Util class used to parse a qualification from an escalation.

    See Also:
    Constant Field Values

    AR_QUALCONTEXT_MENU_DEFS

    static final int AR_QUALCONTEXT_MENU_DEFS
    in Util class used to parse a qualification from a search menu.

    See Also:
    Constant Field Values

    AR_CONTEXT_ACTIVE_LINK

    static final int AR_CONTEXT_ACTIVE_LINK
    in Util class used to parse a qualification from an active link.

    See Also:
    Constant Field Values

    AR_CONTEXT_FILTER

    static final int AR_CONTEXT_FILTER
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.

    See Also:
    Constant Field Values

    AR_CONTEXT_ESCALATION

    static final int AR_CONTEXT_ESCALATION
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.

    See Also:
    Constant Field Values

    AR_CONTEXT_MENU_DEFS

    static final int AR_CONTEXT_MENU_DEFS
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a search menu.

    See Also:
    Constant Field Values

    AR_CONTEXT_ACTIVE_LINK_SETFIELDS

    static final int AR_CONTEXT_ACTIVE_LINK_SETFIELDS
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an active link.

    See Also:
    Constant Field Values

    AR_CONTEXT_FILTER_SETFIELDS

    static final int AR_CONTEXT_FILTER_SETFIELDS
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.

    See Also:
    Constant Field Values

    AR_CONTEXT_ESCALATION_SETFIELDS

    static final int AR_CONTEXT_ESCALATION_SETFIELDS
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.

    See Also:
    Constant Field Values

    AR_CONTEXT_ESCALATION_TIME

    static final int AR_CONTEXT_ESCALATION_TIME
    Value for parseAssignment and formatAssignment in ARServerUser class used to parse an Assignment from an escalation.

    See Also:
    Constant Field Values

    AR_SESS_CHUNK_RESPONSE_SIZE

    static final int AR_SESS_CHUNK_RESPONSE_SIZE
    Maximum size of a single response.

    See Also:
    Constant Field Values

    AR_SESS_TIMEOUT_NORMAL

    static final int AR_SESS_TIMEOUT_NORMAL
    Timeout for normal operations.

    See Also:
    Constant Field Values

    AR_SESS_TIMEOUT_LONG

    static final int AR_SESS_TIMEOUT_LONG
    Timeout for long operations.

    See Also:
    Constant Field Values

    AR_SESS_TIMEOUT_XLONG

    static final int AR_SESS_TIMEOUT_XLONG
    Timeout for extra long operations.

    See Also:
    Constant Field Values

    AR_SESS_LOCK_TO_SOCKET_NUMBER

    static final int AR_SESS_LOCK_TO_SOCKET_NUMBER
    Socket number to lock to.

    See Also:
    Constant Field Values

    AR_SESS_POOLED

    static final int AR_SESS_POOLED
    Flag that indicates if session is pooled.

    See Also:
    Constant Field Values

    AR_SESS_CLIENT_TYPE

    static final int AR_SESS_CLIENT_TYPE
    Client type of the api program such as Remedy User, Remedy Administrator, DSO, Mid-Tier, Approval, Flashboards, Palm Pilot, Email, and so on.

    See Also:
    Constant Field Values

    AR_SESS_VUI_TYPE

    static final int AR_SESS_VUI_TYPE
    Indicates type for the VUI. The view's platform (such as web or Windows). The values for this are NONE, WINDOWS, WEB(RELATIVE), WEB(FIXED), WIRELESS.

    See Also:
    Constant Field Values

    AR_SESS_OVERRIDE_PREV_IP

    static final int AR_SESS_OVERRIDE_PREV_IP
    Indicates that session can be overriden.

    See Also:
    Constant Field Values

    AR_SESS_API_CMD_LOG

    static final int AR_SESS_API_CMD_LOG
    Name of api logging command file (get only).

    See Also:
    Constant Field Values

    AR_SESS_API_RES_LOG

    static final int AR_SESS_API_RES_LOG
    Name of api logging result file (get only).

    See Also:
    Constant Field Values

    AR_GOTO_FIELD_XREF

    static final int AR_GOTO_FIELD_XREF
    In the Goto active link/filter action, skip to the action whose number is in the cross-referenced field.

    See Also:
    Constant Field Values

    AR_GOTO_ABSOLUTE_ORDER

    static final int AR_GOTO_ABSOLUTE_ORDER
    In the Goto active link/filter action, skip directly to the action whose number is defined as part of the action.

    See Also:
    Constant Field Values

    AR_GOTO_OFFSET_FORWARD

    static final int AR_GOTO_OFFSET_FORWARD
    In the Goto active link/filter action, skip to the action that is ahead of the cross-referenced field, by the specified amount.

    See Also:
    Constant Field Values

    AR_GOTO_OFFSET_BACKWARD

    static final int AR_GOTO_OFFSET_BACKWARD
    In the Goto active link/filter action, skip to the action that is behind the cross-referenced field, by the specified amount.

    See Also:
    Constant Field Values

    AR_CORE_ENTRY_ID

    static final int AR_CORE_ENTRY_ID
    Field ID of Entry ID core field

    See Also:
    Constant Field Values

    AR_CORE_SUBMITTER

    static final int AR_CORE_SUBMITTER
    Field ID of Submitter core field

    See Also:
    Constant Field Values

    AR_CORE_CREATE_DATE

    static final int AR_CORE_CREATE_DATE
    Field ID of Create Date core field

    See Also:
    Constant Field Values

    AR_CORE_ASSIGNED_TO

    static final int AR_CORE_ASSIGNED_TO
    Field ID of Assigned To core field

    See Also:
    Constant Field Values

    AR_CORE_LAST_MODIFIED_BY

    static final int AR_CORE_LAST_MODIFIED_BY
    Field ID of Last Modified By core field

    See Also:
    Constant Field Values

    AR_CORE_MODIFIED_DATE

    static final int AR_CORE_MODIFIED_DATE
    Field ID of Modified Date core field

    See Also:
    Constant Field Values

    AR_CORE_STATUS

    static final int AR_CORE_STATUS
    Field ID of Status core field

    See Also:
    Constant Field Values

    AR_CORE_SHORT_DESCRIPTION

    static final int AR_CORE_SHORT_DESCRIPTION
    Field ID of Short Description core field

    See Also:
    Constant Field Values

    AR_CORE_STATUS_HISTORY

    static final int AR_CORE_STATUS_HISTORY
    Field ID of Status History core field

    See Also:
    Constant Field Values

    AR_NUM_CORE_FIELDS

    static final int AR_NUM_CORE_FIELDS
    See Also:
    Constant Field Values

    AR_MAX_CORE_FIELD_ID

    static final int AR_MAX_CORE_FIELD_ID
    See Also:
    Constant Field Values

    AR_MAX_RESERVED_FIELD_ID

    static final long AR_MAX_RESERVED_FIELD_ID
    Internal ID of the field to create. The IDs of all fields and form views (VUIs) associated with a given form must be unique. Specify 0 for this parameter if you want the system to generate and return the ID. Otherwise, specify a value between 536870912 and 2147483647 (limited by AR_MAX_RESERVED_FIELD_ID). If you specify a reserved ID, the system generates an error unless the parameter is set to 1 (TRUE).

    See Also:
    Constant Field Values

    AR_RESERV_WEIGHT

    static final long AR_RESERV_WEIGHT
    Reserved display only field - weight.

    See Also:
    Constant Field Values

    AR_LIKE_ID

    static final int AR_LIKE_ID
    Reserved for Push/Set Like Field ID.

    See Also:
    Constant Field Values

    AR_SET_DEFAULTS_ID

    static final int AR_SET_DEFAULTS_ID
    Reserved for Set Field Defaults on OpenWindow action.

    See Also:
    Constant Field Values

    AR_RESERV_USER_NAME

    static final int AR_RESERV_USER_NAME
    field-ids of the user/group fields These ids are reserved for defining users and groups within the AR system

    See Also:
    Constant Field Values

    AR_RESERV_PASSWORD

    static final int AR_RESERV_PASSWORD
    See Also:
    Constant Field Values

    AR_RESERV_EMAIL

    static final int AR_RESERV_EMAIL
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_LIST

    static final int AR_RESERV_GROUP_LIST
    Field 104 (group list field).

    See Also:
    Constant Field Values

    AR_RESERV_GROUP_NAME

    static final int AR_RESERV_GROUP_NAME
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_ID

    static final int AR_RESERV_GROUP_ID
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_TYPE

    static final int AR_RESERV_GROUP_TYPE
    See Also:
    Constant Field Values

    AR_RESERV_USER_NOTIFY

    static final int AR_RESERV_USER_NOTIFY
    See Also:
    Constant Field Values

    AR_RESERV_LICENSE_TYPE

    static final int AR_RESERV_LICENSE_TYPE
    See Also:
    Constant Field Values

    AR_RESERV_LIC_FULL_TEXT

    static final int AR_RESERV_LIC_FULL_TEXT
    See Also:
    Constant Field Values

    AR_RESERV_LIC_RESERVED1

    static final int AR_RESERV_LIC_RESERVED1
    See Also:
    Constant Field Values

    AR_RESERV_ASSIGNED_GROUP

    static final int AR_RESERV_ASSIGNED_GROUP
    Field 112 (row level access).

    See Also:
    Constant Field Values

    AR_RESERV_LIC_ASSET

    static final int AR_RESERV_LIC_ASSET
    See Also:
    Constant Field Values

    AR_RESERV_LIC_CHANGE

    static final int AR_RESERV_LIC_CHANGE
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_FLOATING_LIC

    static final int AR_RESERV_GROUP_FLOATING_LIC
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_FLOATING_FTS_LIC

    static final int AR_RESERV_GROUP_FLOATING_FTS_LIC
    See Also:
    Constant Field Values

    AR_RESERV_AUTH_USER_NAME

    static final int AR_RESERV_AUTH_USER_NAME
    See Also:
    Constant Field Values

    AR_RESERV_AUTH_STRING

    static final int AR_RESERV_AUTH_STRING
    See Also:
    Constant Field Values

    AR_RESERV_COMPUTED_GROUP_LIST

    static final int AR_RESERV_COMPUTED_GROUP_LIST
    See Also:
    Constant Field Values

    AR_RESERV_GROUP_CATEGORY

    static final int AR_RESERV_GROUP_CATEGORY
    See Also:
    Constant Field Values

    AR_RESERV_COMPUTED_GROUP_QUAL

    static final int AR_RESERV_COMPUTED_GROUP_QUAL
    See Also:
    Constant Field Values

    AR_RESERV_APP_LICENSE

    static final int AR_RESERV_APP_LICENSE
    See Also:
    Constant Field Values

    AR_RESERV_ENCRYPTED_STRING

    static final int AR_RESERV_ENCRYPTED_STRING
    See Also:
    Constant Field Values

    AR_RESERV_FORCE_PWD_CHANGE

    static final int AR_RESERV_FORCE_PWD_CHANGE
    See Also:
    Constant Field Values

    AR_RESERV_PWD_CHANGE_CONFIRM

    static final int AR_RESERV_PWD_CHANGE_CONFIRM
    See Also:
    Constant Field Values

    AR_RESERV_LAST_PWD_CHANGE

    static final int AR_RESERV_LAST_PWD_CHANGE
    See Also:
    Constant Field Values

    AR_RESERV_NUM_WARN_DAYS

    static final int AR_RESERV_NUM_WARN_DAYS
    See Also:
    Constant Field Values

    AR_RESERV_NUM_DAYSTOEXPIRE

    static final int AR_RESERV_NUM_DAYSTOEXPIRE
    See Also:
    Constant Field Values

    AR_RESERV_ZTEMP

    static final int AR_RESERV_ZTEMP
    See Also:
    Constant Field Values

    AR_RESERV_TEMP_RESULT

    static final int AR_RESERV_TEMP_RESULT
    See Also:
    Constant Field Values

    AR_RESERV_INSTANCE_ID

    static final int AR_RESERV_INSTANCE_ID
    See Also:
    Constant Field Values

    AR_RESERV_OBJECT_ID

    static final int AR_RESERV_OBJECT_ID
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_STATUS

    static final int ARMC_RESERV_MESSAGE_CAT_STATUS
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_NAME

    static final int ARMC_RESERV_MESSAGE_CAT_NAME
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_MSG_TYPE

    static final int ARMC_RESERV_MESSAGE_CAT_MSG_TYPE
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM

    static final int ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_LOCALE

    static final int ARMC_RESERV_MESSAGE_CAT_LOCALE
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE

    static final int ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_MSG_TEXT

    static final int ARMC_RESERV_MESSAGE_CAT_MSG_TEXT
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL

    static final int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD

    static final int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD
    See Also:
    Constant Field Values

    ARMC_RESERV_MESSAGE_CAT_APPL_TAG

    static final int ARMC_RESERV_MESSAGE_CAT_APPL_TAG
    See Also:
    Constant Field Values

    AR_RESERV_LOCALE_LOCALIZED_SCHEMA

    static final int AR_RESERV_LOCALE_LOCALIZED_SCHEMA
    See Also:
    Constant Field Values

    AR_RESERV_LOCALE_MSG_TYPE_MENU

    static final int AR_RESERV_LOCALE_MSG_TYPE_MENU
    See Also:
    Constant Field Values

    AR_RESERV_LOCALE_BIN_ATTACH_LABEL

    static final int AR_RESERV_LOCALE_BIN_ATTACH_LABEL
    See Also:
    Constant Field Values

    AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL

    static final int AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL
    See Also:
    Constant Field Values

    AR_RESERV_LOCALE_RETURNED_VALUE_LABEL

    static final int AR_RESERV_LOCALE_RETURNED_VALUE_LABEL
    See Also:
    Constant Field Values

    AR_RESERV_SETFIELD_SCHEMA_NAME

    static final int AR_RESERV_SETFIELD_SCHEMA_NAME
    reserved for SetField action

    See Also:
    Constant Field Values

    AR_RESERV_FTS_FORM_SEARCH

    static final int AR_RESERV_FTS_FORM_SEARCH
    Reserved display only field - full text form search.

    See Also:
    Constant Field Values

    AR_RESERV_GUID

    static final int AR_RESERV_GUID
    Reserved for the GUID (Globally Unique ID) field of the current schema object. The field will be a character field with the length of 38 characters.

    See Also:
    Constant Field Values

    AR_RESERV_CHANGE_DIARY

    static final int AR_RESERV_CHANGE_DIARY
    reserved for Distributed Server

    See Also:
    Constant Field Values

    AR_RESERV_HELP

    static final int AR_RESERV_HELP
    See Also:
    Constant Field Values

    AR_RESERV_OPROP

    static final int AR_RESERV_OPROP
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MAPPING_NAME

    static final int ARDS_RESERV_DISTRIB_MAPPING_NAME
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_SCHEMA

    static final int ARDS_RESERV_DISTRIB_FROM_SCHEMA
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_SERVER

    static final int ARDS_RESERV_DISTRIB_FROM_SERVER
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_SCHEMA

    static final int ARDS_RESERV_DISTRIB_TO_SCHEMA
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_SERVER

    static final int ARDS_RESERV_DISTRIB_TO_SERVER
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_UPDATE_CODE

    static final int ARDS_RESERV_DISTRIB_UPDATE_CODE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TRANS_MODE

    static final int ARDS_RESERV_DISTRIB_TRANS_MODE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MAP_TYPE

    static final int ARDS_RESERV_DISTRIB_MAP_TYPE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MAPPING

    static final int ARDS_RESERV_DISTRIB_MAPPING
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_RTN_MAP_TYPE

    static final int ARDS_RESERV_DISTRIB_RTN_MAP_TYPE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_RTN_MAPPING

    static final int ARDS_RESERV_DISTRIB_RTN_MAPPING
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_DEFAULT_MAP

    static final int ARDS_RESERV_DISTRIB_DEFAULT_MAP
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_DUP_ACTION

    static final int ARDS_RESERV_DISTRIB_DUP_ACTION
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_RETRY_TIME

    static final int ARDS_RESERV_DISTRIB_RETRY_TIME
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_PATTERN_MATCH

    static final int ARDS_RESERV_DISTRIB_PATTERN_MATCH
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_REQUIRED_FIELDS

    static final int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MATCH_QUAL

    static final int ARDS_RESERV_DISTRIB_MATCH_QUAL
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_PENDING_NAME

    static final int ARDS_RESERV_DISTRIB_PENDING_NAME
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_SOURCE_ID

    static final int ARDS_RESERV_DISTRIB_SOURCE_ID
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_PENDING_TYPE

    static final int ARDS_RESERV_DISTRIB_PENDING_TYPE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_PENDING_OTHER

    static final int ARDS_RESERV_DISTRIB_PENDING_OTHER
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_POOL

    static final int ARDS_RESERV_DISTRIB_POOL
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_POOL_NAME

    static final int ARDS_RESERV_DISTRIB_POOL_NAME
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_EXEORDER

    static final int ARDS_RESERV_DISTRIB_EXEORDER
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TCOUNT

    static final int ARDS_RESERV_DISTRIB_TCOUNT
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_CONNECT

    static final int ARDS_RESERV_DISTRIB_CONNECT
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_DEFAULT

    static final int ARDS_RESERV_DISTRIB_DEFAULT
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_OPROP

    static final int ARDS_RESERV_DISTRIB_OPROP
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_MAPPING

    static final int ARDS_RESERV_DISTRIB_TO_MAPPING
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TRANS_STATE

    static final int ARDS_RESERV_DISTRIB_TRANS_STATE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_UPDATE_STATE

    static final int ARDS_RESERV_DISTRIB_UPDATE_STATE
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MASTER_FLAG

    static final int ARDS_RESERV_DISTRIB_MASTER_FLAG
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_CUR_SCHEMA

    static final int ARDS_RESERV_DISTRIB_CUR_SCHEMA
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_CUR_SERVER

    static final int ARDS_RESERV_DISTRIB_CUR_SERVER
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_MAPPING

    static final int ARDS_RESERV_DISTRIB_FROM_MAPPING
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_ENTRYID

    static final int ARDS_RESERV_DISTRIB_FROM_ENTRYID
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_ENTRYID

    static final int ARDS_RESERV_DISTRIB_TO_ENTRYID
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MAP_HISTORY

    static final int ARDS_RESERV_DISTRIB_MAP_HISTORY
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_SCHEMA_2

    static final int ARDS_RESERV_DISTRIB_FROM_SCHEMA_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_SERVER_2

    static final int ARDS_RESERV_DISTRIB_FROM_SERVER_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_SCHEMA_2

    static final int ARDS_RESERV_DISTRIB_TO_SCHEMA_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TO_SERVER_2

    static final int ARDS_RESERV_DISTRIB_TO_SERVER_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_UPDATE_CODE_2

    static final int ARDS_RESERV_DISTRIB_UPDATE_CODE_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_TRANS_MODE_2

    static final int ARDS_RESERV_DISTRIB_TRANS_MODE_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_DUP_ACTION_2

    static final int ARDS_RESERV_DISTRIB_DUP_ACTION_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_RETRY_TIME_2

    static final int ARDS_RESERV_DISTRIB_RETRY_TIME_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_FROM_POOL

    static final int ARDS_RESERV_DISTRIB_FROM_POOL
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_PATTERN_MATCH_2

    static final int ARDS_RESERV_DISTRIB_PATTERN_MATCH_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2

    static final int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2
    See Also:
    Constant Field Values

    ARDS_RESERV_DISTRIB_MATCH_QUAL_2

    static final int ARDS_RESERV_DISTRIB_MATCH_QUAL_2
    See Also:
    Constant Field Values

    AR_RESERV_MENU_MIN

    static final long AR_RESERV_MENU_MIN
    Base number for the range of client menu item definitions.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_MODIFYALL

    static final long AR_RESERV_MENU_MODIFYALL
    Reserved field id for Modify All selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_DELETE

    static final long AR_RESERV_MENU_DELETE
    Reserved field id for Delete selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_PREFERENCES

    static final long AR_RESERV_MENU_PREFERENCES
    Reserved field id for Preferences selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_MENU

    static final long AR_RESERV_MENU_MENU
    Reserved field id for Menu selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_TOOLBAR

    static final long AR_RESERV_MENU_TOOLBAR
    Reserved field id for Toolbar selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_APPLY

    static final long AR_RESERV_MENU_APPLY
    Reserved field id for Apply selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_POLLING

    static final long AR_RESERV_MENU_POLLING
    Reserved field id for Polling selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_REPORTING

    static final long AR_RESERV_MENU_REPORTING
    Reserved field id for Reporting selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_PRINT

    static final long AR_RESERV_MENU_PRINT
    Reserved field id for Print selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_CLEARALL

    static final long AR_RESERV_MENU_CLEARALL
    Reserved field id for Clear All selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_SETDEFAULT

    static final long AR_RESERV_MENU_SETDEFAULT
    Reserved field id for Set Default selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_SEARCH

    static final long AR_RESERV_MENU_SEARCH
    Reserved field id for Search selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_NEW_SEARCH

    static final long AR_RESERV_MENU_NEW_SEARCH
    Reserved field id for New Search selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_NEW_REQUEST

    static final long AR_RESERV_MENU_NEW_REQUEST
    Reserved field id for New Request selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_SHOW_STAT_HIST

    static final long AR_RESERV_MENU_SHOW_STAT_HIST
    Reserved field id for Show Status History selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_HOME

    static final long AR_RESERV_MENU_HOME
    Reserved field id for Home selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_HELP

    static final long AR_RESERV_MENU_HELP
    Reserved field id for Help selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_ADVANCED_SEARCH

    static final long AR_RESERV_MENU_ADVANCED_SEARCH
    Reserved field id for Advanced Search selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_LOGOUT

    static final long AR_RESERV_MENU_LOGOUT
    Reserved field id for Logout selection.

    See Also:
    Constant Field Values

    AR_RESERV_MENU_SAVED_SEARCH

    static final long AR_RESERV_MENU_SAVED_SEARCH
    Reserved field id for saved search.

    See Also:
    Constant Field Values

    AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID

    static final int AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID
    Reserved field ids to identify a shadow form for archive & audit

    See Also:
    Constant Field Values

    AR_RESERVE_ARCHIVE_CREATE_DATE

    static final int AR_RESERVE_ARCHIVE_CREATE_DATE
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_MOD_DATE

    static final int AR_RESERVE_AUDIT_MOD_DATE
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_LAST_CHANGED

    static final int AR_RESERVE_AUDIT_LAST_CHANGED
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_ACTION

    static final int AR_RESERVE_AUDIT_ACTION
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_USER

    static final int AR_RESERVE_AUDIT_USER
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_FIELDS_CHANGED

    static final int AR_RESERVE_AUDIT_FIELDS_CHANGED
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_FORM_NAME

    static final int AR_RESERVE_AUDIT_FORM_NAME
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_GUID_FIELD

    static final int AR_RESERVE_AUDIT_GUID_FIELD
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_LOG

    static final int AR_RESERVE_AUDIT_LOG
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_LOG_KEY1

    static final int AR_RESERVE_AUDIT_LOG_KEY1
    Reserved fields that are part of Log forms

    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_LOG_KEY2

    static final int AR_RESERVE_AUDIT_LOG_KEY2
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_LOG_KEY3

    static final int AR_RESERVE_AUDIT_LOG_KEY3
    See Also:
    Constant Field Values

    AR_RESERVE_AUDIT_JOIN_KEY

    static final int AR_RESERVE_AUDIT_JOIN_KEY
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_CATEGORY

    static final int ARAPP_RESERV_APPLIC_CATEGORY
    Reserved fields for Application support

    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_COMMAND

    static final int ARAPP_RESERV_APPLIC_COMMAND
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_SCHEMA

    static final int ARAPP_RESERV_APPLIC_SCHEMA
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_ENTRY_ID

    static final int ARAPP_RESERV_APPLIC_ENTRY_ID
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_TAG

    static final int ARAPP_RESERV_APPLIC_TAG
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_FIELD_1

    static final int ARAPP_RESERV_APPLIC_FIELD_1
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_FIELD_2

    static final int ARAPP_RESERV_APPLIC_FIELD_2
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_FIELD_3

    static final int ARAPP_RESERV_APPLIC_FIELD_3
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_OTHER_SHORT

    static final int ARAPP_RESERV_APPLIC_OTHER_SHORT
    See Also:
    Constant Field Values

    ARAPP_RESERV_APPLIC_OTHER_LONG

    static final int ARAPP_RESERV_APPLIC_OTHER_LONG
    See Also:
    Constant Field Values

    AR_RESERV_HOLIDAY_LIST

    static final int AR_RESERV_HOLIDAY_LIST
    reserved for Business Time support Holiday

    See Also:
    Constant Field Values

    AR_RESERV_HOLIDAY_LEVEL

    static final int AR_RESERV_HOLIDAY_LEVEL
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_LEVEL

    static final int AR_RESERV_WORKDAY_LEVEL
    Workday

    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SUN_0

    static final int AR_RESERV_WORKDAY_OPEN_SUN_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_MON_0

    static final int AR_RESERV_WORKDAY_OPEN_MON_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_TUES_0

    static final int AR_RESERV_WORKDAY_OPEN_TUES_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_WED_0

    static final int AR_RESERV_WORKDAY_OPEN_WED_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_THURS_0

    static final int AR_RESERV_WORKDAY_OPEN_THURS_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_FRI_0

    static final int AR_RESERV_WORKDAY_OPEN_FRI_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SAT_0

    static final int AR_RESERV_WORKDAY_OPEN_SAT_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SUN_0

    static final int AR_RESERV_WORKDAY_CLOSE_SUN_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_MON_0

    static final int AR_RESERV_WORKDAY_CLOSE_MON_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_TUES_0

    static final int AR_RESERV_WORKDAY_CLOSE_TUES_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_WED_0

    static final int AR_RESERV_WORKDAY_CLOSE_WED_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_THURS_0

    static final int AR_RESERV_WORKDAY_CLOSE_THURS_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_FRI_0

    static final int AR_RESERV_WORKDAY_CLOSE_FRI_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SAT_0

    static final int AR_RESERV_WORKDAY_CLOSE_SAT_0
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OFFSET_HOURS

    static final int AR_RESERV_WORKDAY_OFFSET_HOURS
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SUN_1

    static final int AR_RESERV_WORKDAY_OPEN_SUN_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_MON_1

    static final int AR_RESERV_WORKDAY_OPEN_MON_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_TUES_1

    static final int AR_RESERV_WORKDAY_OPEN_TUES_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_WED_1

    static final int AR_RESERV_WORKDAY_OPEN_WED_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_THURS_1

    static final int AR_RESERV_WORKDAY_OPEN_THURS_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_FRI_1

    static final int AR_RESERV_WORKDAY_OPEN_FRI_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SAT_1

    static final int AR_RESERV_WORKDAY_OPEN_SAT_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SUN_1

    static final int AR_RESERV_WORKDAY_CLOSE_SUN_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_MON_1

    static final int AR_RESERV_WORKDAY_CLOSE_MON_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_TUES_1

    static final int AR_RESERV_WORKDAY_CLOSE_TUES_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_WED_1

    static final int AR_RESERV_WORKDAY_CLOSE_WED_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_THURS_1

    static final int AR_RESERV_WORKDAY_CLOSE_THURS_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_FRI_1

    static final int AR_RESERV_WORKDAY_CLOSE_FRI_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SAT_1

    static final int AR_RESERV_WORKDAY_CLOSE_SAT_1
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SUN_2

    static final int AR_RESERV_WORKDAY_OPEN_SUN_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_MON_2

    static final int AR_RESERV_WORKDAY_OPEN_MON_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_TUES_2

    static final int AR_RESERV_WORKDAY_OPEN_TUES_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_WED_2

    static final int AR_RESERV_WORKDAY_OPEN_WED_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_THURS_2

    static final int AR_RESERV_WORKDAY_OPEN_THURS_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_FRI_2

    static final int AR_RESERV_WORKDAY_OPEN_FRI_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_OPEN_SAT_2

    static final int AR_RESERV_WORKDAY_OPEN_SAT_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SUN_2

    static final int AR_RESERV_WORKDAY_CLOSE_SUN_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_MON_2

    static final int AR_RESERV_WORKDAY_CLOSE_MON_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_TUES_2

    static final int AR_RESERV_WORKDAY_CLOSE_TUES_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_WED_2

    static final int AR_RESERV_WORKDAY_CLOSE_WED_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_THURS_2

    static final int AR_RESERV_WORKDAY_CLOSE_THURS_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_FRI_2

    static final int AR_RESERV_WORKDAY_CLOSE_FRI_2
    See Also:
    Constant Field Values

    AR_RESERV_WORKDAY_CLOSE_SAT_2

    static final int AR_RESERV_WORKDAY_CLOSE_SAT_2
    See Also:
    Constant Field Values

    AR_RESERV_ALERT_FORM

    static final int AR_RESERV_ALERT_FORM
    Form is one of the reserved fields in the Alert Events form. It provides the name of the form the alert was generated from.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_REQUEST

    static final int AR_RESERV_ALERT_REQUEST
    Request is one of the reserved fields in the Alert Events form. It provides the ID of the request the alert was generated for.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_SERVER

    static final int AR_RESERV_ALERT_SERVER
    Server is one of the reserved fields in the Alert Events form. It provides the name of the server the alert was generated from.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_MESSAGE

    static final int AR_RESERV_ALERT_MESSAGE
    Message is one of the reserved fields in the Alert Events form. This field corresponds to the Alert Text field.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_PRIORITY

    static final int AR_RESERV_ALERT_PRIORITY
    Priority is one of the reserved fields in the Alert Events form. It states what the priority is for the alert (for example, 0 or 1 or 2, and so on).

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_LIST_QLV

    static final int AR_RESERV_ALERT_LIST_QLV
    List is one of the reserved fields in the Alert Events form. It is the reserved field ID of the table field for alert lists used in web views.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_READ

    static final int AR_RESERV_ALERT_COLUMN_READ
    Read is one of the reserved fields in the Alert List table. It states whether the alert has been read or not.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_PRIORITY

    static final int AR_RESERV_ALERT_COLUMN_PRIORITY
    Priority is one of the reserved fields in the Alert List table. It states what the priority is for the alert (for example, 0 or 1 or 2, and so on).

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_SOURCE

    static final int AR_RESERV_ALERT_COLUMN_SOURCE
    Source is one of the reserved fields in the Alert List table. It states what the source is for the alert (for example, AR).

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_CREATEDATE

    static final int AR_RESERV_ALERT_COLUMN_CREATEDATE
    Create Date is one of the reserved fields in the Alert List table. It states what the creation date is for the alert.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_MESSAGE

    static final int AR_RESERV_ALERT_COLUMN_MESSAGE
    Message is one of the reserved fields in the Alert List table. This field corresponds to the Alert Text field.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_REQUEST

    static final int AR_RESERV_ALERT_COLUMN_REQUEST
    Request is one of the reserved fields in the Alert List table. It provides the ID of the request the alert was generated for if the source is AR.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_FORM

    static final int AR_RESERV_ALERT_COLUMN_FORM
    Form is one of the reserved fields in the Alert List table. It provides the form the alert was generated from if the source is AR.

    See Also:
    Constant Field Values

    AR_RESERV_ALERT_COLUMN_SERVER

    static final int AR_RESERV_ALERT_COLUMN_SERVER
    Server is one of the reserved fields in the Alert List table. It provides the server the alert was generated from if the source is AR.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_SUBMIT

    static final long AR_RESERV_FORM_ACTION_SUBMIT
    Submit is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. It is a "form action" field that you can add to the web view of a form.

    These form action fields that may have workflow already associated with them, or they may invoke servlets at runtime. They are displayed with a label in the browser, and perform the appropriate standard function on the web client.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_QUERY

    static final long AR_RESERV_FORM_ACTION_QUERY
    Query is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_MODIFY

    static final long AR_RESERV_FORM_ACTION_MODIFY
    Modify is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_MODIFYALL

    static final long AR_RESERV_FORM_ACTION_MODIFYALL
    Modify All is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_QUERYBAR

    static final long AR_RESERV_FORM_ACTION_QUERYBAR
    Query Bar is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_CLEAR

    static final long AR_RESERV_FORM_ACTION_CLEAR
    Clear is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_SETDEFAULT

    static final long AR_RESERV_FORM_ACTION_SETDEFAULT
    Set to Default is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_HELP

    static final long AR_RESERV_FORM_ACTION_HELP
    Form Help is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_NEWSEARCH

    static final long AR_RESERV_FORM_ACTION_NEWSEARCH
    New Search is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_NEWREQUEST

    static final long AR_RESERV_FORM_ACTION_NEWREQUEST
    New Request is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_SHOW_STATHST

    static final long AR_RESERV_FORM_ACTION_SHOW_STATHST
    Show Status History is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_HOMEPAGE

    static final long AR_RESERV_FORM_ACTION_HOMEPAGE
    Homepage is a reserved field for the homepage button. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_SAVEDSEARCHES

    static final long AR_RESERV_FORM_ACTION_SAVEDSEARCHES
    Saved Searches

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_QUICKREPORT

    static final long AR_RESERV_FORM_ACTION_QUICKREPORT
    Macros: Web Reporting [Quick Reports]

    See Also:
    Constant Field Values

    AR_RESERV_FORM_RESULTS_LIST

    static final long AR_RESERV_FORM_RESULTS_LIST
    Results List is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_FORM_ACTION_MODE

    static final long AR_RESERV_FORM_ACTION_MODE
    Mode is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. For more information, refer to AR_RESERV_FORM_ACTION_SUBMIT.

    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_DATE

    static final long AR_RESERV_CURRENCY_DATE
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_FROM

    static final long AR_RESERV_CURRENCY_FROM
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_TO

    static final long AR_RESERV_CURRENCY_TO
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_RATIO

    static final long AR_RESERV_CURRENCY_RATIO
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_CODE

    static final long AR_RESERV_CURRENCY_CODE
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_PRECISION

    static final long AR_RESERV_CURRENCY_PRECISION
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_LOCALE

    static final long AR_RESERV_CURRENCY_LOCALE
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_LABEL

    static final long AR_RESERV_CURRENCY_LABEL
    See Also:
    Constant Field Values

    AR_RESERV_CURRENCY_ACTIVE

    static final long AR_RESERV_CURRENCY_ACTIVE
    See Also:
    Constant Field Values

    AR_RESERV_HOMEPAGE_FIELD

    static final long AR_RESERV_HOMEPAGE_FIELD
    Id for home page field

    See Also:
    Constant Field Values

    AR_RESERV_HOMEPAGE_SUBSET

    static final long AR_RESERV_HOMEPAGE_SUBSET
    Id to subset what's displayed in App List

    See Also:
    Constant Field Values

    AR_RESERV_AUTO_GUID

    static final long AR_RESERV_AUTO_GUID
    See Also:
    Constant Field Values

    AR_RESERV_AUTO_GUID_MIN

    static final long AR_RESERV_AUTO_GUID_MIN
    See Also:
    Constant Field Values

    AR_RESERV_AUTO_GUID_MAX

    static final long AR_RESERV_AUTO_GUID_MAX
    See Also:
    Constant Field Values

    AR_RESERV_ROLE_MAPPING_STATE_MIN

    static final long AR_RESERV_ROLE_MAPPING_STATE_MIN
    Reserved minimum value in range for role state mapping field ids

    See Also:
    Constant Field Values

    AR_RESERV_ROLE_MAPPING_STATE_MAX

    static final long AR_RESERV_ROLE_MAPPING_STATE_MAX
    Reserved maximum value in range for role state mapping field ids

    See Also:
    Constant Field Values

    AR_RESERV_BAO_GRIDNAME

    static final long AR_RESERV_BAO_GRIDNAME
    Ids for AR BAO Configuration form

    See Also:
    Constant Field Values

    AR_RESERV_BAO_LOCATION

    static final long AR_RESERV_BAO_LOCATION
    See Also:
    Constant Field Values

    AR_RESERV_BAO_CONFIG_NAME

    static final long AR_RESERV_BAO_CONFIG_NAME
    See Also:
    Constant Field Values

    AR_RESERV_BAO_USERNAME

    static final long AR_RESERV_BAO_USERNAME
    See Also:
    Constant Field Values

    AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN

    static final long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN
    Reserved minimum field IDs unique within a schema, but not across schemas.

    See Also:
    Constant Field Values

    AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX

    static final long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX
    Reserved maximum field IDs unique within a schema, but not across schemas.

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON
    Reserved field IDs to identify Common preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN
    Reserved field IDs to identify Admin preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_USER

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_USER
    Reserved field IDs to identify User preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER
    Reserved field IDs to identify Webtier preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT
    Reserved field IDs to identify Alert preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR
    Reserved field IDs to identify Migrator preferences schema

    See Also:
    Constant Field Values

    AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES

    static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES
    Reserved field IDs to identify preferences schema who holds preference files (i.e. Macro, Report and etc)

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS
    Reserved field IDs to identify the Developer Studio Containers view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES
    Reserved field IDs to identify the Developer Studio Encoded Structures view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS
    Reserved field IDs to identify the Developer Studio Escalations view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS
    Reserved field IDs to identify the Developer Studio Fields view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS
    Reserved field IDs to identify the Developer Studio Filters view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS
    Reserved field IDs to identify the Developer Studio Forms view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES
    Reserved field IDs to identify the Developer Studio Images view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS
    Reserved field IDs to identify the Developer Studio Menus view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS
    Reserved field IDs to identify the Developer Studio Object Relationships view form

    See Also:
    Constant Field Values

    AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS

    static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS
    Reserved field IDs to identify the Developer Studio Active Links view form

    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK

    static final int AR_RESERV_METADATA_ACTLINK
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_IMAGE

    static final int AR_RESERV_METADATA_IMAGE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER

    static final int AR_RESERV_METADATA_FILTER
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ESCALATION

    static final int AR_RESERV_METADATA_ESCALATION
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ARSCHEMA

    static final int AR_RESERV_METADATA_ARSCHEMA
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ARCONTAINER

    static final int AR_RESERV_METADATA_ARCONTAINER
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD

    static final int AR_RESERV_METADATA_FIELD
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_DISPPROP

    static final int AR_RESERV_METADATA_FIELD_DISPPROP
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_MAPPING

    static final int AR_RESERV_METADATA_ACTLINK_MAPPING
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_MACRO

    static final int AR_RESERV_METADATA_ACTLINK_MACRO
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_MACRO_PARM

    static final int AR_RESERV_METADATA_ACTLINK_MACRO_PARM
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_SET

    static final int AR_RESERV_METADATA_ACTLINK_SET
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_PROCESS

    static final int AR_RESERV_METADATA_ACTLINK_PROCESS
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_MESSAGE

    static final int AR_RESERV_METADATA_ACTLINK_MESSAGE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_SET_CHAR

    static final int AR_RESERV_METADATA_ACTLINK_SET_CHAR
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_DDE

    static final int AR_RESERV_METADATA_ACTLINK_DDE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_AUTO

    static final int AR_RESERV_METADATA_ACTLINK_AUTO
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_PUSH

    static final int AR_RESERV_METADATA_ACTLINK_PUSH
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_SQL

    static final int AR_RESERV_METADATA_ACTLINK_SQL
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_OPEN

    static final int AR_RESERV_METADATA_ACTLINK_OPEN
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_CALL

    static final int AR_RESERV_METADATA_ACTLINK_CALL
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_GOTO

    static final int AR_RESERV_METADATA_ACTLINK_GOTO
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_WAIT

    static final int AR_RESERV_METADATA_ACTLINK_WAIT
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ACTLINK_SERVICEACTION

    static final int AR_RESERV_METADATA_ACTLINK_SERVICEACTION
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ESCAL_MAPPING

    static final int AR_RESERV_METADATA_ESCAL_MAPPING
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_MAPPING

    static final int AR_RESERV_METADATA_FILTER_MAPPING
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_NOTIFY

    static final int AR_RESERV_METADATA_FILTER_NOTIFY
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_MESSAGE

    static final int AR_RESERV_METADATA_FILTER_MESSAGE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_LOG

    static final int AR_RESERV_METADATA_FILTER_LOG
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_SET

    static final int AR_RESERV_METADATA_FILTER_SET
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_PROCESS

    static final int AR_RESERV_METADATA_FILTER_PROCESS
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_PUSH

    static final int AR_RESERV_METADATA_FILTER_PUSH
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_SQL

    static final int AR_RESERV_METADATA_FILTER_SQL
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_CALL

    static final int AR_RESERV_METADATA_FILTER_CALL
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_GOTO

    static final int AR_RESERV_METADATA_FILTER_GOTO
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FILTER_SERVICEACTION

    static final int AR_RESERV_METADATA_FILTER_SERVICEACTION
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_CNTNR_OWNR_OBJ

    static final int AR_RESERV_METADATA_CNTNR_OWNR_OBJ
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_ARREFERENCE

    static final int AR_RESERV_METADATA_ARREFERENCE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_VUI

    static final int AR_RESERV_METADATA_VUI
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_CHAR_MENU_LIST

    static final int AR_RESERV_METADATA_CHAR_MENU_LIST
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_CHAR_MENU

    static final int AR_RESERV_METADATA_CHAR_MENU
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_TABLE

    static final int AR_RESERV_METADATA_FIELD_TABLE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_CURR

    static final int AR_RESERV_METADATA_FIELD_CURR
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_ENUM_VALUES

    static final int AR_RESERV_METADATA_FIELD_ENUM_VALUES
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_CHAR

    static final int AR_RESERV_METADATA_FIELD_CHAR
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_VIEW_MAPPING

    static final int AR_RESERV_METADATA_VIEW_MAPPING
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_VENDOR_MAPPING

    static final int AR_RESERV_METADATA_VENDOR_MAPPING
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_FIELD_ENUM

    static final int AR_RESERV_METADATA_FIELD_ENUM
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_SCHEMA_ARCHIVE

    static final int AR_RESERV_METADATA_SCHEMA_ARCHIVE
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_SCHEMA_AUDIT

    static final int AR_RESERV_METADATA_SCHEMA_AUDIT
    See Also:
    Constant Field Values

    AR_RESERV_METADATA_SCHEMA_JOIN

    static final int AR_RESERV_METADATA_SCHEMA_JOIN
    See Also:
    Constant Field Values

    AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN

    static final long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN
    reserved minimum field id for Searches Preference forms

    See Also:
    Constant Field Values

    AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX

    static final long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX
    reserved maximum field id for Searches Preference forms

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_NAME

    static final long AR_RESERV_SEARCH_PREF_NAME
    Search Name

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_USER

    static final long AR_RESERV_SEARCH_PREF_USER
    User this search belongs to

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_QUALIFICATION

    static final long AR_RESERV_SEARCH_PREF_QUALIFICATION
    search criteria

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_FORM

    static final long AR_RESERV_SEARCH_PREF_FORM
    form this search is associated with

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_DISABLE

    static final long AR_RESERV_SEARCH_PREF_DISABLE
    enabled/disabled state of this search

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_TYPE

    static final long AR_RESERV_SEARCH_PREF_TYPE
    search type:recent, user-defined, admin-defined

    See Also:
    Constant Field Values

    AR_RESERV_SEARCH_PREF_SERVER

    static final long AR_RESERV_SEARCH_PREF_SERVER
    server on which the associated form resides

    See Also:
    Constant Field Values

    AR_RESERV_GROUP_DYNAMIC_MIN

    static final long AR_RESERV_GROUP_DYNAMIC_MIN
    Reserved minimum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers

    See Also:
    Constant Field Values

    AR_RESERV_GROUP_DYNAMIC_MAX

    static final long AR_RESERV_GROUP_DYNAMIC_MAX
    Reserved maximum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers

    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_USER_APP_ACTOR

    static final int AR_RESERV_VIEWSEL_USER_APP_ACTOR
    Reserved range for user-actor based view selection

    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_ACTOR_VIEW

    static final int AR_RESERV_VIEWSEL_ACTOR_VIEW
    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_ACTOR

    static final int AR_RESERV_VIEWSEL_ACTOR
    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL

    static final int AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL
    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER

    static final int AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER
    See Also:
    Constant Field Values

    AR_RESERV_VIEWSEL_MAX

    static final int AR_RESERV_VIEWSEL_MAX
    See Also:
    Constant Field Values

    AR_GROUP_ID_PUBLIC

    static final long AR_GROUP_ID_PUBLIC
    group-ids of the 'key' groups

    See Also:
    Constant Field Values

    AR_GROUP_ID_ADMINISTRATOR

    static final long AR_GROUP_ID_ADMINISTRATOR
    See Also:
    Constant Field Values

    AR_GROUP_ID_CUSTOMIZE

    static final long AR_GROUP_ID_CUSTOMIZE
    See Also:
    Constant Field Values

    AR_GROUP_ID_SUBMITTER

    static final long AR_GROUP_ID_SUBMITTER
    See Also:
    Constant Field Values

    AR_GROUP_ID_ASSIGNEE

    static final long AR_GROUP_ID_ASSIGNEE
    See Also:
    Constant Field Values

    AR_GROUP_ID_SUB_ADMINISTRATOR

    static final long AR_GROUP_ID_SUB_ADMINISTRATOR
    See Also:
    Constant Field Values

    AR_GROUP_ID_FLASH_ADMIN

    static final long AR_GROUP_ID_FLASH_ADMIN
    See Also:
    Constant Field Values

    AR_GROUP_ID_ASSIGNEE_GROUP

    static final long AR_GROUP_ID_ASSIGNEE_GROUP
    See Also:
    Constant Field Values

    AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS

    static final long AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS
    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_SCHEMA

    static final int AR_DEFNOBJ_TYPE_SCHEMA
    Definition object type for schema objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_FIELD

    static final int AR_DEFNOBJ_TYPE_FIELD
    Definition object type for field objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_ACTIVE_LINK

    static final int AR_DEFNOBJ_TYPE_ACTIVE_LINK
    Definition object type for active link objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_FILTER

    static final int AR_DEFNOBJ_TYPE_FILTER
    Definition object type for filter objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_ESCALATION

    static final int AR_DEFNOBJ_TYPE_ESCALATION
    Definition object type for escalation objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_MENU

    static final int AR_DEFNOBJ_TYPE_MENU
    Definition object type for menu objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE

    static final int AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE
    Definition object type for active link guide objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_FILTER_GUIDE

    static final int AR_DEFNOBJ_TYPE_FILTER_GUIDE
    Definition object type for filter guide objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_MSGNUM

    static final int AR_DEFNOBJ_TYPE_MSGNUM
    Definition object type for message number objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_APPLICATION

    static final int AR_DEFNOBJ_TYPE_APPLICATION
    Definition object type for application objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_PACKING_LIST

    static final int AR_DEFNOBJ_TYPE_PACKING_LIST
    Definition object type for packing list objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_IMAGE

    static final int AR_DEFNOBJ_TYPE_IMAGE
    Definition object type for image objects

    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_WEB_IMAGE

    static final int AR_DEFNOBJ_TYPE_WEB_IMAGE
    See Also:
    Constant Field Values

    AR_DEFNOBJ_TYPE_WEB_SERVICE

    static final int AR_DEFNOBJ_TYPE_WEB_SERVICE
    Definition object type for web service objects

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_QUAL_FIELD

    static final int AR_DEFNREL_TYPE_ALF_QUAL_FIELD
    Field referenced in an active link or filter Run If qualification

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SET_TO_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SET_TO_FIELD
    Field referenced as a To field in an active link or filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD

    static final int AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD
    Field referenced in an active link or filter Message action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD
    Field referenced in an active link or filter Direct SQL action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD

    static final int AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD
    Field referenced in an active link or filter Goto action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_PROCESS_FIELD

    static final int AR_DEFNREL_TYPE_ALF_PROCESS_FIELD
    Field referenced in an active link or filter Run Process action command line

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD
    Field referenced as a From field in an active link or filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD
    Field referenced in the Set Fields If qualification in an active link or filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD

    static final int AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD
    Field referenced as a To field in an active link or filter Push Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD

    static final int AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD
    Field referenced as a From field in an active link or filter Push Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD

    static final int AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD
    Field referenced in the Push Fields If qualification in an active link or filter Push Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD
    Field referenced in a Read Value for Field From SQL Command in an active link or filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD
    Field referenced in a Process value in an active link or filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_CALL_GUIDE

    static final int AR_DEFNREL_TYPE_ALF_CALL_GUIDE
    Guide referenced in an active link or filter Call Guide action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM

    static final int AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM
    Message number referenced in an active link or filter Message action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_FOCUS_FIELD

    static final int AR_DEFNREL_TYPE_AL_FOCUS_FIELD
    Field referenced as a Focus field in an active link

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_CONTROL_FIELD

    static final int AR_DEFNREL_TYPE_AL_CONTROL_FIELD
    Field referenced as a Control field in an active link

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_CHANGE_FIELD

    static final int AR_DEFNREL_TYPE_AL_CHANGE_FIELD
    Field referenced in an active link Change Field action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_SET_DDE_FIELD

    static final int AR_DEFNREL_TYPE_AL_SET_DDE_FIELD
    Field referenced in a DDE value in an active link Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD

    static final int AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD
    Field referenced in an active link OLE Automation action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_DDE_FIELD

    static final int AR_DEFNREL_TYPE_AL_DDE_FIELD
    Field referenced in an active link DDE action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD
    Field referenced as a Target Location field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD
    Field referenced as a Field Mapping On Open To field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD
    Field referenced as a Field Mapping On Open From field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD
    Field referenced as a Field Mapping On Close To field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD
    Field referenced as a Field Mapping On Close From field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD
    Field referenced in a Qualification in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD
    Field referenced as a Sort field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD
    Field referenced as a Message field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD
    Field referenced as a Report field in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM

    static final int AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM
    Form referenced as a Dialog form in an active link Open Window action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD

    static final int AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD
    Field referenced in a filter Notify action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_FORM

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_FORM
    Form referenced in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD
    Field referenced as an Input To field in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD
    Field referenced as an Input From field in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD
    Field referenced as an Output To field in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD
    Field referenced as an Output From field in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD

    static final int AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD
    Field referenced in a Read Value for Field From Filter API in a filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD

    static final int AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD
    Field referenced as a Request Id field in an active link or filter Service action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD

    static final int AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD
    Field referenced in a Read Value for Field From Web Service in a filter Set Fields action

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FIRST_ACTION

    static final int AR_DEFNREL_TYPE_FIRST_ACTION
    First relationship type for actions

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_LAST_ACTION

    static final int AR_DEFNREL_TYPE_LAST_ACTION
    Last relationship type for actions

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ACTIVE_LINK_FORM

    static final int AR_DEFNREL_TYPE_ACTIVE_LINK_FORM
    Form attached to an active link

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_AL_FORMS

    static final int AR_DEFNREL_TYPE_AL_FORMS
    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM

    static final int AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM
    Primary form attached to an active link

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM

    static final int AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM
    Secondary form attached to an active link

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FILTER_FORM

    static final int AR_DEFNREL_TYPE_FILTER_FORM
    Form attached to a filter

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FLTR_FORMS

    static final int AR_DEFNREL_TYPE_FLTR_FORMS
    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM

    static final int AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM
    Primary form attached to a filter

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM

    static final int AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM
    Secondary form attached to a filter

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ESCALATION_FORM

    static final int AR_DEFNREL_TYPE_ESCALATION_FORM
    Form attached to an escalation

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ESCAL_FORMS

    static final int AR_DEFNREL_TYPE_ESCAL_FORMS
    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM

    static final int AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM
    Primary form attached to an escalation

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM

    static final int AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM
    Secondary form attached to an escalation

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD

    static final int AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD
    Field that references a form

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD

    static final int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD
    Field that references an image

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM

    static final int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM
    Form that references an image

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_APPLICATION_FORMS

    static final int AR_DEFNREL_TYPE_APPLICATION_FORMS
    Forms referenced in an application.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS

    static final int AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS
    Packing Lists referenced in an application.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_FORMS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_FORMS
    Forms referenced in an packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS
    Packing Lists referenced in an packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS
    Active Links referenced in an packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_FILTERS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_FILTERS
    Filters referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS
    Escalations referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_IMAGES

    static final int AR_DEFNREL_TYPE_PACKING_LIST_IMAGES
    Images referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_MENUS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_MENUS
    Menus referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS

    static final int AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS
    Applications referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES

    static final int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES
    Active Link Guides referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES

    static final int AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES
    Filter Guides referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES

    static final int AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES
    Web Services referenced in a packing list.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FIELD_MENUS

    static final int AR_DEFNREL_TYPE_FIELD_MENUS
    Containers referenced in a container.

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_QUAL_FIELD

    static final int AR_DEFNREL_TYPE_MENU_QUAL_FIELD
    Field referenced in a menu qualification

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_LABEL_FIELD

    static final int AR_DEFNREL_TYPE_MENU_LABEL_FIELD
    Field referenced as a menu label field

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_VALUE_FIELD

    static final int AR_DEFNREL_TYPE_MENU_VALUE_FIELD
    Field referenced as a menu value field

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_FORM

    static final int AR_DEFNREL_TYPE_MENU_FORM
    Form referenced in a menu

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD

    static final int AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD
    Field that references a menu

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE

    static final int AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE
    First relationship type for menus

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE

    static final int AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE
    Last relationship type for menus

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK

    static final int AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK
    Active link referenced in an active link guide

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FILTERGUIDE_FILTER

    static final int AR_DEFNREL_TYPE_FILTERGUIDE_FILTER
    Filter referenced in a filter guide

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALGUIDE_FORM

    static final int AR_DEFNREL_TYPE_ALGUIDE_FORM
    Form related to an active link guide

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_FILTERGUIDE_FORM

    static final int AR_DEFNREL_TYPE_FILTERGUIDE_FORM
    Form related to a filter guide

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_APPL_FORM

    static final int AR_DEFNREL_TYPE_APPL_FORM
    Form contained in an application

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_APPL_PRIMARY_FORM

    static final int AR_DEFNREL_TYPE_APPL_PRIMARY_FORM
    Primary form contained in an application

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_APPL_PACKING_LIST

    static final int AR_DEFNREL_TYPE_APPL_PACKING_LIST
    Packing List contained in an application

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_FORM

    static final int AR_DEFNREL_TYPE_PL_FORM
    Form contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_ACTIVE_LINK

    static final int AR_DEFNREL_TYPE_PL_ACTIVE_LINK
    Active Link contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_FILTER

    static final int AR_DEFNREL_TYPE_PL_FILTER
    Filter contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_ESCALATION

    static final int AR_DEFNREL_TYPE_PL_ESCALATION
    Escalation contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_MENU

    static final int AR_DEFNREL_TYPE_PL_MENU
    Menu contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE

    static final int AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE
    Active Link Guide contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_FILTER_GUIDE

    static final int AR_DEFNREL_TYPE_PL_FILTER_GUIDE
    Filter Guide contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_APPLICATION

    static final int AR_DEFNREL_TYPE_PL_APPLICATION
    Application contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_PACKING_LIST

    static final int AR_DEFNREL_TYPE_PL_PACKING_LIST
    Packing List contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_IMAGE

    static final int AR_DEFNREL_TYPE_PL_IMAGE
    Image contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_PL_WEB_SERVICE

    static final int AR_DEFNREL_TYPE_PL_WEB_SERVICE
    Web Service contained in a packing list

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_WEB_SERVICE_FORM

    static final int AR_DEFNREL_TYPE_WEB_SERVICE_FORM
    Form referenced in a web service

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_WEB_SERVICE_FIELD

    static final int AR_DEFNREL_TYPE_WEB_SERVICE_FIELD
    Field referenced in a web service

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT

    static final int AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT
    Entry point active link referenced in an active link guide

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE

    static final int AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE
    First relationship type for containers

    See Also:
    Constant Field Values

    AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE

    static final int AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE
    Last relationship type for containers

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_SYSTEM_MESSAGE

    static final int AR_LOCAL_TEXT_SYSTEM_MESSAGE
    Used to define message type as system message. Defines localized system message text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_ACT_LINK_MESSAGE

    static final int AR_LOCAL_TEXT_ACT_LINK_MESSAGE
    Used to define message type as active link message. Defines localized active link text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_FILTER_MESSAGE

    static final int AR_LOCAL_TEXT_FILTER_MESSAGE
    Used to define message type as filter message. Defines localized filter text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_ACT_LINK_HELP

    static final int AR_LOCAL_TEXT_ACT_LINK_HELP
    Used to define message type as active link help text message. Defines localized active link help text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_FORM_HELP

    static final int AR_LOCAL_TEXT_FORM_HELP
    Used to define message type as form help text message. Defines localized form help text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_FIELD_HELP

    static final int AR_LOCAL_TEXT_FIELD_HELP
    Used to define message type as field help text message. Defines localized field help text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_CONTAIN_DESC

    static final int AR_LOCAL_TEXT_CONTAIN_DESC
    Used to define message type as container description message. Defines localized container description description text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_LIST_MENU_DEFN

    static final int AR_LOCAL_TEXT_LIST_MENU_DEFN
    Used to define message type as file list menu message. Defines localized file list menu text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_EXTERN_REPORT

    static final int AR_LOCAL_TEXT_EXTERN_REPORT
    Used to define message type as external report message. Defines localized external report text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_CONTAINER_LABEL

    static final int AR_LOCAL_TEXT_CONTAINER_LABEL
    Used to define message type as container label message. Defines localized container lable text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_CONTAINER_HELP

    static final int AR_LOCAL_TEXT_CONTAINER_HELP
    Used to define message type as container help text message. Defines localized container help text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_APPLICATION_HELP

    static final int AR_LOCAL_TEXT_APPLICATION_HELP
    Used to define message type as application help text message. Defines localized application help text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_APPLICATION_ABOUT

    static final int AR_LOCAL_TEXT_APPLICATION_ABOUT
    Used to define message type as Application About box message. Defines localized Application About box text used, for example, in LocalizedRequestInfo.getMessageType() or LocalizedRequestInfo.setMessageType(int) methods.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_APPLICATION_HELP_INDEX

    static final int AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
    Used to define message type for Application Index.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_FLASHBRD_MESSAGE

    static final int AR_LOCAL_TEXT_FLASHBRD_MESSAGE
    Used to define message type for Flashboard messages.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_FLASHBRD_LABEL

    static final int AR_LOCAL_TEXT_FLASHBRD_LABEL
    Used to define message type for Flashboard labels.

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_ACTIVE_MESSAGE

    static final int AR_LOCAL_TEXT_ACTIVE_MESSAGE
    Used to set message as "active" in the message catalog

    See Also:
    Constant Field Values

    AR_LOCAL_TEXT_INACTIVE_MESSAGE

    static final int AR_LOCAL_TEXT_INACTIVE_MESSAGE
    Used to set message as "inactive" in the message catalog

    See Also:
    Constant Field Values

    AR_VUI_TYPE_NONE

    static final int AR_VUI_TYPE_NONE
    No VUI type.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WINDOWS

    static final int AR_VUI_TYPE_WINDOWS
    VUI type for window views.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_STANDARD

    static final int AR_VUI_TYPE_STANDARD
    VUI type for standard views.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WEB

    static final int AR_VUI_TYPE_WEB
    VUI type for web views.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WEB_ABS_POS

    static final int AR_VUI_TYPE_WEB_ABS_POS
    VUI type for web views using absolute positioning.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WIRELESS

    static final int AR_VUI_TYPE_WIRELESS
    VUI type for wireless views.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WEB_AUTOGEN

    static final int AR_VUI_TYPE_WEB_AUTOGEN
    VUI type for web views with web view autogeneration enabled.

    See Also:
    Constant Field Values

    AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN

    static final int AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN
    VUI type for web views using absolute positioning with web view autogeneration enabled.

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_UNKNOWN

    static final int AR_CLIENT_TYPE_UNKNOWN
    Unknown client type

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_PRE_50

    static final int AR_CLIENT_TYPE_PRE_50
    Pre-5.0 AR System clients

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_WAT

    static final int AR_CLIENT_TYPE_WAT
    Remedy Administrator

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_WUT

    static final int AR_CLIENT_TYPE_WUT
    Remedy User

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_WIP

    static final int AR_CLIENT_TYPE_WIP
    Remedy Import

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DSO

    static final int AR_CLIENT_TYPE_DSO
    Distributed Server Option

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_ODBC

    static final int AR_CLIENT_TYPE_ODBC
    AR ODBC used in reporting

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_APPROVAL

    static final int AR_CLIENT_TYPE_APPROVAL
    Approval Server

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_WEB_SERVER

    static final int AR_CLIENT_TYPE_WEB_SERVER
    AR Web Server

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_MID_TIER

    static final int AR_CLIENT_TYPE_MID_TIER
    Mid Tier in 5.0 and later

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_PALM_PILOT

    static final int AR_CLIENT_TYPE_PALM_PILOT
    Palm Pilot

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_FLASHBOARDS

    static final int AR_CLIENT_TYPE_FLASHBOARDS
    Flashboard

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER

    static final int AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER
    Flashboard Mid Tier

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_EIE

    static final int AR_CLIENT_TYPE_EIE
    Enterprise Integration Engine

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_RELOAD

    static final int AR_CLIENT_TYPE_RELOAD
    arreload

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_CACHE

    static final int AR_CLIENT_TYPE_CACHE
    arcache

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DIST

    static final int AR_CLIENT_TYPE_DIST
    ardist

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_RUN_MACRO

    static final int AR_CLIENT_TYPE_RUN_MACRO
    Run Macro

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_MAIL

    static final int AR_CLIENT_TYPE_MAIL
    AR mail including UNIX® armaild and armailex (Windows)

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_IMPORT_CMD

    static final int AR_CLIENT_TYPE_IMPORT_CMD
    Command line import tool

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_REPORT_PLUGIN

    static final int AR_CLIENT_TYPE_REPORT_PLUGIN
    Report creator plugin

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_ALERT

    static final int AR_CLIENT_TYPE_ALERT
    Remedy Alert

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_MAIL_DAEMON

    static final int AR_CLIENT_TYPE_MAIL_DAEMON
    New Remedy Email Engine, NOT armaild

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_SIGNAL

    static final int AR_CLIENT_TYPE_SIGNAL
    arsignal

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DEBUGGER

    static final int AR_CLIENT_TYPE_DEBUGGER
    debugger

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_OBJSTR

    static final int AR_CLIENT_TYPE_OBJSTR
    Object Store API

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_OBJSTR_SYNC

    static final int AR_CLIENT_TYPE_OBJSTR_SYNC
    Object Store Sync Utility

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN

    static final int AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN
    Server Admin plugin

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER

    static final int AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER
    BMC SIM Publishing server

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_SIM_SME

    static final int AR_CLIENT_TYPE_SIM_SME
    BMC SIM Service Model Editor

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_CMDB_ENGINE

    static final int AR_CLIENT_TYPE_CMDB_ENGINE
    CMDB Engine

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_CMDB_DRIVER

    static final int AR_CLIENT_TYPE_CMDB_DRIVER
    CMDB Driver

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_RECON_ENGINE

    static final int AR_CLIENT_TYPE_RECON_ENGINE
    CMDB Reconciliation Engine

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_ASSIGNMENT_ENGINE

    static final int AR_CLIENT_TYPE_ASSIGNMENT_ENGINE
    Assignment Engine

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_WEBSERVICE

    static final int AR_CLIENT_TYPE_WEBSERVICE
    Webservice

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_NORMALIZATION_ENGINE

    static final int AR_CLIENT_TYPE_NORMALIZATION_ENGINE
    Normalization Engine

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DEVELOPER_STUDIO

    static final int AR_CLIENT_TYPE_DEVELOPER_STUDIO
    Developer Studio

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_END_OF_PRODUCT

    static final int AR_CLIENT_TYPE_END_OF_PRODUCT
    End of AR System client Productized products

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_UNPRODUCTIZED_START

    static final int AR_CLIENT_TYPE_UNPRODUCTIZED_START
    AR System client unproductized start

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DRIVER

    static final int AR_CLIENT_TYPE_DRIVER
    Driver

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_DISPATCHER

    static final int AR_CLIENT_TYPE_DISPATCHER
    Dispatcher, acting as a distributor of application

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_HELP

    static final int AR_CLIENT_TYPE_HELP
    arhelp

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_JANITOR

    static final int AR_CLIENT_TYPE_JANITOR
    arjanitor

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_MENU

    static final int AR_CLIENT_TYPE_MENU
    armenu

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_STRUCT

    static final int AR_CLIENT_TYPE_STRUCT
    arstruct

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_TEXT

    static final int AR_CLIENT_TYPE_TEXT
    artext

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_SQLED

    static final int AR_CLIENT_TYPE_SQLED
    arsqled

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_CHANGE_SEL

    static final int AR_CLIENT_TYPE_CHANGE_SEL
    archgsel

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_CHANGE_ID

    static final int AR_CLIENT_TYPE_CHANGE_ID
    archgid

    See Also:
    Constant Field Values

    AR_CLIENT_TYPE_END_OF_RESERVED_RANGE

    static final int AR_CLIENT_TYPE_END_OF_RESERVED_RANGE
    AR Client type end of reserved range

    See Also:
    Constant Field Values

    AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT

    static final int AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT
    When using a rolling 100 year span for two digit years, this increment is added to the current year to calculate the two digit year cutoff (e.g., year=2002, increment=29 ==> cutoff=2031).

    See Also:
    Constant Field Values

    AR_ENTRYPOINT_TYPE_AL_GUIDE

    static final int AR_ENTRYPOINT_TYPE_AL_GUIDE
    Entry point type for an active link guide

    See Also:
    Constant Field Values

    AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH

    static final int AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
    Entry point type for a form in default search mode

    See Also:
    Constant Field Values

    AR_ENTRYPOINT_TYPE_DEFAULT_NEW

    static final int AR_ENTRYPOINT_TYPE_DEFAULT_NEW
    Entry point type for a form in default new entry mode

    See Also:
    Constant Field Values

    AR_LOCK_TYPE_NONE

    static final int AR_LOCK_TYPE_NONE
    Lock type to export the objects as unlocked

    See Also:
    Constant Field Values

    AR_LOCK_TYPE_READONLY

    static final int AR_LOCK_TYPE_READONLY
    Lock type to export the objects with read-only lock. When these objects are imported, they are readable but not modifiable

    See Also:
    Constant Field Values

    AR_LOCK_TYPE_HIDDEN

    static final int AR_LOCK_TYPE_HIDDEN
    Lock type to export the objects with hidden-lock. When these objects are imported, they are neither readable nor modifiable

    See Also:
    Constant Field Values

    AR_LOCK_TYPE_MIN

    static final int AR_LOCK_TYPE_MIN
    Lock type minimum for the lock level range

    See Also:
    Constant Field Values

    AR_LOCK_TYPE_MAX

    static final int AR_LOCK_TYPE_MAX
    Lock type maximum for the lock level range

    See Also:
    Constant Field Values

    AR_RESERVED1_SERVER_TYPE

    static final String AR_RESERVED1_SERVER_TYPE
    Name of Remedy Flashboards license

    See Also:
    Constant Field Values

    AR_APP_TYPE_LOCAL

    static final int AR_APP_TYPE_LOCAL
    Local application type

    See Also:
    Constant Field Values

    AR_APP_TYPE_DISTRIBUTABLE

    static final int AR_APP_TYPE_DISTRIBUTABLE
    Deployable application type.

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_CREATE

    static final int AR_BULK_ENTRY_CREATE
    Entry creation bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_SET

    static final int AR_BULK_ENTRY_SET
    Entry modification bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_DELETE

    static final int AR_BULK_ENTRY_DELETE
    Entry deletion bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_MERGE

    static final int AR_BULK_ENTRY_MERGE
    Entry merging bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_XMLCREATE

    static final int AR_BULK_ENTRY_XMLCREATE
    XML entry creation bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_XMLSET

    static final int AR_BULK_ENTRY_XMLSET
    XML entry modification bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_XMLDELETE

    static final int AR_BULK_ENTRY_XMLDELETE
    XML entry deletion bulk entry call type

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_ACTION_SEND

    static final int AR_BULK_ENTRY_ACTION_SEND
    Transmit the bundle of entry related calls to the server and end the transaction

    See Also:
    Constant Field Values

    AR_BULK_ENTRY_ACTION_CANCEL

    static final int AR_BULK_ENTRY_ACTION_CANCEL
    End the transaction without transmitting the bundle of entry related calls to the server

    See Also:
    Constant Field Values

    AR_ENUM_STYLE_REGULAR

    static final int AR_ENUM_STYLE_REGULAR
    Enum (selection) field display style - list auto-indexed starting at 0

    See Also:
    Constant Field Values

    AR_ENUM_STYLE_CUSTOM

    static final int AR_ENUM_STYLE_CUSTOM
    Enum (selection) field display style - list indexed manually, gaps in numbers OK

    See Also:
    Constant Field Values

    AR_ENUM_STYLE_QUERY

    static final int AR_ENUM_STYLE_QUERY
    Enum (selection) field display style - search performed to find name/number pairs

    See Also:
    Constant Field Values

    AR_AUDIT_NONE

    static final int AR_AUDIT_NONE
    Audit style none

    See Also:
    Constant Field Values

    AR_AUDIT_COPY

    static final int AR_AUDIT_COPY
    Audit style copy (to form)

    See Also:
    Constant Field Values

    AR_AUDIT_LOG

    static final int AR_AUDIT_LOG
    Audit style log (to file)

    See Also:
    Constant Field Values

    AR_AUDIT_LOG_SHADOW

    static final int AR_AUDIT_LOG_SHADOW
    to indicate a log shadow form - internal use only

    See Also:
    Constant Field Values

    AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT

    static final int AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT
    Perform auditing as per the server information setting

    See Also:
    Constant Field Values

    AR_AUDIT_ONLY_CHNG_FLDS_YES

    static final int AR_AUDIT_ONLY_CHNG_FLDS_YES
    Audit only changed records

    See Also:
    Constant Field Values

    AR_AUDIT_ONLY_CHNG_FLDS_NO

    static final int AR_AUDIT_ONLY_CHNG_FLDS_NO
    Audit all records

    See Also:
    Constant Field Values

    AR_ARCHIVE_NONE

    static final int AR_ARCHIVE_NONE
    No archive

    See Also:
    Constant Field Values

    AR_ARCHIVE_FORM

    static final int AR_ARCHIVE_FORM
    Copy to form

    See Also:
    Constant Field Values

    AR_ARCHIVE_DELETE

    static final int AR_ARCHIVE_DELETE
    Delete from main form

    See Also:
    Constant Field Values

    AR_ARCHIVE_FILE_XML

    static final int AR_ARCHIVE_FILE_XML
    Archive to file in XML format

    See Also:
    Constant Field Values

    AR_ARCHIVE_FILE_ARX

    static final int AR_ARCHIVE_FILE_ARX
    Archive to file in ARX format

    See Also:
    Constant Field Values

    AR_ARCHIVE_NO_ATTACHMENTS

    static final int AR_ARCHIVE_NO_ATTACHMENTS
    Do not archive attachments

    See Also:
    Constant Field Values

    AR_ARCHIVE_NO_DIARY

    static final int AR_ARCHIVE_NO_DIARY
    Do not archive diary fields

    See Also:
    Constant Field Values

    ARSYS_CONFIGFILE

    static final String ARSYS_CONFIGFILE
    AR System Java API configuration filename (arsys_base.xml)

    See Also:
    Constant Field Values

    AR_CURRENT_CURRENCY_RATIOS

    static final int AR_CURRENT_CURRENCY_RATIOS
    A timestamp to retrieve a set of current ratios for each conversion combination

    See Also:
    Constant Field Values

    AR_MULTI_SCHEMA_JOIN_INNER

    static final int AR_MULTI_SCHEMA_JOIN_INNER
    Inner join.

    See Also:
    Constant Field Values

    AR_MULTI_SCHEMA_JOIN_LEFT

    static final int AR_MULTI_SCHEMA_JOIN_LEFT
    Left outer join.

    See Also:
    Constant Field Values

    AR_MULTI_SCHEMA_JOIN_RIGHT

    static final int AR_MULTI_SCHEMA_JOIN_RIGHT
    Right outer join.

    See Also:
    Constant Field Values

    AR_COMMIT_CLIENT_TRANSACTION

    static final int AR_COMMIT_CLIENT_TRANSACTION
    See Also:
    Constant Field Values

    AR_ROLLBACK_CLIENT_TRANSACTION

    static final int AR_ROLLBACK_CLIENT_TRANSACTION
    See Also:
    Constant Field Values

    OBJ_RESERVATION_FORM_NAME

    static final String OBJ_RESERVATION_FORM_NAME
    Form tag for object reservation

    See Also:
    Constant Field Values

    AR_MAXQUEUES

    static final int AR_MAXQUEUES
    Max number of RPC queues

    See Also:
    Constant Field Values

    WFD_IDLE

    static final int WFD_IDLE
    A set of constants for the WFD stage, used in CurrentLoc struct

    See Also:
    Constant Field Values

    WFD_RUNNING

    static final int WFD_RUNNING
    See Also:
    Constant Field Values

    WFD_BEFORE_API

    static final int WFD_BEFORE_API
    See Also:
    Constant Field Values

    WFD_BEFORE_QUAL

    static final int WFD_BEFORE_QUAL
    See Also:
    Constant Field Values

    WFD_PHASE_1

    static final int WFD_PHASE_1
    See Also:
    Constant Field Values

    WFD_PHASE_2

    static final int WFD_PHASE_2
    See Also:
    Constant Field Values

    WFD_PHASE_3

    static final int WFD_PHASE_3
    See Also:
    Constant Field Values

    WFD_ESCL

    static final int WFD_ESCL
    See Also:
    Constant Field Values

    WFD_BEFORE_CMDB

    static final int WFD_BEFORE_CMDB
    See Also:
    Constant Field Values

    WFD_AFTER_API

    static final int WFD_AFTER_API
    See Also:
    Constant Field Values

    WFD_EXECUTE_STEP

    static final int WFD_EXECUTE_STEP
    A set of constants for the WFD execution mode, used in CurrentLoc struct

    See Also:
    Constant Field Values

    WFD_EXECUTE_RUN

    static final int WFD_EXECUTE_RUN
    See Also:
    Constant Field Values

    WFD_EXEC_STEPPED

    static final int WFD_EXEC_STEPPED
    A set of constants for the WFD execute command result

    See Also:
    Constant Field Values

    WFD_EXEC_BRK_POINT

    static final int WFD_EXEC_BRK_POINT
    See Also:
    Constant Field Values

    WFD_EXEC_USER_BRK

    static final int WFD_EXEC_USER_BRK
    See Also:
    Constant Field Values

    WFD_STOP_START_API

    static final int WFD_STOP_START_API
    A set of constants for the WFD stop points

    See Also:
    Constant Field Values

    WFD_STOP_END_API

    static final int WFD_STOP_END_API
    See Also:
    Constant Field Values

    WFD_STOP_QUALIFIER

    static final int WFD_STOP_QUALIFIER
    See Also:
    Constant Field Values

    WFD_STOP_P1_ACTION

    static final int WFD_STOP_P1_ACTION
    See Also:
    Constant Field Values

    WFD_STOP_P2_ACTION

    static final int WFD_STOP_P2_ACTION
    See Also:
    Constant Field Values

    WFD_STOP_P3_ACTION

    static final int WFD_STOP_P3_ACTION
    See Also:
    Constant Field Values

    WFD_STOP_ESC_ACTION

    static final int WFD_STOP_ESC_ACTION
    See Also:
    Constant Field Values

    WFD_STOP_CMDB

    static final int WFD_STOP_CMDB
    See Also:
    Constant Field Values

    AR_CACHE_ADMINONLYCREATE_EVENT

    static final int AR_CACHE_ADMINONLYCREATE_EVENT
    Cache Event Ids that we support as valid events for API ARGetCacheEvent

    See Also:
    Constant Field Values

    AR_CACHE_ADMINONLYPUBLIC_EVENT

    static final int AR_CACHE_ADMINONLYPUBLIC_EVENT
    See Also:
    Constant Field Values

    AR_CACHE_FREE_EVENT

    static final int AR_CACHE_FREE_EVENT
    See Also:
    Constant Field Values

    AR_CACHE_EVENT_MAX

    static final int AR_CACHE_EVENT_MAX
    Max number of cache event we support.

    See Also:
    Constant Field Values

    AR_GCE_OPTION_NONE

    static final int AR_GCE_OPTION_NONE
    Option that indicated when to return GCE API, either immediate or after the next event occurs. default 0 - returns immediately.

    See Also:
    Constant Field Values

    AR_GCE_OPTION_NEXT

    static final int AR_GCE_OPTION_NEXT
    See Also:
    Constant Field Values

    AR System Java API

    ? Copyright 2006, 2007 BMC Software, Inc.