7.0 Action Request System Java API

com.remedy.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
          Commits changes from a dialog to the parent schema window.
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
          Performs no active link action.
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 Use with the ActiveLinkActionInfo class.
static int AR_ACTIVE_LINK_ACTION_PROCESS
          Executes the specified command.
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 java.lang.String AR_APPL_AUDIT_FILE
          Application audit file (appl.aud)
static java.lang.String AR_APPL_VIOLATION_FILE
          Application audit violation file (appl.vio)
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_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_JPEG
          Background image (.jpg or .jpeg) for the details pane.
static int AR_BYTE_LIST_PCX
          Background image (.pcx) for the details pane.
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_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_CACHE
          arcache
static int AR_CLIENT_TYPE_CHANGE_ID
          archgid
static int AR_CLIENT_TYPE_CHANGE_SEL
          archgsel
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_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_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_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 client type (ARServer awared)
static int AR_CLIENT_TYPE_WIP
          Remedy Import
static int AR_CLIENT_TYPE_WUT
          Remedy User
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_COND_OP_AND
          A qualification using the AND operator.
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_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_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 java.lang.String AR_CURRENT_SCHEMA_TAG
          Set schema to @ to indicate use "current" schema in RDBMS (filter)
static java.lang.String AR_CURRENT_SCREEN_TAG
          Set server and schema name to this value.
static java.lang.String AR_CURRENT_SERVER_TAG
          Set server to @ to indicate use "current" server (import/filter)
static java.lang.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 integer 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_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_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_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 java.lang.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 java.lang.String AR_DIRECTORY_AR_TAG
          Tag for AR System server (AR)
static java.lang.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 java.lang.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_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_COLPROP
          (Integer) Field size with respect to columns
static int AR_DPROP_AUTO_FIELD_NAVPROP
          (Enum) Navigation level
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_REFRESH
          (unsigned long) A value indicating whether automatic refresh is enabled (applicable for table fields only).
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_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_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) A flag indicating whether the field uses radio option buttons (applicable for selection fields only).
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_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_FIXED_TABLE_HEADERS
          (boolean) Fixed table header
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_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_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_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_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_LABEL_DISPLAY
          (boolean integer) Field/value pair for position on page holder where page labels should appear.
static int AR_DPROP_PAGE_ORDER
          (unsigned long) Order of appearence of a page.
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_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_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_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_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_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_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_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_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_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_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 java.lang.String AR_DVAL_COLOR_BG
          Background color of field.
static java.lang.String AR_DVAL_COLOR_EDIT_BG
          Color of text edit background.
static java.lang.String AR_DVAL_COLOR_EDIT_FG
          Color of text edit foreground.
static java.lang.String AR_DVAL_COLOR_FG
          Foreground color of field.
static java.lang.String AR_DVAL_COLOR_FOCUS
          Color of input focus highlight.
static java.lang.String AR_DVAL_COLOR_INSET1
          1st level group.
static java.lang.String AR_DVAL_COLOR_INSET2
          2nd level group.
static java.lang.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_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_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_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_NAVBAR_SELITEM_FIRE
          fire workflow
static int AR_DVAL_NAVBAR_SELITEM_NOFIRE
          do not fire workflow
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_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_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_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_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_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_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_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 java.lang.String AR_ENV_CONFIGDIR
          Environment variable for alternate config directory (ARCONFIGDIR)
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_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_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_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_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_FIELD
          Tag used to indicate a field.
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_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_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_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_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_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_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_CUSTOMIZE
           
static long AR_GROUP_ID_FLASH_ADMIN
           
static long AR_GROUP_ID_PUBLIC
           
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 java.lang.String AR_HOME_AUDIT_CONFIGFILE
          Audit configuration filename (araudit.conf)
static java.lang.String AR_HOME_AUDIT_CONFIGFILE_WIN32
          Audit configuration filename for Win32 systems (araudit.conf)
static java.lang.String AR_HOME_CONFIGDIR
          Directory (/etc) containing config files.
static java.lang.String AR_HOME_CONFIGDIR_WIN32
          Configuration directory for Win32 systems (conf)
static java.lang.String AR_HOME_CONFIGFILE
          AR System server configuration filename (ar.conf)
static java.lang.String AR_HOME_CONFIGFILE_WIN32
          AR System server configuration filename for Win32 systems (ar.cfg)
static java.lang.String AR_HOME_DB_CONFIGFILE
          Database configuration filename (ardb.conf)
static java.lang.String AR_HOME_DB_CONFIGFILE_WIN32
          Database configuration filename for Win32 systems (ardb.cfg)
static java.lang.String AR_HOME_DEFAULT
          Default home directory (/usr/ar)
static java.lang.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_CREATE
          Creates new object(s)and generates an error if an object already exists.
static int AR_IMPORT_OPT_OVERWRITE
          Overwrites existing objects.
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 java.lang.String AR_KEY_OPERATION_CREATE
          Submit/create operation in Remedy User.
static java.lang.String AR_KEY_OPERATION_DELETE
          Delete operation in Remedy User.
static java.lang.String AR_KEY_OPERATION_GET
          Display/get operation in Remedy User.
static java.lang.String AR_KEY_OPERATION_GETLIST
          Query list operation in Remedy User.
static java.lang.String AR_KEY_OPERATION_GUIDE
          Guide operation not currently applicable in Remedy User.
static java.lang.String AR_KEY_OPERATION_MERGE
          Merge operation not currently applicable in Remedy User.
static java.lang.String AR_KEY_OPERATION_QUERY
          Search/query operation in Remedy User.
static java.lang.String AR_KEY_OPERATION_SET
          Modify operation in Remedy User.
static java.lang.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_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_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_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 long 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 java.lang.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_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_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
          Sets to code for "highest" serv 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_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_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
          Sorry, wasn't given any info about this value.
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_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_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_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_COPYRIGHT
          (CHAR) Server object property tag indicates the copyright string.
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_INTERVAL_VALUE
          (INT) Interval value used to indicate the time interval between an active link's timed executions
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
          Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from an active link.
static int AR_QUALCONTEXT_DEFAULT
          Default value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification.
static int AR_QUALCONTEXT_ESCALATION
          Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from an escalation.
static int AR_QUALCONTEXT_FILTER
          Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from a filter.
static int AR_QUALCONTEXT_MENU_DEFS
          Value for ARGetQualifierString and ARGetQualifier 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 equal to 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_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 long AR_RESERV_ALERT_COLUMN_CREATEDATE
          Create Date is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_FORM
          Form is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_MESSAGE
          Message is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_PRIORITY
          Priority is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_READ
          Read is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_REQUEST
          Request is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_SERVER
          Server is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_COLUMN_SOURCE
          Source is one of the reserved fields in the Alert List table.
static long AR_RESERV_ALERT_FORM
          Form is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ALERT_LIST_QLV
          List is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ALERT_MESSAGE
          Message is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ALERT_PRIORITY
          Priority is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ALERT_REQUEST
          Request is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ALERT_SERVER
          Server is one of the reserved fields in the Alert Events form.
static long AR_RESERV_ASSIGNED_GROUP
          Field 112 (row level access).
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_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 long AR_RESERV_FTS_FORM_SEARCH
          Reserved display only field - full text form search.
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 long AR_RESERV_GROUP_LIST
          Field 104 (group list field).
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 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 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 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 long AR_RESERV_WEIGHT
          Reserved display only field - weight.
static java.lang.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_WARNING
          Operation successful, but some problem encountered ? status contains one or more warning messages and may also contain informational messages.
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
          Display-only schema in join (contains only display-only fields) in CompoundSchemaInfo.
static int AR_SCHEMA_FORCE_DELETE
          Delete schema even there is dependency.
static int AR_SCHEMA_JOIN
          Join schema (has two base schemas) in CompoundSchemaInfo.
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
          Base schema in CompoundSchemaInfo.
static int AR_SCHEMA_VENDOR
          Vendor schema in CompoundSchemaInfo.
static int AR_SCHEMA_VIEW
          View schema, has one base schema, in CompoundSchemaInfo.
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_LIST_TCP_PORT
          Obsolete server option.
static int AR_SERVER_INFO_LOCALIZED_SERVER
          Localized server option for localized messages.
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_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_SCHEMAS
          Maximum number of forms allowed.
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_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_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_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_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_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_PS_RPC_SOCKET
          RPC program number and port pairs the Private Servers will use.
static int AR_SERVER_INFO_REGISTER_PORTMAPPER
          Flag indicating whether to register with the portmapper (1) or not (0).
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_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_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_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_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_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_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_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_VERSION
          AR System server version (character string).
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 long 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_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_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_FILTER
          Filter definition
static int AR_STRUCT_ITEM_SCHEMA
          Schema definition, including views, help text, and change diary information.
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_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 java.lang.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_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 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 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 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 container in container.
static int ARREF_CONTAINER
          No reference in 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_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 int COLUMN_LIMIT_DATASOURCE_DATA_FIELD
          Regular field as data source for the getDataField or setDataField methods of ColumnLimitInfo.
static int COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
          Display-only field as data source for the getDataField or setDataField methods of ColumnLimitInfo.
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 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
 

Field Detail

AR_SYSTEM_NAME

public static final java.lang.String AR_SYSTEM_NAME
Name of AR System

See Also:
Constant Field Values

AR_HOME_CONFIGDIR_WIN32

public static final java.lang.String AR_HOME_CONFIGDIR_WIN32
Configuration directory for Win32 systems (conf)

See Also:
Constant Field Values

AR_HOME_CONFIGFILE_WIN32

public static final java.lang.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

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

See Also:
Constant Field Values

AR_HOME_AUDIT_CONFIGFILE_WIN32

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

See Also:
Constant Field Values

AR_HOME_DEFAULT_WIN32

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

See Also:
Constant Field Values

AR_DEFAULT_ENCODING

public static final java.lang.String AR_DEFAULT_ENCODING
Default encoding for AR System server (UTF-8)

See Also:
Constant Field Values

AR_ENV_CONFIGDIR

public static final java.lang.String AR_ENV_CONFIGDIR
Environment variable for alternate config directory (ARCONFIGDIR)

See Also:
Constant Field Values

AR_HOME_CONFIGDIR

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

See Also:
Constant Field Values

AR_HOME_CONFIGFILE

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

See Also:
Constant Field Values

AR_HOME_DB_CONFIGFILE

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

See Also:
Constant Field Values

AR_HOME_DEFAULT

public static final java.lang.String AR_HOME_DEFAULT
Default home directory (/usr/ar)

See Also:
Constant Field Values

AR_HOME_AUDIT_CONFIGFILE

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

See Also:
Constant Field Values

AR_LOG_FILE

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

See Also:
Constant Field Values

AR_DIRECTORY_FILE

public static final java.lang.String AR_DIRECTORY_FILE
Default server directory file (ar)

See Also:
Constant Field Values

AR_APPL_AUDIT_FILE

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

See Also:
Constant Field Values

AR_APPL_VIOLATION_FILE

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

See Also:
Constant Field Values

AR_DIRECTORY_AR_TAG

public static final java.lang.String AR_DIRECTORY_AR_TAG
Tag for AR System server (AR)

See Also:
Constant Field Values

AR_MAX_ACTIONS

public 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

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

See Also:
Constant Field Values

AR_MAX_AUTOMATION_SIZE

public 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

public static final int AR_MAX_BUFFER_SIZE
Reserved for future AR System use.

See Also:
Constant Field Values

AR_MAX_CMENU_SIZE

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

See Also:
Constant Field Values

AR_MAX_COMMAND_SIZE

public 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_DDE_ITEM

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

See Also:
Constant Field Values

AR_MAX_DDE_NAME

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

See Also:
Constant Field Values

AR_MAX_COM_NAME

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_MAX_ENTRYID_SIZE

public 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

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

See Also:
Constant Field Values

AR_MAX_INDEX_BYTES

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

See Also:
Constant Field Values

AR_MAX_INDEX_FIELDS

public 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. Diary fields and character fields larger than 255 bytes cannot be indexed.

See Also:
Constant Field Values

AR_MAX_LANG_SIZE

public static final int AR_MAX_LANG_SIZE
Maximum size of a language name.

See Also:
Constant Field Values

AR_MAX_MACRO_VALUE

public static final int AR_MAX_MACRO_VALUE
Maximum size of a macro value.

See Also:
Constant Field Values

AR_MAX_MENU_ITEMS

public 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

public 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

public 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

public 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

public 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_SIZE

public 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

public 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

public static final int AR_MAX_ENCRYPTED_PASSWORD_SIZE
Maximum size of an encrypted password type

See Also:
Constant Field Values

AR_MAX_PASSWORD_SIZE

public static final int AR_MAX_PASSWORD_SIZE
Maximum size of an password type

See Also:
Constant Field Values

AR_MAX_AUTH_SIZE

public static final int AR_MAX_AUTH_SIZE
Maximum size of an authentication string type

See Also:
Constant Field Values

AR_MAX_HOSTID_SIZE

public static final int AR_MAX_HOSTID_SIZE
Maximum size of a host id type

See Also:
Constant Field Values

AR_MAX_LICENSE_NAME_SIZE

public static final int AR_MAX_LICENSE_NAME_SIZE
Maximum size of license name type

See Also:
Constant Field Values

AR_MAX_LICENSE_KEY_SIZE

public static final int AR_MAX_LICENSE_KEY_SIZE
Maximum size of license key type

See Also:
Constant Field Values

AR_MAX_NOTIFY_SIZE

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

See Also:
Constant Field Values

AR_MAX_NOTIFY_LINE

public 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

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

See Also:
Constant Field Values

AR_MAX_PATTERN_SIZE

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

See Also:
Constant Field Values

AR_MAX_RELATED_SIZE

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

See Also:
Constant Field Values

AR_MAX_SCHEMAID_SIZE

public 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

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

See Also:
Constant Field Values

AR_MAX_SDESC_SIZE

public 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

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

See Also:
Constant Field Values

AR_MAX_FILENAME_SIZE

public 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

public 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

public 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

public static final int AR_MAX_TBLFLD_NUMCOLS
Maximum columns in a table field.

See Also:
Constant Field Values

AR_MAX_TBLFLD_RETROWS

public static final int AR_MAX_TBLFLD_RETROWS
Maximum rows returned in a refresh.

See Also:
Constant Field Values

AR_MAX_COLFLD_COLLENGTH

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

See Also:
Constant Field Values

AR_MAX_CURRENCY_CODE_SIZE

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

See Also:
Constant Field Values

MAXHOSTNAMELEN

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

See Also:
Constant Field Values

AR_MAX_FLATFILE_LIMIT

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

See Also:
Constant Field Values

AR_WARN_FLATFILE_LIMIT

public 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

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

See Also:
Constant Field Values

AR_NO_LICENSE_DB_LIMIT

public 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

public 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

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

See Also:
Constant Field Values

AR_LICENSE_TYPE_FIXED

public static final int AR_LICENSE_TYPE_FIXED
Indicates fixed write license.

See Also:
Constant Field Values

AR_LICENSE_TYPE_FLOATING

public static final int AR_LICENSE_TYPE_FLOATING
Indicates floating write license.

See Also:
Constant Field Values

AR_LICENSE_TYPE_FIXED2

public static final int AR_LICENSE_TYPE_FIXED2
Indicates fixed write license type 2.

See Also:
Constant Field Values

AR_DEFAULT_INTERVAL

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

See Also:
Constant Field Values

AR_MAX_GOTOGUIDE_LABEL_SIZE

public 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

public 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

public static final int AR_MAX_PICKLIST_SIZE
See Also:
Constant Field Values

AR_CURRENT_API_VERSION

public static final int AR_CURRENT_API_VERSION
Current API version.

See Also:
Constant Field Values

AR_NATIVE_ENCRYPTION

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

False

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

See Also:
Constant Field Values

TRUE

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

See Also:
Constant Field Values

True

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

See Also:
Constant Field Values

AR_RETURN_OK

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

See Also:
Constant Field Values

AR_RETURN_WARNING

public 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

public 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

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

See Also:
Constant Field Values

AR_RETURN_BAD_STATUS

public static final int AR_RETURN_BAD_STATUS
Invalid status parameter ? operation cancelled.

See Also:
Constant Field Values

AR_RETURN_PROMPT

public static final int AR_RETURN_PROMPT
Status for the active link action.

See Also:
Constant Field Values

AR_RETURN_ACCESSIBLE

public static final int AR_RETURN_ACCESSIBLE
status message for client accessibility

See Also:
Constant Field Values

AR_BYTE_LIST_SELF_DEFINED

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_BYTE_LIST_TARGA

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

See Also:
Constant Field Values

AR_BYTE_LIST_PCX

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

See Also:
Constant Field Values

AR_DATA_TYPE_NULL

public static final int AR_DATA_TYPE_NULL
Specifies NULL value.

See Also:
Constant Field Values

AR_DATA_TYPE_KEYWORD

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

See Also:
Constant Field Values

AR_DATA_TYPE_INTEGER

public static final int AR_DATA_TYPE_INTEGER

See Also:
Constant Field Values

AR_DATA_TYPE_REAL

public static final int AR_DATA_TYPE_REAL

See Also:
Constant Field Values

AR_DATA_TYPE_CHAR

public static final int AR_DATA_TYPE_CHAR

See Also:
Constant Field Values

AR_DATA_TYPE_DIARY

public static final int AR_DATA_TYPE_DIARY

See Also:
Constant Field Values

AR_DATA_TYPE_ENUM

public static final int AR_DATA_TYPE_ENUM

See Also:
Constant Field Values

AR_DATA_TYPE_TIME

public 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

public static final int AR_DATA_TYPE_BITMASK

See Also:
Constant Field Values

AR_DATA_TYPE_BYTES

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

See Also:
Constant Field Values

AR_DATA_TYPE_DECIMAL

public static final int AR_DATA_TYPE_DECIMAL

See Also:
Constant Field Values

AR_DATA_TYPE_ATTACH

public static final int AR_DATA_TYPE_ATTACH

See Also:
Constant Field Values

AR_DATA_TYPE_CURRENCY

public static final int AR_DATA_TYPE_CURRENCY
Specifies the currency type.

See Also:
Constant Field Values

AR_DATA_TYPE_DATE

public static final int AR_DATA_TYPE_DATE
Specifies the date type.

See Also:
Constant Field Values

AR_DATA_TYPE_TIME_OF_DAY

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

See Also:
Constant Field Values

AR_DATA_TYPE_JOIN

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

See Also:
Constant Field Values

AR_DATA_TYPE_TRIM

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DATA_TYPE_DISPLAY

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

See Also:
Constant Field Values

AR_FIELD_TYPE_DATA

public static final int AR_FIELD_TYPE_DATA
Retrieve or store data fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_TRIM

public static final int AR_FIELD_TYPE_TRIM
Retrieve or store trim fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_CONTROL

public static final int AR_FIELD_TYPE_CONTROL
Retrieve or store control fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_PAGE

public static final int AR_FIELD_TYPE_PAGE
Retrieve or store page fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_PAGE_HOLDER

public static final int AR_FIELD_TYPE_PAGE_HOLDER
Retrieve or store page holder fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_TABLE

public static final int AR_FIELD_TYPE_TABLE
Retrieve or store table fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_COLUMN

public static final int AR_FIELD_TYPE_COLUMN
Retrieve or store column fields.

See Also:
Constant Field Values

AR_FIELD_TYPE_ATTACH

public static final int AR_FIELD_TYPE_ATTACH
Retrieve or store attachment field type.

See Also:
Constant Field Values

AR_FIELD_TYPE_ATTACH_POOL

public static final int AR_FIELD_TYPE_ATTACH_POOL
Retrieve or store attachment pool type.

See Also:
Constant Field Values

AR_FIELD_TYPE_ALL

public static final int AR_FIELD_TYPE_ALL
Retrieves and stores all field types.

See Also:
Constant Field Values

AR_DEFAULT_VALUE_NONE

public 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

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

See Also:
Constant Field Values

AR_KEYWORD_USER

public static final int AR_KEYWORD_USER
Login name of the current user.

See Also:
Constant Field Values

AR_KEYWORD_TIMESTAMP

public static final int AR_KEYWORD_TIMESTAMP
Current date/time.

See Also:
Constant Field Values

AR_KEYWORD_TIME_ONLY

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

See Also:
Constant Field Values

AR_KEYWORD_DATE_ONLY

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

See Also:
Constant Field Values

AR_KEYWORD_SCHEMA

public static final int AR_KEYWORD_SCHEMA
Schema currently being worked on.

See Also:
Constant Field Values

AR_KEYWORD_SERVER

public static final int AR_KEYWORD_SERVER
AR System server currently being accessed.

See Also:
Constant Field Values

AR_KEYWORD_WEEKDAY

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

See Also:
Constant Field Values

AR_KEYWORD_GROUPS

public 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

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

See Also:
Constant Field Values

AR_KEYWORD_HARDWARE

public 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

public 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

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

See Also:
Constant Field Values

AR_KEYWORD_LASTID

public 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

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

See Also:
Constant Field Values

AR_KEYWORD_VERSION

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_KEYWORD_LOCALE
User locale.

See Also:
Constant Field Values

AR_KEYWORD_CLIENT_TYPE

public static final int AR_KEYWORD_CLIENT_TYPE
Client type of the API program.

See Also:
Constant Field Values

AR_KEYWORD_SCHEMA_ALIAS

public static final int AR_KEYWORD_SCHEMA_ALIAS
Alias name for the current form.

See Also:
Constant Field Values

AR_KEYWORD_ROWSELECTED

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

See Also:
Constant Field Values

AR_KEYWORD_ROWCHANGED

public static final int AR_KEYWORD_ROWCHANGED
Indicates whether any row has been modified

See Also:
Constant Field Values

AR_KEYWORD_BROWSER

public static final int AR_KEYWORD_BROWSER
Browser type (client only)

See Also:
Constant Field Values

AR_KEYWORD_VUI_TYPE

public static final int AR_KEYWORD_VUI_TYPE
VUI type.

See Also:
Constant Field Values

AR_KEYWORD_TCPPORT

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

See Also:
Constant Field Values

AR_KEYWORD_HOMEURL

public static final int AR_KEYWORD_HOMEURL
Base location of mid tier installation.

See Also:
Constant Field Values

AR_KEYWORD_ROLES

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

See Also:
Constant Field Values

AR_KEYWORD_EVENTTYPE

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

See Also:
Constant Field Values

AR_KEYWORD_EVENTSRCWINID

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

See Also:
Constant Field Values

AR_KEYWORD_CURRENTWINID

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

See Also:
Constant Field Values

AR_KEYWORD_LASTOPENEDWINID

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

See Also:
Constant Field Values

AR_KEYWORD_INBULKTRANS

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_KEYWORD_NO

public static final int AR_KEYWORD_NO
No more keywords. Returns NO!

See Also:
Constant Field Values

AR_MAX_KEYWORD_USED

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

See Also:
Constant Field Values

AR_KEY_OPERATION_CREATE

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

See Also:
Constant Field Values

AR_KEY_OPERATION_DELETE

public static final java.lang.String AR_KEY_OPERATION_DELETE
Delete operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_GET

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

See Also:
Constant Field Values

AR_KEY_OPERATION_GETLIST

public static final java.lang.String AR_KEY_OPERATION_GETLIST
Query list operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_MERGE

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

See Also:
Constant Field Values

AR_KEY_OPERATION_SET

public static final java.lang.String AR_KEY_OPERATION_SET
Modify operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_SET_ALL

public static final java.lang.String AR_KEY_OPERATION_SET_ALL
Modify all operation in Remedy User.

See Also:
Constant Field Values

AR_KEY_OPERATION_QUERY

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

See Also:
Constant Field Values

AR_KEY_OPERATION_GUIDE

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

See Also:
Constant Field Values

AR_PATTERN_KEY_DIGIT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_LOC_NULL
Reserved for future AR System use.

See Also:
Constant Field Values

AR_LOC_FILENAME

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_MERGE_ENTRY_GEN_NEW_ID
Sorry, wasn't given any info about this value.

See Also:
Constant Field Values

AR_MERGE_NO_REQUIRED_INCREMENT

public 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

public 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

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

See Also:
Constant Field Values

AR_STAT_HISTORY_TIME

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

See Also:
Constant Field Values

AR_MAX_LOCAL_VARIABLES

public static final int AR_MAX_LOCAL_VARIABLES
Maximum number of local variables.

See Also:
Constant Field Values

AR_QUERY_VALUE_MULTI_ERROR

public 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

public 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

public 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

public static final int AR_FIELD
Tag used to indicate a field.

See Also:
Constant Field Values

AR_VALUE

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

See Also:
Constant Field Values

AR_ARITHMETIC

public 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

public 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

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

See Also:
Constant Field Values

AR_CURRENCY_FLD

public static final int AR_CURRENCY_FLD
Value from Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_FIELD

public static final int AR_CURRENCY_PART_FIELD
Field part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_VALUE

public static final int AR_CURRENCY_PART_VALUE
Value part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_TYPE

public static final int AR_CURRENCY_PART_TYPE
Currency Code Type part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_DATE

public static final int AR_CURRENCY_PART_DATE
Date part for Currency Field

See Also:
Constant Field Values

AR_CURRENCY_PART_FUNCTIONAL

public static final int AR_CURRENCY_PART_FUNCTIONAL
Functional part for Currency Field

See Also:
Constant Field Values

AR_FIELD_TRAN

public 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

public 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

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

See Also:
Constant Field Values

AR_QUERY

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

See Also:
Constant Field Values

AR_CURRENCY_FLD_TRAN

public static final int AR_CURRENCY_FLD_TRAN
Value from Currency Field from transaction

See Also:
Constant Field Values

AR_CURRENCY_FLD_DB

public static final int AR_CURRENCY_FLD_DB
Value from Currency Field from db

See Also:
Constant Field Values

AR_CURRENCY_FLD_CURRENT

public static final int AR_CURRENCY_FLD_CURRENT
Value from Currency Field from current

See Also:
Constant Field Values

AR_FIELD_CURRENT

public 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

public static final int AR_ARITH_OP_ADD
Adds the left and right operands.

See Also:
Constant Field Values

AR_ARITH_OP_SUBTRACT

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

See Also:
Constant Field Values

AR_ARITH_OP_MULTIPLY

public static final int AR_ARITH_OP_MULTIPLY
Multiplies the left and right operands.

See Also:
Constant Field Values

AR_ARITH_OP_DIVIDE

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

See Also:
Constant Field Values

AR_ARITH_OP_MODULO

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_COND_OP_NONE

public static final int AR_COND_OP_NONE
No qualification.

See Also:
Constant Field Values

AR_COND_OP_AND

public static final int AR_COND_OP_AND
A qualification using the AND operator.

See Also:
Constant Field Values

AR_COND_OP_OR

public static final int AR_COND_OP_OR
A qualification using the OR operator.

See Also:
Constant Field Values

AR_COND_OP_NOT

public static final int AR_COND_OP_NOT
A qualification using the NOT operator.

See Also:
Constant Field Values

AR_COND_OP_REL_OP

public static final int AR_COND_OP_REL_OP
A qualification using a relational operator.

See Also:
Constant Field Values

AR_SORT_ASCENDING

public static final int AR_SORT_ASCENDING
Tag for ascending sort order.

See Also:
Constant Field Values

AR_SORT_DESCENDING

public static final int AR_SORT_DESCENDING
Tag for descending sort order.

See Also:
Constant Field Values

AR_STAT_OP_COUNT

public static final int AR_STAT_OP_COUNT
Total number of matching entries.

See Also:
Constant Field Values

AR_STAT_OP_SUM

public static final int AR_STAT_OP_SUM
Sum of values for each group.

See Also:
Constant Field Values

AR_STAT_OP_AVERAGE

public static final int AR_STAT_OP_AVERAGE
Average value for each group.

See Also:
Constant Field Values

AR_STAT_OP_MINIMUM

public static final int AR_STAT_OP_MINIMUM
Minimum value for each group.

See Also:
Constant Field Values

AR_STAT_OP_MAXIMUM

public static final int AR_STAT_OP_MAXIMUM
Maximum value for each group.

See Also:
Constant Field Values

AR_FIELD_OPTION_REQUIRED

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

See Also:
Constant Field Values

AR_FIELD_OPTION_OPTIONAL

public 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

public 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

public 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

public 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

public 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_DISPLAY_TAG_SQL

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

See Also:
Constant Field Values

AR_DPROP_NONE

public 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

public 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

public static final int AR_DVAL_TRIM_NONE
No trim field type.

See Also:
Constant Field Values

AR_DVAL_TRIM_LINE

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

See Also:
Constant Field Values

AR_DVAL_TRIM_SHAPE

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

See Also:
Constant Field Values

AR_DVAL_TRIM_TEXT

public 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

public static final int AR_DVAL_TRIM_IMAGE
Trim field is a static image.

See Also:
Constant Field Values

AR_DPROP_CNTL_TYPE

public 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

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

See Also:
Constant Field Values

AR_DVAL_CNTL_MENU

public 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

public 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

public 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

public 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

public static final int AR_DVAL_CNTL_CHART
Chart type

See Also:
Constant Field Values

AR_DVAL_CNTL_METER

public static final int AR_DVAL_CNTL_METER
Meter type

See Also:
Constant Field Values

AR_DVAL_CNTL_HORIZNAV

public static final int AR_DVAL_CNTL_HORIZNAV
Horizontal Navigation

See Also:
Constant Field Values

AR_DVAL_CNTL_VERTICALNAV

public static final int AR_DVAL_CNTL_VERTICALNAV
Vertical Navigation

See Also:
Constant Field Values

AR_DVAL_CNTL_NAV_ITEM

public static final int AR_DVAL_CNTL_NAV_ITEM
Navigation Item

See Also:
Constant Field Values

AR_FIXED_POINT_PRECISION

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_HELP

public static final int AR_DPROP_HELP
Use field/VUI help.

See Also:
Constant Field Values

AR_DPROP_Z_ORDER

public 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

public 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

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

See Also:
Constant Field Values

AR_DVAL_COLOR_BG

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

See Also:
Constant Field Values

AR_DVAL_COLOR_FG

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

See Also:
Constant Field Values

AR_DVAL_COLOR_EDIT_BG

public static final java.lang.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

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

See Also:
Constant Field Values

AR_DVAL_COLOR_FOCUS

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

See Also:
Constant Field Values

AR_DVAL_COLOR_INSET1

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

See Also:
Constant Field Values

AR_DVAL_COLOR_INSET2

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

See Also:
Constant Field Values

AR_DPROP_DEPTH_EFFECT

public 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

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

See Also:
Constant Field Values

AR_DVAL_DEPTH_EFFECT_RAISED

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_COLOR_LINE

public static final int AR_DPROP_COLOR_LINE
Color of line.

See Also:
Constant Field Values

AR_DPROP_COLOR_TEXT

public static final int AR_DPROP_COLOR_TEXT
Color of text.

See Also:
Constant Field Values

AR_DPROP_PROMPT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_FILL

public 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

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

See Also:
Constant Field Values

AR_DVAL_JUSTIFY_TILE

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DVAL_SECTOR_NONE
Label display is suppressed.

See Also:
Constant Field Values

AR_DVAL_SECTOR_CENTER

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DPROP_JOINT_STYLE
Style when lines are joined.

See Also:
Constant Field Values

AR_DVAL_JOINT_EXTENDED

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_ENDCAP_END

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

See Also:
Constant Field Values

AR_DVAL_ENDCAP_ROUND

public static final int AR_DVAL_ENDCAP_ROUND
Line is rounded.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_FLUSH

public static final int AR_DVAL_ENDCAP_FLUSH
Line is flush.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_EXTENDED

public static final int AR_DVAL_ENDCAP_EXTENDED
Line is extended beyond coordinate.

See Also:
Constant Field Values

AR_DVAL_ENDCAP_ARROW1

public static final int AR_DVAL_ENDCAP_ARROW1
Line is arrow 1 style.

See Also:
Constant Field Values

AR_DPROP_DATA_ROWS

public 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

public 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

public 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

public 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

public static final int AR_DPROP_DATA_RADIO
(unsigned long) A flag indicating whether the field uses radio option buttons (applicable for selection fields only). Valid values for this property are 1 (TRUE) and 0 (FALSE). The default value is 0 (does not use option buttons).

See Also:
Constant Field Values

AR_DPROP_DATA_MENU_BBOX

public 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

public 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

public 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) and 1 (Drop-down List). The default value is 0 (Edit).

See Also:
Constant Field Values

AR_DPROP_TEXT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DPROP_TOOLBAR_TEXT
(character string) Toolbar text.

See Also:
Constant Field Values

AR_DPROP_TAB_MODE

public 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

public 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

public static final int AR_DPROP_TAB_TEXT
(unsigned long) Tab text.

See Also:
Constant Field Values

AR_DPROP_TAB_ORDER

public 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

public 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

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

See Also:
Constant Field Values

AR_DVAL_DATETIME_TIME

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

See Also:
Constant Field Values

AR_DVAL_DATETIME_DATE

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

See Also:
Constant Field Values

AR_DPROP_BACKGROUND_MODE

public 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

public static final int AR_DVAL_BKG_MODE_OPAQUE
Specifies background of field is opaque.

See Also:
Constant Field Values

AR_DVAL_BKG_MODE_TRANSPARENT

public static final int AR_DVAL_BKG_MODE_TRANSPARENT
Specifies background of field is transparent.

See Also:
Constant Field Values

AR_DPROP_TAB_NEXT

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DVAL_PANE_ALWAYS_HIDDEN
Detail pane is always hidden

See Also:
Constant Field Values

AR_DVAL_PANE_HIDDEN

public 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

public 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

public static final int AR_DVAL_PANE_ALWAYS_VISIBLE
Detail pane is always visible

See Also:
Constant Field Values

AR_DPROP_PROMPT_PANE_VISIBILITY

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_IMAGE_ALIGN

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_PAGE_LABEL_DISPLAY

public 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

public 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

public 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

public 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

public 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

public static final int AR_DVAL_PAGE_DISPLAY_NONE
No page label appears.

See Also:
Constant Field Values

AR_DPROP_PAGE_ARRANGEMENT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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. This is reserved for future AR System use.

See Also:
Constant Field Values

AR_DPROP_COLUMN_WIDTH

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DVAL_REFRESH_NONE

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_AUTOFIT_COLUMNS

public static final int AR_DPROP_AUTOFIT_COLUMNS
Allow horizontal scrollbar in table field

See Also:
Constant Field Values

AR_DVAL_AUTOFIT_COLUMNS_NONE

public 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

public 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

public 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

public 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

public static final int AR_DPROP_ENUM_LABELS
Display labels for localized selection fields.

See Also:
Constant Field Values

AR_DPROP_MANAGE_EXPAND_BOX

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DPROP_HIDE_PAGE_TABS_BORDERS
(integer) Boolean value.

See Also:
Constant Field Values

AR_DPROP_DISPLAY_AS_TEXT_ONLY

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_INITIAL_CURRENCY_TYPE

public 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

public 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

public static final int AR_DPROP_AUTO_FIELD_ROWNUM
(Integer) Field's row

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ROWPART

public static final int AR_DPROP_AUTO_FIELD_ROWPART
(Integer) Field's column

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_ORDER

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

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_TYPE

public static final int AR_DPROP_AUTO_FIELD_TYPE
(Enum) Field's type

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_TITLE

public static final int AR_DVAL_AUTO_FIELD_TITLE
Title Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_GROUP

public static final int AR_DVAL_AUTO_FIELD_GROUP
Group Title Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_REGULAR

public static final int AR_DVAL_AUTO_FIELD_REGULAR
Regular Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_NAV

public static final int AR_DVAL_AUTO_FIELD_NAV
Navigation Field

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_BUTTON

public static final int AR_DVAL_AUTO_FIELD_BUTTON
Button Field

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT

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

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_OFF

public static final int AR_DVAL_AUTO_LAYOUT_OFF
Layout Off

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_ON

public static final int AR_DVAL_AUTO_LAYOUT_ON
Layout On

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT_VUI_NAV

public 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

public static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF
Navigation Off

See Also:
Constant Field Values

AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON

public static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON
Navigation On

See Also:
Constant Field Values

AR_DPROP_AUTO_LAYOUT_STYLE_SHEET

public 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

public static final int AR_DPROP_AUTO_FIELD_NAVPROP
(Enum) Navigation level

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL1

public static final int AR_DVAL_AUTO_FIELD_LEVEL1
Level 1

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL2

public static final int AR_DVAL_AUTO_FIELD_LEVEL2
Level 2

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_LEVEL3

public static final int AR_DVAL_AUTO_FIELD_LEVEL3
Level 3

See Also:
Constant Field Values

AR_DPROP_AUTO_FIELD_SPACER

public static final int AR_DPROP_AUTO_FIELD_SPACER
(Enum) Navigation spacer

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_SPACER_OFF

public static final int AR_DVAL_AUTO_FIELD_SPACER_OFF
Navigation spacer Off

See Also:
Constant Field Values

AR_DVAL_AUTO_FIELD_SPACER_ON

public static final int AR_DVAL_AUTO_FIELD_SPACER_ON
Navigation spacer On

See Also:
Constant Field Values

AR_DPROP_FORMACTION_ROW_ORDER_STR

public 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_AR_SERVER_NAME

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

See Also:
Constant Field Values

AR_DPROP_FORMACTION_PAGE_PROPERTIES

public static final int AR_DPROP_FORMACTION_PAGE_PROPERTIES
(Char) Page property

See Also:
Constant Field Values

AR_DPROP_FORMACTION_FLDS_EXCLUDE

public 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

public static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF
Exclusion Off

See Also:
Constant Field Values

AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON

public static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON
Exclusion On

See Also:
Constant Field Values

AR_DPROP_VUI_DEFAULT_PROCESS

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

See Also:
Constant Field Values

AR_DPROP_WEB_HEADER_CONTENT

public static final int AR_DPROP_WEB_HEADER_CONTENT
Contains HTML snippets for Absolute View

See Also:
Constant Field Values

AR_DPROP_WEB_FOOTER_CONTENT

public static final int AR_DPROP_WEB_FOOTER_CONTENT
See Also:
Constant Field Values

AR_DPROP_PATH_TO_BKG_IMAGE

public 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

public 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

public 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

public 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

public static final int AR_DVAL_EXPAND_ALL_LEVELS
Expand All Levels

See Also:
Constant Field Values

AR_DVAL_COLLAPSE_ALL_LEVELS

public static final int AR_DVAL_COLLAPSE_ALL_LEVELS
Collapse All Levels

See Also:
Constant Field Values

AR_DPROP_TABLE_DISPLAY_TYPE

public 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

public 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

public 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

public 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

public static final int AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
See Also:
Constant Field Values

AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE

public static final int AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
See Also:
Constant Field Values

AR_DPROP_TABLE_SELINIT

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DVAL_TABLE_SELREFRESH_RETFIRE

public 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

public 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

public 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

public 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

public 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

public static final int AR_DPROP_TABLE_CHUNK_SIZE
(integer) chunk size

See Also:
Constant Field Values

AR_DPROP_TABLE_CHUNK_NEXT

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

See Also:
Constant Field Values

AR_DPROP_TABLE_CHUNK_PREV

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

See Also:
Constant Field Values

AR_DPROP_TABLE_NOT_REFRESHED

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_TABLE_DRILL_COL

public static final int AR_DPROP_TABLE_DRILL_COL
Drill down column.

See Also:
Constant Field Values

AR_DPROP_TABLE_SELROWS_DISABLE

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_DPROP_TABLE_REFRESH

public static final int AR_DPROP_TABLE_REFRESH
(character string) Refresh button.

See Also:
Constant Field Values

AR_DPROP_TABLE_REPORT

public static final int AR_DPROP_TABLE_REPORT
(character string) Report button.

See Also:
Constant Field Values

AR_DPROP_TABLE_DELETE

public static final int AR_DPROP_TABLE_DELETE
(character string) Delete button.

See Also:
Constant Field Values

AR_DPROP_TABLE_READ

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

See Also:
Constant Field Values

AR_DPROP_TABLE_UNREAD

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

See Also:
Constant Field Values

AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL

public 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

public static final int AR_DPROP_TABLE_COL_DISPLAY_TYPE
(enum) Column states.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE

public static final int AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
Not editable.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_EDITABLE

public static final int AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
Allow editing.

See Also:
Constant Field Values

AR_DVAL_TABLE_COL_DISPLAY_HTML

public static final int AR_DVAL_TABLE_COL_DISPLAY_HTML
Display HTML in column.

See Also:
Constant Field Values

AR_DPROP_TABLE_COL_INITVAL

public 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

public static final int AR_DPROP_FIXED_TABLE_HEADERS
(boolean) Fixed table header

See Also:
Constant Field Values

AR_DVAL_FIXED_TABLE_HEADERS_DISABLE

public static final int AR_DVAL_FIXED_TABLE_HEADERS_DISABLE
Fixed table head disabled

See Also:
Constant Field Values

AR_DVAL_FIXED_TABLE_HEADERS_ENABLE

public static final int AR_DVAL_FIXED_TABLE_HEADERS_ENABLE
Fixed table head enabled

See Also:
Constant Field Values

AR_DPROP_VIEWFIELD_SCROLLBARS

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

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO

public static final int AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO
Add scrollbars if necessary

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_ON

public static final int AR_DVAL_VIEWFIELD_SCROLLBARS_ON
Always show scrollbars

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN

public static final int AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN
Content is clipped

See Also:
Constant Field Values

AR_DPROP_VIEWFIELD_BORDERS

public static final int AR_DPROP_VIEWFIELD_BORDERS
View fields, hide/show borders

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_BORDERS_DEFAULT

public 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

public static final int AR_DVAL_VIEWFIELD_BORDERS_NONE
No border on view field

See Also:
Constant Field Values

AR_DVAL_VIEWFIELD_BORDERS_ENABLE

public static final int AR_DVAL_VIEWFIELD_BORDERS_ENABLE
Border on view field

See Also:
Constant Field Values

AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW

public 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

public 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

public 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

public 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

public static final int AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE
Multi-line enable

See Also:
Constant Field Values

AR_DPROP_TABLE_PREFERENCES

public static final int AR_DPROP_TABLE_PREFERENCES
(character string) Preferences button label

See Also:
Constant Field Values

AR_DPROP_FIELD_CUSTOMSTYLE

public static final int AR_DPROP_FIELD_CUSTOMSTYLE
(character string) Custom style information

See Also:
Constant Field Values

AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE

public 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

public 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

public 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

public static final int AR_DVAL_NAVBAR_SELITEM_NOFIRE
do not fire workflow

See Also:
Constant Field Values

AR_DVAL_NAVBAR_SELITEM_FIRE

public static final int AR_DVAL_NAVBAR_SELITEM_FIRE
fire workflow

See Also:
Constant Field Values

AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK

public 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

public 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_OPROP_VENDOR_NAME

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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_GUIDE_PARAMETERS

public static final int AR_OPROP_GUIDE_PARAMETERS
Parameterized Guides

See Also:
Constant Field Values

AR_SMOPROP_NONE

public static final int AR_SMOPROP_NONE
No property server managed object property.

See Also:
Constant Field Values

AR_SMOPROP_OBJECT_VERSION

public static final int AR_SMOPROP_OBJECT_VERSION
Version property of the object.

See Also:
Constant Field Values

AR_SMOPROP_APP_OWNER

public 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

public 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

public 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

public 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

public 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

public static final int AR_SMOPROP_NO_APP_STATS_LOGGING
Participates in application statistics

See Also:
Constant Field Values

AR_SMOPROP_APP_LIC_VERSION

public 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

public 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

public 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

public 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_CORE_ENTRY_ID

public static final int AR_CORE_ENTRY_ID
Field ID of Entry ID core field

See Also:
Constant Field Values

AR_CORE_SUBMITTER

public static final int AR_CORE_SUBMITTER
Field ID of Submitter core field

See Also:
Constant Field Values

AR_CORE_CREATE_DATE

public static final int AR_CORE_CREATE_DATE
Field ID of Create Date core field

See Also:
Constant Field Values

AR_CORE_ASSIGNED_TO

public static final int AR_CORE_ASSIGNED_TO
Field ID of Assigned To core field

See Also:
Constant Field Values

AR_CORE_LAST_MODIFIED_BY

public 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

public static final int AR_CORE_MODIFIED_DATE
Field ID of Modified Date core field

See Also:
Constant Field Values

AR_CORE_STATUS

public static final int AR_CORE_STATUS
Field ID of Status core field

See Also:
Constant Field Values

AR_CORE_SHORT_DESCRIPTION

public static final int AR_CORE_SHORT_DESCRIPTION
Field ID of Short Description core field

See Also:
Constant Field Values

AR_CORE_STATUS_HISTORY

public static final int AR_CORE_STATUS_HISTORY
Field ID of Status History core field

See Also:
Constant Field Values

AR_CURRENT_SERVER_TAG

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

See Also:
Constant Field Values

AR_CURRENT_SCHEMA_TAG

public static final java.lang.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

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

See Also:
Constant Field Values

AR_CURRENT_TRAN_TAG

public static final java.lang.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

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

See Also:
Constant Field Values

AR_NO_MATCH_SET_NULL

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_MULTI_MATCH_SET_NULL

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_COM_PARM_NULL
No value for this parameter.

See Also:
Constant Field Values

AR_COM_PARM_FIELDID

public 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

public 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

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

See Also:
Constant Field Values

AR_COM_METHOD_FIELDID

public 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

public static final int AR_ASSIGN_TYPE_NONE
No value.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_VALUE

public 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

public static final int AR_ASSIGN_TYPE_FIELD
Schema field value.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_PROCESS

public 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

public static final int AR_ASSIGN_TYPE_ARITH
Result value from an arithmetic operation.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_FUNCTION

public static final int AR_ASSIGN_TYPE_FUNCTION
Return value from a function.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_DDE

public 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

public static final int AR_ASSIGN_TYPE_SQL
Result value from an SQL command.

See Also:
Constant Field Values

AR_ASSIGN_TYPE_FILTER_API

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

See Also:
Constant Field Values

AR_FUNCTION_DATE

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_FUNCTION_LENGTH

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_FUNCTION_DATENUM

public 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

public static final int AR_FUNCTION_CURRCONVERT
Converted currency type.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETDATE

public static final int AR_FUNCTION_CURRSETDATE
New date of currency.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETTYPE

public static final int AR_FUNCTION_CURRSETTYPE
New type of currency.

See Also:
Constant Field Values

AR_FUNCTION_CURRSETVALUE

public static final int AR_FUNCTION_CURRSETVALUE
New value of currency.

See Also:
Constant Field Values

AR_FUNCTION_LENGTHC

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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_MAX_FUNCTION_USED

public 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

public 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

public static final int AR_OPERATION_NONE
Do not execute the filter.

See Also:
Constant Field Values

AR_OPERATION_GET

public static final int AR_OPERATION_GET
Execute the filter on get operations.

See Also:
Constant Field Values

AR_OPERATION_SET

public static final int AR_OPERATION_SET
Execute the filter on set operations.

See Also:
Constant Field Values

AR_OPERATION_CREATE

public static final int AR_OPERATION_CREATE
Execute the filter on create operations.

See Also:
Constant Field Values

AR_OPERATION_DELETE

public static final int AR_OPERATION_DELETE
Execute the filter on delete operations.

See Also:
Constant Field Values

AR_OPERATION_MERGE

public static final int AR_OPERATION_MERGE
Execute the filter on merge operations.

See Also:
Constant Field Values

AR_OPERATION_GUIDE

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

See Also:
Constant Field Values

AR_NOTIFY_NONE

public static final int AR_NOTIFY_NONE
Indicates no notifications will be sent.

See Also:
Constant Field Values

AR_NOTIFY_VIA_NOTIFIER

public 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

public static final int AR_NOTIFY_VIA_EMAIL
Notifications sent through email.

See Also:
Constant Field Values

AR_NOTIFY_VIA_DEFAULT

public 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

public 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

public static final int AR_NOTIFY_PRIORITY_MAX
Reserved for future AR System use.

See Also:
Constant Field Values

AR_FILTER_FIELD_IDS_NONE

public 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

public 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

public 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

public 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

public static final int AR_FILTER_ACTION_NONE
No filter action.

See Also:
Constant Field Values

AR_FILTER_ACTION_NOTIFY

public 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

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

See Also:
Constant Field Values

AR_FILTER_ACTION_LOG

public 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

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

See Also:
Constant Field Values

AR_FILTER_ACTION_PROCESS

public static final int AR_FILTER_ACTION_PROCESS
Execute the specified command for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_FIELDP

public 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

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

See Also:
Constant Field Values

AR_FILTER_ACTION_GOTOACTION

public 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

public 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

public static final int AR_FILTER_ACTION_EXITGUIDE
Terminates the current guide for filter.

See Also:
Constant Field Values

AR_FILTER_ACTION_GOTOGUIDELABEL

public 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_EXECUTE_ON_NONE

public static final int AR_EXECUTE_ON_NONE
No execution action for active link.

See Also:
Constant Field Values

AR_EXECUTE_ON_BUTTON

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_CALL_GUIDE_FORM_HIDDEN

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_ACTIVE_LINK_ACTION_NONE
Performs no active link action. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_MACRO

public static final int AR_ACTIVE_LINK_ACTION_MACRO
Executes the specified macro. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_FIELDS

public static final int AR_ACTIVE_LINK_ACTION_FIELDS
Sets values for the specified fields. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_PROCESS

public static final int AR_ACTIVE_LINK_ACTION_PROCESS
Executes the specified command. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_MESSAGE

public static final int AR_ACTIVE_LINK_ACTION_MESSAGE
Displays the specified message. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_SET_CHAR

public static final int AR_ACTIVE_LINK_ACTION_SET_CHAR
Sets characteristics for the specified field. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_DDE

public static final int AR_ACTIVE_LINK_ACTION_DDE
Performs the specified DDE action. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_FIELDP

public static final int AR_ACTIVE_LINK_ACTION_FIELDP
Transfers, or pushes, data from a field in the current schema to another schema. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_SQL

public static final int AR_ACTIVE_LINK_ACTION_SQL
Performs the specified SQL statements. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_AUTO

public static final int AR_ACTIVE_LINK_ACTION_AUTO
Performs the specified OLE automation. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPENDLG

public static final int AR_ACTIVE_LINK_ACTION_OPENDLG
Opens a schema in one of the following window types: Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_COMMITC

public static final int AR_ACTIVE_LINK_ACTION_COMMITC
Commits changes from a dialog to the parent schema window. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_CLOSEWND

public static final int AR_ACTIVE_LINK_ACTION_CLOSEWND
Closes a dialog or schema window. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_CALLGUIDE

public static final int AR_ACTIVE_LINK_ACTION_CALLGUIDE
Executes the specified guide. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_EXITGUIDE

public static final int AR_ACTIVE_LINK_ACTION_EXITGUIDE
Exits the current guide or all guides. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL

public static final int AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL
Goes to the specified active link within current guide. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_WAIT

public static final int AR_ACTIVE_LINK_ACTION_WAIT
Causes the current guide to wait for user input. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_GOTOACTION

public static final int AR_ACTIVE_LINK_ACTION_GOTOACTION
Goes to the active link with the specified execution order. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DLG

public static final int AR_ACTIVE_LINK_ACTION_OPEN_DLG
Active link Open Window action opens window as a dialog box. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_SEARCH

public static final int AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
Active link Open Window action opens window in search mode. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT

public static final int AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
Active link Open Window action opens window in submit mode. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT

public 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. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_REPORT

public static final int AR_ACTIVE_LINK_ACTION_OPEN_REPORT
Active link Open Window action opens window in report mode. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_MODIFY

public static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
Active link Open Window action opens window in modify mode. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_ACTIVE_LINK_ACTION_OPEN_DSPLY

public static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
Active link Open Window action opens window in display mode. Use with the ActiveLinkActionInfo class.

See Also:
Constant Field Values

AR_REPORT_ATTR_LAYOUT

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

See Also:
Constant Field Values

AR_REPORT_ATTR_IDLIST

public 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

public static final int AR_REPORT_ATTR_NAME
Name of report.

See Also:
Constant Field Values

AR_REPORT_ATTR_TITLE

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

AR_REPORT_ATTR_TYPE

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

See Also:
Constant Field Values

AR_REPORT_ATTR_FILENAME

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_REPORT_ATTR_CHAR_ENCODING
character encoding

See Also:
Constant Field Values

AR_REPORT_LOCATION_EMBEDDED

public 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

public 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

public 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

public static final int AR_REPORT_LOCATION_FIELD
Reserved for future AR System use.

See Also:
Constant Field Values

AR_PERMISSIONS_NONE

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

See Also:
Constant Field Values

AR_PERMISSIONS_VISIBLE

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

See Also:
Constant Field Values

AR_PERMISSIONS_HIDDEN

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

See Also:
Constant Field Values

AR_PERMISSIONS_VIEW

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

See Also:
Constant Field Values

AR_PERMISSIONS_CHANGE

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

See Also:
Constant Field Values

AR_GROUP_TYPE_NONE

public static final int AR_GROUP_TYPE_NONE
Group has no access to field.

See Also:
Constant Field Values

AR_GROUP_TYPE_VIEW

public static final int AR_GROUP_TYPE_VIEW
Group has view access to field.

See Also:
Constant Field Values

AR_GROUP_TYPE_CHANGE

public static final int AR_GROUP_TYPE_CHANGE
Group has change access to field.

See Also:
Constant Field Values

AR_GROUP_CATEGORY_REGULAR

public static final int AR_GROUP_CATEGORY_REGULAR
Group is regular

See Also:
Constant Field Values

AR_GROUP_CATEGORY_DYNAMIC

public static final int AR_GROUP_CATEGORY_DYNAMIC
Group is dynamic

See Also:
Constant Field Values

AR_GROUP_CATEGORY_COMPUTED

public static final int AR_GROUP_CATEGORY_COMPUTED
Group is computed

See Also:
Constant Field Values

AR_LICENSE_TAG_WRITE

public static final int AR_LICENSE_TAG_WRITE
Write license held by user.

See Also:
Constant Field Values

AR_LICENSE_TAG_FULL_TEXT

public static final int AR_LICENSE_TAG_FULL_TEXT
FTS license held by user.

See Also:
Constant Field Values

AR_LICENSE_TAG_RESERVED1

public static final int AR_LICENSE_TAG_RESERVED1
Reserved license held by user.

See Also:
Constant Field Values

AR_USER_LIST_MYSELF

public static final int AR_USER_LIST_MYSELF
Retrieve or store the current user

See Also:
Constant Field Values

AR_USER_LIST_REGISTERED

public static final int AR_USER_LIST_REGISTERED
Retrieve or store all registered users

See Also:
Constant Field Values

AR_USER_LIST_CURRENT

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

See Also:
Constant Field Values

AR_PRECISION_NONE

public 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

public 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

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

See Also:
Constant Field Values

AR_QBE_MATCH_ANYWHERE

public 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

public 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

public 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

public static final int AR_FULLTEXT_OPTIONS_NONE
No Full Text options.

See Also:
Constant Field Values

AR_FULLTEXT_OPTIONS_INDEXED

public static final int AR_FULLTEXT_OPTIONS_INDEXED
Field is Full Text indexed.

See Also:
Constant Field Values

AR_ATTACH_FIELD_TYPE_EMBED

public static final int AR_ATTACH_FIELD_TYPE_EMBED
Embedded type file is stored.

See Also:
Constant Field Values

AR_ATTACH_FIELD_TYPE_LINK

public static final int AR_ATTACH_FIELD_TYPE_LINK
Reserved for future AR System use.

See Also:
Constant Field Values

AR_FIELD_LIMIT_NONE

public static final int AR_FIELD_LIMIT_NONE
Field has no defined limits.

See Also:
Constant Field Values

AR_MENU_REFRESH_CONNECT

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

See Also:
Constant Field Values

COLUMN_LIMIT_DATASOURCE_DATA_FIELD

public static final int COLUMN_LIMIT_DATASOURCE_DATA_FIELD
Regular field as data source for the getDataField or setDataField methods of ColumnLimitInfo.

See Also:
Constant Field Values

COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD

public static final int COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
Display-only field as data source for the getDataField or setDataField methods of ColumnLimitInfo.

See Also:
Constant Field Values

AR_MENU_REFRESH_OPEN

public static final int AR_MENU_REFRESH_OPEN
Refresh every time menu is opened.

See Also:
Constant Field Values

AR_MENU_REFRESH_INTERVAL

public 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

public static final int AR_MENU_TYPE_NONE
No menu item.

See Also:
Constant Field Values

AR_MENU_TYPE_VALUE

public static final int AR_MENU_TYPE_VALUE
Leaf-level menu item.

See Also:
Constant Field Values

AR_MENU_TYPE_MENU

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

See Also:
Constant Field Values

AR_MENU_FILE_SERVER

public 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

public 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

public static final int AR_CHAR_MENU_DD_NONE
No data-dictionary menu.

See Also:
Constant Field Values

AR_CHAR_MENU_DD_FORM

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_CHAR_MENU_NONE
No character menu.

See Also:
Constant Field Values

AR_CHAR_MENU_LIST

public 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

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

See Also:
Constant Field Values

AR_CHAR_MENU_FILE

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

See Also:
Constant Field Values

AR_CHAR_MENU_SQL

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

See Also:
Constant Field Values

AR_CHAR_MENU_SS

public static final int AR_CHAR_MENU_SS
Character menu items based on SS.

See Also:
Constant Field Values

AR_CHAR_MENU_DATA_DICTIONARY

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

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA

public 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

public 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

public 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

public 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

public static final int AR_STRUCT_ITEM_FILTER
Filter definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ACTIVE_LINK

public static final int AR_STRUCT_ITEM_ACTIVE_LINK
Active link definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ADMIN_EXT

public 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

public static final int AR_STRUCT_ITEM_CHAR_MENU
Character menu definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_ESCALATION

public static final int AR_STRUCT_ITEM_ESCALATION
Escalation definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_DIST_MAP

public 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

public 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

public static final int AR_STRUCT_ITEM_CONTAINER
Container definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_DIST_POOL

public static final int AR_STRUCT_ITEM_DIST_POOL
Distributed Server definition

See Also:
Constant Field Values

AR_STRUCT_ITEM_SCHEMA_VIEW_2

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

See Also:
Constant Field Values

AR_STRUCT_XML_OFFSET

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

See Also:
Constant Field Values

EXPORT_OPTION_NONE

public static final int EXPORT_OPTION_NONE
Additional option to Export call.

See Also:
Constant Field Values

EXPORT_VUI_MINIMUM

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

See Also:
Constant Field Values

AR_IMPORT_OPT_CREATE

public 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

public static final int AR_IMPORT_OPT_OVERWRITE
Overwrites existing objects.

See Also:
Constant Field Values

AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES

public 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

public static final int AR_SERVER_INFO_DB_TYPE
Underlying database type (character string).

See Also:
Constant Field Values

AR_SERVER_INFO_SERVER_LICENSE

public static final int AR_SERVER_INFO_SERVER_LICENSE
Server license type (character string).

See Also:
Constant Field Values

AR_SERVER_INFO_FIXED_LICENSE

public static final int AR_SERVER_INFO_FIXED_LICENSE
number of fixed user licenses (int).

See Also:
Constant Field Values

AR_SERVER_INFO_VERSION

public static final int AR_SERVER_INFO_VERSION
AR System server version (character string).

See Also:
Constant Field Values

AR_SERVER_INFO_ALLOW_GUESTS

public 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

public 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

public 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

public static final int AR_SERVER_INFO_DEBUG_MODE
Indicates the server debug modes:

See Also:
Constant Field Values

AR_SERVER_INFO_DB_NAME

public 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

public 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

public static final int AR_SERVER_INFO_HARDWARE
Server hardware type (character string).

See Also:
Constant Field Values

AR_SERVER_INFO_OS

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_FLOAT_LICENSE
Number of floating write licenses defined.

See Also:
Constant Field Values

AR_SERVER_INFO_FLOAT_TIMEOUT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_DB_VERSION
Underlying database version (character string).

See Also:
Constant Field Values

AR_SERVER_INFO_MAX_ENTRIES

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_RESERV1_A
(integer) Number of fixed reserve licenses.

See Also:
Constant Field Values

AR_SERVER_INFO_RESERV1_B

public static final int AR_SERVER_INFO_RESERV1_B
(integer) Number of floating reserve licenses.

See Also:
Constant Field Values

AR_SERVER_INFO_RESERV1_C

public static final int AR_SERVER_INFO_RESERV1_C
(integer) Number of admin reserve licenses.

See Also:
Constant Field Values

AR_SERVER_INFO_SERVER_IDENT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_SERVER_LANG
Local language setting of the server.

See Also:
Constant Field Values

AR_SERVER_INFO_ADMIN_ONLY

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_INGRES_VNODE
Obsolete server option.

See Also:
Constant Field Values

AR_SERVER_INFO_ORACLE_SID

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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.remedy.com would have the value alpha. See also ?Server-Name? in ar.conf.

See Also:
Constant Field Values

AR_SERVER_INFO_DBCONF

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_SERVER_TIME
AR System server time.

See Also:
Constant Field Values

AR_SERVER_INFO_SVR_SEC_CACHE

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_ENC_SEC_POLICY
Security policy.

See Also:
Constant Field Values

AR_SERVER_INFO_ENC_SESS_H_ENTRIES

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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_NOTIF_SEND_TIMEOUT

public 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

public static final int AR_SERVER_INFO_ALERT_OUTBOUND_PORT
Alert outbound port.

See Also:
Constant Field Values

AR_SERVER_INFO_ALERT_SOURCE_AR

public static final int AR_SERVER_INFO_ALERT_SOURCE_AR
AR System source tag.

See Also:
Constant Field Values

AR_SERVER_INFO_ALERT_SOURCE_FB

public static final int AR_SERVER_INFO_ALERT_SOURCE_FB
Flashboards source tag.

See Also:
Constant Field Values

AR_SERVER_INFO_DSO_USER_PASSWD

public static final int AR_SERVER_INFO_DSO_USER_PASSWD
DSO User password.

See Also:
Constant Field Values

AR_SERVER_INFO_DSO_TARGET_PASSWD

public 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

public 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

public static final int AR_SERVER_INFO_MID_TIER_PASSWD
Mid-tier password.

See Also:
Constant Field Values

AR_SERVER_INFO_PLUGIN_LOG_FILE

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_PLUGIN_PASSWD
Plug-in server's password.

See Also:
Constant Field Values

AR_SERVER_INFO_PLUGIN_ALIAS

public static final int AR_SERVER_INFO_PLUGIN_ALIAS
List of plug-in aliases.

See Also:
Constant Field Values

AR_SERVER_INFO_PLUGIN_TARGET_PASSWD

public 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

public static final int AR_SERVER_INFO_REM_WKFLW_PASSWD
Remote workflow passwd

See Also:
Constant Field Values

AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD

public 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

public static final int AR_SERVER_INFO_EXPORT_SVR_OPS
Export Server-side operations

See Also:
Constant Field Values

AR_SERVER_INFO_INIT_FORM

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES
Default list of allowable currencies

See Also:
Constant Field Values

AR_SERVER_INFO_CURRENCY_INTERVAL

public 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

public 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

public static final int AR_SERVER_INFO_DB2_DB_ALIAS
DB2 database alias

See Also:
Constant Field Values

AR_SERVER_INFO_DB2_SERVER

public static final int AR_SERVER_INFO_DB2_SERVER
DB2 server name

See Also:
Constant Field Values

AR_SERVER_INFO_DFLT_FUNC_CURRENCIES

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_DB_CHAR_SET
Server's database character set

See Also:
Constant Field Values

AR_SERVER_INFO_HOMEPAGE_FORM

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_INFO_SERVERGROUP_INTERVAL
Interval (seconds) for server group checking.

See Also:
Constant Field Values

AR_SERVER_INFO_PER_THREAD_LOGS

public 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

public 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

public 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

public static final int AR_SERVER_INFO_SERVERGROUP_NAME
Name of server group.

See Also:
Constant Field Values

AR_SERVER_INFO_SG_ADMIN_SERVER_NAME

public 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_SG_ADMIN_SERVER_PORT

public 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

public 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

public 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

public static final int AR_SERVER_INFO_DB_FREESPACE
See Also:
Constant Field Values

AR_SERVER_INFO_GENERAL_AUTH_ERR

public static final int AR_SERVER_INFO_GENERAL_AUTH_ERR
See Also:
Constant Field Values

AR_SERVER_INFO_AUTH_CHAINING_MODE

public static final int AR_SERVER_INFO_AUTH_CHAINING_MODE
See Also:
Constant Field Values

AR_SERVER_INFO_RPC_NON_BLOCKING_IO

public static final int AR_SERVER_INFO_RPC_NON_BLOCKING_IO
See Also:
Constant Field Values

AR_SERVER_INFO_SYS_LOGGING_OPTIONS

public static final int AR_SERVER_INFO_SYS_LOGGING_OPTIONS
See Also:
Constant Field Values

AR_SERVER_INFO_EXT_AUTH_CAPABILITIES

public static final int AR_SERVER_INFO_EXT_AUTH_CAPABILITIES
See Also:
Constant Field Values

AR_SERVER_INFO_DSO_ERROR_RETRY

public static final int AR_SERVER_INFO_DSO_ERROR_RETRY
See Also:
Constant Field Values

AR_SERVER_INFO_PREF_SERVER_OPTION

public static final int AR_SERVER_INFO_PREF_SERVER_OPTION
See Also:
Constant Field Values

AR_SERVER_INFO_FTINDEXER_LOG_FILE

public 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

public static final int AR_SERVER_INFO_EXCEPTION_OPTION
See Also:
Constant Field Values

AR_SERVER_INFO_ERROR_EXCEPTION_LIST

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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_MAX_SERVER_INFO_USED

public static final int AR_MAX_SERVER_INFO_USED
Sets to code for "highest" serv info.

See Also:
Constant Field Values

AR_DEBUG_SERVER_NONE

public 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

public 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

public 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

public 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

public 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

public static final int AR_DEBUG_SERVER_API
Bitmask indicating the type of logging (API) to set.

See Also:
Constant Field Values

AR_DEBUG_THREAD

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_DEBUG_SERVER_PLUGIN
Bitmask indicating the type of logging (plug-in service) to set.

See Also:
Constant Field Values

AR_SUBMITTER_MODE_LOCKED

public static final int AR_SUBMITTER_MODE_LOCKED
Submitter mode locked at create.

See Also:
Constant Field Values

AR_SUBMITTER_MODE_CHANGEABLE

public static final int AR_SUBMITTER_MODE_CHANGEABLE
Submitter mode changeable after create.

See Also:
Constant Field Values

AR_SAVE_LOGIN_USER_OPTION

public 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

public 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

public 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

public static final int AR_CASE_SENSITIVE_YES
RDBMS is case sensitive.

See Also:
Constant Field Values

AR_CASE_SENSITIVE_NO

public static final int AR_CASE_SENSITIVE_NO
RDBMS is case insensitive.

See Also:
Constant Field Values

AR_PREF_SERVER_USER_OPTION

public static final int AR_PREF_SERVER_USER_OPTION
See Also:
Constant Field Values

AR_PREF_SERVER_USE_THIS_SERVER

public static final int AR_PREF_SERVER_USE_THIS_SERVER
See Also:
Constant Field Values

AR_PREF_SERVER_USE_NOT_THIS_SERVER

public static final int AR_PREF_SERVER_USE_NOT_THIS_SERVER
See Also:
Constant Field Values

AR_SERVER_STAT_START_TIME

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_SERVER_STAT_NUM_THREADS
Total number of threads in queue.

See Also:
Constant Field Values

AR_MAX_SERVER_STAT_USED

public static final int AR_MAX_SERVER_STAT_USED
Set to code for "highest" server statistics.

See Also:
Constant Field Values

AR_FULLTEXTINFO_COLLECTION_DIR

public 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

public 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

public 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

public 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

public 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

public static final int AR_FULLTEXTINFO_FTS_MATCH_OP
Indicates type of FTS match operation.

See Also:
Constant Field Values

AR_FULLTEXTINFO_HOMEDIR

public static final int AR_FULLTEXTINFO_HOMEDIR
Sets FTS home directory.

See Also:
Constant Field Values

AR_FULLTEXTINFO_DEBUG

public static final int AR_FULLTEXTINFO_DEBUG
Sets FTS debugging.

See Also:
Constant Field Values

AR_MAX_FULLTEXT_INFO_USED

public static final int AR_MAX_FULLTEXT_INFO_USED
Valid "highest" FTS tag.

See Also:
Constant Field Values

AR_FULLTEXT_REINDEX

public static final int AR_FULLTEXT_REINDEX
Reindex the FTS collection.

See Also:
Constant Field Values

AR_CASE_SENSITIVE_SEARCH

public static final int AR_CASE_SENSITIVE_SEARCH
Full Text Search case sensitive searching.

See Also:
Constant Field Values

AR_CASE_INSENSITIVE_SEARCH

public static final int AR_CASE_INSENSITIVE_SEARCH
Full Text Search case insensitive searching.

See Also:
Constant Field Values

AR_FULLTEXT_STATE_OFF

public static final int AR_FULLTEXT_STATE_OFF
Turn FTS operations off.

See Also:
Constant Field Values

AR_FULLTEXT_STATE_ON

public static final int AR_FULLTEXT_STATE_ON
Turn FTS operations on.

See Also:
Constant Field Values

AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_TIMEMARK_ALL
Used in escalation interval time criteria.

See Also:
Constant Field Values

AR_TIMEMARK_NOTFOUND

public static final int AR_TIMEMARK_NOTFOUND
Used in escalation interval time criteria.

See Also:
Constant Field Values

AR_TIMEMARK_END_OF_MONTH

public static final int AR_TIMEMARK_END_OF_MONTH
Defines end of month as 31 days.

See Also:
Constant Field Values

AR_ESCALATION_TYPE_INTERVAL

public 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

public 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

public static final int AR_LONGVALUE_TYPE_HELPTEXT
Help text field.

See Also:
Constant Field Values

AR_LONGVALUE_TYPE_CHANGEDIARY

public static final int AR_LONGVALUE_TYPE_CHANGEDIARY
Change diary field.

See Also:
Constant Field Values

AR_MAX_TABLENAME_SIZE

public static final int AR_MAX_TABLENAME_SIZE
Maximum external table name size.

See Also:
Constant Field Values

AR_FIELD_NONE

public static final int AR_FIELD_NONE
NULL field.

See Also:
Constant Field Values

AR_FIELD_REGULAR

public static final int AR_FIELD_REGULAR
Specifies type of field in a base schema.

See Also:
Constant Field Values

AR_FIELD_JOIN

public static final int AR_FIELD_JOIN
Specifies type of field in a join schema.

See Also:
Constant Field Values

AR_FIELD_VIEW

public static final int AR_FIELD_VIEW
Specifies type of field in a view schema.

See Also:
Constant Field Values

AR_FIELD_VENDOR

public static final int AR_FIELD_VENDOR
Specifies type of field in a vendor schema.

See Also:
Constant Field Values

AR_FIELD_CLEAN_DELETE

public 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

public 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

public 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_LOCK_BLOCK_DELETE

public 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_FIELD_MAPPING_PRIMARY

public static final int AR_FIELD_MAPPING_PRIMARY
Primary schema in a join.

See Also:
Constant Field Values

AR_FIELD_MAPPING_SECONDARY

public static final int AR_FIELD_MAPPING_SECONDARY
Secondary schema in a join.

See Also:
Constant Field Values

AR_SCHEMA_NONE

public static final int AR_SCHEMA_NONE
NULL schema.

See Also:
Constant Field Values

AR_SCHEMA_REGULAR

public static final int AR_SCHEMA_REGULAR
Base schema in CompoundSchemaInfo.

See Also:
Constant Field Values

AR_SCHEMA_JOIN

public static final int AR_SCHEMA_JOIN
Join schema (has two base schemas) in CompoundSchemaInfo.

See Also:
Constant Field Values

AR_SCHEMA_VIEW

public static final int AR_SCHEMA_VIEW
View schema, has one base schema, in CompoundSchemaInfo.

See Also:
Constant Field Values

AR_SCHEMA_DIALOG

public static final int AR_SCHEMA_DIALOG
Display-only schema in join (contains only display-only fields) in CompoundSchemaInfo.

See Also:
Constant Field Values

AR_SCHEMA_VENDOR

public static final int AR_SCHEMA_VENDOR
Vendor schema in CompoundSchemaInfo.

See Also:
Constant Field Values

AR_SCHEMA_MAX_SCHEMA_TYPE

public static final int AR_SCHEMA_MAX_SCHEMA_TYPE
List the maximum type of schema.

See Also:
Constant Field Values

AR_LIST_SCHEMA_ALL

public 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

public static final int AR_LIST_SCHEMA_REGULAR
Retrieve all base forms.

See Also:
Constant Field Values

AR_LIST_SCHEMA_JOIN

public static final int AR_LIST_SCHEMA_JOIN
Retrieves list of all join schemas.

See Also:
Constant Field Values

AR_LIST_SCHEMA_VIEW

public static final int AR_LIST_SCHEMA_VIEW
Retrieves list of all view schemas.

See Also:
Constant Field Values

AR_LIST_SCHEMA_UPLINK

public 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

public 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

public 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

public 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

public static final int AR_LIST_SCHEMA_VENDOR
Retrieve list of all vendor schema.

See Also:
Constant Field Values

AR_HIDDEN_INCREMENT

public 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

public static final int AR_ATTRIB_NONE
Object is visible. Same as AR_ATTRIB_VISIBLE.

See Also:
Constant Field Values

AR_ATTRIB_VISIBLE

public static final int AR_ATTRIB_VISIBLE
Default attribute is visible. Same as AR_ATTRIB_NONE.

See Also:
Constant Field Values

AR_ATTRIB_HIDDEN

public static final int AR_ATTRIB_HIDDEN
Hidden attribute for AR System objects.

See Also:
Constant Field Values

AR_JOIN_OPTION_NONE

public static final int AR_JOIN_OPTION_NONE
No join option.

See Also:
Constant Field Values

AR_JOIN_OPTION_OUTER

public static final int AR_JOIN_OPTION_OUTER
Outer join.

See Also:
Constant Field Values

AR_JOIN_SETOPTION_NONE

public 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

public 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

public 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

public 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_SCHEMA_CLEAN_DELETE

public 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

public 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

public 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_SUPPORT_FILE_NONE

public 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

public 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

public static final int AR_DISPLAY_TYPE_NONE
No display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_TEXT

public static final int AR_DISPLAY_TYPE_TEXT
Character is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_NUMTEXT

public static final int AR_DISPLAY_TYPE_NUMTEXT
Numeric is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_CHECKBOX

public static final int AR_DISPLAY_TYPE_CHECKBOX
Radio-button is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_CHOICE

public static final int AR_DISPLAY_TYPE_CHOICE
Drop-down list is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_BUTTON

public static final int AR_DISPLAY_TYPE_BUTTON
Button is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_TYPE_TRIM

public static final int AR_DISPLAY_TYPE_TRIM
Trim is display type for field.

See Also:
Constant Field Values

AR_DISPLAY_OPT_VISIBLE

public 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

public 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

public 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

public static final int AR_DISPLAY_LABEL_TOP
Label is positioned above the field.

See Also:
Constant Field Values

ARCON_ALL

public static final int ARCON_ALL
Container for all objects (guides, applications, and packing lists).

See Also:
Constant Field Values

ARCON_GUIDE

public static final int ARCON_GUIDE
Container for guides.

See Also:
Constant Field Values

ARCON_APP

public static final int ARCON_APP
Container for applications.

See Also:
Constant Field Values

ARCON_PACK

public static final int ARCON_PACK
Container for packing lists.

See Also:
Constant Field Values

ARCON_FILTER_GUIDE

public static final int ARCON_FILTER_GUIDE
Container for filters.

See Also:
Constant Field Values

ARCON_WEBSERVICE

public static final int ARCON_WEBSERVICE
Web service container

See Also:
Constant Field Values

ARCON_LAST_RESERVED

public static final int ARCON_LAST_RESERVED
AR System reserved container type.

See Also:
Constant Field Values

ARREF_NONE

public static final int ARREF_NONE
No reference in container.

See Also:
Constant Field Values

ARREF_ALL

public static final int ARREF_ALL
All reference types in container.

See Also:
Constant Field Values

ARREF_SCHEMA

public static final int ARREF_SCHEMA
Reference to a schema in container.

See Also:
Constant Field Values

ARREF_FILTER

public static final int ARREF_FILTER
Reference to a filter in container.

See Also:
Constant Field Values

ARREF_ESCALATION

public static final int ARREF_ESCALATION
Reference to an escalation in container.

See Also:
Constant Field Values

ARREF_ACTLINK

public static final int ARREF_ACTLINK
Reference to an active link in container.

See Also:
Constant Field Values

ARREF_CONTAINER

public static final int ARREF_CONTAINER
No reference in container.

See Also:
Constant Field Values

ARREF_CHAR_MENU

public static final int ARREF_CHAR_MENU
Reference to a container in container.

See Also:
Constant Field Values

ARREF_LAST_SERVER_OBJ

public static final int ARREF_LAST_SERVER_OBJ
Reference to last server object reference type.

See Also:
Constant Field Values

ARREF_ICON

public static final int ARREF_ICON
Reference to an icon in container.

See Also:
Constant Field Values

ARREF_SMALL_ICON

public static final int ARREF_SMALL_ICON
Reference to a small icon in container.

See Also:
Constant Field Values

ARREF_MAXIMIZE_FORMS

public 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

public 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

public static final int ARREF_ABOUT_BOX_IMAGE
Reference to an About box image in container.

See Also:
Constant Field Values

ARREF_ABOUT_BOX_FORM

public static final int ARREF_ABOUT_BOX_FORM
Reference to an About box form in container.

See Also:
Constant Field Values

ARREF_NULL_STRING

public static final int ARREF_NULL_STRING
Reference to a null string in container.

See Also:
Constant Field Values

ARREF_APPLICATION_HELP_EXT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP
(boolean)

See Also:
Constant Field Values

ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD

public static final int ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD
(character string)

See Also:
Constant Field Values

ARREF_PACKINGLIST_DSOPOOL

public 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

public 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

public static final int ARREF_WS_PROPERTIES
XML string that refers to miscellaneous properties of web services.

See Also:
Constant Field Values

ARREF_WS_OPERATION

public 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

public 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

public static final int ARREF_WS_WSDL
WSDL for web services.

See Also:
Constant Field Values

ARREF_PACKINGLIST_WEBSERVICE

public 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

public 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

public 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

public static final int ARREF_ENTRYPOINT_ORDER
Listing order of the entry point

See Also:
Constant Field Values

ARREF_ENTRYPOINT_START_ACTLINK

public 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

public 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

public 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

public static final int ARREF_ENCAPSULATED_APP_DATA
(integer) Application data identifier

See Also:
Constant Field Values

ARREF_APP_ADD_FORMACTION_FIELDS

public 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

public 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

public 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

public static final int ARREF_APP_OBJECT_VERSION
(integer) Application object version

See Also:
Constant Field Values

ARREF_APP_PACKING_LISTS

public static final int ARREF_APP_PACKING_LISTS
(integer) Packing lists in the app

See Also:
Constant Field Values

ARREF_APP_DATA_MERGE_IMP_QUAL

public 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

public 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

public static final int ARREF_LAST_RESERVED
Last AR System reserved reference type.

See Also:
Constant Field Values

ARREF_DATA_ARSREF

public static final int ARREF_DATA_ARSREF
AR System reference data.

See Also:
Constant Field Values

ARREF_DATA_EXTREF

public static final int ARREF_DATA_EXTREF
External reference data.

See Also:
Constant Field Values

ARCONOWNER_NONE

public static final int ARCONOWNER_NONE
The container is globally owned.

See Also:
Constant Field Values

ARCONOWNER_ALL

public static final int ARCONOWNER_ALL
All containers, owned and unowned ones.

See Also:
Constant Field Values

ARCONOWNER_SCHEMA

public static final int ARCONOWNER_SCHEMA
Owner object is a schema.

See Also:
Constant Field Values

ARMAX_CON_LABEL_LEN

public 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

public 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

public static final int AR_SIGNAL_CONFIG_CHANGED
Reread the configuration file.

See Also:
Constant Field Values

AR_SIGNAL_GROUP_CACHE_CHANGED

public static final int AR_SIGNAL_GROUP_CACHE_CHANGED
Read the group info and cache.

See Also:
Constant Field Values

AR_SIGNAL_LICENSE_CHANGED

public static final int AR_SIGNAL_LICENSE_CHANGED
Read the license information.

See Also:
Constant Field Values

AR_WRITE_TO_FILE

public static final int AR_WRITE_TO_FILE
Logs to a file.

See Also:
Constant Field Values

AR_WRITE_TO_STATUS_LIST

public 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

public static final int AR_WORKFLOW_CONN_SCHEMA_LIST
Workflow associated with a list of schemas.

See Also:
Constant Field Values

AR_QUALCONTEXT_DEFAULT

public static final int AR_QUALCONTEXT_DEFAULT
Default value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification.

See Also:
Constant Field Values

AR_QUALCONTEXT_ACTIVE_LINK

public static final int AR_QUALCONTEXT_ACTIVE_LINK
Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from an active link.

See Also:
Constant Field Values

AR_QUALCONTEXT_FILTER

public static final int AR_QUALCONTEXT_FILTER
Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from a filter.

See Also:
Constant Field Values

AR_QUALCONTEXT_ESCALATION

public static final int AR_QUALCONTEXT_ESCALATION
Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from an escalation.

See Also:
Constant Field Values

AR_QUALCONTEXT_MENU_DEFS

public static final int AR_QUALCONTEXT_MENU_DEFS
Value for ARGetQualifierString and ARGetQualifier in Util class used to parse a qualification from a search menu.

See Also:
Constant Field Values

AR_SESS_CHUNK_RESPONSE_SIZE

public static final int AR_SESS_CHUNK_RESPONSE_SIZE
Maximum size of a single response.

See Also:
Constant Field Values

AR_SESS_TIMEOUT_NORMAL

public static final int AR_SESS_TIMEOUT_NORMAL
Timeout for normal operations.

See Also:
Constant Field Values

AR_SESS_TIMEOUT_LONG

public static final int AR_SESS_TIMEOUT_LONG
Timeout for long operations.

See Also:
Constant Field Values

AR_SESS_TIMEOUT_XLONG

public static final int AR_SESS_TIMEOUT_XLONG
Timeout for extra long operations.

See Also:
Constant Field Values

AR_SESS_LOCK_TO_SOCKET_NUMBER

public static final int AR_SESS_LOCK_TO_SOCKET_NUMBER
Socket number to lock to.

See Also:
Constant Field Values

AR_SESS_POOLED

public static final int AR_SESS_POOLED
Flag that indicates if session is pooled.

See Also:
Constant Field Values

AR_SESS_CLIENT_TYPE

public 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

public 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

public static final int AR_SESS_OVERRIDE_PREV_IP
Indicates that session can be overriden.

See Also:
Constant Field Values

AR_SESS_API_CMD_LOG

public 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

public 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

public 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

public 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

public 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

public 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_MAX_RESERVED_FIELD_ID

public 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

public static final long AR_RESERV_WEIGHT
Reserved display only field - weight.

See Also:
Constant Field Values

AR_RESERV_FTS_FORM_SEARCH

public static final long AR_RESERV_FTS_FORM_SEARCH
Reserved display only field - full text form search.

See Also:
Constant Field Values

AR_LIKE_ID

public static final long AR_LIKE_ID
Reserved for Push/Set Like Field ID.

See Also:
Constant Field Values

AR_SET_DEFAULTS_ID

public static final long AR_SET_DEFAULTS_ID
Reserved for Set Field Defaults on OpenWindow action.

See Also:
Constant Field Values

AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN

public 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

public 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

public static final long AR_RESERV_SEARCH_PREF_NAME
Search Name

See Also:
Constant Field Values

AR_RESERV_SEARCH_PREF_USER

public static final long AR_RESERV_SEARCH_PREF_USER
User this search belongs to

See Also:
Constant Field Values

AR_RESERV_SEARCH_PREF_QUALIFICATION

public static final long AR_RESERV_SEARCH_PREF_QUALIFICATION
search criteria

See Also:
Constant Field Values

AR_RESERV_SEARCH_PREF_FORM

public static final long AR_RESERV_SEARCH_PREF_FORM
form this search is associated with

See Also:
Constant Field Values

AR_RESERV_SEARCH_PREF_DISABLE

public static final long AR_RESERV_SEARCH_PREF_DISABLE
enabled/disabled state of this search

See Also:
Constant Field Values

AR_RESERV_SEARCH_PREF_TYPE

public 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

public static final long AR_RESERV_SEARCH_PREF_SERVER
server on which the associated form resides

See Also:
Constant Field Values

AR_RESERV_MENU_MIN

public 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

public static final long AR_RESERV_MENU_MODIFYALL
Reserved field id for Modify All selection.

See Also:
Constant Field Values

AR_RESERV_MENU_DELETE

public static final long AR_RESERV_MENU_DELETE
Reserved field id for Delete selection.

See Also:
Constant Field Values

AR_RESERV_MENU_PREFERENCES

public static final long AR_RESERV_MENU_PREFERENCES
Reserved field id for Preferences selection.

See Also:
Constant Field Values

AR_RESERV_MENU_MENU

public static final long AR_RESERV_MENU_MENU
Reserved field id for Menu selection.

See Also:
Constant Field Values

AR_RESERV_MENU_TOOLBAR

public static final long AR_RESERV_MENU_TOOLBAR
Reserved field id for Toolbar selection.

See Also:
Constant Field Values

AR_RESERV_MENU_APPLY

public static final long AR_RESERV_MENU_APPLY
Reserved field id for Apply selection.

See Also:
Constant Field Values

AR_RESERV_MENU_POLLING

public static final long AR_RESERV_MENU_POLLING
Reserved field id for Polling selection.

See Also:
Constant Field Values

AR_RESERV_MENU_REPORTING

public static final long AR_RESERV_MENU_REPORTING
Reserved field id for Reporting selection.

See Also:
Constant Field Values

AR_RESERV_MENU_PRINT

public static final long AR_RESERV_MENU_PRINT
Reserved field id for Print selection.

See Also:
Constant Field Values

AR_RESERV_MENU_CLEARALL

public static final long AR_RESERV_MENU_CLEARALL
Reserved field id for Clear All selection.

See Also:
Constant Field Values

AR_RESERV_MENU_SETDEFAULT

public static final long AR_RESERV_MENU_SETDEFAULT
Reserved field id for Set Default selection.

See Also:
Constant Field Values

AR_RESERV_MENU_SEARCH

public static final long AR_RESERV_MENU_SEARCH
Reserved field id for Search selection.

See Also:
Constant Field Values

AR_RESERV_MENU_NEW_SEARCH

public 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

public 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

public 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

public static final long AR_RESERV_MENU_HOME
Reserved field id for Home selection.

See Also:
Constant Field Values

AR_RESERV_MENU_HELP

public static final long AR_RESERV_MENU_HELP
Reserved field id for Help selection.

See Also:
Constant Field Values

AR_RESERV_MENU_ADVANCED_SEARCH

public static final long AR_RESERV_MENU_ADVANCED_SEARCH
Reserved field id for Advanced Search selection.

See Also:
Constant Field Values

AR_RESERV_MENU_LOGOUT

public static final long AR_RESERV_MENU_LOGOUT
Reserved field id for Logout selection.

See Also:
Constant Field Values

AR_RESERV_MENU_SAVED_SEARCH

public static final long AR_RESERV_MENU_SAVED_SEARCH
Reserved field id for saved search.

See Also:
Constant Field Values

AR_RESERV_ALERT_FORM

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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

public static final long 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_GROUP_LIST

public static final long AR_RESERV_GROUP_LIST
Field 104 (group list field).

See Also:
Constant Field Values

AR_RESERV_ASSIGNED_GROUP

public static final long AR_RESERV_ASSIGNED_GROUP
Field 112 (row level access).

See Also:
Constant Field Values

AR_GROUP_ID_PUBLIC

public static final long AR_GROUP_ID_PUBLIC
See Also:
Constant Field Values

AR_GROUP_ID_ADMINISTRATOR

public static final long AR_GROUP_ID_ADMINISTRATOR
See Also:
Constant Field Values

AR_GROUP_ID_CUSTOMIZE

public static final long AR_GROUP_ID_CUSTOMIZE
See Also:
Constant Field Values

AR_GROUP_ID_SUBMITTER

public static final long AR_GROUP_ID_SUBMITTER
See Also:
Constant Field Values

AR_GROUP_ID_ASSIGNEE

public static final long AR_GROUP_ID_ASSIGNEE
See Also:
Constant Field Values

AR_GROUP_ID_SUB_ADMINISTRATOR

public static final long AR_GROUP_ID_SUB_ADMINISTRATOR
See Also:
Constant Field Values

AR_GROUP_ID_FLASH_ADMIN

public static final long AR_GROUP_ID_FLASH_ADMIN
See Also:
Constant Field Values

AR_GROUP_ID_ASSIGNEE_GROUP

public static final long AR_GROUP_ID_ASSIGNEE_GROUP
See Also:
Constant Field Values

AR_RESERV_GROUP_DYNAMIC_MIN

public 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

public 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_ROLE_MAPPING_STATE_MIN

public 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

public 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_FORM_ACTION_SUBMIT

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final long AR_RESERV_FORM_ACTION_SAVEDSEARCHES
Saved Searches

See Also:
Constant Field Values

AR_RESERV_FORM_RESULTS_LIST

public 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

public 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_HOMEPAGE_FIELD

public static final long AR_RESERV_HOMEPAGE_FIELD
Id for home page field

See Also:
Constant Field Values

AR_RESERV_HOMEPAGE_SUBSET

public static final long AR_RESERV_HOMEPAGE_SUBSET
Id to subset what's displayed in App List

See Also:
Constant Field Values

AR_LOCAL_TEXT_SYSTEM_MESSAGE

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public static final int AR_VUI_TYPE_NONE
No VUI type.

See Also:
Constant Field Values

AR_VUI_TYPE_WINDOWS

public static final int AR_VUI_TYPE_WINDOWS
VUI type for window views.

See Also:
Constant Field Values

AR_VUI_TYPE_STANDARD

public static final int AR_VUI_TYPE_STANDARD
VUI type for standard views.

See Also:
Constant Field Values

AR_VUI_TYPE_WEB

public static final int AR_VUI_TYPE_WEB
VUI type for web views.

See Also:
Constant Field Values

AR_VUI_TYPE_WEB_ABS_POS

public 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

public static final int AR_VUI_TYPE_WIRELESS
VUI type for wireless views.

See Also:
Constant Field Values

AR_VUI_TYPE_WEB_AUTOGEN

public 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

public 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

public static final int AR_CLIENT_TYPE_UNKNOWN
Unknown client type

See Also:
Constant Field Values

AR_CLIENT_TYPE_PRE_50

public static final int AR_CLIENT_TYPE_PRE_50
Pre-5.0 AR System clients

See Also:
Constant Field Values

AR_CLIENT_TYPE_WAT

public static final int AR_CLIENT_TYPE_WAT
Remedy Administrator

See Also:
Constant Field Values

AR_CLIENT_TYPE_WUT

public static final int AR_CLIENT_TYPE_WUT
Remedy User

See Also:
Constant Field Values

AR_CLIENT_TYPE_WIP

public static final int AR_CLIENT_TYPE_WIP
Remedy Import

See Also:
Constant Field Values

AR_CLIENT_TYPE_DSO

public static final int AR_CLIENT_TYPE_DSO
Distributed Server Option

See Also:
Constant Field Values

AR_CLIENT_TYPE_ODBC

public static final int AR_CLIENT_TYPE_ODBC
AR ODBC used in reporting

See Also:
Constant Field Values

AR_CLIENT_TYPE_APPROVAL

public static final int AR_CLIENT_TYPE_APPROVAL
Approval Server

See Also:
Constant Field Values

AR_CLIENT_TYPE_WEB_SERVER

public static final int AR_CLIENT_TYPE_WEB_SERVER
AR Web Server

See Also:
Constant Field Values

AR_CLIENT_TYPE_MID_TIER

public 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

public static final int AR_CLIENT_TYPE_PALM_PILOT
Palm Pilot

See Also:
Constant Field Values

AR_CLIENT_TYPE_FLASHBOARDS

public static final int AR_CLIENT_TYPE_FLASHBOARDS
Flashboard

See Also:
Constant Field Values

AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER

public static final int AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER
Flashboard Mid Tier

See Also:
Constant Field Values

AR_CLIENT_TYPE_EIE

public static final int AR_CLIENT_TYPE_EIE
Enterprise Integration Engine

See Also:
Constant Field Values

AR_CLIENT_TYPE_RELOAD

public static final int AR_CLIENT_TYPE_RELOAD
arreload

See Also:
Constant Field Values

AR_CLIENT_TYPE_CACHE

public static final int AR_CLIENT_TYPE_CACHE
arcache

See Also:
Constant Field Values

AR_CLIENT_TYPE_DIST

public static final int AR_CLIENT_TYPE_DIST
ardist

See Also:
Constant Field Values

AR_CLIENT_TYPE_RUN_MACRO

public static final int AR_CLIENT_TYPE_RUN_MACRO
Run Macro

See Also:
Constant Field Values

AR_CLIENT_TYPE_MAIL

public 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

public static final int AR_CLIENT_TYPE_IMPORT_CMD
Command line import tool

See Also:
Constant Field Values

AR_CLIENT_TYPE_REPORT_PLUGIN

public static final int AR_CLIENT_TYPE_REPORT_PLUGIN
Report creator plugin

See Also:
Constant Field Values

AR_CLIENT_TYPE_ALERT

public static final int AR_CLIENT_TYPE_ALERT
Remedy Alert

See Also:
Constant Field Values

AR_CLIENT_TYPE_MAIL_DAEMON

public static final int AR_CLIENT_TYPE_MAIL_DAEMON
New Remedy Email Engine, NOT armaild

See Also:
Constant Field Values

AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER

public static final int AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER
BMC SIM Publishing server

See Also:
Constant Field Values

AR_CLIENT_TYPE_SIM_SME

public static final int AR_CLIENT_TYPE_SIM_SME
BMC SIM Service Model Editor

See Also:
Constant Field Values

AR_CLIENT_TYPE_WEBSERVICE

public static final int AR_CLIENT_TYPE_WEBSERVICE
Webservice client type (ARServer awared)

See Also:
Constant Field Values

AR_CLIENT_TYPE_END_OF_PRODUCT

public 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

public static final int AR_CLIENT_TYPE_UNPRODUCTIZED_START
AR System client unproductized start

See Also:
Constant Field Values

AR_CLIENT_TYPE_DRIVER

public static final int AR_CLIENT_TYPE_DRIVER
Driver

See Also:
Constant Field Values

AR_CLIENT_TYPE_DISPATCHER

public static final int AR_CLIENT_TYPE_DISPATCHER
Dispatcher, acting as a distributor of application

See Also:
Constant Field Values

AR_CLIENT_TYPE_HELP

public static final int AR_CLIENT_TYPE_HELP
arhelp

See Also:
Constant Field Values

AR_CLIENT_TYPE_JANITOR

public static final int AR_CLIENT_TYPE_JANITOR
arjanitor

See Also:
Constant Field Values

AR_CLIENT_TYPE_MENU

public static final int AR_CLIENT_TYPE_MENU
armenu

See Also:
Constant Field Values

AR_CLIENT_TYPE_STRUCT

public static final int AR_CLIENT_TYPE_STRUCT
arstruct

See Also:
Constant Field Values

AR_CLIENT_TYPE_TEXT

public static final int AR_CLIENT_TYPE_TEXT
artext

See Also:
Constant Field Values

AR_CLIENT_TYPE_SQLED

public static final int AR_CLIENT_TYPE_SQLED
arsqled

See Also:
Constant Field Values

AR_CLIENT_TYPE_CHANGE_SEL

public static final int AR_CLIENT_TYPE_CHANGE_SEL
archgsel

See Also:
Constant Field Values

AR_CLIENT_TYPE_CHANGE_ID

public static final int AR_CLIENT_TYPE_CHANGE_ID
archgid

See Also:
Constant Field Values

AR_CLIENT_TYPE_END_OF_RESERVED_RANGE

public 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

public 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

public 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

public 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

public 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

public static final int AR_LOCK_TYPE_NONE
Lock type to export the objects as unlocked

See Also:
Constant Field Values

AR_LOCK_TYPE_READONLY

public 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

public 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

public static final int AR_LOCK_TYPE_MIN
Lock type minimum for the lock level range

See Also:
Constant Field Values

AR_LOCK_TYPE_MAX

public static final int AR_LOCK_TYPE_MAX
Lock type maximum for the lock level range

See Also:
Constant Field Values

AR_RESERVED1_SERVER_TYPE

public static final java.lang.String AR_RESERVED1_SERVER_TYPE
Name of Remedy Flashboards license

See Also:
Constant Field Values

AR_APP_TYPE_LOCAL

public static final int AR_APP_TYPE_LOCAL
Local application type

See Also:
Constant Field Values

AR_APP_TYPE_DISTRIBUTABLE

public static final int AR_APP_TYPE_DISTRIBUTABLE
Deployable application type.

See Also:
Constant Field Values

AR_BULK_ENTRY_CREATE

public static final int AR_BULK_ENTRY_CREATE
Entry creation bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_SET

public static final int AR_BULK_ENTRY_SET
Entry modification bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_DELETE

public static final int AR_BULK_ENTRY_DELETE
Entry deletion bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_MERGE

public static final int AR_BULK_ENTRY_MERGE
Entry merging bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_XMLCREATE

public static final int AR_BULK_ENTRY_XMLCREATE
XML entry creation bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_XMLSET

public static final int AR_BULK_ENTRY_XMLSET
XML entry modification bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_XMLDELETE

public static final int AR_BULK_ENTRY_XMLDELETE
XML entry deletion bulk entry call type

See Also:
Constant Field Values

AR_BULK_ENTRY_ACTION_SEND

public 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

public 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

7.0 Action Request System Java API