function.documentation_appian_internal.unnamedType=[Unnamed Type] function.documentation_appian_internal.listOfUnnamedType=List of [Unnamed Type] systemrules.addadminstogroup.description=Adds administrators to a group. This function will only execute inside a saveInto or a Web API. systemrules.addadminstogroup.parameter.group=The selected users will be added as administrators to this group. systemrules.addadminstogroup.parameter.newadministrators=The users that will be added as administrators. systemrules.addadminstogroup.parameter.onsuccess=A list of saves or an HTTP response to execute when the smart service executed successfully. Created with a!save() or a!httpResponse(). systemrules.addadminstogroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.addmemberstogroup.description=Adds members to a group. This function will only execute inside a saveInto or a Web API. systemrules.addmemberstogroup.parameter.group=The selected users and groups will be added as members to this group. systemrules.addmemberstogroup.parameter.newmembers=The users and groups that will be added as members. systemrules.addmemberstogroup.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.addmemberstogroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.applycomponents.description=NOTE: The new looping function a!forEach() does everything a!applyComponents() does but with easier syntax, better null handling, and streamlined support of SAIL components. | a!applyComponents() calls a rule for each item in an array and returns an array of the results. systemrules.applycomponents.parameter.function=Rule to call on each item in the array. systemrules.applycomponents.parameter.array=Array of items to pass as parameters to the function. Use merge() to pass multiple arrays. systemrules.applycomponents.parameter.arrayvariable=An uninitialized load variable. This parameter is optional and only needed if additions or removals are being made to the "array" parameter in a SAIL interface, in which case equivalent operations must be made to the array created in this variable by a!applyComponents(). systemrules.areachartconfig.description=Contains configuration for how to display data in an area chart. systemrules.areachartconfig.parameter.primarygrouping=Defines the field labels to display on the axis in the chart, configured using a!grouping(). systemrules.areachartconfig.parameter.secondarygrouping=Defines the field labels to display in the series of stacked or overlapping data points in the chart, configured using a!grouping() systemrules.areachartconfig.parameter.measures=Defines the numerical calculations for data in the chart, configured using a!measure(). If no measure is provided, a count of records shows as the measurement in the chart. systemrules.areachartconfig.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.areachartconfig.parameter.datalimit=Maximum number of data points to display on the chart. Default: 100. Valid values: 1-5000. systemrules.areachartconfig.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.areachartconfig.parameter.showintervalswithnodata=Determines whether the axis in the chart displays date or time values that do not have a value associated with them. For example, show January, February, and March, even if February has no data. This parameter is only available when a Date, Time, or Date and Time field is used as the primary grouping. Default: false. systemrules.areachartfield.description=Displays a series of numerical data as points connected by lines with the area between the line and axis shaded. Use an area chart to visualize trends over time and compare multiple values. If specific values are more important than the trend, consider using a column chart. See [documentation](links.docs.systemrules.areachartfield.doc) for more details. systemrules.areachartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.areachartfield.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!areaChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.areachartfield.parameter.label=Text to display as the field label. systemrules.areachartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.areachartfield.parameter.instructions=Supplemental text about this field. systemrules.areachartfield.parameter.categories=Text, Date, or Date and Time array to display on the x-axis below each data point. If you are using an array of Date or Date and Time, make sure the data is sorted prior to using it as a category. systemrules.areachartfield.parameter.series=Array of data series created with a!chartSeries(). systemrules.areachartfield.parameter.xaxistitle=Title for the independent (horizontal) axis. systemrules.areachartfield.parameter.yaxistitle=Title for the dependent (vertical) axis. systemrules.areachartfield.parameter.yaxismax=Determines the maximum displayed point on the vertical axis. systemrules.areachartfield.parameter.yaxismin=Determines the minimum displayed point on the vertical axis. systemrules.areachartfield.parameter.stacking=Determines if series values display as stacked, or stacked to a height of 100% to show the contribution to the whole, or overlapping. Valid values: "NORMAL" (default), "PERCENT_TO_TOTAL", "NONE". systemrules.areachartfield.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.areachartfield.parameter.showdatalabels=Determines if data values are displayed next to each data point. Default: false. systemrules.areachartfield.parameter.showtooltips=Determines if a tooltip displays the data value for each data point. Default: true. systemrules.areachartfield.parameter.allowdecimalaxislabels=Allows dependent (vertical) values to display as decimal numbers instead of integers. Default: false. systemrules.areachartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.areachartfield.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.areachartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.areachartfield.parameter.connectnulls=Determines whether to connect an area across null points, or render a gap between the two points on either side of the null. Default: false. systemrules.areachartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.areachartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.areachartfield.parameter.height=Determines the chart height. Valid values: "MICRO", "SHORT", "MEDIUM" (default), "TALL". See the [documentation](links.docs.systemrules.charts.param.height) for guidance on using the MICRO size. systemrules.areachartfield.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.areachartfield.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.areachartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.areachartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.areachartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.areachartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.areachartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.areachartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.authorizationlink.description=Defines a link to authorize a user for a connected system that uses OAuth 2.0 Authorization Code. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.authorizationlink.parameter.label=Text associated with this link. systemrules.authorizationlink.parameter.connectedsystem=Connected system used to generate the authorization link. Provide the connected system value returned by an integration when the response indicates that the user needs to authorize. systemrules.authorizationlink.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.barchartconfig.description=Contains configuration for how to display data in a bar chart. systemrules.barchartconfig.parameter.primarygrouping=Defines the field labels to display on the axis in the chart, configured using a!grouping(). systemrules.barchartconfig.parameter.secondarygrouping=Defines the field labels to display in the stacking or grouped bars in the chart, configured using a!grouping(). systemrules.barchartconfig.parameter.measures=Defines the numerical calculations for data in the chart, configured using a!measure(). If no measure is provided, a count of records shows as the measurement in the chart. systemrules.barchartconfig.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.barchartconfig.parameter.datalimit=Maximum number of data points to display on the chart. Default: 100. Valid values: 1-5000. systemrules.barchartconfig.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.barchartconfig.parameter.showintervalswithnodata=Determines whether the axis in the chart displays date or time values that do not have a value associated with them. For example, show January, February, and March, even if February has no data. This parameter is only available when a Date, Time, or Date and Time field is used as the primary grouping. Default: false. systemrules.barchartfield_21r4.description=This is an older version of the a!barChartField() function. You can continue to use this version of the function by its new name: a!barchartfield_21r4(). The new version of a!barChartField() has new functionality. Displays numerical data as horizontal bars. Use a bar chart to display several values at the same point in time. See [documentation](links.docs.systemrules.barchartfield.doc) for more details. systemrules.barchartfield_21r4.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.barchartfield_21r4.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!barChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.barchartfield_21r4.parameter.label=Text to display as the field label. systemrules.barchartfield_21r4.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.barchartfield_21r4.parameter.instructions=Supplemental text about this field. systemrules.barchartfield_21r4.parameter.categories=Text to display on the x-axis next to each bar. systemrules.barchartfield_21r4.parameter.series=Array of data series created with a!chartSeries(). systemrules.barchartfield_21r4.parameter.xaxistitle=Title for the independent (vertical) axis. systemrules.barchartfield_21r4.parameter.yaxistitle=Title for the dependent (horizontal) axis. systemrules.barchartfield_21r4.parameter.yaxismax=Determines the maximum displayed point on the horizontal axis. systemrules.barchartfield_21r4.parameter.yaxismin=Determines the minimum displayed point on the horizontal axis. systemrules.barchartfield_21r4.parameter.stacking=Determines if series values display as separate bars or stacked within one bar. Valid values: "NONE" (default), "NORMAL", "PERCENT_TO_TOTAL". systemrules.barchartfield_21r4.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.barchartfield_21r4.parameter.showdatalabels=Determines if data values are displayed next to each bar. Default: false. systemrules.barchartfield_21r4.parameter.showtooltips=Determines if a tooltip displays the data value for a bar. Default: true. systemrules.barchartfield_21r4.parameter.allowdecimalaxislabels=Allows dependent (horizontal) values to display as decimal numbers instead of integers. Default: false. systemrules.barchartfield_21r4.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.barchartfield_21r4.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.barchartfield_21r4.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.barchartfield_21r4.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.barchartfield_21r4.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.barchartfield_21r4.parameter.height=Determines the chart height. Valid values: "MICRO", "SHORT", "MEDIUM", "TALL", "AUTO" (default). See the [documentation](links.docs.systemrules.charts.param.height) for guidance on using the MICRO size. systemrules.barchartfield_21r4.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.barchartfield_21r4.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.barchartfield_21r4.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.barchartfield_21r4.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.barchartfield_21r4.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.barchartfield_21r4.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.barchartfield_21r4.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.barchartfield.description=Displays numerical data as horizontal bars. Use a bar chart to display several values at the same point in time. See [documentation](links.docs.systemrules.barchartfield.doc) for more details. systemrules.barchartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.barchartfield.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!barChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.barchartfield.parameter.label=Text to display as the field label. systemrules.barchartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.barchartfield.parameter.instructions=Supplemental text about this field. systemrules.barchartfield.parameter.categories=Text to display on the x-axis next to each bar. systemrules.barchartfield.parameter.series=Array of data series created with a!chartSeries(). systemrules.barchartfield.parameter.xaxistitle=Title for the independent (vertical) axis. systemrules.barchartfield.parameter.yaxistitle=Title for the dependent (horizontal) axis. systemrules.barchartfield.parameter.yaxismax=Determines the maximum displayed point on the horizontal axis. systemrules.barchartfield.parameter.yaxismin=Determines the minimum displayed point on the horizontal axis. systemrules.barchartfield.parameter.stacking=Determines if series values display as separate bars or stacked within one bar. Valid values: "NONE" (default), "NORMAL", "PERCENT_TO_TOTAL". systemrules.barchartfield.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.barchartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.barchartfield.parameter.showdatalabels=Determines if data values are displayed next to each bar. Default: false. systemrules.barchartfield.parameter.showtooltips=Determines if a tooltip displays the data value for a bar. Default: true. systemrules.barchartfield.parameter.allowdecimalaxislabels=Allows dependent (horizontal) values to display as decimal numbers instead of integers. Default: false. systemrules.barchartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.barchartfield.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.barchartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.barchartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.barchartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.barchartfield.parameter.height=Determines the chart height. Valid values: "MICRO", "SHORT", "MEDIUM", "TALL", "AUTO" (default). See the [documentation](links.docs.systemrules.charts.param.height) for guidance on using the MICRO size. systemrules.barchartfield.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.barchartfield.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.barchartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.barchartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.barchartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.barchartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.barchartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.barcodefield.description=Displays and allows entry of a barcode using a barcode scanner or manually. See [documentation](links.docs.systemrules.barcodefield.doc) for more details. systemrules.barcodefield.parameter.label=Text to display as the field label. systemrules.barcodefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.barcodefield.parameter.instructions=Supplemental text about this field. systemrules.barcodefield.parameter.value=Text to display in the field. systemrules.barcodefield.parameter.saveinto=One or more variables that are updated with the text when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.barcodefield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.barcodefield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.barcodefield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.barcodefield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.barcodefield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.barcodefield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.barcodefield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.barcodefield.parameter.align=Determines alignment of the text value. Valid values: "LEFT" (default), "CENTER", "RIGHT". systemrules.barcodefield.parameter.acceptedtypes=Determines the types of barcodes that are accepted in the field. Null results in all types being accepted. Valid values: "CODE39", "CODE93", "CODE128", "DATAMATRIX", "EAN8", "EAN13", "PDF417", "QRCODE", "UPCA", "UPCE". systemrules.barcodefield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.barcodefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.barcodefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.barcodefield.parameter.masked=Determines if the value is obscured from view. Default: false. systemrules.barcodefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.billboardlayout_19r1.description=This is an older version of the a!billboardLayout function. You can continue to use this version of the function by its new name: a!billboardLayout_19r1. The new version of a!billboardLayout has new functionality. Displays a background color, image, or video with optional overlay content. See the [documentation](links.docs.systemrules.billboardlayout.doc) for guidance on choosing the best background image for your interface. systemrules.billboardlayout_19r1.parameter.backgroundmedia=Determines the background content. Takes priority over background color. Configure using a!documentImage, a!userImage, a!webImage, or a!webVideo. systemrules.billboardlayout_19r1.parameter.backgroundcolor=Determines the background color. When background media is also specified, the background color shows while media is loading or when background image is transparent. Must be a valid hex code. Default is #f0f0f0. systemrules.billboardlayout_19r1.parameter.overlaypositionbar=Determines where the bar overlay appears. Takes priority over column overlay. Valid values: "TOP", "MIDDLE", "BOTTOM" (default). systemrules.billboardlayout_19r1.parameter.overlaypositioncolumn=Determines where the column overlay appears. Ignored when a bar overlay is also specified. Valid values: "START", "CENTER", "END". systemrules.billboardlayout_19r1.parameter.overlaycolumnwidth=Determines the column overlay width. Ignored when a bar overlay is also specified. Valid values: "NARROW", "MEDIUM" (default), "WIDE". systemrules.billboardlayout_19r1.parameter.overlaystyle=Determines the overlay style. Valid values: "DARK" (default), "LIGHT", "NONE". systemrules.billboardlayout_19r1.parameter.overlaycontents=The interface to display on top of the background. Accepts layouts and display components. Supported layouts and components: Box, Button, Card, Columns, Image, Link, Milestone, Progress Bar, Rich Text, Section, Side By Side. systemrules.billboardlayout_19r1.parameter.height=Determines the layout height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.billboardlayout_19r1.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.billboardlayout_19r1.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.billboardlayout.description=Displays a background color, image, or video with optional overlay content. See the [documentation](links.docs.systemrules.billboardlayout.doc) for guidance on choosing the best background image for your interface. systemrules.billboardlayout.parameter.backgroundmedia=Determines the background content. Takes priority over background color. Configure using a!documentImage, a!userImage, a!webImage, or a!webVideo. systemrules.billboardlayout.parameter.backgroundmediapositionhorizontal=Determines the horizontal positioning of the billboard background media. Valid values: "LEFT", "CENTER" (default), "RIGHT". systemrules.billboardlayout.parameter.backgroundmediapositionvertical=Determines the vertical positioning of the billboard background media. Valid values: "TOP", "MIDDLE" (default), "BOTTOM". systemrules.billboardlayout.parameter.backgroundcolor=Determines the background color. When background media is also specified, the background color shows while media is loading or when background image is transparent. Must be a valid hex code. Default is #f0f0f0. systemrules.billboardlayout.parameter.overlay=Determines the overlay. Configure using a!columnOverlay, a!barOverlay, or a!fullOverlay. systemrules.billboardlayout.parameter.height=Determines the layout height. Valid values: "EXTRA_SHORT", "SHORT", "SHORT_PLUS", "MEDIUM" (default), "MEDIUM_PLUS", "TALL", "TALL_PLUS", "EXTRA_TALL", "AUTO". Auto renders as medium when no background media is set. systemrules.billboardlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.billboardlayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.billboardlayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.billboardlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.baroverlay.description=Displays a horizontal overlay for use in billboard layout. systemrules.baroverlay.parameter.position=Determines where the bar overlay appears. Valid values: "TOP", "MIDDLE", "BOTTOM" (default). systemrules.baroverlay.parameter.style=Determines the overlay style. Valid values: "DARK" (default), "SEMI_DARK", "NONE", "SEMI_LIGHT", "LIGHT". systemrules.baroverlay.parameter.showwhen=Determines whether the overlay is displayed on the interface. When set to false, the overlay is hidden and is not evaluated. Default: true. systemrules.baroverlay.parameter.contents=The interface to display in the overlay. Accepts layouts and display components. Supported layouts and components: Box, Button, Card, Columns, Image, Link, Milestone, Progress Bar, Record Action Field, Rich Text, Section, Side By Side. systemrules.baroverlay.parameter.padding=Determines the space between the overlay's edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.columnoverlay.description=Displays a vertical overlay for use in billboard layout. systemrules.columnoverlay.parameter.alignvertical=Determines vertical alignment of all content within the overlay. Valid values are "TOP" (default), "MIDDLE", and "BOTTOM". systemrules.columnoverlay.parameter.position=Determines where the column overlay appears. Valid values: "START" (default), "CENTER", "END". systemrules.columnoverlay.parameter.width=Determines the column overlay width. Valid values: "NARROW", "MEDIUM" (default), "WIDE". systemrules.columnoverlay.parameter.style=Determines the overlay style. Valid values: "DARK" (default), "SEMI_DARK", "NONE", "SEMI_LIGHT", "LIGHT". systemrules.columnoverlay.parameter.showwhen=Determines whether the overlay is displayed on the interface. When set to false, the overlay is hidden and is not evaluated. Default: true. systemrules.columnoverlay.parameter.contents=The interface to display in the overlay. Accepts layouts and display components. Supported layouts and components: Box, Button, Card, Columns, Image, Link, Milestone, Progress Bar, Record Action Field, Rich Text, Section, Side By Side. systemrules.columnoverlay.parameter.padding=Determines the space between the overlay's edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.fulloverlay.description=Displays a complete overlay for use in billboard layout. systemrules.fulloverlay.parameter.alignvertical=Determines vertical alignment of all content within the overlay. Valid values are "TOP" (default), "MIDDLE", and "BOTTOM". systemrules.fulloverlay.parameter.style=Determines the overlay style. Valid values: "DARK" (default), "SEMI_DARK", "NONE", "SEMI_LIGHT", "LIGHT". systemrules.fulloverlay.parameter.showwhen=Determines whether the overlay is displayed on the interface. When set to false, the overlay is hidden and is not evaluated. Default: true. systemrules.fulloverlay.parameter.contents=The interface to display in the overlay. Accepts layouts and display components. Supported layouts and components: Box, Button, Card, Columns, Image, Link, Milestone, Progress Bar, Record Action Field, Rich Text, Section, Side By Side. systemrules.fulloverlay.parameter.padding=Determines the space between the overlay's edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.boxlayout.description=Displays any arrangement of layouts and components within a box on an interface. See [documentation](links.docs.systemrules.boxlayout.doc) for more details. systemrules.boxlayout.parameter.label=Text to display as the box's title. systemrules.boxlayout.parameter.contents=Components and layouts to display within the box. systemrules.boxlayout.parameter.style=Determines the color of the label and box outline. Valid values: Any valid hex color or "STANDARD" (default), "ACCENT", "SUCCESS", "INFO", "WARN", "ERROR". systemrules.boxlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.boxlayout.parameter.iscollapsible=Determines if an expand/collapse control appears in the box header. Default: false. systemrules.boxlayout.parameter.isinitiallycollapsed=Determines if the box is collapsed when the interface first loads. Default: false. systemrules.boxlayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.boxlayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.boxlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.boxlayout.parameter.padding=Determines the space between the box edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS" (default), "STANDARD", "MORE", "EVEN_MORE". systemrules.boxlayout.parameter.shape=Determines the box shape. Valid values: "SQUARED" (default), "SEMI_ROUNDED", "ROUNDED". systemrules.boxlayout.parameter.showborder=Determines whether the layout has an outer border. Default: true. systemrules.boxlayout.parameter.showshadow=Determines whether the layout has an outer shadow. Default: false. systemrules.boxlayout.parameter.labelsize=Determines the label size. Valid values: "LARGE_PLUS", "LARGE", "MEDIUM_PLUS", "MEDIUM", "SMALL", "EXTRA_SMALL" (default). systemrules.boxlayout.parameter.labelheadingtag=Determines the heading tag associated with the label for use by screen readers; produces no visible change. Valid values: "H1", "H2", "H3", "H4", "H5", "H6". The default is dependent on the chosen label size. See [documentation](links.docs.systemrules.shared.accessibility.header) for more details to associate the proper heading tag with the box label to follow accessibility standards. systemrules.cardchoicefield.description=Displays a set of cards from which the user may select one or many cards and saves a value based on the selected choice. See [documentation](links.docs.systemrules.cardchoicefield.doc) for more details. systemrules.cardchoicefield.parameter.label=Text to display as the field label. systemrules.cardchoicefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.cardchoicefield.parameter.instructions=Supplemental text about this field. systemrules.cardchoicefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.cardchoicefield.parameter.data=The data to display in cards. Use a record type reference or a!recordData() to source your data from records. For other cases, you can use a query, such as a!queryEntity(), a Data Subset, a list of map or dictionary, or a list of data. When using a query that returns a DataSubset, you must specify fetchTotalCount as true. systemrules.cardchoicefield.parameter.cardtemplate=Determines how a card should be displayed on the interface. Create using [a!cardTemplateTile](links.docs.systemrules.cardtemplatetile.doc), [a!cardTemplateBarTextStacked](links.docs.systemrules.cardtemplatebartextstacked.doc), or [a!cardTemplateBarTextJustified](links.docs.systemrules.cardtemplatebartextjustified.doc). Access data in cards by using fv!data with dot notation, such as fv!data.id, or other function variables: fv!index, fv!identifier, fv!isFirst, or fv!isLast. Cards that use record data must use the recordType! domain to reference a record field or related record field. For example, fv!data[recordType!Case.fields.caseName]. systemrules.cardchoicefield.parameter.value=Value of choice card to display as selected. systemrules.cardchoicefield.parameter.saveinto=One or more variables that are updated when a card is selected. Use a!save() to save a modified or alternative value to a variable. systemrules.cardchoicefield.parameter.disabled=Determines if the cards should display as potentially selectable but grayed out. Default: false. systemrules.cardchoicefield.parameter.maxselections=Maximum number of allowed selections. For maximum selections greater than 1, a validation message will appear once the number is exceeded. systemrules.cardchoicefield.parameter.align=Determines alignment of the card(s). Valid values: "START" (default), "CENTER", "END". systemrules.cardchoicefield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.cardchoicefield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.cardchoicefield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.cardchoicefield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.cardchoicefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.cardchoicefield.parameter.showwhen=Determines whether the cards are displayed on the interface. When set to false, the cards are hidden and are not evaluated. Default: true. systemrules.cardchoicefield.parameter.showshadow=Determines whether cards have an outer shadow. Default: false. systemrules.cardchoicefield.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.cardchoicefield.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.cardtemplatetile.description=Displays a tile card template with a stacked icon, primary text, and secondary text. For use in the [Card Choice Field](links.docs.systemrules.cardchoicefield.doc) cardTemplate parameter. systemrules.cardtemplatetile.parameter.id=Value that identifies the card. systemrules.cardtemplatetile.parameter.primarytext=Optional text to display on the first line inside the card. systemrules.cardtemplatetile.parameter.secondarytext=Optional text to display beneath the primary text inside the card. systemrules.cardtemplatetile.parameter.icon=Icon to display inside the card. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.cardtemplatetile.parameter.iconcolor=Determines the icon color. Valid values: Any hex color or "ACCENT" (default), "STANDARD", "SECONDARY", "POSITIVE", "NEGATIVE". systemrules.cardtemplatetile.parameter.iconalttext=Equivalent alternate text for use by screen readers. systemrules.cardtemplatetile.parameter.tooltip=Text to display on mouseover (web) or tap (mobile). systemrules.cardtemplatetile.parameter.showwhen=Determines whether the card is displayed in the set of card choices. When set to false, the card is hidden. Default: true. systemrules.cardtemplatebartextstacked.description=Displays a bar card template with an icon and stacked primary text and secondary text. For use in the [Card Choice Field](links.docs.systemrules.cardchoicefield.doc) cardTemplate parameter. systemrules.cardtemplatebartextstacked.parameter.id=Value that identifies the card. systemrules.cardtemplatebartextstacked.parameter.primarytext=Optional text to display on the first line inside the card. systemrules.cardtemplatebartextstacked.parameter.secondarytext=Optional text to display beneath the primary text inside the card. systemrules.cardtemplatebartextstacked.parameter.icon=Icon to display inside the card. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.cardtemplatebartextstacked.parameter.iconcolor=Determines the icon color. Valid values: Any hex color or "ACCENT" (default), "STANDARD", "SECONDARY", "POSITIVE", "NEGATIVE". systemrules.cardtemplatebartextstacked.parameter.iconalttext=Equivalent alternate text for use by screen readers. systemrules.cardtemplatebartextstacked.parameter.tooltip=Text to display on mouseover (web) or tap (mobile). systemrules.cardtemplatebartextstacked.parameter.showwhen=Determines whether the card is displayed in the set of card choices. When set to false, the card is hidden. Default: true. systemrules.cardtemplatebartextjustified.description=Displays a bar card template with an icon, primary text, and secondary text justified on either side of the card. For use in the [Card Choice Field](links.docs.systemrules.cardchoicefield.doc) cardTemplate parameter. systemrules.cardtemplatebartextjustified.parameter.id=Value that identifies the card. systemrules.cardtemplatebartextjustified.parameter.primarytext=Optional text to display at the start of the card. systemrules.cardtemplatebartextjustified.parameter.secondarytext=Optional text to display at the end of the card. systemrules.cardtemplatebartextjustified.parameter.icon=Icon to display inside the card. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.cardtemplatebartextjustified.parameter.iconcolor=Determines the icon color. Valid values: Any hex color or "ACCENT" (default), "STANDARD", "SECONDARY", "POSITIVE", "NEGATIVE". systemrules.cardtemplatebartextjustified.parameter.iconalttext=Equivalent alternate text for use by screen readers. systemrules.cardtemplatebartextjustified.parameter.tooltip=Text to display on mouseover (web) or tap (mobile). systemrules.cardtemplatebartextjustified.parameter.showwhen=Determines whether the card is displayed in the set of card choices. When set to false, the card is hidden. Default: true. systemrules.cardlayout.description=Displays any arrangement of layouts and components within a card on an interface. Can be styled or linked. See [documentation](links.docs.systemrules.cardlayout.doc) for more details. systemrules.cardlayout.parameter.contents=Components and layouts to display within the card. systemrules.cardlayout.parameter.style=Determines the card background color. Valid values: Any valid hex color or "NONE" (default), "TRANSPARENT", "STANDARD", "ACCENT", "SUCCESS", "INFO", "WARN", "ERROR", "CHARCOAL_SCHEME", "NAVY_SCHEME", "PLUM_SCHEME". See [documentation](links.docs.sd.colorScheme.learnMore) for more information about how to use color schemes. systemrules.cardlayout.parameter.link=Link to apply to the card. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.cardlayout.parameter.height=Determines the card height. Valid values: "EXTRA_SHORT", "SHORT", "SHORT_PLUS", "MEDIUM", "MEDIUM_PLUS", "TALL", "TALL_PLUS", "EXTRA_TALL", "AUTO" (default). systemrules.cardlayout.parameter.tooltip=Text to display on mouseover (web) or tap (mobile). systemrules.cardlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.cardlayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.cardlayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.cardlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.cardlayout.parameter.showborder=Determines whether the layout has an outer border. Default: true. systemrules.cardlayout.parameter.showshadow=Determines whether the layout has an outer shadow. Default: false. systemrules.cardlayout.parameter.padding=Determines the space between the card edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS" (default), "STANDARD", "MORE", "EVEN_MORE". systemrules.cardlayout.parameter.shape=Determines the card shape. Valid values: "SQUARED" (default), "SEMI_ROUNDED", "ROUNDED". systemrules.cardlayout.parameter.decorativebarposition=Determines where the decorative bar displays. Valid values: "TOP", "BOTTOM", "START", "END", "NONE" (default). systemrules.cardlayout.parameter.decorativebarcolor=Determines the decorative bar color. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "WARN", "NEGATIVE". systemrules.headercontentlayout.description=Displays any arrangement of layouts and components beneath a card or billboard flush with the edge of the page. Use this as the top-level layout for landing pages and reports. See [documentation](links.docs.systemrules.headercontentlayout.doc) for more details. systemrules.headercontentlayout.parameter.header=Billboard, card, or list of billboards or cards to display at the top of the page. Configure using a!billboardLayout() or a!cardLayout(). systemrules.headercontentlayout.parameter.contents=Components and layouts to display in the body of the interface. systemrules.headercontentlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.headercontentlayout.parameter.backgroundcolor=Color to show behind the contents of the page. Valid values: Any valid hex color or "WHITE" (default), "TRANSPARENT", "CHARCOAL_SCHEME", "NAVY_SCHEME", "PLUM_SCHEME". See [documentation](links.docs.sd.colorScheme.learnMore) for more information about how to use color schemes. systemrules.headercontentlayout.parameter.contentspadding=Determines the space surrounding the contents. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.headercontentlayout.parameter.isheaderfixed=Determines whether the header remains at the top of the page when scrolling. Default: false. systemrules.buttonarraylayout.description=Displays a list of buttons in the order they are specified. Use this layout when the default positioning for the buttons is sufficient. See [documentation](links.docs.systemrules.buttonarraylayout.doc) for more details. systemrules.buttonarraylayout.parameter.buttons=Array of buttons created with a!buttonWidget(). systemrules.buttonarraylayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.buttonarraylayout.parameter.align=Determines alignment of the button(s). Valid values: "START", "CENTER", "END" (default). systemrules.buttonarraylayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.buttonarraylayout.parameter.marginbelow=Determines how much space is added below the buttons. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.buttonarraylayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.buttonlayout.description=Displays a list of buttons grouped by prominence. Use this layout in cases where prominence needs to be explicitly specified. See [documentation](links.docs.systemrules.buttonlayout.doc) for more details. systemrules.buttonlayout.parameter.primarybuttons=Array of prominent buttons created with a!buttonWidget(). systemrules.buttonlayout.parameter.secondarybuttons=Array of less prominent buttons created with a!buttonWidget(). systemrules.buttonlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.buttonlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.buttonwidget.description=Displays a button that can conditionally be used to submit a form. Buttons must be placed inside a button layout. See [documentation](links.docs.systemrules.buttonwidget.doc) for more details. systemrules.buttonwidget.parameter.label=Text to display on the button. systemrules.buttonwidget.parameter.icon=Icon to display before any text inside the button. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.buttonwidget.parameter.iconposition=Determines where the icon appears in relation to the text. Valid values: "START" (default), "END". systemrules.buttonwidget.parameter.tooltip=Text to display on mouseover (web) or long press (mobile). systemrules.buttonwidget.parameter.style=Determines the button's appearance and behavior. Valid values: "OUTLINE" (default), "GHOST", "LINK", "SOLID". systemrules.buttonwidget.parameter.color=Determines the button color. Valid values: Any valid hex color or "ACCENT" (default), "NEGATIVE", "SECONDARY". systemrules.buttonwidget.parameter.width=Determines button width. Valid values are "MINIMIZE" and "FILL". "MINIMIZE" width is determined by button label. "FILL" width fills the button container. Default behavior displays "FILL" width buttons on phone size screens and "MINIMIZE" buttons on wider screens. systemrules.buttonwidget.parameter.size=Determines the size of the button. Valid values: "SMALL", "STANDARD" (default), "LARGE". systemrules.buttonwidget.parameter.confirmheader=Text to display at the top of the confirmation dialog. systemrules.buttonwidget.parameter.confirmmessage=Text to display in a confirmation dialog box. systemrules.buttonwidget.parameter.confirmbuttonlabel=Text to display on the confirmation button. systemrules.buttonwidget.parameter.cancelbuttonlabel=Text to display on the cancel button. systemrules.buttonwidget.parameter.disabled=Determines if the user is prevented from pressing the button. Default: false. systemrules.buttonwidget.parameter.submit=Determines if this button submits a form after saving its value. Default: false. systemrules.buttonwidget.parameter.validate=Determines if this button performs validation. Default: false, unless submit is true. systemrules.buttonwidget.parameter.validationgroup=Components in the same validation group are validated when the button is used and "validate" is true. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.buttonwidget.parameter.value=Value to be saved when the button is pressed. systemrules.buttonwidget.parameter.saveinto=One or more variables that are updated with the button value when the user presses it. Use a!save() to save a modified or alternative value to a variable. systemrules.buttonwidget.parameter.showwhen=Determines whether the button is displayed on the interface. When set to false, the button is hidden and is not evaluated. Default: true. systemrules.buttonwidget.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.buttonwidget.parameter.loadingindicator=Determines whether the button will display a loading indicator on press and be disabled while processing. Default: false. systemrules.buttonwidget.parameter.recaptchasaveinto=One or more variables that are updated after reCAPTCHA executes. Use a!verifyRecaptcha() to verify the reCAPTCHA result and a!save() to save a modified or alternative value to a variable. See [documentation](links.docs.portals.recaptcha) to learn more about setting up reCAPTCHA keys and defining logic. Only for use in Portals. systemrules.buttonwidget_23r3.description=This is an older version of the a!buttonWidget() function. You can continue to use this version of the function by its new name: a!buttonwidget_23r3(). The new version of a!buttonWidget() has new functionality. Displays a button that can conditionally be used to submit a form. Buttons must be placed inside a button layout. See [documentation](links.docs.systemrules.buttonwidget.doc) for more details. systemrules.buttonwidget_23r3.parameter.label=Text to display on the button. systemrules.buttonwidget_23r3.parameter.icon=Icon to display before any text inside the button. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.buttonwidget_23r3.parameter.iconposition=Determines where the icon appears in relation to the text. Valid values: "START" (default), "END". systemrules.buttonwidget_23r3.parameter.tooltip=Text to display on mouseover (web) or long press (mobile). systemrules.buttonwidget_23r3.parameter.style=Determines the intent of the button. Valid values: "NORMAL" (default), "PRIMARY", "SECONDARY", "DESTRUCTIVE", and "LINK". systemrules.buttonwidget_23r3.parameter.width=Determines button width. Valid values are "MINIMIZE" and "FILL". "MINIMIZE" width is determined by button label. "FILL" width fills the button container. Default behavior displays "FILL" width buttons on phone size screens and "MINIMIZE" buttons on wider screens. systemrules.buttonwidget_23r3.parameter.size=Determines the size of the button. Valid values: "SMALL", "STANDARD" (default), "LARGE". systemrules.buttonwidget_23r3.parameter.confirmheader=Text to display at the top of the confirmation dialog. systemrules.buttonwidget_23r3.parameter.confirmmessage=Text to display in a confirmation dialog box. systemrules.buttonwidget_23r3.parameter.confirmbuttonlabel=Text to display on the confirmation button. systemrules.buttonwidget_23r3.parameter.cancelbuttonlabel=Text to display on the cancel button. systemrules.buttonwidget_23r3.parameter.disabled=Determines if the user is prevented from pressing the button. Default: false. systemrules.buttonwidget_23r3.parameter.submit=Determines if this button submits a form after saving its value. Default: false. systemrules.buttonwidget_23r3.parameter.validate=Determines if this button performs validation. Default: false, unless submit is true. systemrules.buttonwidget_23r3.parameter.validationgroup=Components in the same validation group are validated when the button is used and "validate" is true. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.buttonwidget_23r3.parameter.value=Value to be saved when the button is pressed. systemrules.buttonwidget_23r3.parameter.saveinto=One or more variables that are updated with the button value when the user presses it. Use a!save() to save a modified or alternative value to a variable. systemrules.buttonwidget_23r3.parameter.showwhen=Determines whether the button is displayed on the interface. When set to false, the button is hidden and is not evaluated. Default: true. systemrules.buttonwidget_23r3.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.buttonwidget_23r3.parameter.loadingindicator=Determines whether the button will display a loading indicator on press and be disabled while processing. Default: false. systemrules.buttonwidget_23r3.parameter.recaptchasaveinto=One or more variables that are updated after reCAPTCHA executes. Use a!verifyRecaptcha() to verify the reCAPTCHA result and a!save() to save a modified or alternative value to a variable. See [documentation](links.docs.portals.recaptcha) to learn more about setting up reCAPTCHA keys and defining logic. Only for use in Portals. systemrules.buttonwidgetsubmit.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!buttonWidget() with the submit attribute set to true. Displays a button that submits a form. Buttons must be placed inside a button layout. systemrules.buttonwidgetsubmit.parameter.label=Text to display on the button. systemrules.buttonwidgetsubmit.parameter.style=Determines the intent of the button. Valid values: "NORMAL" (default), "PRIMARY", "SECONDARY", "DESTRUCTIVE", and "LINK". systemrules.buttonwidgetsubmit.parameter.size=Determines the size of the button. Valid values: "SMALL", "STANDARD" (default), "LARGE". systemrules.buttonwidgetsubmit.parameter.confirmheader=Text to display at the top of the confirmation dialog. systemrules.buttonwidgetsubmit.parameter.confirmmessage=Text to display in a confirmation dialog box. systemrules.buttonwidgetsubmit.parameter.confirmbuttonlabel=Text to display on the confirmation button. systemrules.buttonwidgetsubmit.parameter.cancelbuttonlabel=Text to display on the cancel button. systemrules.buttonwidgetsubmit.parameter.disabled=Determines if the user is prevented from pressing the button. Default: false. systemrules.buttonwidgetsubmit.parameter.skipvalidation=Determines if validation is skipped. Default: false. systemrules.buttonwidgetsubmit.parameter.validationgroup=Components in the same validation group are validated when the button is used and "validate" is true. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.buttonwidgetsubmit.parameter.value=Value to be saved when the button is pressed. systemrules.buttonwidgetsubmit.parameter.saveinto=One or more variables that are updated with the button value when the user presses it. Use a!save() to save a modified or alternative value to a variable. systemrules.buttonwidgetsubmit.parameter.showwhen=Determines whether the button is displayed on the interface. When set to false, the button is hidden and is not evaluated. Default: true. systemrules.cancelprocess.description=Cancels a process. This function will only execute inside a saveInto or a Web API. systemrules.cancelprocess.parameter.processid=The id of the process to cancel. systemrules.cancelprocess.parameter.onsuccess=A list of saves or an HTTP response to execute when the smart service executed successfully. Created with a!save() or a!httpResponse(). The boolean function variable fv!alreadyClosed indicates whether the process was already closed. systemrules.cancelprocess.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.cancelprocess_17r3.description=This is an older version of the a!cancelProcess function. You can continue to use this version of the function by its new name: a!cancelProcess_17r3. The new version of a!cancelProcess has new functionality. Cancels a process. This function will only execute inside a saveInto or a Web API. systemrules.cancelprocess_17r3.parameter.processid=The id of the process to cancel. systemrules.cancelprocess_17r3.parameter.onsuccess=A list of saves or an HTTP response to execute when the smart service executed successfully. Created with a!save() or a!httpResponse(). systemrules.cancelprocess_17r3.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.verifyrecaptcha.description=a!verifyRecaptcha() allows you to verify the reCAPTCHA result and define logic to help protect your page against abusive traffic. This function will only execute inside the recaptchaSaveInto parameter on a!buttonWidget(). See [documentation](links.docs.portals.recaptcha) for information on configuring Google reCAPTCHA keys, handling different reCAPTCHA scores, and testing reCAPTCHA logic. Only for use in Portals. systemrules.verifyrecaptcha.parameter.onsuccess=A list of saves to execute after reCAPTCHA executes successfully. Use fv!score to access the score returned by reCAPTCHA. Define conditional logic to protect your page based on whether the interaction is likely a bot or human. A score of 1.0 is likely a human while a score of 0.0 is likely a bot. See [documentation](links.docs.portals.recaptcha) for more information on how to interpret the score. systemrules.verifyrecaptcha.parameter.onerror=A list of saves to execute after reCAPTCHA does not execute successfully. Use fv!error to access the returned error. systemrules.colorschemecustom.description=A custom list of colors to apply to the component. systemrules.colorschemecustom.parameter.colors=List of colors to use in the custom color scheme. Valid values: any valid hex colors; Maximum colors allowed: 12. systemrules.grouping.description=Determines fields to group by in a query or chart that uses records. The grouping should incorporate a record field or related record field, an alias, and an optional interval to group by a date. When used with a!aggregationFields(), at least one measure or at least one grouping is required. systemrules.grouping.parameter.field=The record field or related record field to group by. Use the recordType! domain to reference the field. For example, recordType!Case.fields.status. systemrules.grouping.parameter.interval=The date or time interval to group by. This parameter can only be used when the field is of type Date, Date and Time, or Time. Valid values: "AUTO" (default), "YEAR", "MONTH_OF_YEAR", "MONTH_OF_YEAR_SHORT_TEXT", "MONTH_OF_YEAR_TEXT", "MONTH_TEXT", "MONTH_SHORT_TEXT", "MONTH_DATE", "DATE", "DATE_SHORT_TEXT", "DATE_TEXT", "DAY_OF_MONTH", "HOUR_OF_DAY", "HOUR", "MINUTE_OF_HOUR", "MINUTE". systemrules.grouping.parameter.formatvalue=Display value for the given grouping value. Only applies when the grouping is used in a chart. This parameter is evaluated once for each value returned. You can reference the unformatted result from the data source using fv!value. This display value does not affect the values used in calculations for the chart; it is only used for display. systemrules.grouping.parameter.alias=The short name by which the result of the grouping field can be referenced in other places of the chart or query configuration. Values are case-sensitive. systemrules.measure.description=Determines the numerical values to display on a query, chart, or KPI. The measure should incorporate a record field or related record field, the appropriate calculation to run on the field, and an alias. When used with a!aggregationFields(), at least one measure or at least one grouping is required. systemrules.measure.parameter.field=The record field or related record field to use in the calculation. Use the recordType! domain to reference the field. For example, recordType!Case.fields.status. systemrules.measure.parameter.function=Function to use with calculations on the field provided. Valid values are: "COUNT", "SUM", "AVG", "MIN", "MAX", or "DISTINCT_COUNT". systemrules.measure.parameter.alias=The short name by which the result of the measure field can be referenced in other places of the query configuration. Values are case-sensitive. systemrules.measure.parameter.label=Text to display in the legend or tooltip when using the measure in a chart. If no label is defined, the label displays with the function name and field name. The label only displays if a single grouping is used on a bar, column, or line chart. systemrules.measure.parameter.filters=A single logical expression or a list of query filters to filter the record set. Queries also apply the default filters defined on the referenced record type. This parameter is only available on record types with sync enabled. You can filter on record fields or on related record fields from a one-to-many relationship. See the [documentation](links.docs.systemrules.measure.doc) for more information. systemrules.measure.parameter.formatvalue=Display value for the given measure value. Only applies when the measure is used in a chart or KPI. Valid values are "AUTO" (default), "INTEGER", "DECIMAL", "DOLLAR", "EURO", "POUND", "YEN", "SWISS_FRANC", or a custom format defined with text(). You can reference the unformatted result from the data source using fv!value. The display format does not affect the values used in the calculations; it is only used for display. systemrules.chartreferenceline.description=Contains the reference line value for each threshold that is defined on a column, bar, or line chart. systemrules.chartreferenceline.parameter.label=Text to display on top of the reference line. systemrules.chartreferenceline.parameter.value=The numeric value at which the reference line will be drawn. systemrules.chartreferenceline.parameter.color=Color for the reference line; overrides the auto-assignment from color scheme. Valid values are: Any valid hex color or "ACCENT", "BLUEGRAY", "GREEN", "GOLD", "ORANGE", "PURPLE", "RED", "SKYBLUE", "LIMEGREEN", "YELLOW", "AMBER", "PINK", and "VIOLETRED". systemrules.chartreferenceline.parameter.style=Style of the reference line. Valid values are: "SOLID", "DOT", "DASH" (default), "DASHDOT", "SHORTDASH". systemrules.chartreferenceline.parameter.showwhen=Determines whether the reference line is displayed on the interface. When set to false, the reference line is hidden and is not evaluated. Default: true. systemrules.checkboxfield_23r3.description=Displays a limited set of choices from which the user may select none, one, or many items and saves the values of the selected choices. See [documentation](links.docs.systemrules.checkboxfield.doc) for more details. systemrules.checkboxfield_23r3.parameter.label=Text to display as the field label. systemrules.checkboxfield_23r3.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.checkboxfield_23r3.parameter.instructions=Supplemental text about this field. systemrules.checkboxfield_23r3.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.checkboxfield_23r3.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.checkboxfield_23r3.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.checkboxfield_23r3.parameter.align=Determines alignment of choice labels. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.checkboxfield_23r3.parameter.choicelabels=Array of options for the user to select. systemrules.checkboxfield_23r3.parameter.choicevalues=Array of values associated with the available choices. systemrules.checkboxfield_23r3.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.checkboxfield_23r3.parameter.value=Values of choices to display as selected. systemrules.checkboxfield_23r3.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.checkboxfield_23r3.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.checkboxfield_23r3.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.checkboxfield_23r3.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.checkboxfield_23r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.checkboxfield_23r3.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.checkboxfield_23r3.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.checkboxfield_23r3.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.checkboxfield.description=Displays a limited set of choices from which the user may select none, one, or many items and saves the values of the selected choices. See [documentation](links.docs.systemrules.checkboxfield.doc) for more details. systemrules.checkboxfield.parameter.label=Text to display as the field label. systemrules.checkboxfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.checkboxfield.parameter.instructions=Supplemental text about this field. systemrules.checkboxfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.checkboxfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.checkboxfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.checkboxfield.parameter.align=Determines alignment of choice labels. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.checkboxfield.parameter.choicelabels=Array of options for the user to select. When the data source is a record type, this is a record field or related record field. systemrules.checkboxfield.parameter.choicevalues=Array of values associated with the corresponding choices. When the data source is a record type, this is a record field (usually the primary key field). systemrules.checkboxfield.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.checkboxfield.parameter.value=Values of choices to display as selected. systemrules.checkboxfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.checkboxfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.checkboxfield.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.checkboxfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.checkboxfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.checkboxfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.checkboxfield.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.checkboxfield.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.checkboxfield.parameter.data=The record type used as the source of the component's choices. This can be specified with a record type reference or a!recordData(). systemrules.checkboxfield.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.checkboxfieldbyindex.description=Displays a limited set of choices from which the user may select none, one, or many items and saves the indices of the selected choices. systemrules.checkboxfieldbyindex.parameter.label=Text to display as the field label. systemrules.checkboxfieldbyindex.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.checkboxfieldbyindex.parameter.instructions=Supplemental text about this field. systemrules.checkboxfieldbyindex.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.checkboxfieldbyindex.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.checkboxfieldbyindex.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.checkboxfieldbyindex.parameter.align=Determines alignment of choice labels. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.checkboxfieldbyindex.parameter.choicelabels=Array of options for the user to select. systemrules.checkboxfieldbyindex.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.checkboxfieldbyindex.parameter.value=Indices of choices to display as selected. systemrules.checkboxfieldbyindex.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.checkboxfieldbyindex.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.checkboxfieldbyindex.parameter.saveinto=One or more variables that are updated with the choice indexes when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.checkboxfieldbyindex.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.checkboxfieldbyindex.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.checkboxfieldbyindex.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.checkboxfieldbyindex.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.checkboxfieldbyindex.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.chartseries.description=Defines a series of data for a bar, column, line, or pie chart. systemrules.chartseries.parameter.label=Name to display in the legend. systemrules.chartseries.parameter.data=Array of decimal data values to display in a chart. systemrules.chartseries.parameter.links=Array of links that determines behavior when a data point is clicked. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.chartseries.parameter.color=Overrides the auto-assignment of series color with a specific value. Valid values: Any valid hex color or "ACCENT", "BLUEGRAY", "GREEN", "GOLD", "ORANGE", "PURPLE", "RED", "SKYBLUE", "LIMEGREEN", "YELLOW", "AMBER", "PINK", "VIOLETRED". systemrules.chartseries.parameter.showwhen=Determines whether the series is displayed in the chart. When set to false, the series is hidden and is not evaluated. Default: true. systemrules.columnchartconfig.description=Contains configuration for how to display data in a column chart. systemrules.columnchartconfig.parameter.primarygrouping=Defines the field labels to display on the axis in the chart, configured using a!grouping(). systemrules.columnchartconfig.parameter.secondarygrouping=Defines the field labels to display in the stacking or grouped columns in the chart, configured using a!grouping(). systemrules.columnchartconfig.parameter.measures=Defines the numerical calculations for data in the chart, configured using a!measure(). If no measure is provided, a count of records shows as the measurement in the chart. systemrules.columnchartconfig.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.columnchartconfig.parameter.datalimit=Maximum number of data points to display on the chart. Default: 100. Valid values: 1-5000. systemrules.columnchartconfig.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.columnchartconfig.parameter.showintervalswithnodata=Determines whether the axis in the chart displays date or time values that do not have a value associated with them. For example, show January, February, and March, even if February has no data. This parameter is only available when a Date, Time, or Date and Time field is used as the primary grouping. Default: false. systemrules.columnchartfield.description=Displays numerical data as vertical bars. Use a column chart to graphically display data that changes over time. See [documentation](links.docs.systemrules.columnchartfield.doc) for more details. systemrules.columnchartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.columnchartfield.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!columnChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.columnchartfield.parameter.label=Text to display as the field label. systemrules.columnchartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.columnchartfield.parameter.instructions=Supplemental text about this field. systemrules.columnchartfield.parameter.categories=Text to display on the x-axis next to each column. systemrules.columnchartfield.parameter.series=Array of data series created with a!chartSeries(). systemrules.columnchartfield.parameter.xaxistitle=Title for the independent (horizontal) axis. systemrules.columnchartfield.parameter.yaxistitle=Title for the dependent (vertical) axis. systemrules.columnchartfield.parameter.yaxismax=Determines the maximum displayed point on the vertical axis. systemrules.columnchartfield.parameter.yaxismin=Determines the minimum displayed point on the vertical axis. systemrules.columnchartfield.parameter.stacking=Determines if series values display as separate columns or stacked within one column. Valid values: "NONE" (default), "NORMAL", "PERCENT_TO_TOTAL". systemrules.columnchartfield.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.columnchartfield.parameter.showdatalabels=Determines if data values are displayed on each column. Default: false. systemrules.columnchartfield.parameter.showtooltips=Determines if a tooltip displays the data value for a column. Default: true. systemrules.columnchartfield.parameter.allowdecimalaxislabels=Allows dependent (vertical) values to display as decimal numbers instead of integers. Default: false. systemrules.columnchartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.columnchartfield.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.columnchartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.columnchartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.columnchartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.columnchartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.columnchartfield.parameter.height=Determines the chart height. Valid values: "MICRO", "SHORT", "MEDIUM" (default), "TALL". See the [documentation](links.docs.systemrules.charts.param.height) for guidance on using the MICRO size. systemrules.columnchartfield.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.columnchartfield.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.columnchartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.columnchartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.columnchartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.columnchartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.columnchartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.columnlayout.description=Displays a column that can be used within a!columnsLayout. systemrules.columnlayout.parameter.contents=Array of SAIL components to display in this column. systemrules.columnlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.columnlayout.parameter.width=Determines the column width. Valid values: "AUTO" (default), "EXTRA_NARROW", "NARROW", "NARROW_PLUS", "MEDIUM", "MEDIUM_PLUS", "WIDE", "WIDE_PLUS", "1X", "2X", "3X", "4X", "5X", "6X", "7X", "8X", "9X", "10X". systemrules.columnslayout.description=Displays any number of columns alongside each other. On narrow screens and mobile devices, columns are stacked. See [documentation](links.docs.systemrules.columnslayout.doc) for more details. systemrules.columnslayout.parameter.columns=Columns to display using a!columnLayout. systemrules.columnslayout.parameter.alignvertical=Determines vertical alignment of all column content with the layout. Valid values are "TOP" (default), "MIDDLE", and "BOTTOM". systemrules.columnslayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.columnslayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.columnslayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.columnslayout.parameter.stackwhen=Determines the page width at which column layouts stack vertically. List all widths where columns should stack. Valid values: "PHONE" (default), "TABLET_PORTRAIT", "TABLET_LANDSCAPE", "DESKTOP_NARROW", "DESKTOP", "DESKTOP_WIDE", "NEVER". Review [UX best practices](links.docs.systemrules.shared.responsive.doc) for responsive design. systemrules.columnslayout.parameter.spacing=Determines the space between columns in the layout when they are not stacked. Valid values: "STANDARD" (default), "NONE", "DENSE", "SPARSE". systemrules.columnslayout.parameter.showdividers=Determines whether dividers appear between the columns. Default: false. systemrules.completetask.description=Completes a task using the provided parameters as task inputs. This function will only execute inside a saveInto or a Web API. systemrules.completetask.parameter.taskid=The ID of the task to complete. systemrules.completetask.parameter.taskinputs=A dictionary containing keys and values that corresponds to the task's inputs. systemrules.completetask.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.completetask.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.createcustomgroup.description= WARNING: This function is deprecated and may be removed in a future release. Instead, use a!createGroup(). systemrules.createcustomgroup.parameter.name=The name of the group. systemrules.createcustomgroup.parameter.description=The description of the group. systemrules.createcustomgroup.parameter.grouptype=The type of the group. systemrules.createcustomgroup.parameter.delegatedcreation=Should administrators of this group be permitted to create additional groups as children? Default: false. systemrules.createcustomgroup.parameter.parent=The group's parent. You must be an administrator of the selected parent group. systemrules.createcustomgroup.parameter.membershippolicy=How will users become members of this group? Valid values: "CLOSED" (default), "EXCLUSIVE", "AUTOMATIC". systemrules.createcustomgroup.parameter.securitytype=Who should have access to this group? Valid values: "PUBLIC" (default), "PERSONAL", "RESTRICTED". systemrules.createcustomgroup.parameter.groupprivacy=Should members be able to view all other members of the group? Valid values: "LOW" (default), "HIGH". systemrules.createcustomgroup.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created group is available in the function variable fv!group. systemrules.createcustomgroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.creategroup.description= Creates a new group. This function will only execute inside a saveInto or a Web API. systemrules.creategroup.parameter.name=The name of the group. systemrules.creategroup.parameter.description=The description of the group. systemrules.creategroup.parameter.grouptype=The type of the group. systemrules.creategroup.parameter.delegatedcreation=Should administrators of this group be permitted to create additional groups as children? Default: false. systemrules.creategroup.parameter.parent=The group's parent. You must be an administrator of the selected parent group. systemrules.creategroup.parameter.membershippolicy=How will users become members of this group? Valid values: "CLOSED" (default), "EXCLUSIVE", "AUTOMATIC". systemrules.creategroup.parameter.securitytype=Who should have access to this group? Valid values: "PUBLIC" (default), "PERSONAL", "RESTRICTED". systemrules.creategroup.parameter.groupprivacy=Should members be able to view all other members of the group? Valid values: "LOW" (default), "HIGH". systemrules.creategroup.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created group is available in the function variable fv!group. systemrules.creategroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.editgroup.description=Modifies the properties of a group. This function will only execute inside a saveInto or a Web API. systemrules.editgroup.parameter.group=The group to modify. systemrules.editgroup.parameter.name=A new name for the group. systemrules.editgroup.parameter.description=A new description for the group. systemrules.editgroup.parameter.delegatedcreation=Should administrators of this group be permitted to create additional groups as children? Default: false. systemrules.editgroup.parameter.parent=The group's parent. You must be an administrator of the selected parent group. systemrules.editgroup.parameter.membershippolicy=How will users become members of this group? Valid values: "CLOSED" (default), "EXCLUSIVE", "AUTOMATIC". systemrules.editgroup.parameter.securitytype=Who should have access to this group? Valid values: "PUBLIC" (default), "PERSONAL", "RESTRICTED". systemrules.editgroup.parameter.groupprivacy=Should members be able to view all other members of the group? Valid values: "LOW" (default), "HIGH". systemrules.editgroup.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created group is available in the function variable fv!group. systemrules.editgroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.deletegroup.description=Deletes the group. This function will only execute inside a saveInto or a Web API. systemrules.deletegroup.parameter.group=The group to delete. systemrules.deletegroup.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deletegroup.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.createfolder.description=Creates a new folder. This function will only execute inside a saveInto or a Web API. systemrules.createfolder.parameter.name=The name of the new folder. systemrules.createfolder.parameter.parentfolder=If not null, the new folder will be created in this Folder. systemrules.createfolder.parameter.parentknowledgecenter=If not null, the new folder will be created in this Knowledge Center. systemrules.createfolder.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created folder is available in the function variable fv!folder. systemrules.createfolder.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.createknowledgecenter_17r4.description=Creates a new Knowledge Center. This function will only execute inside a saveInto or a Web API. systemrules.createknowledgecenter_17r4.parameter.name=The name of the new Knowledge Center. systemrules.createknowledgecenter_17r4.parameter.description=The description of the new Knowledge Center. systemrules.createknowledgecenter_17r4.parameter.securitylevel=Security Level of the Knowledge Center to create. Valid values: "HIGH" (default), "MEDIUM", "LOW". systemrules.createknowledgecenter_17r4.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created Knowledge Center is available in the function variable fv!knowledgecenter. systemrules.createknowledgecenter_17r4.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.createknowledgecenter.description=Creates a new Knowledge Center. This function will only execute inside a saveInto or a Web API. systemrules.createknowledgecenter.parameter.name=The name of the new Knowledge Center. systemrules.createknowledgecenter.parameter.description=The description of the new Knowledge Center. systemrules.createknowledgecenter.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created Knowledge Center is available in the function variable fv!knowledgecenter. systemrules.createknowledgecenter.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.createuser.description=Creates a new user. This function will only execute inside a saveInto or a Web API. systemrules.createuser.parameter.username=The username of the new user. systemrules.createuser.parameter.firstname=The first name of the new user. systemrules.createuser.parameter.nickname=The nickname of the new user. systemrules.createuser.parameter.middlename=The middle name of the new user. systemrules.createuser.parameter.lastname=The last name of the new user. systemrules.createuser.parameter.email=The email address of the new user. systemrules.createuser.parameter.sendaccountcreationemail=If true (default), an email with a temporary password will be sent to the new user. systemrules.createuser.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The created user is available in the function variable fv!user. systemrules.createuser.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.customfieldconcat.description=Used to create a custom record field, this function concatenates the specified values into a single value. systemrules.customfieldconcat.parameter.value=An array of 2 to 10 values to concatenate. Values can be any combination of record fields, related record fields, custom field functions, or literal values of type Text and Number (Integer). systemrules.customfieldcondition.description=Used in the 'whenTrue' parameter of a!customFieldMatch(), this function allows you to create a condition. systemrules.customfieldcondition.parameter.field=The record field, related record field, or custom field function to be compared in the condition. Use the recordType! domain to reference a record field or related record field. For example, recordType!Case.fields.caseName. systemrules.customfieldcondition.parameter.operator=The operator used to compare the 'field' and 'value' parameters. Valid values: "=", "<>", ">", ">=", "<", "<=", "between", "in", "not in", "is null", "not null", "starts with", "not starts with", "ends with", "not ends with", "includes", "not includes". systemrules.customfieldcondition.parameter.value=The value to compare to the given field using the given operator. This value must be a literal. systemrules.customfielddatediff.description=Used to create a custom record field, this function returns the difference between two dates. The difference can be returned in days, hours, minutes, or seconds. Returns null when the startDate or endDate is null or empty. systemrules.customfielddatediff.parameter.startdate=The record field or expression that evaluates to a Date or Date and Time value to use in the date subtraction. systemrules.customfielddatediff.parameter.enddate=The record field or expression that evaluates to a Date or Date and Time value to use in the date subtraction. systemrules.customfielddatediff.parameter.interval=Determines whether the difference is calculated in days, hours, minutes, or seconds. Valid values: "DAY" (default), "HOUR", "MINUTE", "SECOND". systemrules.customfieldsubtract.description=Used to create a custom record field, this function returns the difference between two numbers. You can subtract record fields, related record fields, or literal values of type Number (Integer) or Number (Decimal). systemrules.customfieldsubtract.parameter.value1=The record field, related record field, or literal value from which value2 is subtracted. Valid data types: Number (Integer) or Number (Decimal). systemrules.customfieldsubtract.parameter.value2=The record field, related record field, or literal value to subtract. Valid data types: Number (Integer) or Number (Decimal). systemrules.customfielddivide.description=Used to create a custom record field, this function returns the results of dividing two numbers. You can divide by record fields, related record fields, or literal values of type Number (Integer) or Number (Decimal). systemrules.customfielddivide.parameter.numerator=The record field, related record field, or literal value to divide. Valid data types: Number (Integer) or Number (Decimal). systemrules.customfielddivide.parameter.denominator=The record field, related record field, or literal value by which the numerator is divided. Valid data types: Number (Integer) or Number (Decimal). systemrules.customfieldlogicalexpression.description=Used in the 'whenTrue' parameter of a!customFieldMatch(), this function allows you to group multiple logical conditions using the "AND" and "OR" operators. systemrules.customfieldlogicalexpression.parameter.operator=Determines how a set of conditions are evaluated. Valid values: "AND" and "OR". systemrules.customfieldlogicalexpression.parameter.conditions=A list of a!customFieldLogicalExpression(), a!customFieldCondition(), or both. Alternatively, you can provide any custom field function or record field that returns a boolean. You can reference record fields or related record fields using the recordType! domain. You can also use fv!value to access the 'value' parameter from a!customFieldMatch(). systemrules.customfieldmultiply.description=Used to create a custom record field, this function returns the result of multiplying a series of values. You can multiply by record fields, related record fields, or literal values of type Number (Integer) or Number (Decimal). systemrules.customfieldmultiply.parameter.value=An array containing any combination of record fields, related record fields, or literal values to be multiplied. systemrules.customfieldsum.description=Used to create a custom record field, this function returns a sum of values. You can calculate the sum of record fields, related record fields, or literal values of type Number (Integer) or Number (Decimal). systemrules.customfieldsum.parameter.value=An array containing any combination of record fields, related record fields, or literal values to be summed. systemrules.datasubset.description=Creates a value of type DataSubset for service-backed records and custom pickers, leaving the data as provided. To apply sorting or paging, use todatasubset(). systemrules.datasubset.parameter.startindex=Index of the source data where the current page begins. It must be greater than zero. systemrules.datasubset.parameter.batchsize=Number of items to return. It must be -1 (indicating all items) or greater. systemrules.datasubset.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.datasubset.parameter.totalcount=Number of rows of data across all pages. systemrules.datasubset.parameter.data=Array of data values. systemrules.datasubset.parameter.identifiers=Array of identifiers. systemrules.datedisplayfield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!dateField() with the readOnly attribute set to true. systemrules.datedisplayfield.parameter.label=Text to display as the field label. systemrules.datedisplayfield.parameter.instructions=Supplemental text about this field. systemrules.datedisplayfield.parameter.value=Date to display in the field. systemrules.datefield.description=Displays and allows entry of a single date (year, month, day). To display a read-only date using a custom format, use a text component. See [documentation](links.docs.systemrules.datefield.doc) for more details. systemrules.datefield.parameter.label=Text to display as the field label. systemrules.datefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.datefield.parameter.instructions=Supplemental text about this field. systemrules.datefield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.datefield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.datefield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.datefield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.datefield.parameter.align=Determines alignment of the date value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.datefield.parameter.value=Date to display in the field. systemrules.datefield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.datefield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.datefield.parameter.saveinto=One or more variables that are updated with the date when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.datefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.datefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.datefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.datetimedisplayfield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!dateTimeField() with the readOnly attribute set to true. systemrules.datetimedisplayfield.parameter.label=Text to display as the field label. systemrules.datetimedisplayfield.parameter.instructions=Supplemental text about this field. systemrules.datetimedisplayfield.parameter.value=Date and time to display in the field. systemrules.datetimefield.description=Displays and allows entry of a single date and time (year, month, day, hour, minute, second). To display a read-only date and time using a custom format, use a text component. See [documentation](links.docs.systemrules.datetimefield.doc) for more details. systemrules.datetimefield.parameter.label=Text to display as the field label. systemrules.datetimefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.datetimefield.parameter.instructions=Supplemental text about this field. systemrules.datetimefield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.datetimefield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.datetimefield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.datetimefield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.datetimefield.parameter.value=Date and time to display in the field. systemrules.datetimefield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.datetimefield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.datetimefield.parameter.saveinto=One or more variables that are updated with the date and time when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.datetimefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.datetimefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.datetimefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.deletedocument.description=Deletes a document. This function will only execute inside a saveInto or a Web API. systemrules.deletedocument.parameter.document=The document to delete. systemrules.deletedocument.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deletedocument.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.deletefolder.description=Deletes a folder. This function will only execute inside a saveInto or a Web API. systemrules.deletefolder.parameter.folder=The folder to delete. systemrules.deletefolder.parameter.deletesubfolders=Delete subfolders? Default: false. systemrules.deletefolder.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deletefolder.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.deactivateuser.description=Deactivates a user. This function will only execute inside a saveInto or a Web API. systemrules.deactivateuser.parameter.user=The user to deactivate. systemrules.deactivateuser.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deactivateuser.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.reactivateuser.description=Reactivates a user. This function will only execute inside a saveInto or a Web API. systemrules.reactivateuser.parameter.user=The user to reactivate. systemrules.reactivateuser.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.reactivateuser.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.deletefromdatastoreentities.description=Deletes data from data store entities. This function will only execute inside a saveInto or a Web API. systemrules.deletefromdatastoreentities.parameter.datatodelete=A list of EntityDataIdentifiers that identify the items to delete. systemrules.deletefromdatastoreentities.parameter.deletioncomment=Additional info to capture in the audit logs, for example, if the node is run as an administrator, indicate the user who requested the deletion. systemrules.deletefromdatastoreentities.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deletefromdatastoreentities.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.deleteknowledgecenter.description=Deletes a knowledge center. This function will only execute inside a saveInto or a Web API. systemrules.deleteknowledgecenter.parameter.knowledgecenter=The knowledge center to delete. systemrules.deleteknowledgecenter.parameter.deletesubfolders=Delete subfolders? Default: false. systemrules.deleteknowledgecenter.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.deleteknowledgecenter.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.documentbrowserfieldcolumns_17r3.description=This is an older version of the a!documentBrowserFieldColumns function. You can continue to use this version of the function by its new name: a!documentBrowserFieldColumns_17r3. The new version of a!documentBrowserFieldColumns has new functionality. Displays the contents of a folder and allows users to navigate through a series of folders to find and download documents. systemrules.documentbrowserfieldcolumns_17r3.parameter.label=Text to display as the field label. systemrules.documentbrowserfieldcolumns_17r3.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED". systemrules.documentbrowserfieldcolumns_17r3.parameter.instructions=Supplemental text about this field. systemrules.documentbrowserfieldcolumns_17r3.parameter.folder=The contents of the selected folder are displayed in the document browser. systemrules.documentbrowserfieldcolumns_17r3.parameter.height=Determines the height of the component. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.documentbrowserfieldcolumns_17r3.parameter.knowledgecenter=The contents of the selected knowledge center are displayed in the document browser. systemrules.documentbrowserfieldcolumns_17r3.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.documentbrowserfieldcolumns_17r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.documentbrowserfieldcolumns.description=Displays the contents of a folder and allows users to navigate through a series of folders to find and select a document. See [documentation](links.docs.systemrules.documentbrowserfieldcolumns.doc) for more details. systemrules.documentbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.documentbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.documentbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.documentbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.documentbrowserfieldcolumns.parameter.rootfolder=The contents of the specified folder or knowledge center are displayed in the first column of the browser. systemrules.documentbrowserfieldcolumns.parameter.height=Determines the height of the component. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.documentbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.documentbrowserfieldcolumns.parameter.navigationsaveinto=Variable or list of variables to update when the navigation folder changes. systemrules.documentbrowserfieldcolumns.parameter.navigationvalue=The folder that has been navigated to whose contents are displayed in the rightmost column. systemrules.documentbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update when a document is clicked. systemrules.documentbrowserfieldcolumns.parameter.selectionvalue=The document to show as selected. systemrules.documentbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.documentbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.eventdata.description=Contains the configurations for a single record for an Event History List Field component. systemrules.eventdata.parameter.recordtype=A reference to a record type, configured using the recordType! domain. For example, recordType!Order. If you configured [record events](links.docs.recordEvents), use the Event History record type. systemrules.eventdata.parameter.filters=A single logical expression or a list of query filters, which are applied together with an AND operation, can be provided to apply additional filters to the record set. Queries also inherit the record-level security or default filters defined on the referenced record type. When filtering, use only record fields or related record fields from the referenced record type. Record types sourced from a web service or other expression only support this parameter if the data is synced. systemrules.eventdata.parameter.timestamp=A record field of type Date or Date and Time that displays the timestamp when an event occurred. The list of event data will be sorted in descending order by this field. If you generated an Event History record type, use the timestamp field from that record type. systemrules.eventdata.parameter.user=A record field of type User that displays who completed the event. If you generated an Event History record type, use the user field from that record type. systemrules.eventdata.parameter.eventtypename=A record field that displays the type of event that occurred. If you generated an Event Type Lookup record type, use the eventType relationship on the Event History record type to select the name field. You must use the fv!data prefix to access the data in this field. For example, fv!data[recordType!Order Event History.relationships.eventType.fields.name]. systemrules.eventdata.parameter.details=Any additional information about the event. If you generated an Event History record type, this field is not automatically included, but can be manually added by a developer. You must use the fv!data prefix to access the data in this field. For example, fv!data[recordType!Order Event History.fields.details]. This parameter is not supported in the Timeline style. systemrules.eventdata.parameter.recordtypefortag=The record type linked in the tag for an event. systemrules.eventdata.parameter.recordidentifier=The record identifier that links your Event History record type to your base record type. systemrules.eventhistorylistfield.description=Displays the event history for one or more record types. systemrules.eventhistorylistfield.parameter.label=Text to display as the component label. systemrules.eventhistorylistfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED", "JUSTIFIED". systemrules.eventhistorylistfield.parameter.instructions=Supplemental text about this component. systemrules.eventhistorylistfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The tooltip displays a maximum of 500 characters. The help icon does not show when the label position is "COLLAPSED". systemrules.eventhistorylistfield.parameter.emptylistmessage=Text to display in the list when no data is available. Default is "No events to display". systemrules.eventhistorylistfield.parameter.eventdata=The record event data that populates the list, created using one or more instances of a!eventData(). systemrules.eventhistorylistfield.parameter.eventstyle=Determines how the component displays. Valid values: "PREVIEW_LIST" (default), "FULL_LIST", "TIMELINE". systemrules.eventhistorylistfield.parameter.formattimestamp=Determines how the component formats the event data timestamp. Valid values: "DATE", "DATE_TIME" (default), "DATE_TIME_TIMEZONE". systemrules.eventhistorylistfield.parameter.displayuser=Determines if and how to display user avatars. Valid values: "NONE", "INITIALS" (default), "IMAGE". systemrules.eventhistorylistfield.parameter.displayusercolorscheme=If no profile picture is available, determines which color scheme to use for users in the event history list. Valid values: "PARACHUTE" (default), "VIBRANT", "CLASSIC", or define a custom color scheme using a!colorSchemeCustom. See [Chart Color Scheme](links.docs.systemrules.charts.param.colorScheme) for color scheme examples. systemrules.eventhistorylistfield.parameter.previewlistpagesize=The maximum number of rows to display in each page of the initial list when the "PREVIEW_LIST" event style is selected. To set the paging for the View All dialog, see pageSize. Valid values: 1-10. Default: 5. systemrules.eventhistorylistfield.parameter.pagesize=The maximum number of rows to display in each page of the list when the "FULL_LIST" or "TIMELINE" event style is selected. When the "PREVIEW_LIST" event style is selected, this parameter applies to the list as it appears in the View All dialog. For "FULL_LIST" or "PREVIEW_LIST" valid values include 1-100, for "TIMELINE" valid values include 1-25. Default: 10. systemrules.eventhistorylistfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.eventhistorylistfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.eventhistorylistfield.parameter.refreshalways=When true, event data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.eventhistorylistfield.parameter.refreshafter=Refreshes event data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.eventhistorylistfield.parameter.refreshinterval=How often event data gets refreshed in minutes. When null, event data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.eventhistorylistfield.parameter.refreshonreferencedvarchange=When true, data will be refreshed each time the value of any variable referenced in the eventData parameter is updated. To refresh event data when another variable that is not used in the eventData parameter changes, use refreshOnVarChange. Default: true. systemrules.eventhistorylistfield.parameter.refreshonvarchange=Refreshes data each time any of these specific variables change. This allows you to refresh the data when a variable that is not referenced in the eventData parameter is updated. You can define a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.eventhistorylistfield.parameter.userfilters=List of user filter references to display, configured using the recordType! domain. For example, recordType!Case.filters.status. You may only reference user filters defined on the source record type used for the event data. This parameter only applies when there is only one event data. systemrules.eventhistorylistfield.parameter.eventfilters=Determines which out-of-the-box filters to show. Multiple may be applied. Valid values: "USER", "EVENT_TYPE", "DATE_RANGE". systemrules.eventhistorylistfield.parameter.collapsedetailsbydefault=Determines if the event details are collapsed when the interface first loads. Default: true. systemrules.eventhistorylistfield.parameter.showsearchbox=Determines if the record search box should be shown. Default: true. systemrules.eventhistorylistfield.parameter.showreversesortbutton=Determines if the button to reverse the event data sort should be shown. Default: true systemrules.example_amenities_image.description=Returns example image. systemrules.example_apartment_building_image.description=Returns example image. systemrules.example_billboard_image.description=Returns example image. systemrules.example_call_to_action_image.description=Returns example image. systemrules.example_document_image.description=Returns example image. systemrules.example_facilities_image.description=Returns example image. systemrules.example_finance_image.description=Returns example image. systemrules.example_floor_plans_image.description=Returns example image. systemrules.example_insurance_image.description=Returns example image. systemrules.example_it_support_image.description=Returns example image. systemrules.example_vertical_connector_image.description=Returns example image. systemrules.example_receptionist_image.description=Returns example image. systemrules.folderbrowserfieldcolumns.description=Displays the contents of a folder and allows users to navigate through a series of folders to find and select a folder. See [documentation](links.docs.systemrules.folderbrowserfieldcolumns.doc) for more details. systemrules.folderbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.folderbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.folderbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.folderbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.folderbrowserfieldcolumns.parameter.rootfolder=The contents of the specified folder or knowledge center are displayed in the first column of the browser. systemrules.folderbrowserfieldcolumns.parameter.height=Determines the height of the component. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.folderbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.folderbrowserfieldcolumns.parameter.navigationsaveinto=Variable or list of variables to update when the navigation folder changes. systemrules.folderbrowserfieldcolumns.parameter.navigationvalue=The folder that has been navigated to whose contents are displayed in the rightmost column. systemrules.folderbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update when a folder is clicked. systemrules.folderbrowserfieldcolumns.parameter.selectionvalue=The folder to show as selected. systemrules.folderbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.folderbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.documentandfolderbrowserfieldcolumns.description=Displays the contents of a folder and allows users to navigate through a series of folders to find and select a folder or document. See [documentation](links.docs.systemrules.documentandfolderbrowserfieldcolumns.doc) for more details. systemrules.documentandfolderbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.documentandfolderbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.documentandfolderbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.documentandfolderbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.documentandfolderbrowserfieldcolumns.parameter.rootfolder=The contents of the specified folder or knowledge center are displayed in the first column of the browser. systemrules.documentandfolderbrowserfieldcolumns.parameter.height=Determines the height of the component. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.documentandfolderbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.documentandfolderbrowserfieldcolumns.parameter.navigationsaveinto=Variable or list of variables to update when the navigation folder changes. systemrules.documentandfolderbrowserfieldcolumns.parameter.navigationvalue=The folder that has been navigated to whose contents are displayed in the rightmost column. systemrules.documentandfolderbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update when a document or folder is clicked. systemrules.documentandfolderbrowserfieldcolumns.parameter.selectionvalue=The document or folder to show as selected. systemrules.documentandfolderbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.documentandfolderbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.editdocumentproperties.description=Modifies the properties of a document. This function will only execute inside a saveInto or a Web API. systemrules.editdocumentproperties.parameter.document=The document to modify. systemrules.editdocumentproperties.parameter.name=The new name of the document. systemrules.editdocumentproperties.parameter.description=The new description of the document. systemrules.editdocumentproperties.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.editdocumentproperties.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.editfolderproperties.description=Modifies the properties of a Folder. This function will only execute inside a saveInto or a Web API. systemrules.editfolderproperties.parameter.folder=The folder to modify. systemrules.editfolderproperties.parameter.name=The new name of the folder. systemrules.editfolderproperties.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.editfolderproperties.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.editknowledgecenterproperties.description=Modifies the properties of a knowledge center. This function will only execute inside a saveInto or a Web API. systemrules.editknowledgecenterproperties.parameter.knowledgecenter=The knowledge center to modify. systemrules.editknowledgecenterproperties.parameter.name=The new name of the knowledge center. systemrules.editknowledgecenterproperties.parameter.description=The new description of the knowledge center. systemrules.editknowledgecenterproperties.parameter.expirationdays=The number of days after which documents in the selected knowledge center will expire. systemrules.editknowledgecenterproperties.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.editknowledgecenterproperties.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.gaugefield.description=Displays completion percentage in a circular style with optional text. See [documentation](links.docs.systemrules.gaugefield.doc) for more details. systemrules.gaugefield.parameter.label=Text to display as the field label. systemrules.gaugefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.gaugefield.parameter.instructions=Supplemental text about this field. systemrules.gaugefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.gaugefield.parameter.align=Determines alignment of the gauge. Valid values: "START", "CENTER" (default), "END". systemrules.gaugefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.gaugefield.parameter.size=Determines the size of the gauge. Valid values: "SMALL", "MEDIUM" (default), "LARGE". systemrules.gaugefield.parameter.percentage=Number to display between 0 and 100. systemrules.gaugefield.parameter.color=Determines the color. Access the percentage using fv!percentage. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "NEGATIVE", "WARN". systemrules.gaugefield.parameter.primarytext=Content to display on the first line inside the gauge. Create using plain text, a!gaugeIcon(), a!gaugePercentage(), or a!gaugeFraction(). systemrules.gaugefield.parameter.secondarytext=Optional text to display on the second line inside the gauge. systemrules.gaugefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gaugefield.parameter.tooltip=Text to display as a tooltip on the gauge. systemrules.gaugefield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.gaugefield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.gaugepercentage.description=Displays the configured percentage of the gauge, rounded to the nearest integer, for use within the gauge field primary text parameter. systemrules.gaugefraction.description=Displays text in a fractional format for use within the gauge field primary text parameter. systemrules.gaugefraction.parameter.denominator=Value to display as the bottom portion of the fraction. Value cannot be negative. Default: 100. Numerator is calculated automatically based on denominator and fill percentage. systemrules.gaugeicon.description=Displays an icon for use within the gauge field primary text parameter. systemrules.gaugeicon.parameter.icon=Icon to display. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.gaugeicon.parameter.color=Determines the icon color. Access the percentage using fv!percentage. Valid values: Any valid hex color or "ACCENT", "POSITIVE", "NEGATIVE", "WARN". Defaults to the gauge field color. systemrules.gaugeicon.parameter.alttext=Equivalent alternate text to display in the hover tooltip and for use by screen readers. systemrules.stampfield.description=Displays an icon and/or text on a colored circular background. See [documentation](links.docs.systemrules.stampfield.doc) for more details. systemrules.stampfield.parameter.label=Text to display as the field label. systemrules.stampfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED", "JUSTIFIED". systemrules.stampfield.parameter.instructions=Supplemental text about this field. systemrules.stampfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.stampfield.parameter.size=Determines the size of the stamp. Valid values: "TINY", "SMALL", "MEDIUM" (default), and "LARGE". systemrules.stampfield.parameter.backgroundcolor=Determines the background color. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "NEGATIVE", "SECONDARY", "TRANSPARENT". If "TRANSPARENT" is selected, the circle border will take on the content color and the circle fill will be transparent. systemrules.stampfield.parameter.icon=Icon to display inside the stamp. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.stampfield.parameter.contentcolor=Determines the icon and/or text color. Valid values: Any hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE". systemrules.stampfield.parameter.align=Determines alignment of the stamp. Valid values: "START" (default), "CENTER", "END". systemrules.stampfield.parameter.tooltip=Text to display on mouseover (web) or tap (mobile). systemrules.stampfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.stampfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.stampfield.parameter.text=Text to display within the stamp. systemrules.stampfield.parameter.link=Link to apply to the stamp. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.stampfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.stampfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.tagfield.description=Displays a list of short text labels with colored background to highlight important attributes. See [documentation](links.docs.systemrules.tagfield.doc) for more details. systemrules.tagfield.parameter.label=Text to display as the field label. systemrules.tagfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED", "JUSTIFIED". systemrules.tagfield.parameter.instructions=Supplemental text about this field. systemrules.tagfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.tagfield.parameter.tags=List of tags to display. Configured using a!tagItem(). systemrules.tagfield.parameter.size=Determines the size of the tags. Valid values: "SMALL", "STANDARD" (default). systemrules.tagfield.parameter.align=Determines alignment of the tags. Valid values: "START" (default), "CENTER", "END". systemrules.tagfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.tagfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.tagfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.tagfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.tagitem.description=Displays a short text label with colored background for use with a!tagField. systemrules.tagitem.parameter.text=Text to display within the tag. The tag displays a maximum of 40 characters. systemrules.tagitem.parameter.backgroundcolor=Determines the background color. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.tagitem.parameter.textcolor=Determines the text color. Valid values: Any valid hex color or "STANDARD" (default). systemrules.tagitem.parameter.tooltip=Text to display as a tooltip on the tag. systemrules.tagitem.parameter.showwhen=Determines whether the tag is displayed on the interface. When set to false, the tag is hidden and is not evaluated. Default: true. systemrules.tagitem.parameter.recordlink=Link to apply to the tag. Create a link with a!recordLink() or a!userRecordLink(). systemrules.groupbrowserfieldcolumns.description=Displays group membership structure in columns. Users can navigate through the structure and select a single group. See [documentation](links.docs.systemrules.groupbrowserfieldcolumns.doc) for more details. systemrules.groupbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.groupbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.groupbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.groupbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.groupbrowserfieldcolumns.parameter.rootgroup=The direct members of the initial group are displayed in the first column. systemrules.groupbrowserfieldcolumns.parameter.pathvalue=The path from the first column to the current navigation. systemrules.groupbrowserfieldcolumns.parameter.pathsaveinto=Variable or list of variables to update when a user clicks on a group. systemrules.groupbrowserfieldcolumns.parameter.selectionvalue=This group is displayed as selected when it is present in the navigation path array. systemrules.groupbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update upon selection of a group. systemrules.groupbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.groupbrowserfieldcolumns.parameter.height=Determines the height of the component. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.groupbrowserfieldcolumns.parameter.hideusers=Determines whether users will be displayed. Default: false. systemrules.groupbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.groupbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.userandgroupbrowserfieldcolumns.description=Displays group membership structure in columns. Users can navigate through the structure and select a single user or group. See [documentation](links.docs.systemrules.userandgroupbrowserfieldcolumns.doc) for more details. systemrules.userandgroupbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.userandgroupbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.userandgroupbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.userandgroupbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.userandgroupbrowserfieldcolumns.parameter.rootgroup=The direct members of the initial group are displayed in the first column. systemrules.userandgroupbrowserfieldcolumns.parameter.pathvalue=The path from the first column to the current navigation. systemrules.userandgroupbrowserfieldcolumns.parameter.pathsaveinto=Variable or list of variables to update when a user clicks on a user or group. systemrules.userandgroupbrowserfieldcolumns.parameter.selectionvalue=This user or group is displayed as selected when it is present in the navigation path array. systemrules.userandgroupbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update upon selection of a user or group. systemrules.userandgroupbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.userandgroupbrowserfieldcolumns.parameter.height=Determines the height of the component.Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.userandgroupbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.userandgroupbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.userbrowserfieldcolumns.description=Displays group membership structure in columns. Users can navigate through the structure and select a single user. See [documentation](links.docs.systemrules.userbrowserfieldcolumns.doc) for more details. systemrules.userbrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.userbrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.userbrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.userbrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.userbrowserfieldcolumns.parameter.pathvalue=The path from the first column to the current navigation. systemrules.userbrowserfieldcolumns.parameter.pathsaveinto=Variable or list of variables to update when a user clicks on a user or group. systemrules.userbrowserfieldcolumns.parameter.rootgroup=The direct members of the initial group are displayed in the first column. systemrules.userbrowserfieldcolumns.parameter.selectionvalue=This user is displayed as selected when it is present in the navigation path array. systemrules.userbrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update upon selection of a user. systemrules.userbrowserfieldcolumns.parameter.readonly=Determines whether selection is enabled. Default: false. systemrules.userbrowserfieldcolumns.parameter.height=Determines the height of the component.Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.userbrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.userbrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.removegroupmembers.description=Removes members from a group. This function will only execute inside a saveInto or a Web API. systemrules.removegroupmembers.parameter.members=The users that will be removed as members. systemrules.removegroupmembers.parameter.group=The selected users will be removed as members of this group. systemrules.removegroupmembers.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.removegroupmembers.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.orgchartfield.description=Displays the organizational structure of users within Appian based on the users' Supervisor field values. See [documentation](links.docs.systemrules.orgchartfield.doc) for more details. systemrules.orgchartfield.parameter.label=Text to display as the field label. systemrules.orgchartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.orgchartfield.parameter.instructions=Supplemental text about this field. systemrules.orgchartfield.parameter.value=The user who is the focus of the org chart. systemrules.orgchartfield.parameter.saveinto=One or more variables that are updated with the user value. Use a!save() to save a modified or alternative value to a variable. systemrules.orgchartfield.parameter.showallancestors=Determines if all ancestors above the user are displayed. Default is false, which displays only the user's supervisor. systemrules.orgchartfield.parameter.showtotalcounts=Determines who is included in the report count. When set to true, the count includes both direct and indirect reports. When set to false, the count only includes direct reports. Default: false. systemrules.orgchartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.orgchartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.orgchartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.documentdownloadlink.description=Defines a link used to download a document. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.documentdownloadlink.parameter.label=Label associated with this link. systemrules.documentdownloadlink.parameter.document=The document to download when the link is clicked. systemrules.documentdownloadlink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.documentimage.description=Displays an image from document management for use in an image field, rich text, hierarchy tree browser, billboard, or image column in a grid. systemrules.documentimage.parameter.document=The document to display as an image. systemrules.documentimage.parameter.alttext=Equivalent alternate text used when accessibility issues prevent the image from displaying. systemrules.documentimage.parameter.caption=Text to display in mouseovers and slideshows. systemrules.documentimage.parameter.link=Link that determines the behavior when the image is clicked. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.documentimage.parameter.showwhen=Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true. systemrules.userimage.description=Displays a user's profile photo for use in an image field, rich text, hierarchy tree browser, billboard, or image column in a grid. systemrules.userimage.parameter.user=The user whose profile photo will be shown. systemrules.userimage.parameter.alttext=Equivalent alternate text used when accessibility issues prevent the image from displaying. systemrules.userimage.parameter.caption=Text to display in mouseovers. systemrules.userimage.parameter.link=Link that determines the behavior of an image when clicked. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!userRecordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), or a!submitLink(). systemrules.userimage.parameter.showwhen=Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true. systemrules.dashboardlayout_17r1.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use another layout or a list of components. systemrules.dashboardlayout_17r1.parameter.firstcolumncontents=Array of components to display in the first column. systemrules.dashboardlayout_17r1.parameter.secondcolumncontents=Array of components to display in the second column. systemrules.dashboardlayout_17r1.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.dashboardlayout.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use another layout or a list of components. systemrules.dashboardlayout.parameter.contents=Components and layouts to display in the dashboard body. systemrules.dashboardlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.dashboardlayoutcolumns.description=This function has been deprecated. Use a!dashboardLayout instead. See the documentation for a!dashboardLayout to learn about this function. Displays up to two columns of components. Use this as the top-level layout for record views and Tempo reports when you are defining columns using a rule that is may be used in other layouts or if you are displaying empty columns. systemrules.dashboardlayoutcolumns.parameter.columns=Array of columns to display on the dashboard, created with a!columnLayout(). systemrules.dashboardlayoutcolumns.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.documentviewerfield.description=Displays a document from document management on an interface. See [documentation](links.docs.systemrules.documentviewerfield.doc) for more details. systemrules.documentviewerfield.parameter.label=Text to display as the field label. systemrules.documentviewerfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED", "JUSTIFIED". systemrules.documentviewerfield.parameter.instructions=Supplemental text about this field. systemrules.documentviewerfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.documentviewerfield.parameter.document=The document to display. systemrules.documentviewerfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.documentviewerfield.parameter.height=Determines the field height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.documentviewerfield.parameter.alttext=Equivalent alternate text provided to assistive technology. systemrules.documentviewerfield.parameter.disabled=Determines if the user is prevented from interacting with the document. Default: false. systemrules.documentviewerfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.documentviewerfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.documentviewerfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.dropdownfield_20r2.description=This is an older version of the a!dropdownField function. You can continue to use this version of the function by its new name: a!dropdownField_20r2. The new version of a!dropdownField has new functionality which allows users to search the list of choices. To upgrade to the new version, simply remove "_20r2" from the name and rename the parameter "placeholderLabel" to "placeholder". Displays a list of choices for the user to select one item and saves a value based on the selected choice. See [documentation](links.docs.systemrules.dropdownfield.doc) for more details. systemrules.dropdownfield_20r2.parameter.label=Text to display as the field label. systemrules.dropdownfield_20r2.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.dropdownfield_20r2.parameter.instructions=Supplemental text about this field. systemrules.dropdownfield_20r2.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.dropdownfield_20r2.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.dropdownfield_20r2.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.dropdownfield_20r2.parameter.choicelabels=Array of options for the user to select. systemrules.dropdownfield_20r2.parameter.placeholderlabel=Text to display when nothing is selected and the value is null. systemrules.dropdownfield_20r2.parameter.choicevalues=Array of values associated with the available choices. systemrules.dropdownfield_20r2.parameter.value=Value of the choice to display as selected. systemrules.dropdownfield_20r2.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.dropdownfield_20r2.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.dropdownfield_20r2.parameter.saveinto=One or more variables that are updated with the choice value when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.dropdownfield_20r2.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.dropdownfield_20r2.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.dropdownfield_20r2.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.dropdownfield.description=Displays a list of choices for the user to select one item and saves a value based on the selected choice. See [documentation](links.docs.systemrules.dropdownfield.doc) for more details. systemrules.dropdownfield.parameter.label=Text to display as the field label. systemrules.dropdownfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.dropdownfield.parameter.instructions=Supplemental text about this field. systemrules.dropdownfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.dropdownfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.dropdownfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.dropdownfield.parameter.choicelabels=Array of options for the user to select. When the data source is a record type, this is a record field or related record field. systemrules.dropdownfield.parameter.placeholder=Text to display when nothing is selected and the value is null. systemrules.dropdownfield.parameter.choicevalues=Array of values associated with the corresponding choices. When the data source is a record type, this is a record field (usually the primary key field). systemrules.dropdownfield.parameter.value=Value of the choice to display as selected. systemrules.dropdownfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.dropdownfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.dropdownfield.parameter.saveinto=One or more variables that are updated with the choice value when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.dropdownfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.dropdownfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.dropdownfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.dropdownfield.parameter.searchdisplay=Determines when a search box displays above the options. Valid values: "AUTO" (default), "ON", "OFF". When set to "AUTO", the search box displays if there are more than 11 options. systemrules.dropdownfield.parameter.data=The record type used as the source of the component's choices. This can be specified with a record type reference or a!recordData(). systemrules.dropdownfield.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.dropdownfieldbyindex_20r2.description=This is an older version of the a!dropdownFieldByIndex function. You can continue to use this version of the function by its new name: a!dropdownFieldByIndex_20r2. The new version of a!dropdownFieldByIndex has new functionality which allows users to search the list of choices. To upgrade to the new version, simply remove "_20r2" from the name and rename the parameter "placeholderLabel" to "placeholder". Displays a list of choices for the user to select one item and saves the index of the selected choice. systemrules.dropdownfieldbyindex_20r2.parameter.label=Text to display as the field label. systemrules.dropdownfieldbyindex_20r2.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.dropdownfieldbyindex_20r2.parameter.instructions=Supplemental text about this field. systemrules.dropdownfieldbyindex_20r2.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.dropdownfieldbyindex_20r2.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.dropdownfieldbyindex_20r2.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.dropdownfieldbyindex_20r2.parameter.choicelabels=Array of options for the user to select. systemrules.dropdownfieldbyindex_20r2.parameter.placeholderlabel=Text to display when nothing is selected and the value is null. systemrules.dropdownfieldbyindex_20r2.parameter.value=Index of the choice to display as selected. systemrules.dropdownfieldbyindex_20r2.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.dropdownfieldbyindex_20r2.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.dropdownfieldbyindex_20r2.parameter.saveinto=One or more variables that are updated with the choice index when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.dropdownfieldbyindex_20r2.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.dropdownfieldbyindex_20r2.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.dropdownfieldbyindex_20r2.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.dropdownfieldbyindex.description=Displays a list of choices for the user to select one item and saves the index of the selected choice. systemrules.dropdownfieldbyindex.parameter.label=Text to display as the field label. systemrules.dropdownfieldbyindex.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.dropdownfieldbyindex.parameter.instructions=Supplemental text about this field. systemrules.dropdownfieldbyindex.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.dropdownfieldbyindex.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.dropdownfieldbyindex.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.dropdownfieldbyindex.parameter.choicelabels=Array of options for the user to select. systemrules.dropdownfieldbyindex.parameter.placeholder=Text to display when nothing is selected and the value is null. systemrules.dropdownfieldbyindex.parameter.value=Index of the choice to display as selected. systemrules.dropdownfieldbyindex.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.dropdownfieldbyindex.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.dropdownfieldbyindex.parameter.saveinto=One or more variables that are updated with the choice index when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.dropdownfieldbyindex.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.dropdownfieldbyindex.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.dropdownfieldbyindex.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.dropdownfieldbyindex.parameter.searchdisplay=Determines when a search box displays above the options. Valid values: "AUTO" (default), "ON", "OFF". When set to "AUTO", the search box displays if there are more than 11 options. systemrules.dynamiclink.description=Defines a link that triggers updates to one or more variables. Links can be used in charts, grids, images, link fields, milestones, pickers, and rich text. systemrules.dynamiclink.parameter.label=Label associated with this link. systemrules.dynamiclink.parameter.value=Value to save when the link is clicked. systemrules.dynamiclink.parameter.saveinto=One or more variables that are updated with the link's value when the user clicks it. Use a!save() to save a modified or alternative value to a variable. systemrules.dynamiclink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.encryptedtextfield.description=Allows entry of a single line of text that is encrypted when saved into a variable. The value remains encrypted while on the server and is only decrypted when displayed in the component. See [documentation](links.docs.systemrules.encryptedtextfield.doc) for more details. systemrules.encryptedtextfield.parameter.label=Text to display as the field label. systemrules.encryptedtextfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.encryptedtextfield.parameter.instructions=Supplemental text about this field. systemrules.encryptedtextfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.encryptedtextfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.encryptedtextfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.encryptedtextfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.encryptedtextfield.parameter.align=Determines alignment of text value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.encryptedtextfield.parameter.value=Text to display in the text field. systemrules.encryptedtextfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.encryptedtextfield.parameter.saveinto=One or more variables that are updated with the encrypted text when the user changes the field. systemrules.encryptedtextfield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.encryptedtextfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.encryptedtextfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.encryptedtextfield.parameter.masked=Determines if the value is obscured from view. Default: false. systemrules.encryptedtextfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.encryptedtextfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.encryptedtextfield.parameter.inputpurpose=Indicates the intent of input for accessibility improvements, like autocomplete, used by browsers and assistive technologies. Valid values are "NAME", "EMAIL", "PHONE_NUMBER", "STREET_ADDRESS", "POSTAL_CODE", "CREDIT_CARD_NUMBER", and "OFF". systemrules.entitydata.description=Creates an Entity Data for use with a!writeToMultipleDataStoreEntities(). systemrules.entitydata.parameter.entity=This field holds a single Data Store Entity value in which the data to be updated is stored. It is required for the data type. systemrules.entitydata.parameter.data=This field holds multiple Any Type values to store in the entity. systemrules.entitydataidentifiers.description=Creates a EntityDataIdentifiers configuration for use with a!deleteFromDataStoreEntities(). systemrules.entitydataidentifiers.parameter.entity=This field holds a single Data Store Entity value in which the data to be deleted is stored. It is required for the data type. systemrules.entitydataidentifiers.parameter.identifiers=This field holds multiple Any Type values for the primary key values of the data to be deleted. systemrules.externalimagefield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!imageField(). systemrules.externalimagefield.parameter.label=Text to display as the field label. systemrules.externalimagefield.parameter.instructions=Supplemental text about this field. systemrules.externalimagefield.parameter.source=Source of the image to display. systemrules.externalimagefield.parameter.alttext=Equivalent alternate text used when accessibility issues prevent the image from displaying. systemrules.externallinkfield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!linkField(). systemrules.externallinkfield.parameter.label=Text to display as the field label. systemrules.externallinkfield.parameter.instructions=Supplemental text about this field. systemrules.externallinkfield.parameter.links=Array of links to display in the field. systemrules.facet_17r1.description=Creates a value of type Facet used to define a user filter. systemrules.facet_17r1.parameter.name=Name of the user filter. systemrules.facet_17r1.parameter.options=Array of filter options created with a!facetOption(). systemrules.facet_17r1.parameter.defaultoption=Determines which, if any, filter option is applied when a record list first loads. systemrules.facet_17r1.parameter.isvisible=Determines whether the filter is visible to the user at runtime. Default is true. systemrules.facet.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!recordFilterList() systemrules.facet.parameter.name=Name of the user filter. systemrules.facet.parameter.options=Array of filter options created with a!facetOption(). systemrules.facet.parameter.defaultoption=Determines which, if any, filter option is applied when a record list first loads. systemrules.facet.parameter.isvisible=Determines whether the filter is visible to the user at runtime. Default is true. systemrules.facet.parameter.allowmultipleselections=Determines if the filter will allow the user to select a single option or multiple options. Default is true. systemrules.recordfilterlist.description=Creates a list user filter to be used in a record list. systemrules.recordfilterlist.parameter.name=Name of the user filter. systemrules.recordfilterlist.parameter.options=Array of filter options created with a!recordFilterListOption(). systemrules.recordfilterlist.parameter.defaultoption=Determines which, if any, filter option is applied when a record list first loads. systemrules.recordfilterlist.parameter.isvisible=Determines whether the filter is visible to the user at runtime. Default is true. systemrules.recordfilterlist.parameter.allowmultipleselections=Determines if the filter will allow the user to select a single option or multiple options. Default is true. systemrules.facetoption.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!recordFilterListOption() systemrules.facetoption.parameter.id=Integer identifier of the filter option. This must be unique across all other filter options within the same user filter. systemrules.facetoption.parameter.name=Display name of the filter option. systemrules.facetoption.parameter.filter=Filter to apply when the filter option is selected, created with a!queryFilter(). systemrules.facetoption.parameter.datacount=Number of items associated with the filter. systemrules.recordfilterlistoption.description=Creates a filter option to be used in a list user filter. systemrules.recordfilterlistoption.parameter.id=Integer identifier of the filter option. This must be unique across all other filter options within the same user filter. systemrules.recordfilterlistoption.parameter.name=Display name of the filter option. systemrules.recordfilterlistoption.parameter.filter=Filter to apply when the filter option is selected, created with a!queryFilter(). systemrules.recordfilterlistoption.parameter.datacount=Number of items associated with the filter. systemrules.fileuploadfield_17r1.description=This is an older version of the a!fileUploadField function. You can continue to use this version of the function by its new name: a!fileUploadField_17r1. The new version of a!fileUploadField has new functionality. Allows users to upload a file. File upload is only enabled on start forms and task forms. Uploaded documents are not accessible until after form submission. systemrules.fileuploadfield_17r1.parameter.label=Text to display as the field label. systemrules.fileuploadfield_17r1.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.fileuploadfield_17r1.parameter.instructions=Supplemental text about this field. systemrules.fileuploadfield_17r1.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.fileuploadfield_17r1.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.fileuploadfield_17r1.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.fileuploadfield_17r1.parameter.target=Determines the eventual location of the uploaded file. systemrules.fileuploadfield_17r1.parameter.documentname=Determines the name for the document. When not provided, the uploaded filename is used. systemrules.fileuploadfield_17r1.parameter.documentdescription=Determines the description for the document. When not provided, the description of the new file or version is empty. systemrules.fileuploadfield_17r1.parameter.value=The document associated with this field. systemrules.fileuploadfield_17r1.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.fileuploadfield_17r1.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.fileuploadfield_17r1.parameter.saveinto=One or more variables that are updated with the document when the user uploads a file. Removing an uploaded file saves a null document. Use a!save() to save a modified or alternative value to a variable. systemrules.fileuploadfield_17r1.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.fileuploadfield_17r1.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.floatingpointdisplayfield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!floatingPointField() with the readOnly attribute set to true. systemrules.floatingpointdisplayfield.parameter.label=Text to display as the field label. systemrules.floatingpointdisplayfield.parameter.instructions=Supplemental text about this field. systemrules.floatingpointdisplayfield.parameter.value=Number to display in the field. systemrules.floatingpointfield.description=Displays and allows entry of a single decimal number, stored with a floating point representation. See [documentation](links.docs.systemrules.floatingpointfield.doc) for more details. systemrules.floatingpointfield.parameter.label=Text to display as the field label. systemrules.floatingpointfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.floatingpointfield.parameter.instructions=Supplemental text about this field. systemrules.floatingpointfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.floatingpointfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.floatingpointfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.floatingpointfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.floatingpointfield.parameter.align=Determines alignment of the number value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.floatingpointfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.floatingpointfield.parameter.value=Number to display in the field. systemrules.floatingpointfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.floatingpointfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.floatingpointfield.parameter.saveinto=One or more variables that are updated with the number when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.floatingpointfield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.floatingpointfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.floatingpointfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.floatingpointfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.formlayout_17r1.description=This is an older version of the a!formLayout function. You can continue to use this version of the function by its new name: a!formLayout_17r1. The new version of a!formLayout has new functionality. Displays up to two columns of components beneath a title and above buttons. Use this as the top-level layout of start and task forms. systemrules.formlayout_17r1.parameter.label=Text to display as the form's title. systemrules.formlayout_17r1.parameter.instructions=Supplemental text about this form. systemrules.formlayout_17r1.parameter.firstcolumncontents=Array of components to display in the first column. systemrules.formlayout_17r1.parameter.secondcolumncontents=Array of components to display in the second column. systemrules.formlayout_17r1.parameter.contents=Components and layouts to display in the form body. systemrules.formlayout_17r1.parameter.buttons=Buttons to display at the bottom of the form, arranged using a!buttonLayout(). A Button Layout must be present for a back button to appear for activity-chained tasks. systemrules.formlayout_17r1.parameter.skipautofocus=Determines whether the first input will receive focus when a form loads. Default is false. systemrules.formlayout_17r1.parameter.validations=Validation errors to display below the form. systemrules.formlayout_17r1.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.formlayout_17r1.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.formlayout.description=Displays any arrangement of layouts and components beneath a title and above buttons. Use this as the top-level layout for start and task forms. See [documentation](links.docs.systemrules.formlayout.doc) for more details. systemrules.formlayout.parameter.label=Text to display as the form's title. systemrules.formlayout.parameter.instructions=Supplemental text about this form. systemrules.formlayout.parameter.contents=Components and layouts to display in the form body. systemrules.formlayout.parameter.buttons=Buttons to display at the bottom of the form, arranged using a!buttonLayout(). A Button Layout must be present for a back button to appear for activity-chained tasks. systemrules.formlayout.parameter.skipautofocus=Determines whether the first input will receive focus when a form loads. Default is false. systemrules.formlayout.parameter.validations=Validation errors to display below the form. systemrules.formlayout.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.formlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.formlayoutcolumns.description=This function has been deprecated. Use a!formLayout instead. See the documentation for a!formLayout to learn about this function. Displays up to two columns of components beneath a title and above buttons. Use this as the top-level layout of start and task forms when you are defining columns using a rule that is may be used in other layouts or if you are displaying empty columns. systemrules.formlayoutcolumns.parameter.label=Text to display as the form's title. systemrules.formlayoutcolumns.parameter.instructions=Supplemental text about this form. systemrules.formlayoutcolumns.parameter.columns=Array of columns to display on the form, created with a!columnLayout(). systemrules.formlayoutcolumns.parameter.buttons=Buttons to display at the bottom of the form, arranged using a!buttonLayout(). systemrules.formlayoutcolumns.parameter.validations=Validation errors to display below the form. systemrules.formlayoutcolumns.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.formlayoutcolumns.parameter.skipautofocus=Determines whether the first input will receive focus when a form loads. Default is false. systemrules.gridcolumn.description=Displays a column of data as read-only text, links, images, rich text, or other components supported within the read-only grid. systemrules.gridcolumn.parameter.align=Determines the alignment for the header label and all values within the column. Valid values: "START" (default), "CENTER", "END". systemrules.gridcolumn.parameter.helptooltip=Displays a help icon in the column header with the specified text as a tooltip. systemrules.gridcolumn.parameter.label=Text to display as the column header. systemrules.gridcolumn.parameter.backgroundcolor=Determines the cell background color. To set the color based on the value of the cell, use fv!row and dot notation to reference the field (such as fv!row.status). Grids that use record data must use the recordType! domain to reference a record field or related record field. For example, fv!row[recordType!Case.fields.status]. Valid colors: Any valid hex color or "NONE" (default), "ACCENT", "SUCCESS", "INFO", "WARN", "ERROR". systemrules.gridcolumn.parameter.showwhen=Determines whether the column is displayed in the grid. When set to false, the column is hidden and is not evaluated. Default: true. systemrules.gridcolumn.parameter.sortfield=The field used to sort the grid when selecting this column header. Grids that use record data must use the recordType! domain to reference a record field or related record field. For example, recordType!Case.fields.caseName. systemrules.gridcolumn.parameter.value=The value to display in each cell within the column. The value can be text, a!imageField(), a!linkField(), a!richTextDisplayField(), a!tagField(), a!buttonArrayLayout(), a!recordActionField(), or a!progressBarField(). It is evaluated once for each row. Reference fields from the source using dot notation, such as fv!row.status, or the identifier using fv!identifier. Grids that use record data must use the recordType! domain to reference a record field or related record field. For example, fv!row[recordType!Case.fields.caseName]. systemrules.gridcolumn.parameter.width=Determines the column width. Valid values: "AUTO" (default), "ICON", "ICON_PLUS", "NARROW", "NARROW_PLUS", "MEDIUM", "MEDIUM_PLUS", "WIDE", "1X", "2X", "3X", "4X", "5X", "6X", "7X", "8X", "9X", and "10X". Review [UX best practices](links.docs.systemrules.gridcolumn.width) for configuring grid column widths. systemrules.gridcolumn.parameter.helpTooltip=Displays a help icon in the column header with the specified text as a tooltip. systemrules.gridcolumn.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gridfield_23r3.description=This is an older version of the a!gridField() function. You can continue to use this version of the function by its new name: a!gridField_23r3(). The new version of a!gridField() has new functionality. Read-only grids that use a record type as the source will only query the record fields specified in the "columns", "pagingSaveInto", and "selectionSaveInto" parameters. This allows for more optimal grid performance. Additionally, if your grid includes dynamic behavior, you can configure the "fields" parameter in a!recordData() to specify when to query fields in the grid. systemrules.gridfield_23r3.parameter.label=Text to display as the field label. systemrules.gridfield_23r3.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.gridfield_23r3.parameter.pagesize=The maximum number of rows to display in the grid. Default: 10 systemrules.gridfield_23r3.parameter.pagingsaveinto=One or more variables that are updated only when user invokes a paging action on the grid. You can reference the current paging of the grid using fv!pagingInfo. systemrules.gridfield_23r3.parameter.instructions=Supplemental text about this field. systemrules.gridfield_23r3.parameter.totalcount=Number of rows of data for all pages in the grid. systemrules.gridfield_23r3.parameter.columns=Array of Grid Columns to display. Columns can be created with a!gridTextColumn() or a!gridImageColumn(). systemrules.gridfield_23r3.parameter.identifiers=Array of Texts or Integers that uniquely identify rows for selection. systemrules.gridfield_23r3.parameter.disabled=Determines if the user is prevented from changing which rows are selected. Default: false. systemrules.gridfield_23r3.parameter.requireselection=Determines if a selection is required to submit the form. Default: false. systemrules.gridfield_23r3.parameter.requiredmessage=Custom message to display when selection is required and no selection is made. systemrules.gridfield_23r3.parameter.selection=Determines if the selection column is displayed. Default: false. systemrules.gridfield_23r3.parameter.data=The data to display in the grid. Use a record type reference or a!recordData() to source your data from records and utilize records functionality, such as user filters and export. For other cases, you can use a query, such as a!queryEntity(), a Data Subset, a list of Dictionary, or an array of data. When necessary, specify pagingInfo as fv!pagingInfo to have the grid automatically manage paging. When using a query that returns a datasubset, you must specify fetchTotalCount as true. systemrules.gridfield_23r3.parameter.initialsorts=Sorts applied to the grid upon initial load only. The first sort in this list will be displayed to the user as an arrow in the header of the corresponding grid column (if applicable). systemrules.gridfield_23r3.parameter.secondarysorts=Sorts applied to the data in the grid after every user sort interaction. No sorts in this list will be displayed to the user as an arrow in the header of a grid column. If your data is a reference to a record type sourced from processes, this parameter is not supported. systemrules.gridfield_23r3.parameter.disablerowselectionwhen=Determines for each row if selection is disabled. The condition defined in this parameter is evaluated once for each row. Reference fields from the source using dot notation, such as fv!row.status, or the identifier of the row using fv!identifier. Grids that use record data must use the recordType! domain to reference a record field or related record field. For example, fv!row[recordType!Case.fields.caseName]. Default: false. systemrules.gridfield_23r3.parameter.value=Determines the grid's paging and (if applicable) selection state. The value can be created with a!pagingInfo() or a!gridSelection(). systemrules.gridfield_23r3.parameter.validations=Validation errors to display below the field. systemrules.gridfield_23r3.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.gridfield_23r3.parameter.saveinto=One or more variables that are updated with the paging or grid selection configuration when the user pages, sorts, or changes the grid's selections. Use a!save() to save a modified or alternative value to a variable. systemrules.gridfield_23r3.parameter.emptygridmessage=Text to display in the grid when no data is available. Default is "No items available". systemrules.gridfield_23r3.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.gridfield_23r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.gridfield_23r3.parameter.shadealternaterows=Determines whether alternate rows are shaded. Default: true. systemrules.gridfield_23r3.parameter.height=Determines the height of the grid. Valid values: "SHORT", "MEDIUM", "TALL", "AUTO" (default). When set to SHORT, MEDIUM, or TALL, the header is frozen. systemrules.gridfield_23r3.parameter.spacing=Determines the spacing within grid cells. Valid values: "STANDARD" (web default), "DENSE" (mobile default). systemrules.gridfield_23r3.parameter.borderstyle=Determines the style of the grid border. Valid values: "STANDARD" (default), "LIGHT". systemrules.gridfield_23r3.parameter.selectionstyle=Determines the style when a row is selected. Valid values: "CHECKBOX" (default), "ROW_HIGHLIGHT". systemrules.gridfield_23r3.parameter.selectable=Determines if grid rows are selectable. When selection style is "CHECKBOX" (default), the selection column is displayed. Default: false. systemrules.gridfield_23r3.parameter.selectionvalue=Identifiers of the rows that should appear as selected. Can be set to have rows be pre-selected for the user. Supported types: Text Array and Integer Array. systemrules.gridfield_23r3.parameter.selectionsaveinto=One or more variables that are updated with the selected identifiers when the user changes selections. Use a!save() to save a modified or alternative value to a variable. You can reference the rows selected and deselected in the most recent user interaction (not all selected or deselected rows) using fv!selectedRows and fv!deselectedRows respectively. systemrules.gridfield_23r3.parameter.selectionrequired=Determines if a selection is required to submit the form. Default: false. systemrules.gridfield_23r3.parameter.selectionrequiredmessage=Custom message to display when a selection is required and not provided. systemrules.gridfield_23r3.parameter.rowheader=Index of the column to be used as the row header. Screen readers will announce the value in each row header when navigating to other cells within that row. Used only for accessibility; produces no visible change. systemrules.gridfield_23r3.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gridfield_23r3.parameter.showexportbutton=Determines if grid data can be exported. This parameter only applies when a record type is used as the source in the data parameter. Default: false. systemrules.gridfield_23r3.parameter.userfilters=List of user filter references to display, configured using the recordType! domain. For example, recordType!Case.filters.status. You may only reference user filters defined on the source record type used for the grid data. This parameter only applies when a record type is used as the source in the data parameter. systemrules.gridfield_23r3.parameter.refreshalways=When true, grid data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.gridfield_23r3.parameter.refreshinterval=How often grid data gets refreshed in minutes. When null, grid data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.gridfield_23r3.parameter.refreshonvarchange=Refreshes the grid data each time any of these specific variables change. This allows you to refresh the grid data when a variable that is not referenced in the grid configuration is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.gridfield_23r3.parameter.refreshonreferencedvarchange=When true, grid data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh grid data when another variable that is not used within the grid configuration, use refreshOnVarChange. Default: true. systemrules.gridfield_23r3.parameter.recordactions=List of record action items to display above the grid, configured using a!recordActionItem(). If you use fv!identifier in the identifier parameter of a!recordActionItem(), you will also need to configure selection for the grid. This parameter only applies when a record type is used as the source in the data parameter. systemrules.gridfield_23r3.parameter.openactionsin=Determines how record actions should open to the user. Valid values: "DIALOG" (default), "NEW_TAB", "SAME_TAB". systemrules.gridfield_23r3.parameter.actionsdisplay=Determines which details are shown for record actions, regardless of style. Valid values: "LABEL_AND_ICON" (default), "LABEL", "ICON". systemrules.gridfield_23r3.parameter.refreshafter=Refreshes grid data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.gridfield_23r3.parameter.showsearchbox=Determines if the record search box should be shown. This parameter only applies when a record type is used as the source in the data parameter. Default: true. systemrules.gridfield_23r3.parameter.showrefreshbutton=Determines if the grid should include a refresh button to manually refresh data. This parameter only applies when a record type is used as the source in the data parameter. Default: true. systemrules.gridfield_23r3.parameter.actionsstyle=Determines how the list of actions should be displayed above the grid. Valid values: "TOOLBAR" (default), "TOOLBAR_PRIMARY". See the [documentation](links.docs.systemrules.gridfield.doc) for guidance on how to use different styles effectively. systemrules.gridfield_23r3.parameter.maxselections=The maximum number of items the user can select. When the user selects the maximum number of items, row selection is disabled. systemrules.gridfield_23r3.parameter.showselectioncount=Determines when the number of selected items displays below the grid. Valid values: "AUTO" (default), "ON", "OFF". "AUTO" displays the selection count if the value of the maxSelections parameter is greater than 1. systemrules.gridfield_19r1.description=This is an older version of the a!gridField() function. You can continue to use this version of the function by its new name: a!gridField_19r1(). The new version of a!gridField() has new functionality. Displays read-only text, links, and images in a grid that supports selecting, sorting, and paging. systemrules.gridfield_19r1.parameter.label=Text to display as the field label. systemrules.gridfield_19r1.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.gridfield_19r1.parameter.instructions=Supplemental text about this field. systemrules.gridfield_19r1.parameter.totalcount=Number of rows of data for all pages in the grid. systemrules.gridfield_19r1.parameter.columns=Array of Grid Columns to display. Columns can be created with a!gridTextColumn() or a!gridImageColumn(). systemrules.gridfield_19r1.parameter.identifiers=Array of Texts or Integers that uniquely identify rows for selection. systemrules.gridfield_19r1.parameter.disabled=Determines if the user is prevented from changing which rows are selected. Default: false. systemrules.gridfield_19r1.parameter.requireselection=Determines if a selection is required to submit the form. Default: false. systemrules.gridfield_19r1.parameter.requiredmessage=Custom message to display when selection is required and no selection is made. systemrules.gridfield_19r1.parameter.selection=Determines if the selection column is displayed. Default: false. systemrules.gridfield_19r1.parameter.value=Determines the grid's paging and (if applicable) selection state. The value can be created with a!pagingInfo() or a!gridSelection(). systemrules.gridfield_19r1.parameter.validations=Validation errors to display below the field. systemrules.gridfield_19r1.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.gridfield_19r1.parameter.saveinto=One or more variables that are updated with the paging or grid selection configuration when the user pages, sorts, or changes the grid's selections. Use a!save() to save a modified or alternative value to a variable. systemrules.gridfield_19r1.parameter.emptygridmessage=Text to display in the grid when no data is available. Default is "No items available". systemrules.gridfield_19r1.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.gridfield_19r1.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.gridfield_19r1.parameter.shadealternaterows=Determines whether alternate rows are shaded. Default: true. systemrules.gridfield_19r1.parameter.height=Determines the height of the grid. Valid values: "SHORT", "MEDIUM", "TALL", "AUTO" (default). When set to SHORT, MEDIUM, or TALL, the header is frozen. systemrules.gridfield_19r1.parameter.spacing=Determines the spacing within grid cells. Valid values: "STANDARD" (web default), "DENSE" (mobile default). systemrules.gridfield_19r1.parameter.borderstyle=Determines the style of the grid border. Valid values: "STANDARD" (default), "LIGHT". systemrules.gridfield_19r1.parameter.selectionstyle=Determines the style when a row is selected. Valid values: "CHECKBOX" (default), "ROW_HIGHLIGHT". systemrules.gridfield_19r1.parameter.rowheader=Index of the column to be used as the row header. Screen readers will announce the value in each row header when navigating to other cells within that row. Used only for accessibility; produces no visible change. systemrules.gridfield_19r1.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gridfield.description=Accepts a set of data and displays it in a grid that supports selecting, sorting, and paging. You can choose to display your data as read-only text, links, images, rich text, or other components supported in read-only grids. See [documentation](links.docs.systemrules.gridfield.doc) for more details. systemrules.gridfield.parameter.borderstyle=Determines the style of the grid border. Valid values: "STANDARD" (default), "LIGHT". systemrules.gridfield.parameter.columns=The columns to display in the grid, configured using a!gridColumn(). systemrules.gridfield.parameter.data=The data to display in the grid. Use a record type reference or a!recordData() to source your data from records and utilize records functionality, such as user filters and export. For other cases, you can use a query, such as a!queryEntity(), a Data Subset, a list of Dictionary, or an array of data. When necessary, specify pagingInfo as fv!pagingInfo to have the grid automatically manage paging. When using a query that returns a datasubset, you must specify fetchTotalCount as true. systemrules.gridfield.parameter.initialsorts=Sorts applied to the grid upon initial load only. The first sort in this list will be displayed to the user as an arrow in the header of the corresponding grid column (if applicable). systemrules.gridfield.parameter.secondarysorts=Sorts applied to the data in the grid after every user sort interaction. No sorts in this list will be displayed to the user as an arrow in the header of a grid column. If your data is a reference to a record type sourced from processes, this parameter is not supported. systemrules.gridfield.parameter.disablerowselectionwhen=Determines for each row if selection is disabled. The condition defined in this parameter is evaluated once for each row. Reference fields from the source using dot notation, such as fv!row.status, or the identifier of the row using fv!identifier. Grids that use record data must use the recordType! domain to reference a record field or related record field. For example, fv!row[recordType!Case.fields.caseName]. Default: false. systemrules.gridfield.parameter.emptygridmessage=Text to display in the grid when no data is available. Default is "No items available". systemrules.gridfield.parameter.height=Determines the height of the grid. Valid values: "SHORT", "SHORT_PLUS", "MEDIUM", "MEDIUM_PLUS", "TALL", "TALL_PLUS", "EXTRA_TALL", "AUTO" (default). The header is frozen for all values except AUTO. systemrules.gridfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.gridfield.parameter.instructions=Supplemental text about this grid. systemrules.gridfield.parameter.label=Text to display as the grid label. systemrules.gridfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.gridfield.parameter.pagesize=The maximum number of rows to display in the grid. Default: 10 systemrules.gridfield.parameter.pagingsaveinto=One or more variables that are updated only when user invokes a paging action on the grid. You can reference the current paging of the grid using fv!pagingInfo. systemrules.gridfield.parameter.rowheader=Index of the column to be used as the row header. Screen readers will announce the value in each row header when navigating to other cells within that row. Used only for accessibility; produces no visible change. systemrules.gridfield.parameter.selectable=Determines if grid rows are selectable. When selection style is "CHECKBOX" (default), the selection column is displayed. Default: false. systemrules.gridfield.parameter.selectionrequired=Determines if a selection is required to submit the form. Default: false. systemrules.gridfield.parameter.selectionrequiredmessage=Custom message to display when a selection is required and not provided. systemrules.gridfield.parameter.selectionsaveinto=One or more variables that are updated with the selected identifiers when the user changes selections. Use a!save() to save a modified or alternative value to a variable. You can reference the rows selected and deselected in the most recent user interaction (not all selected or deselected rows) using fv!selectedRows and fv!deselectedRows respectively. systemrules.gridfield.parameter.selectionstyle=Determines the style when a row is selected. Valid values: "CHECKBOX" (default), "ROW_HIGHLIGHT". systemrules.gridfield.parameter.selectionvalue=Identifiers of the rows that should appear as selected. Can be set to have rows be pre-selected for the user. Supported types: Text Array and Integer Array. systemrules.gridfield.parameter.shadealternaterows=Determines whether alternate rows are shaded. Default: true. systemrules.gridfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.gridfield.parameter.spacing=Determines the spacing within grid cells. Valid values: "STANDARD" (web default), "DENSE" (mobile default). systemrules.gridfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. systemrules.gridfield.parameter.validations=Validation errors to display below the grid when the data is invalid, configured using a!validationMessage(). You can reference the current page of data using fv!currentPage. systemrules.gridfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gridfield.parameter.showexportbutton=Determines if grid data can be exported. This parameter only applies when a record type is used as the source in the data parameter. Default: false. systemrules.gridfield.parameter.userfilters=List of user filter references to display, configured using the recordType! domain. For example, recordType!Case.filters.status. You may only reference user filters defined on the source record type used for the grid data. This parameter only applies when a record type is used as the source in the data parameter. systemrules.gridfield.parameter.refreshalways=When true, grid data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.gridfield.parameter.refreshinterval=How often grid data gets refreshed in minutes. When null, grid data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.gridfield.parameter.refreshonvarchange=Refreshes the grid data each time any of these specific variables change. This allows you to refresh the grid data when a variable that is not referenced in the grid configuration is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.gridfield.parameter.refreshonreferencedvarchange=When true, grid data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh grid data when another variable that is not used within the grid configuration, use refreshOnVarChange. Default: true. systemrules.gridfield.parameter.recordactions=List of record action items to display above the grid, configured using a!recordActionItem(). If you use fv!identifier in the identifier parameter of a!recordActionItem(), you will also need to configure selection for the grid. This parameter only applies when a record type is used as the source in the data parameter. systemrules.gridfield.parameter.openactionsin=Determines how record actions should open to the user. Valid values: "DIALOG" (default), "NEW_TAB", "SAME_TAB". systemrules.gridfield.parameter.actionsdisplay=Determines which details are shown for record actions, regardless of style. Valid values: "LABEL_AND_ICON" (default), "LABEL", "ICON". systemrules.gridfield.parameter.refreshafter=Refreshes grid data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.gridfield.parameter.showsearchbox=Determines if the record search box should be shown. This parameter only applies when a record type is used as the source in the data parameter. Default: true. systemrules.gridfield.parameter.showrefreshbutton=Determines if the grid should include a refresh button to manually refresh data. This parameter only applies when a record type is used as the source in the data parameter. Default: true. systemrules.gridfield.parameter.actionsstyle=Determines how the list of actions should be displayed above the grid. Valid values: "TOOLBAR" (default), "TOOLBAR_PRIMARY". See the [documentation](links.docs.systemrules.gridfield.doc) for guidance on how to use different styles effectively. systemrules.gridfield.parameter.maxselections=The maximum number of items the user can select. When the user selects the maximum number of items, row selection is disabled. systemrules.gridfield.parameter.showselectioncount=Determines when the number of selected items displays below the grid. Valid values: "AUTO" (default), "ON", "OFF". "AUTO" displays the selection count if the value of the maxSelections parameter is greater than 1. systemrules.gridselection.description=NOTE: This is a deprecated function for use in an older version of the a!gridField() function. You can continue to use this function in the older version of the a!gridField() function by its new name: a!gridField_19r1(). The new version of a!gridField() has new paging and selection capabilities. systemrules.gridselection.parameter.paginginfo=Paging and sorting configuration created with a!pagingInfo(). systemrules.gridselection.parameter.selected=Array of selected identifiers. Supported types: Text Array and Integer Array. systemrules.gridimagecolumn_17r3.description=NOTE: This is an older version of the a!gridImageColumn function for use in an older version of the a!gridField() function. You can continue to use this version of the function in the a!gridField_19r1() function by its new name: a!gridImageColumn_17r3. The new version of a!gridField() uses a!gridColumn() instead. systemrules.gridimagecolumn_17r3.parameter.label=Text to display as the column header. systemrules.gridimagecolumn_17r3.parameter.field=Name of the data field associated with the column for use in sorting. systemrules.gridimagecolumn_17r3.parameter.data=Array of images to display, created with a!documentImage() or a!webImage(). systemrules.gridimagecolumn_17r3.parameter.size=Determines how the images are sized. Valid values: "THUMBNAIL" (default), "ICON". systemrules.gridimagecolumn_17r3.parameter.showwhen=Determines whether the column is displayed in the grid. When set to false, the column is hidden and is not evaluated. Default: true. systemrules.gridimagecolumn.description=NOTE: This is a deprecated function for use in an older version of the a!gridField() function. You can continue to use this function in the older version of the a!gridField() function by its new name: a!gridField_19r1(). The new version of a!gridField() uses a!gridColumn() instead. systemrules.gridimagecolumn.parameter.label=Text to display as the column header. systemrules.gridimagecolumn.parameter.field=Name of the data field associated with the column for use in sorting. systemrules.gridimagecolumn.parameter.data=Array of images to display, created with a!documentImage(), a!userImage(), or a!webImage(). systemrules.gridimagecolumn.parameter.size=Determines how the images are sized. Valid values: "ICON" (default), "GALLERY", "TINY", "SMALL", "MEDIUM", "LARGE". systemrules.gridimagecolumn.parameter.style=Determines how the images are rendered. Valid values: "STANDARD" (default), "AVATAR". systemrules.gridimagecolumn.parameter.isthumbnail=Determines whether the images can be viewed at a larger size when clicked. Multiple images will be visible in a slideshow. Default: false. systemrules.gridimagecolumn.parameter.showwhen=Determines whether the column is displayed in the grid. When set to false, the column is hidden and is not evaluated. Default: true. systemrules.gridlayout.description=Displays a tabular layout of SAIL components to provide quick inline editing of fields. For an example of how to configure an editable grid, see the [Add, Edit, and Remove Data in an Inline Editable Grid SAIL Recipe](links.docs.systemrules.gridlayout.recipe). systemrules.gridlayout.parameter.label=Text to display as the grid label. systemrules.gridlayout.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.gridlayout.parameter.instructions=Supplemental text about this grid. systemrules.gridlayout.parameter.headercells=Array of column headers created with a!gridLayoutHeaderCell(). systemrules.gridlayout.parameter.columnconfigs=Array of column configurations created with a!gridLayoutColumnConfig(). systemrules.gridlayout.parameter.rows=Array of grid rows created with a!gridRowLayout(). systemrules.gridlayout.parameter.validations=Validation errors to display below the grid. systemrules.gridlayout.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.gridlayout.parameter.selectable=Determines if the selection column is displayed. Default: false. systemrules.gridlayout.parameter.selectiondisabled=Determines if selection is disabled on all rows. Default: false. systemrules.gridlayout.parameter.selectionrequired=Determines if a selection is required to submit the form. Default: false. systemrules.gridlayout.parameter.selectionvalue=Identifiers of selected rows. systemrules.gridlayout.parameter.selectionsaveinto=One or more variables that are updated with the selected identifiers when the user changes selections. Use a!save() to save a modified or alternative value to a variable. systemrules.gridlayout.parameter.addrowlink=Link for adding a row to the grid. Create link using a!dynamicLink(). systemrules.gridlayout.parameter.totalcount=Number of rows of data displayed in the grid. systemrules.gridlayout.parameter.emptygridmessage=Text to display in the grid when no data is available. Default is "No items available". systemrules.gridlayout.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.gridlayout.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.gridlayout.parameter.shadealternaterows=Determines whether alternate rows are shaded. Default: true. systemrules.gridlayout.parameter.height=Determines the height of the grid. Valid values: "SHORT", "SHORT_PLUS", "MEDIUM", "MEDIUM_PLUS", "TALL", "TALL_PLUS", "EXTRA_TALL", "AUTO" (default). The header is frozen for all values except AUTO. systemrules.gridlayout.parameter.spacing=Determines the spacing within grid cells. Valid values: "STANDARD" (web default), "DENSE" (mobile default). systemrules.gridlayout.parameter.borderstyle=Determines the style of the grid border. Valid values: "STANDARD" (default), "LIGHT". systemrules.gridlayout.parameter.selectionstyle=Determines the style when a row is selected. Valid values: "CHECKBOX" (default), "ROW_HIGHLIGHT". systemrules.gridlayout.parameter.rowheader=Index of the column to be used as the row header. Screen readers will announce the value in each row header when navigating to other cells within that row. Used only for accessibility; produces no visible change. systemrules.gridlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.gridlayout.parameter.allowrowreordering=Determines if grid rows can be reordered by dragging and dropping. Default: false. systemrules.gridlayout.parameter.roworderdata=The list of data that is updated when the user drops the row in a different position. For example, "local!data" or "ri!data". systemrules.gridlayout.parameter.roworderfield=Field containing the row's order value (for example "order" or recordType!Task.field.order) When a row is moved, its index is saved to this field. systemrules.gridlayout.parameter.rowordertooltip=Determines if a tooltip is shown in the header of the drag-and-drop column. Default: true. systemrules.gridlayoutcolumnconfig.description=Defines a column configuration for use in an editable grid (a!gridLayout). systemrules.gridlayoutcolumnconfig.parameter.width=Determines the column width. Valid values: "DISTRIBUTE" (default), "ICON", "ICON_PLUS", "NARROW", "NARROW_PLUS", "MEDIUM", "MEDIUM_PLUS", "WIDE". systemrules.gridlayoutcolumnconfig.parameter.weight=Determines how wide distributed columns are in relation to each other. Valid values: integers from 1 (default) to 10. systemrules.gridlayoutcolumnconfig.parameter.showwhen=Determines whether the column configuration is displayed in the grid. When set to false, the column configuration is hidden and is not evaluated. Default: true. systemrules.gridlayoutheadercell.description=Defines a column header for use in an editable grid (a!gridLayout). systemrules.gridlayoutheadercell.parameter.label=Text to display as the column header. systemrules.gridlayoutheadercell.parameter.align=Determines the header label's alignment. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.gridlayoutheadercell.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. systemrules.gridlayoutheadercell.parameter.showwhen=Determines whether the header cell is displayed in the grid. When set to false, the header cell is hidden and is not evaluated. Default: true. systemrules.gridlinkcolumn.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use the "links" parameter on a!gridTextColumn() instead. systemrules.gridlinkcolumn.parameter.label=Text to display as the column header. systemrules.gridlinkcolumn.parameter.field=Name of the data field associated with the column for use in sorting. systemrules.gridlinkcolumn.parameter.data=Array of links to display in the column. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!safeLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.gridlinkcolumn.parameter.alignment=Determines the alignment of the link. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.gridrowlayout.description=Displays a row of components within an editable grid (a!gridLayout). systemrules.gridrowlayout.parameter.contents=Array of components to display in the grid cell. Supported components: Barcode, Buttons, Checkboxes, Date, Date & Time, Dropdown, Decimal, Encrypted Text, File Upload, Image, Integer, Link, Multiple Dropdown, Paragraph, Pickers, Progress Bar, Radio Buttons, Record Action Field, Rich Text, Tags, and Text. systemrules.gridrowlayout.parameter.id=Value that uniquely identifies this row for selection. systemrules.gridrowlayout.parameter.selectiondisabled=When selection is enabled, determines if the selection checkbox is disabled for this row. Default: false. systemrules.gridrowlayout.parameter.showwhen=Determines whether the row is displayed in the grid. When set to false, the row is hidden and is not evaluated. Default: true. systemrules.gridtextcolumn.description=NOTE: This is a deprecated function for use in an older version of the a!gridField() function. You can continue to use this function in the older version of the a!gridField() function by its new name: a!gridField_19r1(). The new version of a!gridField() uses a!gridColumn() instead. systemrules.gridtextcolumn.parameter.label=Text to display as the column header. systemrules.gridtextcolumn.parameter.field=Name of the data field associated with the column for use in sorting. systemrules.gridtextcolumn.parameter.data=Array of text values to display in the column. systemrules.gridtextcolumn.parameter.alignment=Determines the alignment of the column header and data. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.gridtextcolumn.parameter.links=Array of links to apply to the data. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.gridtextcolumn.parameter.showwhen=Determines whether the column is displayed in the grid. When set to false, the column is hidden and is not evaluated. Default: true. systemrules.hierarchybrowserfieldcolumns.description=Displays hierarchical data in the form of drillable columns. See the [documentation](links.docs.systemrules.hierarchyBrowserFieldColumns.doc) for a detailed explanation of how the hierarchy browser works and how to configure it. systemrules.hierarchybrowserfieldcolumns.parameter.label=Text to display as the field label. systemrules.hierarchybrowserfieldcolumns.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.hierarchybrowserfieldcolumns.parameter.instructions=Supplemental text about this field. systemrules.hierarchybrowserfieldcolumns.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.hierarchybrowserfieldcolumns.parameter.firstcolumnvalues=Values in the first column. For example, a!queryEntity(...).data or rule!CRM_getAllCustomers(). systemrules.hierarchybrowserfieldcolumns.parameter.nodeconfigs=Describe how to display a value as a node using a!hierarchyBrowserFieldColumnsNode() and fv!nodeValue. This rule or expression is evaluated for each value where fv!nodeValue is any node value. systemrules.hierarchybrowserfieldcolumns.parameter.pathvalue=As the user clicks through the browser, clicked nodes become highlighted. These clicked nodes' values are in the pathValue. They should be stored in a variable, for example local!path. The clicked node's value is used to determine the next column, generated by nextColumnValues. systemrules.hierarchybrowserfieldcolumns.parameter.pathsaveinto=Variable or list of variables to update when a user clicks on a drillable or selectable node, as determined by the node configurations. For example, local!path. Use a!save() to save a modified or alternative value to a variable. systemrules.hierarchybrowserfieldcolumns.parameter.nextcolumnvalues=Given a node value, describe how to get the next column's values using the variable fv!nodeValue. For example, rule!CRM_getTicketsForCustomer(customer: fv!nodeValue, isActive: true). This rule or expression is evaluated for each value in pathValue where fv!nodeValue refers any value in pathValue. systemrules.hierarchybrowserfieldcolumns.parameter.selectionvalue=Value of the currently selected node. The selection will be indicated by a unique display if present in the navigation path. systemrules.hierarchybrowserfieldcolumns.parameter.selectionsaveinto=Variable or list of variables to update when a user clicks on a selectable node, as determined by the node configurations. Use a!save() to save a modified or alternative value to a variable. systemrules.hierarchybrowserfieldcolumns.parameter.height=Determines the height of the component.Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.hierarchybrowserfieldcolumns.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.hierarchybrowserfieldcolumns.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.hierarchybrowserfieldcolumnsnode.description=Returns a Hierarchy Column Node. systemrules.hierarchybrowserfieldcolumnsnode.parameter.id=Required unique identifier of the node. This value only needs to be unique within the node's column. systemrules.hierarchybrowserfieldcolumnsnode.parameter.label=Required text to display in the node. systemrules.hierarchybrowserfieldcolumnsnode.parameter.image=Required image to display on the left side of the node's cell, created with a!documentImage(), a!userImage(), or a!webImage(). systemrules.hierarchybrowserfieldcolumnsnode.parameter.link=Optional link that determines behavior when a node's label title is clicked. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.hierarchybrowserfieldcolumnsnode.parameter.isdrillable=If true, clicking the node will drill into it, saving the columns browser's navigation path and revealing another column to the user. If false, clicking the node will not reveal another column. It may still save the navigation path if the node is selectable. On hover, a drillable node will have a unique display. (default: true). systemrules.hierarchybrowserfieldcolumnsnode.parameter.isselectable=If true, clicking the node will select it, saving the columns browser's selection value and navigation path. If false, clicking the node will not save the selection value. It may still save the navigation path if the node is drillable. On hover, a selectable node will have a unique display. (default: true). systemrules.hierarchybrowserfieldcolumnsnode.parameter.nextcolumncount=Optional count of nodes that would be displayed in the next column were this node in the navigation path. This value is displayed on mobile only. systemrules.hierarchybrowserfieldcolumnsnode.parameter.showwhen=Determines whether the node is displayed in the component. When set to false, the node is hidden and is not evaluated. Default: true. systemrules.hierarchybrowserfieldtree.description=Displays hierarchical data in the form of drillable tree. See the [documentation](links.docs.systemrules.hierarchybrowserfieldtree.doc) for a detailed explanation of how the hierarchy browser works and how to configure it. systemrules.hierarchybrowserfieldtree.parameter.label=Text to display as the field label. systemrules.hierarchybrowserfieldtree.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.hierarchybrowserfieldtree.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.hierarchybrowserfieldtree.parameter.instructions=Supplemental text about this field. systemrules.hierarchybrowserfieldtree.parameter.pathvalue=The first value in the pathValue array appears in the uppermost level of the tree and is the root of the visible hierarchy. As the user clicks through the browser, clicked nodes become highlighted. These clicked nodes' values are in the pathValue. They should be stored in a variable, for example local!path. A clicked node's value is used to determine the next level, generated by nextLevelValues. The pathValue must have a default value. systemrules.hierarchybrowserfieldtree.parameter.pathsaveinto=Variable or list of variables to update when a user clicks on a drillable node, as determined by the node configurations. For example, local!path. Use a!save() to save a modified or alternative value to a variable. systemrules.hierarchybrowserfieldtree.parameter.nodeconfigs=Describe how to display a value as a node using a!hierarchyBrowserFieldTreeNode() and fv!nodeValue. This rule or expression is evaluated for each value where fv!nodeValue is any node value. systemrules.hierarchybrowserfieldtree.parameter.nextlevelvalues=Given a node value, describe how to get the next level's values using the variable fv!nodeValue. For example, rule!CRM_getCustomerUsersBySupervisor(customer: fv!nodeValue, isActive: true). This rule or expression is evaluated for each value in pathValue where fv!nodeValue refers any value in pathValue. systemrules.hierarchybrowserfieldtree.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.hierarchybrowserfieldtree.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.hierarchybrowserfieldtreenode.description=Returns a Hierarchy Tree Node. systemrules.hierarchybrowserfieldtreenode.parameter.id=Required unique identifier of the node. This value only needs to be unique within the node's level. systemrules.hierarchybrowserfieldtreenode.parameter.label=Required text to display as the title of the node. systemrules.hierarchybrowserfieldtreenode.parameter.description=Text to display below the node label. systemrules.hierarchybrowserfieldtreenode.parameter.details=Text to display below the node description. systemrules.hierarchybrowserfieldtreenode.parameter.image=Required image to display in the node, created with a!documentImage(), a!userImage(), or a!webImage(). systemrules.hierarchybrowserfieldtreenode.parameter.isdrillable=If true, clicking the node will drill into it, saving the tree browser's navigation path and revealing another level to the user. If false, clicking the node will not reveal another level, but the navigation path will still be saved (default: true). systemrules.hierarchybrowserfieldtreenode.parameter.link=Optional link that determines behavior when a node's label title is clicked. Create links with a!documentDownloadLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.hierarchybrowserfieldtreenode.parameter.nextlevelcount=Optional count of nodes that would be displayed in the next level were this node in the navigation path. systemrules.hierarchybrowserfieldtreenode.parameter.showwhen=Determines whether the node is displayed in the component. When set to false, the node is hidden and is not evaluated. Default: true. systemrules.horizontalline.description=Displays a horizontal line systemrules.horizontalline.parameter.color=Determines the horizontal line color. Valid values: Any valid hex color or "SECONDARY" (default), "STANDARD", "ACCENT". systemrules.horizontalline.parameter.weight=Determines the horizontal line thickness. Valid values: "THIN" (default), "MEDIUM", "THICK". systemrules.horizontalline.parameter.marginabove=Determines how much space is added above the component. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.horizontalline.parameter.marginbelow=Determines how much space is added below the component. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.horizontalline.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.horizontalline.parameter.style=Determines how the component displays. Valid values: "SOLID" (default), "DOT", "DASH". systemrules.httpquery.description=[Deprecated - use an Integration instead] Makes an HTTP request. systemrules.httpquery.parameter.url=The URL for the request. systemrules.httpquery.parameter.method=The http method with which to call the url. Available options are "GET" (default), "HEAD", "OPTIONS", and "TRACE". systemrules.httpquery.parameter.headers=A list of headers you wish to send as part of the request. Built with a!httpHeader(). systemrules.httpquery.parameter.queryparameters=A list of query parameters you wish to add to the request. Built with a!httpQueryParameter(). systemrules.httpquery.parameter.basicauthenticationcredentials=The credentials for the request. Built with a!httpAuthenticationBasic(). systemrules.httpwrite.description=[Deprecated - use an Integration instead] Makes an HTTP request. This function returns a writer and must be used with the bind() function. systemrules.httpwrite.parameter.url=The URL for the request. systemrules.httpwrite.parameter.method=The http method with which to call the url. systemrules.httpwrite.parameter.headers=A list of headers you wish to send as part of the request. Built with a!httpHeader(). systemrules.httpwrite.parameter.queryparameters=A list of query parameters you wish to add to the request. Built with a!httpQueryParameter(). systemrules.httpwrite.parameter.basicauthenticationcredentials=The credentials for the request. Built with a!httpAuthenticationBasic(). systemrules.httpwrite.parameter.body=The request body. systemrules.iconindicator.description=Returns a document image that corresponds to the given icon. systemrules.iconindicator.parameter.icon=Icon to display. See the [documentation](links.docs.systemrules.iconindicator.parameter.icon.doc) for available icons. Valid values: "ADD", "COPY", "DOC_GENERIC", "FACE_HAPPY", "FACE_INDIFFERENT", "FACE_SAD", "FOLDER", "HARVEY_0", "HARVEY_25", "HARVEY_50", "HARVEY_75", "HARVEY_100", "MOVE_DOWN", "MOVE_DOWN_DISABLED", "MOVE_LEFT", "MOVE_LEFT_DISABLED", "MOVE_RIGHT", "MOVE_RIGHT_DISABLED", "MOVE_UP", "MOVE_UP_DISABLED", "PREVIEW", "PRIORITY_HIGH", "PRIORITY_LOW", "PROGRESS_PAUSED", "PROGRESS_RUNNING", "PROGRESS_STOPPED", "RATING_EXCELLENT", "RATING_FAIR", "RATING_GOOD", "RATING_POOR", "RATING_VERYGOOD", "REMOVE", "REMOVE_DISABLED", "STATUS_ERROR", "STATUS_NOTDONE", "STATUS_OK", "STATUS_WARN", "TREND_DOWN_BAD", "TREND_DOWN_GOOD", "TREND_FLAT", "TREND_UP_BAD", "TREND_UP_GOOD", "WAIT_CLOCK". systemrules.iconnewsevent.description=Returns a document image that corresponds to the given icon and color. systemrules.iconnewsevent.parameter.icon=Icon to display. See the [documentation](links.docs.systemrules.iconnewsevent.parameter.icon.doc) for available icons. Valid values: "ADD_PERSON", "AIRPLANE", "ARCHIVE", "ATTACHMENT", "BANK", "BAR_CHART", "BARCODE", "BOOK", "BRIEFCASE", "BUILDING", "CALENDAR", "CAR", "CHEVRONS", "CLIPBOARD", "CLOCK", "CLOUDY", "COMPOSE", "CONVERSATION", "CREDIT_CARD", "CROSSOVER", "CURRENCY_DOLLAR", "CURRENCY_EURO", "CURRENCY_POUND", "CURRENCY_YEN", "DELETE", "DISCS", "DOCUMENT", "DOWNLOAD", "ENVELOPE", "EXIT", "EYE", "FACTORY", "FILE_CABINET", "FILE_DOC", "FILE_DOCX", "FILE_PDF", "FILE_PPT", "FILE_PPTX", "FILE_XLS", "FILE_XLSX", "FOLDER", "FOUNTAIN_PEN", "GEAR", "GEARS", "GLOBE", "HAMMER", "HANDSHAKE", "HOME", "HOURGLASS", "ID_CARD", "KEY", "LIFE_PRESERVER", "LIGHT_GLOW", "LIGHTNING", "LINE_CHART", "LINE_CHART_UP", "LIST", "MAGNIFY", "MEDAL", "MICROPHONE", "MUSIC_NOTE", "PADLOCK", "PAINT_ROLLER", "PAPER_AIRPLANE", "PARTLY_CLOUDY", "PAUSE", "PEN", "PENCIL", "PEOPLE_2", "PEOPLE_3", "PEOPLE_4", "PERSON", "PERSON_INFO", "PIE_CHART", "PIGGY", "PLAY", "PLUS", "PRESENTATION", "PROCESS", "QUESTION_BOX", "QUESTION_BUBBLE", "QUESTION_CIRCLE", "REFRESH", "REMOVE_PERSON", "REPLY", "REPLY_ALL", "RETURN", "RIBBON", "ROAD_SIGN_CURVES", "ROAD_SIGN_TURN", "ROCKET", "SCALE", "SHARE", "SHOPPING_CART", "SIGN_POST", "SIGNATURE", "SMART_PHONE", "SPEECH_BUBBLE", "SPEECH_BUBBLE_DOTS", "SPINNER", "STEPS", "STOP", "STORMY", "SUITCASE", "SUN", "TABLE", "TARGET", "TASK", "TASK_BIG", "TASK_PROBLEM", "THUMBS_DOWN", "THUMBS_UP", "TRAFFIC_CONE", "TROPHY", "UMBRELLA", "VIDEO", "WARNING", "WHEELCHAIR", "WRENCH", "ZOOM_IN", "ZOOM_OUT". systemrules.iconnewsevent.parameter.color=Color of icon to display. Valid values: "BLUE", "GREEN", "GREY", "ORANGE", "PURPLE", "RED". systemrules.imagefield_17r3.description=This is an older version of the a!imageField function. You can continue to use this version of the function by its new name: a!imageField_17r3. The new version of a!imageField has new functionality. Displays an image from document management or the web. systemrules.imagefield_17r3.parameter.label=Text to display as the field label. systemrules.imagefield_17r3.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.imagefield_17r3.parameter.instructions=Supplemental text about this field. systemrules.imagefield_17r3.parameter.images=Array of images to display, created with a!webImage() or a!documentImage(). systemrules.imagefield_17r3.parameter.size=Determines how the images are sized. Valid values: "STANDARD" (default), "ICON", "THUMBNAIL", "SMALL", "MEDIUM", "LARGE". systemrules.imagefield_17r3.parameter.align=Determines alignment of the image(s). Valid values: "START", "CENTER", "END". Image fields in grids are center-aligned by default. Image fields outside of grids are start-aligned by default. systemrules.imagefield_17r3.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.imagefield_17r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.imagefield.description=Displays an image from document management or the web. See [documentation](links.docs.systemrules.imagefield.doc) for more details. systemrules.imagefield.parameter.label=Text to display as the field label. systemrules.imagefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.imagefield.parameter.instructions=Supplemental text about this field. systemrules.imagefield.parameter.images=Array of images to display, created with a!webImage(), a!userImage(), or a!documentImage(). systemrules.imagefield.parameter.size=Determines how the images are sized. Valid values: "ICON", "ICON_PLUS", "TINY", "EXTRA_SMALL", "SMALL", "SMALL_PLUS", "MEDIUM" (default), "MEDIUM_PLUS", "LARGE", "LARGE_PLUS", "EXTRA_LARGE", "FIT", "GALLERY". See the [documentation](links.docs.systemrules.imageField.doc) for guidance on how to use different image sizes effectively. systemrules.imagefield.parameter.align=Determines alignment of the image(s). Valid values: "START", "CENTER", "END". Image fields in grids are center-aligned by default. Image fields outside of grids are start-aligned by default. systemrules.imagefield.parameter.style=Determines how the images are rendered. Valid values: "STANDARD" (default), "AVATAR". systemrules.imagefield.parameter.isthumbnail=Determines whether the images can be viewed at a larger size when clicked. Multiple images will be visible in a slideshow. Default: false. systemrules.imagefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.imagefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.imagefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.imagefield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.imagefield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.integerdisplayfield.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!integerField() with the readOnly attribute set to true. systemrules.integerdisplayfield.parameter.label=Text to display as the field label. systemrules.integerdisplayfield.parameter.instructions=Supplemental text about this field. systemrules.integerdisplayfield.parameter.value=Number to display in the field. systemrules.integerfield.description=Displays and allows entry of a single integer number. See [documentation](links.docs.systemrules.integerfield.doc) for more details. systemrules.integerfield.parameter.label=Text to display as the field label. systemrules.integerfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.integerfield.parameter.instructions=Supplemental text about this field. systemrules.integerfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.integerfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.integerfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.integerfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.integerfield.parameter.align=Determines alignment of number value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.integerfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.integerfield.parameter.value=Number to display in the field. systemrules.integerfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.integerfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.integerfield.parameter.saveinto=One or more variables that are updated with the integer when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.integerfield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.integerfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.integerfield.parameter.masked=Determines if the value is obscured from view. Default: false. systemrules.integerfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.integerfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.integrationerror.description=Creates an integration error value. Use when configuring custom error handling for integration objects. systemrules.integrationerror.parameter.title=A short summary of the error or the error type. systemrules.integrationerror.parameter.message=A description of the error. systemrules.integrationerror.parameter.detail=Technical details about the error, including error codes or underlying error messages. systemrules.isnativemobile.description=If the interface is being viewed on the Appian Mobile application, returns true. Otherwise, returns false. Use to specify how an expression or component should behave on the mobile app compared to a browser. To specify how the interface should change based on device width, use [a!isPageWidth()](links.docs.function.isPageWidth.doc). systemrules.isnativephone.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!isPageWidth to style phone width UI or a!isNativeMobile to know if the interface is viewed within the Appian for Mobile application. systemrules.isnativetablet.description=WARNING: This function is deprecated and may be removed in a future release. Instead, use a!isPageWidth to style tablet width UI or a!isNativeMobile to know if the interface is viewed within the Appian for Mobile application. systemrules.ispagewidth.description=Returns true if the interface is being viewed on a page that falls within the specified width ranges. Returns false otherwise. This function checks the width of the content area on the page, which may not be the width of the entire window. systemrules.ispagewidth.parameter.pagewidths=Valid values: "PHONE", "TABLET_PORTRAIT", "TABLET_LANDSCAPE", "DESKTOP_NARROW", "DESKTOP", "DESKTOP_WIDE". Review [UX best practices for responsive design](links.docs.systemrules.shared.responsive.doc). systemrules.jsonpath.description=Find information in a JSON string. JSONPath is used to navigate through elements and attributes in a JSON string. systemrules.jsonpath.parameter.value=A JSON string. systemrules.jsonpath.parameter.expression=JSONPath expression to evaluate. systemrules.kpifield.description=Displays a key performance indicator and an optional trend using a record type as the data source. systemrules.kpifield.parameter.data=Reference to the record type used as the source of the KPI. Can accept a!recordData() or a record type reference. systemrules.kpifield.parameter.primarymeasure=Determines the numerical values shown in the KPI, configured using a!measure(). By default, a count of records is displayed. systemrules.kpifield.parameter.secondarymeasure=Defines the numerical calculations for the KPI's trend elements, configured using a!measure(). systemrules.kpifield.parameter.icon=Icon to display next to the primary text. See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.kpifield.parameter.primarytext=The main text that identifies or describes the primary measure. systemrules.kpifield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. systemrules.kpifield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.kpifield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.kpifield.parameter.tooltip=Text to display when a user hovers over (web) or long presses (mobile) the KPI. You can use the fv!primaryMeasure and fv!secondaryMeasure variables as part of an expression defining the tooltip. systemrules.kpifield.parameter.align=Determines alignment of the text on the KPI. Valid values: "START" (default), "CENTER", "END". systemrules.kpifield.parameter.trend=Defines the numerical calculations for trend data in the KPI, configured using the variables fv!primaryMeasure and fv!secondaryMeasure. If no secondary measure is provided, this parameter is ignored. Valid values: "AUTO" (default), "DIFFERENCE", "PERCENTAGE", "NONE". systemrules.kpifield.parameter.trendformat=Display value for the given trend. Valid values: "AUTO" (default), "INTEGER", "DECIMAL", "DOLLAR", "EURO", "POUND", "YEN", "SWISS_FRANC", or a custom format defined with text(). For a custom format, you can reference the unformatted result from the data source using fv!value. The display format does not affect the values used in the calculations for the KPI; it is only used for display. systemrules.kpifield.parameter.trendicon=Icon to display next to the trend. Valid values: any valid expression, "AUTO" (default), or "NONE". See the [documentation for available icons](links.docs.systemrules.styledIcon.doc). systemrules.kpifield.parameter.trendcolor=Determines the color applied to the trend and its icon, configured using fv!primaryMeasure and fv!secondaryMeasure. Valid values: any valid hex color or "AUTO" (default), "STANDARD", "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY", "REVERSE". systemrules.kpifield.parameter.secondarytext=The text placed next to the trend to identify, explain, or provide more information about the data. systemrules.kpifield.parameter.iconcolor=Determines the color applied to the icon. Valid values: any valid hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.kpifield.parameter.primarytextcolor=Determines the color applied to the primary text. Valid values: any valid hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.kpifield.parameter.primarymeasurecolor=Determines color applied to the primary measure. Valid values: any valid hex color or one of the following values: "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.kpifield.parameter.secondarytextcolor=Determines the color applied to the secondary text. Valid values: any valid hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.kpifield.parameter.iconstyle=Determines the kind of image shown next to the KPI value and text. Valid values: "ICON" (default), "STAMP". systemrules.kpifield.parameter.template=Defines the template to be used to display the KPI elements. Valid values: "COMPACT" (default), "ADJACENT", "STACKED". See the [documentation](links.docs.systemrules.kpi.doc) for component display best practices. systemrules.kpifield.parameter.refreshalways=When true, KPI data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.kpifield.parameter.refreshinterval=How often KPI data gets refreshed in minutes. When null, KPI data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.kpifield.parameter.refreshonvarchange=Refreshes the KPI data each time any of these specific variables change. This allows you to refresh the KPI data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.kpifield.parameter.refreshonreferencedvarchange=When true, KPI data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh KPI data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.kpifield.parameter.refreshafter=Refreshes KPI data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.kpifield.parameter.size=Determines the size of the KPI. Valid values: "SMALL", "STANDARD" (default), "LARGE". systemrules.linechartconfig.description=Contains configuration for how to display data in a line chart. systemrules.linechartconfig.parameter.primarygrouping=Defines the field labels to display on the axis in the chart, configured using a!grouping(). systemrules.linechartconfig.parameter.secondarygrouping=Defines the field labels to display across each line in the chart, configured using a!grouping(). systemrules.linechartconfig.parameter.measures=Defines the numerical calculations for data in the chart, configured using a!measure(). If no measure is provided, a count of records shows as the measurement in the chart. systemrules.linechartconfig.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.linechartconfig.parameter.datalimit=Maximum number of data points to display on the chart. Default: 100. Valid values: 1-5000. systemrules.linechartconfig.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.linechartconfig.parameter.showintervalswithnodata=Determines whether the axis in the chart displays date or time values that do not have a value associated with them. For example, show January, February, and March, even if February has no data. This parameter is only available when a Date, Time, or Date and Time field is used as the primary grouping. Default: false. systemrules.linechartfield_19r1.description=This is an older version of the a!lineChartField() function. You can continue to use this version of the function by its new name: a!lineChartField_19r1(). The new version of a!lineChartField() has new functionality. Displays a series of numerical data as points connected by lines. Use a line chart to visualize trends of data that changes over time. systemrules.linechartfield_19r1.parameter.label=Text to display as the field label. systemrules.linechartfield_19r1.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.linechartfield_19r1.parameter.instructions=Supplemental text about this field. systemrules.linechartfield_19r1.parameter.categories=Text to display on the x-axis below each data point. systemrules.linechartfield_19r1.parameter.series=Array of data series created with a!chartSeries(). systemrules.linechartfield_19r1.parameter.xaxistitle=Title for the independent (horizontal) axis. systemrules.linechartfield_19r1.parameter.yaxistitle=Title for the dependent (vertical) axis. systemrules.linechartfield_19r1.parameter.yaxismax=Determines the maximum displayed point on the vertical axis. systemrules.linechartfield_19r1.parameter.yaxismin=Determines the minimum displayed point on the vertical axis. systemrules.linechartfield_19r1.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.linechartfield_19r1.parameter.showdatalabels=Determines if data values are displayed next to each data point. Default: false. systemrules.linechartfield_19r1.parameter.showtooltips=Determines if a tooltip displays the data value for each data point. Default: true. systemrules.linechartfield_19r1.parameter.allowdecimalaxislabels=Allows dependent (vertical) values to display as decimal numbers instead of integers. Default: false. systemrules.linechartfield_19r1.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.linechartfield_19r1.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.linechartfield_19r1.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.linechartfield_19r1.parameter.connectnulls=Determines whether to connect a graph line across null points, or render a gap between the two points on either side of the null. Default: false. systemrules.linechartfield_19r1.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.linechartfield.description=Displays a series of numerical data as points connected by lines. Use a line chart to visualize trends of data that changes over time. If specific values are more important than the trend, consider using a column chart. See [documentation](links.docs.systemrules.linechartfield.doc) for more details. systemrules.linechartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.linechartfield.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!lineChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.linechartfield.parameter.label=Text to display as the field label. systemrules.linechartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.linechartfield.parameter.instructions=Supplemental text about this field. systemrules.linechartfield.parameter.categories=Text, Date, or Date and Time array to display on the x-axis below each data point. If you are using an array of Date or Date and Time, make sure the data is sorted prior to using it as a category. systemrules.linechartfield.parameter.series=Array of data series created with a!chartSeries(). systemrules.linechartfield.parameter.xaxistitle=Title for the independent (horizontal) axis. systemrules.linechartfield.parameter.yaxistitle=Title for the dependent (vertical) axis. systemrules.linechartfield.parameter.yaxismax=Determines the maximum displayed point on the vertical axis. systemrules.linechartfield.parameter.yaxismin=Determines the minimum displayed point on the vertical axis. systemrules.linechartfield.parameter.showlegend=Determines if a color legend displays below the chart. Default: true. systemrules.linechartfield.parameter.showdatalabels=Determines if data values are displayed next to each data point. Default: false. systemrules.linechartfield.parameter.showtooltips=Determines if a tooltip displays the data value for each data point. Default: true. systemrules.linechartfield.parameter.allowdecimalaxislabels=Allows dependent (vertical) values to display as decimal numbers instead of integers. Default: false. systemrules.linechartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.linechartfield.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.linechartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.linechartfield.parameter.connectnulls=Determines whether to connect a graph line across null points, or render a gap between the two points on either side of the null. Default: false. systemrules.linechartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.linechartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.linechartfield.parameter.height=Determines the chart height. Valid values: "MICRO", "SHORT", "MEDIUM" (default), "TALL". See the [documentation](links.docs.systemrules.charts.param.height) for guidance on using the MICRO size. systemrules.linechartfield.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.linechartfield.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.linechartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.linechartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.linechartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.linechartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.linechartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.linechartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.linkfield.description=Displays one or more links of any link type, including document links, task links, record view links, external web page links, and dynamic links that update variables. See [documentation](links.docs.systemrules.linkfield.doc) for more details. systemrules.linkfield.parameter.label=Text to display as the field label. systemrules.linkfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.linkfield.parameter.instructions=Supplemental text about this field. systemrules.linkfield.parameter.links=Array of links to display. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.linkfield.parameter.align=Determines alignment of link labels. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.linkfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.linkfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.linkfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.listviewitem.description=Creates a List View Item for use with record type definitions. systemrules.listviewitem.parameter.title=Name of the item. systemrules.listviewitem.parameter.details=Description of the item. systemrules.listviewitem.parameter.image=An image associated with the item, either an image document to display or a user whose avatar should be shown. systemrules.listviewitem.parameter.timestamp=The creation or modification timestamp of the item. systemrules.lockdocument.description=Locks a document. This function will only execute inside a saveInto or a Web API. systemrules.lockdocument.parameter.document=The document to lock. systemrules.lockdocument.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.lockdocument.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.milestonefield.description=Displays the completed, current, and future steps of a process or sequence. See [documentation](links.docs.systemrules.milestonefield.doc) for more details. systemrules.milestonefield.parameter.label=Text to display as the field label. systemrules.milestonefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.milestonefield.parameter.instructions=Supplemental text about this field. systemrules.milestonefield.parameter.steps=Array of labels describing the sequence of steps. systemrules.milestonefield.parameter.links=Array of links to apply to the steps. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.milestonefield.parameter.active=Index of the current step. When null, all steps are in the future. When -1, all steps are completed. systemrules.milestonefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.milestonefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.milestonefield.parameter.orientation=Determines the layout of the milestone steps. Valid values: "HORIZONTAL" (default), "VERTICAL". systemrules.milestonefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.milestonefield.parameter.color=Determines the color. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "NEGATIVE", "WARN". systemrules.milestonefield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.milestonefield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.modifyusersecurity.description=Changes the visibility of a user's profile information. This function will only execute inside a saveInto or a Web API. systemrules.modifyusersecurity.parameter.user=The user that will be updated. systemrules.modifyusersecurity.parameter.administrators=List of users or groups that will have administrative privileges on the user. systemrules.modifyusersecurity.parameter.editors=List of users or groups that will have editor privileges on the user. systemrules.modifyusersecurity.parameter.viewers=List of users or groups that will have viewer privileges on the user. systemrules.modifyusersecurity.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.modifyusersecurity.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.modifyfoldersecurity.description=Modifies the security of a folder. This function will only execute inside a saveInto or a Web API. systemrules.modifyfoldersecurity.parameter.folder=The folder you want to set security for. systemrules.modifyfoldersecurity.parameter.readers=The new users and groups to have reader access to the folder. systemrules.modifyfoldersecurity.parameter.authors=The new users and groups to have author access to the folder. systemrules.modifyfoldersecurity.parameter.administrators=The new users and groups to have administrator access to the folder. systemrules.modifyfoldersecurity.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.modifyfoldersecurity.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.modifyknowledgecentersecurity.description=Modifies the security of a knowledge center. This function will only execute inside a saveInto or a Web API. systemrules.modifyknowledgecentersecurity.parameter.knowledgecenter=The knowledge center you want to set security for. systemrules.modifyknowledgecentersecurity.parameter.readers=The new users and groups to have reader access to the knowledge center. systemrules.modifyknowledgecentersecurity.parameter.authors=The new users and groups to have author access to the knowledge center. systemrules.modifyknowledgecentersecurity.parameter.administrators=The new users and groups to have administrator access to the knowledge center. systemrules.modifyknowledgecentersecurity.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.modifyknowledgecentersecurity.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.movedocument.description=Moves a document. This function will only execute inside a saveInto or a Web API. systemrules.movedocument.parameter.document=The document to move. systemrules.movedocument.parameter.destination=The new parent folder for the selected document. systemrules.movedocument.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.movedocument.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.movefolder.description=Moves a folder. This function will only execute inside a saveInto or a Web API. systemrules.movefolder.parameter.folder=The folder to move. systemrules.movefolder.parameter.destinationfolder=The new parent folder for the selected folder. systemrules.movefolder.parameter.destinationkc=The new parent knowledge center for the selected folder. systemrules.movefolder.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.movefolder.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.multipledropdownfield_20r2.description=This is an older version of the a!multipleDropdownField function. You can continue to use this version of the function by its new name: a!multipleDropdownField_20r2. The new version of a!multipleDropdownField has new functionality which allows users to search the list of choices. To upgrade to the new version, simply remove "_20r2" from the name. Displays a list of choices for the user to select multiple items and saves values based on the selected choices. See [documentation](links.docs.systemrules.multipledropdownfield.doc) for more details. systemrules.multipledropdownfield_20r2.parameter.label=Text to display as the field label. systemrules.multipledropdownfield_20r2.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.multipledropdownfield_20r2.parameter.instructions=Supplemental text about this field. systemrules.multipledropdownfield_20r2.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.multipledropdownfield_20r2.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.multipledropdownfield_20r2.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.multipledropdownfield_20r2.parameter.placeholder=Text to display in the field when it is empty. systemrules.multipledropdownfield_20r2.parameter.choicelabels=Array of options for the user to select. systemrules.multipledropdownfield_20r2.parameter.choicevalues=Array of values associated with the available choices. systemrules.multipledropdownfield_20r2.parameter.value=Values of choices to display as selected. systemrules.multipledropdownfield_20r2.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.multipledropdownfield_20r2.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.multipledropdownfield_20r2.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.multipledropdownfield_20r2.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.multipledropdownfield_20r2.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.multipledropdownfield_20r2.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.multipledropdownfield.description=Displays a list of choices for the user to select multiple items and saves values based on the selected choices. See [documentation](links.docs.systemrules.multipledropdownfield.doc) for more details. systemrules.multipledropdownfield.parameter.label=Text to display as the field label. systemrules.multipledropdownfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.multipledropdownfield.parameter.instructions=Supplemental text about this field. systemrules.multipledropdownfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.multipledropdownfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.multipledropdownfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.multipledropdownfield.parameter.placeholder=Text to display in the field when it is empty. systemrules.multipledropdownfield.parameter.choicelabels=Array of options for the user to select. When the data source is a record type, this is a record field or related record field. systemrules.multipledropdownfield.parameter.choicevalues=Array of values associated with the corresponding choices. When the data source is a record type, this is a record field (usually the primary key field). systemrules.multipledropdownfield.parameter.value=Values of choices to display as selected. systemrules.multipledropdownfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.multipledropdownfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.multipledropdownfield.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.multipledropdownfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.multipledropdownfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.multipledropdownfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.multipledropdownfield.parameter.searchdisplay=Determines when a search box displays above the options. Valid values: "AUTO" (default), "ON", "OFF". When set to "AUTO", the search box displays if there are more than 11 options. systemrules.multipledropdownfield.parameter.data=The record type used as the source of the component's choices. This can be specified with a record type reference or a!recordData(). systemrules.multipledropdownfield.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.multipledropdownfieldbyindex_20r2.description=This is an older version of the a!multipleDropdownFieldByIndex function. You can continue to use this version of the function by its new name: a!multipleDropdownFieldByIndex_20r2. The new version of a!multipleDropdownFieldByIndex has new functionality which allows users to search the list of choices. To upgrade to the new version, simply remove "_20r2" from the name. Displays a list of choices for the user to select multiple items and saves the indices of the selected choices. systemrules.multipledropdownfieldbyindex_20r2.parameter.label=Text to display as the field label. systemrules.multipledropdownfieldbyindex_20r2.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.multipledropdownfieldbyindex_20r2.parameter.instructions=Supplemental text about this field. systemrules.multipledropdownfieldbyindex_20r2.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.multipledropdownfieldbyindex_20r2.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.multipledropdownfieldbyindex_20r2.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.multipledropdownfieldbyindex_20r2.parameter.placeholder=Text to display in the field when it is empty. systemrules.multipledropdownfieldbyindex_20r2.parameter.choicelabels=Array of options for the user to select. systemrules.multipledropdownfieldbyindex_20r2.parameter.value=Indices of choices to display as selected. systemrules.multipledropdownfieldbyindex_20r2.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.multipledropdownfieldbyindex_20r2.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.multipledropdownfieldbyindex_20r2.parameter.saveinto=One or more variables that are updated with the choice indexes when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.multipledropdownfieldbyindex_20r2.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.multipledropdownfieldbyindex_20r2.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.multipledropdownfieldbyindex_20r2.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.multipledropdownfieldbyindex.description=Displays a list of choices for the user to select multiple items and saves the indices of the selected choices. systemrules.multipledropdownfieldbyindex.parameter.label=Text to display as the field label. systemrules.multipledropdownfieldbyindex.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.multipledropdownfieldbyindex.parameter.instructions=Supplemental text about this field. systemrules.multipledropdownfieldbyindex.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.multipledropdownfieldbyindex.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.multipledropdownfieldbyindex.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.multipledropdownfieldbyindex.parameter.placeholder=Text to display in the field when it is empty. systemrules.multipledropdownfieldbyindex.parameter.choicelabels=Array of options for the user to select. systemrules.multipledropdownfieldbyindex.parameter.value=Indices of choices to display as selected. systemrules.multipledropdownfieldbyindex.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.multipledropdownfieldbyindex.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.multipledropdownfieldbyindex.parameter.saveinto=One or more variables that are updated with the choice indexes when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.multipledropdownfieldbyindex.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.multipledropdownfieldbyindex.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.multipledropdownfieldbyindex.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.multipledropdownfieldbyindex.parameter.searchdisplay=Determines when a search box displays above the options. Valid values: "AUTO" (default), "ON", "OFF". When set to "AUTO", the search box displays if there are more than 11 options. systemrules.fileuploadfield.description=Allows users to upload one or more files. To upload files outside of a start form or task, use a!submitUploadedFiles() in the saveInto parameter of a submit button or link. Uploaded documents are not accessible until after form submission. See [documentation](links.docs.systemrules.fileuploadfield.doc) for more details. systemrules.fileuploadfield.parameter.label=Text to display as the field label. systemrules.fileuploadfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.fileuploadfield.parameter.instructions=Supplemental text about this field. systemrules.fileuploadfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.fileuploadfield.parameter.target=Determines the eventual location of the uploaded files. systemrules.fileuploadfield.parameter.filenames=Determines the names for the files. When not provided, the uploaded filenames are used. Access name, size, and extension of each file using the variables fv!file.name, fv!file.size, and fv!file.extension. Access the index of each file using the variable fv!index. systemrules.fileuploadfield.parameter.filedescriptions=Determines the descriptions for the files. When not provided, the descriptions of the new files are empty. Access name, size, and extension of each file using the variables fv!file.name, fv!file.size, and fv!file.extension. Access the index of each file using the variable fv!index. systemrules.fileuploadfield.parameter.maxselections=Maximum number of allowed files. Once this number is reached, further uploads are blocked until a file is removed. systemrules.fileuploadfield.parameter.value=The files associated with this field. systemrules.fileuploadfield.parameter.saveinto=One or more variables that are updated with the files when the user uploads files. Removing all uploaded files saves a null document. Use a!save() to save a modified or alternative value to a variable. systemrules.fileuploadfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.fileuploadfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.fileuploadfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. When files are present in this state, they may not be deleted. Default: false. systemrules.fileuploadfield.parameter.validations=Validation errors to display below the field when the value is not null. Access the names, sizes, and extensions of the uploaded files using the variables fv!files.name, fv!files.size, and fv!files.extension. systemrules.fileuploadfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.fileuploadfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.fileuploadfield.parameter.buttonsize=Determines the size of the upload button. Valid values: "SMALL" (default), "STANDARD", "LARGE". systemrules.fileuploadfield.parameter.buttonstyle=Determines the style of the upload button. Valid values: "PRIMARY", "SECONDARY" (default), "STANDARD", "LINK". systemrules.fileuploadfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.fileuploadfield.parameter.uploadmethods=(Mobile-only) Determines which mobile upload methods are displayed to users. If one method is specified, the upload button will be customized. Multiple may be applied. If value is null, all methods are provided. Valid values include: null (default), "SIGNATURE", "CAMERA", "CHOOSE_PHOTO", "CHOOSE_FILE". systemrules.fileuploadfield.parameter.buttondisplay=Determines if the file upload will display a button with a label or an icon. Valid values: "LABEL", "ICON", "LABEL_AND_ICON". Default behavior displays "LABEL" on web and "LABEL_AND_ICON" on mobile. systemrules.fileuploadfield.parameter.placeholder=Text to display when no file is uploaded. Default: "Drop files here". systemrules.fileuploadfield.parameter.showvirusscanmessage=Determines whether the "Scanning for viruses" message appears during file upload. When set to false, the message is hidden, but the file is still scanned for viruses. An error message will still appear if real-time virus scanning is enabled and the uploaded file contains a virus. Default: true. systemrules.signaturefield.description=Allows users to capture and save a .png signature file. To upload signatures outside of a start form or task, use a!submitUploadedFiles() in the saveInto parameter of a submit button or link. See [documentation](links.docs.systemrules.signaturefield.doc) for more details. systemrules.signaturefield.parameter.label=Text to display as the field label. systemrules.signaturefield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.signaturefield.parameter.instructions=Supplemental text about this field. systemrules.signaturefield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.signaturefield.parameter.target=Determines the eventual location of the saved signature file. systemrules.signaturefield.parameter.filename=Determines the name for the signature file. When not provided, the timestamp will be used. systemrules.signaturefield.parameter.filedescription=Determines the description for the signature file. When not provided, the description of the new file is empty. systemrules.signaturefield.parameter.value=The signature file associated with this field. systemrules.signaturefield.parameter.saveinto=Variable that is updated with the signature file when the user saves a signature. Removing a signature file removes the document and saves a null. Use a!save() to save a modified or alternative value to a variable. systemrules.signaturefield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.signaturefield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.signaturefield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.signaturefield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.signaturefield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. When a signature is present in this state, it may not be deleted. Default: false. systemrules.signaturefield.parameter.buttonsize=Determines the size of the signature button. Valid values: "SMALL" (default), "STANDARD", "LARGE". systemrules.signaturefield.parameter.buttonstyle=Determines the style of the signature button. Valid values: "PRIMARY", "SECONDARY" (default), "STANDARD", "LINK". systemrules.signaturefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.signaturefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.newsentrylink.description=Defines a link to a news entry. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.newsentrylink.parameter.label=Text associated with this link. systemrules.newsentrylink.parameter.entry=The ID of the linked feed entry. systemrules.newsentrylink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.paginginfo.description=Creates a Paging Info configuration for use with grids, queries, and todatasubset(). systemrules.paginginfo.parameter.startindex=Index where the current page begins. It must be greater than zero. systemrules.paginginfo.parameter.batchsize=The number of items to return. When used with records, valid values are 0 to 5,000. When used with an entity, valid values include those greater than or equal to -1. See the [documentation](links.docs.systemrules.pagingInfo.doc) for more information. systemrules.paginginfo.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.pane.description=Displays a pane within a pane layout. systemrules.pane.parameter.width=Determines the width of the pane. Valid values: "AUTO" (default), "EXTRA_NARROW", "NARROW", "NARROW_PLUS", "MEDIUM", "MEDIUM_PLUS", "WIDE", "WIDE_PLUS". systemrules.pane.parameter.backgroundcolor=Color to show behind the contents of the pane. Valid values: Any valid hex color or "WHITE" (default), "GRAY", "TRANSPARENT", "CHARCOAL_SCHEME", "NAVY_SCHEME", "PLUM_SCHEME". systemrules.pane.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pane.parameter.padding=Determines the space between the pane edges and its contents. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.pane.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pane.parameter.contents=Components and layouts to display within the pane. systemrules.panelayout.description=Displays two or three vertical panes, each with independent scrolling. systemrules.panelayout.parameter.panes=List of two or three panes to display in the pane layout. systemrules.panelayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.paragraphfield.description=Displays and allows entry of multiple lines of text. See [documentation](links.docs.systemrules.paragraphfield.doc) for more details. systemrules.paragraphfield.parameter.label=Text to display as the field label. systemrules.paragraphfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.paragraphfield.parameter.instructions=Supplemental text about this field. systemrules.paragraphfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.paragraphfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.paragraphfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.paragraphfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.paragraphfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.paragraphfield.parameter.value=Text to display in the field. systemrules.paragraphfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.paragraphfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.paragraphfield.parameter.saveinto=One or more variables that are updated with the text when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.paragraphfield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.paragraphfield.parameter.height=Determines the field height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.paragraphfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.paragraphfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.paragraphfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.paragraphfield.parameter.characterlimit=Determines the maximum number of characters. Depending on the language, some characters may count as more than one. systemrules.paragraphfield.parameter.showcharactercount=Determines if the character count displays on the paragraph field. Only applicable if the character limit is set. Default: true. systemrules.paymentinfofield.description=Captures payment card information to allow for payment processing. systemrules.paymentinfofield.parameter.label=Text to display as the field label. systemrules.paymentinfofield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "COLLAPSED". systemrules.paymentinfofield.parameter.instructions=Supplemental text about this field. systemrules.paymentinfofield.parameter.buttonlabel=Text to display on the button. Default is "Capture Payment Info" initially and "Recapture Payment Info" once the payment information has been captured. systemrules.paymentinfofield.parameter.value=Holds the payment information collected from the payment card. systemrules.paymentinfofield.parameter.saveinto=One or more variables that are updated with the Payment Info when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.paymentinfofield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.paymentinfofield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.paymentinfofield.parameter.disabled=Determines if the field should display as potentially editable but disabled. Default: false. systemrules.paymentinfofield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.paymentinfofield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.paymentinfofield.parameter.align=Determines alignment of the payment button. Valid values: "LEFT" (default), "CENTER", "RIGHT". systemrules.paymentinfofield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldcustom.description=Displays an autocompleting input for the selection of one or more items from an arbitrary data set. For an example of how to configure the picker, see the [Configure an Array Picker SAIL Recipe](links.docs.systemrules.pickerfieldcustom.recipe). systemrules.pickerfieldcustom.parameter.label=Text to display as the field label. systemrules.pickerfieldcustom.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldcustom.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldcustom.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldcustom.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldcustom.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldcustom.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldcustom.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldcustom.parameter.suggestfunction=A reference to a rule or function that populates the suggestion pane. The rule or function must take a single Text parameter and must return a DataSubset, created via a!dataSubset() or a plugin function, where "data" contains the labels to display and "identifiers" contains the values to save. systemrules.pickerfieldcustom.parameter.selectedlabels=Array of text display labels for the currently selected items. systemrules.pickerfieldcustom.parameter.selectedtooltips=Array of text tooltips for the currently selected items. systemrules.pickerfieldcustom.parameter.value=Array of selected identifiers. systemrules.pickerfieldcustom.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldcustom.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldcustom.parameter.saveinto=One or more variables that are updated with the array of selected identifiers when the user adds or removes an item. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldcustom.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldcustom.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldcustom.parameter.selectedlinks=Array of links to apply to the selected tokens. Create links with a!authorizationLink(), a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), or a!userRecordLink(). systemrules.pickerfieldcustom.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldcustom.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfielddocuments.description=Displays an autocompleting input for the selection of one or more documents. See [documentation](links.docs.systemrules.pickerfielddocuments.doc) for more details. systemrules.pickerfielddocuments.parameter.label=Text to display as the field label. systemrules.pickerfielddocuments.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfielddocuments.parameter.instructions=Supplemental text about this field. systemrules.pickerfielddocuments.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfielddocuments.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfielddocuments.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfielddocuments.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfielddocuments.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfielddocuments.parameter.folderfilter=When present, only documents that are inside this folder and its subfolders are suggested. systemrules.pickerfielddocuments.parameter.value=Array of currently selected documents. systemrules.pickerfielddocuments.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfielddocuments.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfielddocuments.parameter.saveinto=One or more variables that are updated with the array of selected documents when the user selects or removes a document. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfielddocuments.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfielddocuments.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfielddocuments.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfielddocuments.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfielddocumentsandfolders.description=Displays an autocompleting input for the selection of one or more documents or folders. See [documentation](links.docs.systemrules.pickerfielddocumentsandfolders.doc) for more details. systemrules.pickerfielddocumentsandfolders.parameter.label=Text to display as the field label. systemrules.pickerfielddocumentsandfolders.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfielddocumentsandfolders.parameter.instructions=Supplemental text about this field. systemrules.pickerfielddocumentsandfolders.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfielddocumentsandfolders.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfielddocumentsandfolders.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfielddocumentsandfolders.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfielddocumentsandfolders.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfielddocumentsandfolders.parameter.folderfilter=When present, only documents and folders that are inside this folder and its subfolders are suggested. systemrules.pickerfielddocumentsandfolders.parameter.value=Array of currently selected documents and folders. systemrules.pickerfielddocumentsandfolders.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfielddocumentsandfolders.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfielddocumentsandfolders.parameter.saveinto=One or more variables that are updated with the array of selected documents and folders when the user selects or removes a document or folder. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfielddocumentsandfolders.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfielddocumentsandfolders.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfielddocumentsandfolders.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfielddocumentsandfolders.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldfolders.description=Displays an autocompleting input for selecting one or more folders. See [documentation](links.docs.systemrules.pickerfieldfolders.doc) for more details. systemrules.pickerfieldfolders.parameter.label=Text to display as the field label. systemrules.pickerfieldfolders.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldfolders.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldfolders.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldfolders.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldfolders.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldfolders.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldfolders.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldfolders.parameter.folderfilter=When present, only folders that are inside this folder and its subfolders are suggested. systemrules.pickerfieldfolders.parameter.value=Array of currently selected folders. systemrules.pickerfieldfolders.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldfolders.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldfolders.parameter.saveinto=One or more variables that are updated with the array of selected folders when the user selects or removes a folder. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldfolders.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldfolders.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldfolders.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldfolders.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldusers.description=Displays an autocompleting input for the selection of one or more users. See [documentation](links.docs.systemrules.pickerfieldusers.doc) for more details. systemrules.pickerfieldusers.parameter.label=Text to display as the field label. systemrules.pickerfieldusers.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldusers.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldusers.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldusers.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldusers.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldusers.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldusers.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldusers.parameter.groupfilter=When present, only users who are members of this group are suggested. systemrules.pickerfieldusers.parameter.value=Array of currently selected users. systemrules.pickerfieldusers.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldusers.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldusers.parameter.saveinto=One or more variables that are updated with the array of selected users when the user selects or removes a user. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldusers.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldusers.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldusers.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldusers.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldusersandgroups.description=Displays an autocompleting input for selecting one or more users or groups. See [documentation](links.docs.systemrules.pickerfieldusersandgroups.doc) for more details. systemrules.pickerfieldusersandgroups.parameter.label=Text to display as the field label. systemrules.pickerfieldusersandgroups.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldusersandgroups.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldusersandgroups.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldusersandgroups.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldusersandgroups.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldusersandgroups.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldusersandgroups.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldusersandgroups.parameter.groupfilter=When present, only users or groups which are members of this group are suggested. systemrules.pickerfieldusersandgroups.parameter.value=Array of currently selected users or groups. systemrules.pickerfieldusersandgroups.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldusersandgroups.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldusersandgroups.parameter.saveinto=One or more variables that are updated with the array of selected users or groups when the user selects or removes a user or group. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldusersandgroups.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldusersandgroups.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldusersandgroups.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldusersandgroups.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldgroups.description=Displays an autocompleting input for selecting one or more groups. See [documentation](links.docs.systemrules.pickerfieldgroups.doc) for more details. systemrules.pickerfieldgroups.parameter.label=Text to display as the field label. systemrules.pickerfieldgroups.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldgroups.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldgroups.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldgroups.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldgroups.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldgroups.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldgroups.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldgroups.parameter.groupfilter=When present, only groups which are members of this group are suggested. systemrules.pickerfieldgroups.parameter.value=Array of currently selected groups. systemrules.pickerfieldgroups.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldgroups.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldgroups.parameter.saveinto=One or more variables that are updated with the array of selected groups when the user selects or removes a group. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldgroups.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldgroups.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldgroups.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldgroups.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldrecords_20r2.description=This is an older version of the a!pickerFieldRecords() function. You can continue to use this version of the function by its new name: a!pickerFieldRecords_20r2(). Use this version of the function when working with record types that have not yet been updated to use record type field references. Displays an autocompleting input for the selection of one or more records, filtered by a single record type. Suggestions and picker tokens use the title of the record. See [documentation](links.docs.systemrules.pickerfieldrecords.doc) for more details. systemrules.pickerfieldrecords_20r2.parameter.label=Text to display as the field label. systemrules.pickerfieldrecords_20r2.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldrecords_20r2.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldrecords_20r2.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldrecords_20r2.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldrecords_20r2.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldrecords_20r2.parameter.recordtype=Required, singular. Filters picker to select records of this type. systemrules.pickerfieldrecords_20r2.parameter.filters=List of filters to apply when searching for records. systemrules.pickerfieldrecords_20r2.parameter.value=Array of currently selected records. This will be either a List of Text or a List of Number (Integer), depending on the recordType selected. systemrules.pickerfieldrecords_20r2.parameter.saveinto=One or more variables that are updated with the array of selected records when the user selects or removes a record. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldrecords_20r2.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldrecords_20r2.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldrecords_20r2.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldrecords_20r2.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldrecords_20r2.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldrecords_20r2.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldrecords_20r2.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldrecords_20r2.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldrecords_22r1.description=This is an older version of the a!pickerFieldRecords() function. You can continue to use this version of the function by its new name: a!pickerfieldrecords_22r1(). Displays an autocompleting input for the selection of one or more records, filtered by a single record type. Suggestions and picker tokens use the title of the record. See [documentation](links.docs.systemrules.pickerfieldrecords.doc) for more details. systemrules.pickerfieldrecords_22r1.parameter.label=Text to display as the field label. systemrules.pickerfieldrecords_22r1.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldrecords_22r1.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldrecords_22r1.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldrecords_22r1.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldrecords_22r1.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldrecords_22r1.parameter.recordtype=Required, singular. Filters picker to select records of this type. systemrules.pickerfieldrecords_22r1.parameter.filters=List of filters to apply when searching for records. systemrules.pickerfieldrecords_22r1.parameter.value=Array of currently selected records. This will be either a List of Text or a List of Number (Integer), depending on the recordType selected. systemrules.pickerfieldrecords_22r1.parameter.saveinto=One or more variables that are updated with the array of selected records when the user selects or removes a record. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldrecords_22r1.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldrecords_22r1.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldrecords_22r1.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldrecords_22r1.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldrecords_22r1.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldrecords_22r1.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldrecords_22r1.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldrecords_22r1.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldrecords_22r1.parameter.showrecordlinks=Determines whether selected records display links to their summary views. Default: true. systemrules.pickerfieldrecords.description=Displays an autocompleting input for the selection of one or more records, filtered by a single record type. Suggestions and picker tokens use the title of the record. See [documentation](links.docs.systemrules.pickerfieldrecords.doc) for more details. systemrules.pickerfieldrecords.parameter.label=Text to display as the field label. systemrules.pickerfieldrecords.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.pickerfieldrecords.parameter.instructions=Supplemental text about this field. systemrules.pickerfieldrecords.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.pickerfieldrecords.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.pickerfieldrecords.parameter.maxselections=Maximum number of allowed selections. Once this number is reached, further selections are blocked until a selection is removed. systemrules.pickerfieldrecords.parameter.recordtype=Required, singular. Filters picker to select records of this type. systemrules.pickerfieldrecords.parameter.filters=A single logical expression or a list of query filters can be provided to apply additional filters to the record set. Queries inherit the default filters defined on the referenced record type. Service-backed record types can only be filtered using a logical expression if data sync is enabled. systemrules.pickerfieldrecords.parameter.value=Array of currently selected records. This will be either a List of Text or a List of Number (Integer), depending on the recordType selected. systemrules.pickerfieldrecords.parameter.saveinto=One or more variables that are updated with the array of selected records when the user selects or removes a record. Use a!save() to save a modified or alternative value to a variable. systemrules.pickerfieldrecords.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.pickerfieldrecords.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.pickerfieldrecords.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.pickerfieldrecords.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.pickerfieldrecords.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.pickerfieldrecords.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.pickerfieldrecords.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.pickerfieldrecords.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.pickerfieldrecords.parameter.showrecordlinks=Determines whether selected records display links to their summary views. Default: true. systemrules.pickerfieldrecords.parameter.openlinksin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB". systemrules.piechartconfig.description=Contains configuration for how to display data in a pie chart. systemrules.piechartconfig.parameter.primarygrouping=Defines the field labels to display for each slice of the pie chart, configured using a!grouping(). systemrules.piechartconfig.parameter.measures=Defines the numerical calculations for data in the chart, configured using a!measure(). If no measure is provided, a count of records shows as the measurement in the chart. systemrules.piechartconfig.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.piechartconfig.parameter.datalimit=Maximum number of data points to display on the chart. Default: 100. Valid values: 1-5000. systemrules.piechartconfig.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.piechartfield.description=Displays numerical data as slices of a single circle. Use a pie chart to graphically display parts of a whole. See [documentation](links.docs.systemrules.piechartfield.doc) for more details. systemrules.piechartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.piechartfield.parameter.config=Configures how to display data on the chart, including fields used for calculations and grouping, using a!pieChartConfig(). Only applies when using a record type as a source in the data parameter. See the [documentation](links.docs.systemrules.chartconfig.doc) for more details on how to configure a chart with a record type as the source. systemrules.piechartfield.parameter.label=Text to display as the field label. systemrules.piechartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.piechartfield.parameter.instructions=Supplemental text about this field. systemrules.piechartfield.parameter.series=Array of data series created with a!chartSeries(). systemrules.piechartfield.parameter.showdatalabels=Determines if data values are displayed with each pie slice. Default: false. systemrules.piechartfield.parameter.showtooltips=Determines if a tooltip displays the data value for a pie slice. Default: false. systemrules.piechartfield.parameter.showaspercentage=Determines if the data is shown as a percentage. Default: false. systemrules.piechartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.piechartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.piechartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.piechartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.piechartfield.parameter.style=Determines if the chart displays as a full pie or as a donut. Valid values: "PIE" (default), "DONUT". systemrules.piechartfield.parameter.serieslabelstyle=Determines where to display the series labels. Valid values: "ON_CHART" (default), "LEGEND", "NONE". systemrules.piechartfield.parameter.height=Determines the chart height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.piechartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.piechartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.piechartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.piechartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.piechartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.piechartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.processtasklink.description=Defines a link to a process task. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.processtasklink.parameter.label=Label associated with this link. systemrules.processtasklink.parameter.task=Process task to view when the link is clicked. systemrules.processtasklink.parameter.openlinkin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB". systemrules.processtasklink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.progressbarfield.description=Displays a completion percentage. See [documentation](links.docs.systemrules.progressbarfield.doc) for more details. systemrules.progressbarfield.parameter.label=Text to display as the field label. systemrules.progressbarfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.progressbarfield.parameter.instructions=Supplemental text about this field. systemrules.progressbarfield.parameter.percentage=Number to display between 0 and 100. systemrules.progressbarfield.parameter.color=Determines the color. Valid values: Any valid hex color or "ACCENT" (default), "POSITIVE", "NEGATIVE", "WARN". systemrules.progressbarfield.parameter.style=Thickness of the progress bar. Valid values: "THIN" (default), "THICK". systemrules.progressbarfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.progressbarfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.progressbarfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.progressbarfield.parameter.showpercentage=Determines whether the progress bar displays the percentage. Default: true. systemrules.progressbarfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.progressbarfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.query.description=Creates a Query configuration for use with queryrecord(). See the [documentation](links.docs.systemrules.queries.doc.guidance) for guidance about when to use different querying methods. systemrules.query.parameter.selection=Array of fields to retrieve created with a!querySelection(). systemrules.query.parameter.aggregation=Aggregation configuration for data retrieval created with a!queryAggregation(). systemrules.query.parameter.logicalexpression=Logical Expression filters to apply to queried data before grouping or aggregation, created with a!queryLogicalExpression(). systemrules.query.parameter.filter=A single condition to apply to the queried data before any grouping or aggregation, created with a!queryFilter(). systemrules.query.parameter.paginginfo=The paging and sorting configurations to apply when retrieving the data. systemrules.queryaggregation.description=Creates an Aggregation configuration for use with a!query(). systemrules.queryaggregation.parameter.aggregationcolumns=Array of Aggregation Columns indicating which fields to group or aggregate, created with a!queryAggregationColumn. systemrules.queryaggregationcolumn.description=Creates an Aggregation Column configuration for use with a!queryAggregation(). systemrules.queryaggregationcolumn.parameter.field=The dot-notation to the data field to be grouped or aggregated. systemrules.queryaggregationcolumn.parameter.alias=(Optional) The short name by which the result of the AggregationColumn value can be referenced in other places of the Query value. Values are case-sensitive. systemrules.queryaggregationcolumn.parameter.alias.##CONTEXT##=We are making an "alias" which is a fake name. This can then be referenced in other parts of the query (code) instead of the entire name. systemrules.queryaggregationcolumn.parameter.visible=(Optional) Determines whether the aggregation column should be visible to end users. If false, the data for the column will not be retrieved, but it can be used for sorting. Default value is true. systemrules.queryaggregationcolumn.parameter.isgrouping=(Optional) Determines whether the field should be grouped. Default: false. systemrules.queryaggregationcolumn.parameter.aggregationfunction=The function to use when aggregating the field. Valid values are "COUNT", "SUM", "AVG", "MIN", and "MAX". This value is required when isGrouping is set to false. systemrules.queryaggregationcolumn.parameter.groupingfunction=(Optional) A function that can be applied on the selected field. Valid values are "YEAR" and "MONTH". This parameter can only be used with Date and Date and Time data types. Requires isGrouping to be true. systemrules.queryaggregationcolumnes.description=Creates an Aggregation Column configuration for use with a!queryAggregation() when used with fn!queryrulemetrics_appian_internal. systemrules.queryaggregationcolumnes.parameter.field=The name of the field to be grouped or aggregated, as defined in the search server schema for the relevant index. systemrules.queryaggregationcolumnes.parameter.alias=The short name by which the resulting value can be referenced. Fields which are grouped by cannot have aliases. systemrules.queryaggregationcolumnes.parameter.visible=Determines if the column is retrieved or is only available for sorting. Default: true. (this behavior is undefined and not guaranteed). systemrules.queryaggregationcolumnes.parameter.isgrouping=Determines if the field should be grouped. Default: false. systemrules.queryaggregationcolumnes.parameter.aggregationfunction=The function to use when aggregating the field. Valid values: "COUNT", "SUM" (?), "AVG", "MIN", "MAX", "INTERVAL_HOUR", "INTERVAL_DAY", "INTERVAL_WEEK". The final 3 can be used in conjunction with isGrouping=true to group by datetime intervals. systemrules.querycolumn.description=Creates a Query Column for use with a!querySelection(). systemrules.querycolumn.parameter.field=The dot notation to the data field to retrieve. systemrules.querycolumn.parameter.alias=The short name by which the resulting value can be referenced. systemrules.querycolumn.parameter.visible=Determines if the column is retrieved or is only available for sorting. Default: true. systemrules.queryentity.description=Executes a query on a given Data Store Entity and returns the resulting DataSubset. See the [documentation](links.docs.systemrules.queryentity.doc) for guidance about when to use different querying methods. systemrules.queryentity.parameter.entity=The Data Store Entity to query. systemrules.queryentity.parameter.query=The query to execute, created using a!query(). systemrules.queryentity.parameter.fetchtotalcount=If set to true, runs the query that retrieves the total number of rows in the totalCount parameter of the resulting datasubset. In cases where you don't need the totalCount, skipping this query can improve the performance of a!queryEntity(). Default: false. See the [documentation](links.docs.systemrules.queryentity.doc) for more information. systemrules.queryentity_22r2.description=This is an older version of the a!queryEntity() function. You can continue to use this version of the function by its new name: a!queryEntity_22r2(). The new version of a!queryEntity() replaces an incorrect behavior, where a sort was being added on the last a!queryColumn specified as part of a selection. Moving forward, if the query isn't sorted by the identifier, a final identifier sort is added to ensure deterministic sorting. systemrules.queryentity_22r2.parameter.entity=The Data Store Entity to query. systemrules.queryentity_22r2.parameter.query=The query to execute, created using a!query(). systemrules.queryentity_22r2.parameter.fetchtotalcount=If set to true, runs the query that retrieves the total number of rows in the totalCount parameter of the resulting datasubset. In cases where you don't need the totalCount, skipping this query can improve the performance of a!queryEntity(). Default: false. See the [documentation](links.docs.systemrules.queryentity.syntax) for more information. systemrules.queryentity_18r3.description=This is an older version of the a!queryEntity() function. You can continue to use this version of the function by its new name: a!queryEntity_18r3(). The new version of a!queryEntity() has new functionality: By default, the query that retrieves the total number of rows in the totalCount parameter of the resulting datasubset is not executed. In cases where you don't need the totalCount, skipping this query can improve the performance of a!queryEntity(). See the [documentation](links.docs.systemrules.queryentity.syntax) for more information. systemrules.queryentity_18r3.parameter.entity=The Data Store Entity to query. systemrules.queryentity_18r3.parameter.query=The query to execute, created using a!query(). systemrules.queryfilter.description=Creates a Query Filter configuration for use with a!pickerFieldRecords, a!query, a!queryRecordType, a!queryRecordByIdentifier, a!recordData, and a!recordFilterListOption. systemrules.queryfilter.parameter.field=The name of the field or relationship to be filtered. When filtering record data, use the recordType! domain to reference a record field, related record field, or record type relationship. For example, recordType!Case.fields.caseName. systemrules.queryfilter.parameter.operator=Filter operator to apply to the data. Valid values: "=", "<>", ">", ">=", "<", "<=", "between", "in", "not in", "is null", "not null", "starts with", "not starts with", "ends with", "not ends with", "includes", "not includes". systemrules.queryfilter.parameter.value=The value to compare to the given field using the given operator. Can be entered as an expression. Optional if the operator value is "is null" or "not null". Filter is ignored if value is empty or null and operator is neither "is null" or "not null". systemrules.queryfilter.parameter.applywhen=Determines whether the filter is applied on the query. When set to false, the filter is not evaluated. Default: true. systemrules.querylogicalexpression.description=Creates a Logical Expression configuration for use with a!query(). systemrules.querylogicalexpression.parameter.operator=Determines how to combine the filters. Valid values: "AND", "OR", "AND_ALL". The "AND_ALL" value is only valid when filtering by one-to-many related record fields. See the [documentation](links.docs.systemrules.querylogicalexpression.operators.doc) for more details. systemrules.querylogicalexpression.parameter.logicalexpressions=Array of Logical Expression to apply, created with a!queryLogicalExpression(). systemrules.querylogicalexpression.parameter.filters=Array of Query Filters to apply, created using a!queryFilter(). systemrules.querylogicalexpression.parameter.ignorefilterswithemptyvalues=Specifies whether to ignore filters within a!queryLogicalExpression() if the filter's value parameter is empty. If you are using nested logical expressions, this parameter must have the same value for each logical expression. For example, if the value is set to true for the parent logical expression, it should be set to true for all children logical expressions. Default: false systemrules.queryrecordtype_20r4.description=This is an older version of the a!queryRecordType() function. You can continue to use this version of the function by its new name: a!queryRecordType_20r4(). The new version of a!queryRecordType() has new functionality. Executes a query on a given record type and returns the record data. See the [documentation](links.docs.systemrules.queryrecordtype.doc) for guidance about when to use different querying methods and possible error codes. systemrules.queryrecordtype_20r4.parameter.recordtype=A reference to a record type. You must reference the record type directly from the `recordType!` domain. For example, `recordType!Case`. systemrules.queryrecordtype_20r4.parameter.selection=List of record fields to be retrieved from the query. Record fields must be directly referenced from the recordType! domain. For example, `recordType!Case.fields.caseName`. When no record fields are specified, all record fields are returned in the order they are configured in the record type’s data model. systemrules.queryrecordtype_20r4.parameter.filters=A single, logical expression or a list of query filters can be provided to filter the results. Without a logical expression, a list of query filters will only return those records where all filters evaluate to true (`AND` comparisons). Queries also apply the default filters defined on the referenced record type. systemrules.queryrecordtype_20r4.parameter.paginginfo=The paging and sorting configurations to apply when retrieving the record data. systemrules.queryrecordtype_20r4.parameter.fetchtotalcount=If set to true, runs a separate query that retrieves the total number of records in the totalCount parameter of the query result. In cases where you do not need the totalCount, skipping this additional query can improve performance. Only applies to record types that source from a data store entity. Default: false. See the [documentation](links.docs.systemrules.queryrecordtype.doc) for more information. systemrules.queryrecordtype.description=Executes a query on a given record type and returns the resulting data. See the [documentation](links.docs.systemrules.queryrecordtype.doc) for guidance about when to use different querying methods and possible error codes. systemrules.queryrecordtype.parameter.recordtype=A reference to a Record Type, configured using the recordType! domain. For example, recordType!Case. systemrules.queryrecordtype.parameter.fields=Fields to be retrieved for the query. This parameter accepts different values depending on the type of query to run. When performing a selection, use a list of record field or related record field references defined with the recordType! domain. When performing an aggregation, use a!aggregationFields() to define the configuration for the aggregated fields. systemrules.queryrecordtype.parameter.filters=A single logical expression or a list of query filters can be provided to apply additional filters to the record set. Queries also inherit the default filters defined on the referenced record type. Reference record fields or related record fields from the specified record type using the recordType! domain. Record types sourced from a web service or other expression only support this parameter if the data is synced. systemrules.queryrecordtype.parameter.paginginfo=The paging and sorting configurations to apply when retrieving the record data. systemrules.queryrecordtype.parameter.fetchtotalcount=If set to true, runs the query that retrieves the total number of rows in the totalCount parameter of the resulting datasubset. In cases where you do not need the totalCount, skipping this additional query can improve performance. Default: false. See the [documentation](links.docs.systemrules.queryrecordtype.doc) for more information. (Not applicable for process-backed or unsynced expression-backed record types) systemrules.queryrecordtype.parameter.relatedrecorddata=When selecting one-to-many related record data, use a!relatedRecordData to filter, sort, and limit the related record sets. This parameter is not supported when performing an aggregation. See the [documentation](links.docs.systemrules.relatedrecorddata.doc) for more information. systemrules.queryrecordbyidentifier.description=Executes a query on a given record identifier and returns the record data. See the [documentation](links.docs.systemrules.queryrecordbyidentifier.doc) for guidance about when to use different querying methods and possible error codes. systemrules.queryrecordbyidentifier.parameter.recordtype=A reference to a record type. You must reference the record type directly from the recordType! domain. For example, recordType!Case. systemrules.queryrecordbyidentifier.parameter.identifier=The identifier of the record to query. This is typically the primary key field. systemrules.queryrecordbyidentifier.parameter.fields=Fields to be retrieved for the query. Use a list of record field or related record field references defined with the recordType! domain. When this parameter is null, all record fields from the specified record type are returned. systemrules.queryrecordbyidentifier.parameter.relatedrecorddata=When selecting one-to-many related record data, use a!relatedRecordData() to filter, sort, and limit the related record sets. See the [documentation](links.docs.systemrules.relatedrecorddata.doc) for more information. systemrules.relatedrecorddata.description=References a one-to-many relationship defined on a record type and allows for additional filtering, sorting, and limiting of the related record set. systemrules.relatedrecorddata.parameter.relationship=A reference to a one-to-many record type relationship, configured using the recordType! domain. For example, recordType!Department.relationships.employees. systemrules.relatedrecorddata.parameter.filters=A single logical expression or a list of query filters, which are applied together with an AND operation, can be provided to apply additional filters to the related record set. When defining fields to filter on, reference record fields or related record fields directly from the related record type. For example, filter on the field recordType!Employee.fields.status when "relationship" is recordType!Department.relationships.employees. Queries also inherit the default filters defined on the referenced record type. You may only filter on fields from the referenced related record type. systemrules.relatedrecorddata.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). When defining the field to sort on, reference a record field or related record field directly from the related record type. For example, sort on the field recordType!Employee.fields.status when "relationship" is recordType!Department.relationships.employees. systemrules.relatedrecorddata.parameter.limit=Number of related records to return. If you're using this function in a!queryRecordType() or in a records-powered component, the maximum number is 10. If you're using this function in a!queryRecordByIdentifier(), the maximum number is 100. systemrules.aggregationfields.description=Used to define a query against record data that performs an aggregation. Uses a!grouping() and a!measure() to define aggregate fields. See the [documentation](links.docs.systemrules.aggregationfields.doc) for guidance about when to use different querying methods. systemrules.aggregationfields.parameter.groupings=List of fields to group by using a list of a!grouping(). Grouping functions can only be used within the context of a!queryRecordType(). systemrules.aggregationfields.parameter.measures=List of calculations to perform using a list of a!measure(). Measure functions can only be used within the context of a!queryRecordType(). systemrules.queryselection.description=Creates a Query Selection configuration for use with a!query(). systemrules.queryselection.parameter.columns=Array of Query Columns indicating which fields to retreive, created with a!queryColumn(). systemrules.radiobuttonfield_23r3.description=Displays a limited set of choices from which the user must select one item and saves a value based on the selected choice. See [documentation](links.docs.systemrules.radiobuttonfield.doc) for more details. systemrules.radiobuttonfield_23r3.parameter.label=Text to display as the field label. systemrules.radiobuttonfield_23r3.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.radiobuttonfield_23r3.parameter.instructions=Supplemental text about this field. systemrules.radiobuttonfield_23r3.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.radiobuttonfield_23r3.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.radiobuttonfield_23r3.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.radiobuttonfield_23r3.parameter.choicelabels=Array of options for the user to select. systemrules.radiobuttonfield_23r3.parameter.choicevalues=Array of values associated with the available choices. systemrules.radiobuttonfield_23r3.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.radiobuttonfield_23r3.parameter.value=Value of choice to display as selected. systemrules.radiobuttonfield_23r3.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.radiobuttonfield_23r3.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.radiobuttonfield_23r3.parameter.saveinto=One or more variables that are updated with the choice value when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.radiobuttonfield_23r3.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.radiobuttonfield_23r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.radiobuttonfield_23r3.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.radiobuttonfield_23r3.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.radiobuttonfield_23r3.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.radiobuttonfield.description=Displays a limited set of choices from which the user must select one item and saves a value based on the selected choice. See [documentation](links.docs.systemrules.radiobuttonfield.doc) for more details. systemrules.radiobuttonfield.parameter.label=Text to display as the field label. systemrules.radiobuttonfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.radiobuttonfield.parameter.instructions=Supplemental text about this field. systemrules.radiobuttonfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.radiobuttonfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.radiobuttonfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.radiobuttonfield.parameter.choicelabels=Array of options for the user to select. When the data source is a record type, this is a record field or related record field. systemrules.radiobuttonfield.parameter.choicevalues=Array of values associated with the corresponding choices. When the data source is a record type, this is a record field (usually the primary key field). systemrules.radiobuttonfield.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.radiobuttonfield.parameter.value=Value of choice to display as selected. systemrules.radiobuttonfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.radiobuttonfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.radiobuttonfield.parameter.saveinto=One or more variables that are updated with the choice value when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.radiobuttonfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.radiobuttonfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.radiobuttonfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.radiobuttonfield.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.radiobuttonfield.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.radiobuttonfield.parameter.data=The record type used as the source of the component's choices. This can be specified with a record type reference or a!recordData(). systemrules.radiobuttonfield.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). systemrules.radiobuttonfieldbyindex.description=Displays a limited set of choices from which the user must select one item and saves the index of the selected choice. systemrules.radiobuttonfieldbyindex.parameter.label=Text to display as the field label. systemrules.radiobuttonfieldbyindex.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.radiobuttonfieldbyindex.parameter.instructions=Supplemental text about this field. systemrules.radiobuttonfieldbyindex.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.radiobuttonfieldbyindex.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.radiobuttonfieldbyindex.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.radiobuttonfieldbyindex.parameter.choicelabels=Array of options for the user to select. systemrules.radiobuttonfieldbyindex.parameter.choicelayout=Determines the layout. Valid values: "STACKED" (default), "COMPACT". systemrules.radiobuttonfieldbyindex.parameter.value=Index of the choice to display as selected. systemrules.radiobuttonfieldbyindex.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.radiobuttonfieldbyindex.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.radiobuttonfieldbyindex.parameter.saveinto=One or more variables that are updated with the choice index when the user changes the selection. Use a!save() to save a modified or alternative value to a variable. systemrules.radiobuttonfieldbyindex.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.radiobuttonfieldbyindex.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.radiobuttonfieldbyindex.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.radiobuttonfieldbyindex.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.radiobuttonfieldbyindex.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.recordactionfield_23r3.description=This is an older version of the a!recordActionField() function. You can continue to use this version by its new name: a!recordActionField_23r3(). The new version of a!recordActionField() has new functionality. systemrules.recordactionfield_23r3.parameter.actions=List of record action items to display in the field, configured using a!recordActionItem(). systemrules.recordactionfield_23r3.parameter.style=Determines how the list of actions should be displayed on the interface. Valid values: "TOOLBAR" (default), "LINKS", "CARDS", "SIDEBAR", "CALL_TO_ACTION", "MENU", "MENU_ICON", "TOOLBAR_PRIMARY", "SIDEBAR_PRIMARY". See the [documentation](links.docs.systemrules.recordActionField.param.style.doc) for guidance on how to use different styles effectively. systemrules.recordactionfield_23r3.parameter.display=Determines which details are shown for the actions, regardless of style. Valid values: "LABEL_AND_ICON" (default), "LABEL", "ICON". systemrules.recordactionfield_23r3.parameter.openactionsin=(Browser-only) Determines how actions should open to the user. Valid values: "DIALOG" (default), "SAME_TAB", "NEW_TAB". systemrules.recordactionfield_23r3.parameter.align=Determines alignment of the actions. Valid values: "START", "CENTER", "END". systemrules.recordactionfield_23r3.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.recordactionfield_23r3.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component, along with any record action items, is hidden and is not evaluated. Default: true. systemrules.recordactionfield.description=Displays a list of record actions with a consistent style. A record action is an end-user action configured within a record type object, such as a related action or record list action. See [documentation](links.docs.systemrules.recordactionfield.doc) for more details. systemrules.recordactionfield.parameter.actions=List of record action items to display in the field, configured using a!recordActionItem(). systemrules.recordactionfield.parameter.style=Determines how the list of actions should be displayed on the interface. Valid values: "TOOLBAR" (default), "LINKS", "CARDS", "SIDEBAR", "CALL_TO_ACTION", "MENU", "MENU_ICON", "TOOLBAR_PRIMARY", "SIDEBAR_PRIMARY". See the [documentation](links.docs.systemrules.recordActionField.param.style.doc) for guidance on how to use different styles effectively. systemrules.recordactionfield.parameter.display=Determines which details are shown for the actions, regardless of style. Valid values: "LABEL_AND_ICON" (default), "LABEL", "ICON". systemrules.recordactionfield.parameter.openactionsin=(Browser-only) Determines how actions should open to the user. Valid values: "DIALOG" (default), "SAME_TAB", "NEW_TAB". systemrules.recordactionfield.parameter.align=Determines alignment of the actions. Valid values: "START", "CENTER", "END". systemrules.recordactionfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.recordactionfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component, along with any record action items, is hidden and is not evaluated. Default: true. systemrules.recordactionfield.parameter.securityondemand=Determines when record action security is evaluated for "MENU" and "MENU_ICON" styled actions. By default (true), security is evaluated when the user clicks the record action. When false, security is evaluated when the interface loads. systemrules.recordactionitem.description=Displays a record action defined within a record action field or read-only grid sourced from a record type. A record action is an end-user action configured within a record type object, such as a related action or a record list action. systemrules.recordactionitem.parameter.action=A record action reference associated with a record type, configured using the recordType! domain. For example, recordType!Case.actions.editCase. This action will use the display name, process model, icon, context, and visibility set in the record type object. systemrules.recordactionitem.parameter.identifier=Record instance identifier, which is required if the action parameter references a related action. The related action will not display if the identifier is null or invalid. No identifier is needed when the action parameter references a record list action. systemrules.recorddata.description=References a set of records from a record type and allows for additional filtering if necessary. systemrules.recorddata.parameter.recordtype=A reference to a record type, configured using the recordType! domain. For example, recordType!Case. systemrules.recorddata.parameter.filters=A single logical expression or a list of query filters, which are applied together with an AND operation, can be provided to apply additional filters to the record set. Queries also inherit the default filters defined on the referenced record type. When filtering, use only record fields or related record fields from the referenced record type. Record types sourced from a web service or other expression only support this parameter if the data is synced. systemrules.recorddata.parameter.relatedrecorddata=When selecting one-to-many related record data, use a!relatedRecordData to filter, sort, and limit the related record sets. This parameter is not supported when performing an aggregation. See the [documentation](links.docs.systemrules.relatedrecorddata.doc) for more information. systemrules.recorddata.parameter.fields=Fields to be retrieved for a read-only grid. Use a list of record fields, related record field references, or relationships defined with the recordType! domain. When this parameter is null or empty in a read-only grid, only the fields specified in the columns parameter will be retrieved. systemrules.recordfilterchoices.description=Used to configure user filter choices for expression-backed records. systemrules.recordfilterchoices.parameter.choicelabels=Array of labels for the user filter choices. systemrules.recordfilterchoices.parameter.choicevalues=Array of values associated with the available choices. systemrules.recordfilterdaterange_20r2.description=This is an older version of the a!recordFilterDateRange() function. You can continue to use this version of the function by its new name: a!recordFilterDateRange_20r2(). Use this version of the function when working with record types that have not yet been updated to use record type field references. Creates a value of type Facet used to define a date range user filter. systemrules.recordfilterdaterange_20r2.parameter.name=Name of the date range user filter. systemrules.recordfilterdaterange_20r2.parameter.field=Name of the field the date range filter will filter against. systemrules.recordfilterdaterange_20r2.parameter.isvisible=Determines whether the filter is visible to the user at runtime. Default is true. systemrules.recordfilterdaterange_20r2.parameter.defaultfrom=Determines the default start date, if any, for the date range filter. systemrules.recordfilterdaterange_20r2.parameter.defaultto=Determines the default end date, if any, for the date range filter. systemrules.recordfilterdaterange.description=Creates a value of type Facet to define a date range user filter. systemrules.recordfilterdaterange.parameter.name=Name of the date range user filter. systemrules.recordfilterdaterange.parameter.field=The record field or related record field the filter will apply to. systemrules.recordfilterdaterange.parameter.isvisible=Determines whether the filter is visible to the user. Default is true. systemrules.recordfilterdaterange.parameter.defaultfrom=Determines the default start date, if any, for the date range filter. systemrules.recordfilterdaterange.parameter.defaultto=Determines the default end date, if any, for the date range filter. systemrules.recordgridfield.description=Displays a read-only grid with data from the record type. The grid can display data as read-only text, links, images, rich text, or other components supported in read-only grids. See [documentation](links.docs.systemrules.recordgridfield.doc) for more details. systemrules.recordgridfield.parameter.borderstyle=Determines the style of the grid border. Valid values: "STANDARD" (default), "LIGHT". systemrules.recordgridfield.parameter.columns=The columns to display in the grid, configured using a!gridColumn(). systemrules.recordgridfield.parameter.initialsorts=Sorts applied to the grid upon initial load only. The first sort in this list will be displayed to the user as an arrow in the header of the corresponding grid column (if applicable). systemrules.recordgridfield.parameter.secondarysorts=Sorts applied to the data in the grid after every user sort interaction. No sorts in this list will be displayed to the user as an arrow in the header of a grid column. If your data is a reference to a record type sourced from processes, this parameter is not supported. systemrules.recordgridfield.parameter.emptygridmessage=Text to display in the grid when no data is available. Default is "No items available". systemrules.recordgridfield.parameter.pagesize=The maximum number of rows to display in the grid. Default: 50 systemrules.recordgridfield.parameter.rowheader=Index of the column to be used as the row header. Screen readers will announce the value in each row header when navigating to other cells within that row. Used only for accessibility; produces no visible change. systemrules.recordgridfield.parameter.shadealternaterows=Determines whether alternate rows are shaded. Default: true. systemrules.recordgridfield.parameter.spacing=Determines the spacing within grid cells. Valid values: "STANDARD" (web default), "DENSE" (mobile default). systemrules.recordgridfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.recordlink.description=Defines a link to a record view. Record links must be used in a link parameter of another component, such as the links parameter in the link component. systemrules.recordlink.parameter.label=Link text that users click to open the link. systemrules.recordlink.parameter.recordtype=The reference to the record type. Reference the record type using the recordType! domain or a constant that points to a record type. systemrules.recordlink.parameter.identifier=The identifier of the record. This is typically the primary key field. systemrules.recordlink.parameter.dashboard=The URL stub for the record view that the link will open. Default is "summary". Go to the record type and click Views to find the URL stub for each record view. systemrules.recordlink.parameter.openlinkin=Determines how the record link should open, either in the same tab or a new tab. Valid values: "SAME_TAB" (default) or "NEW_TAB". This parameter only applies to web browsers. systemrules.recordlink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.recordlink.parameter.targetlocation=Determines where the record view should open, which can be either the page the user is on or a specific site page. To reference a site page, use the following structure: site![site name].pages.[page web address identifier]. Valid values: "SAME_PAGE" (default) or a reference to a site page. systemrules.reportlink.description=Defines a link to a report. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.reportlink.parameter.label=Text associated with this link. systemrules.reportlink.parameter.report=The linked report. systemrules.reportlink.parameter.openlinkin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB". systemrules.reportlink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.richtextdisplayfield.description=Displays text in variety of styles, including bold, italics, underline, links, headers, and numbered and bulleted lists. See [documentation](links.docs.systemrules.richtextdisplayfield.doc) for more details. systemrules.richtextdisplayfield.parameter.label=Text to display as the field label. systemrules.richtextdisplayfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.richtextdisplayfield.parameter.instructions=Supplemental text about this field. systemrules.richtextdisplayfield.parameter.align=Determines alignment of the text value. Valid values: "LEFT", "CENTER", "RIGHT". Does not apply to lists. systemrules.richtextdisplayfield.parameter.value=Array of rich text to display. Create rich text using a combination of text, a!richTextItem(), a!richTextHeader(), a!richTextImage(), a!richTextIcon(), a!richTextBulletedList(), or a!richTextNumberedList(). Example: {"Hello ", a!richTextItem(text: "World", style: "STRONG"), "!"}. systemrules.richtextdisplayfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.richtextdisplayfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.richtextdisplayfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.richtextdisplayfield.parameter.preventwrapping=Determines if wrapping to multiple lines will be prevented. When set to true, each header, paragraph, or list item will truncate to a single line. Default: false. systemrules.richtextdisplayfield.parameter.tooltip=Text to display on mouseover (web) or long press (mobile). systemrules.richtextdisplayfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.richtextdisplayfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.richtextheader.description=Displays a header within a rich text component. systemrules.richtextheader.parameter.text=Array of text to display as a rich text header. systemrules.richtextheader.parameter.size=Determines the header size. Valid values: "SMALL", "MEDIUM" (default), "LARGE". systemrules.richtextheader.parameter.link=Link to apply to the text. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). If more than one link is provided, only the first will be used. systemrules.richtextheader.parameter.linkstyle=Determines how the link renders. Valid values: "INLINE" (default), "STANDALONE". systemrules.richtextheader.parameter.showwhen=Determines whether the rich text header is displayed in the component. When set to false, the rich text header is hidden and is not evaluated. Default: true. systemrules.richtextitem_18r1.description=This is an older version of the a!richTextItem function. You can continue to use this version of the function by its new name: a!richTextItem_18r1. The new version of a!richTextItem has new functionality. Displays styled text within a rich text component. systemrules.richtextitem_18r1.parameter.text=Array of text to display as a rich text item. Text can be further formatted using a!richTextItem(). systemrules.richtextitem_18r1.parameter.style=Determines the style to apply to the text value. Valid values: "NORMAL" (default), "EMPHASIS", "STRONG", "UNDERLINE", "LARGE", "MEDIUM", "SMALL", "HEADER_LARGE", "HEADER_MEDIUM", "HEADER_SMALL", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.richtextitem_18r1.parameter.link=Link to apply to the text. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.richtextitem_18r1.parameter.linkstyle=Determines how the link renders. Valid values: "INLINE" (default), "STANDALONE". systemrules.richtextitem_18r1.parameter.showwhen=Determines whether the rich text is displayed in the component. When set to false, the rich text is hidden and is not evaluated. Default: true. systemrules.richtextitem.description=Displays styled text within a rich text component. systemrules.richtextitem.parameter.text=Array of text to display as a rich text item. Text can be further formatted using a!richTextItem(). systemrules.richtextitem.parameter.style=Determines the text style. Multiple styles may be applied. Valid values: "PLAIN" (default), "EMPHASIS", "STRONG", "UNDERLINE". systemrules.richtextitem.parameter.size=Determines the text size. Valid values: "SMALL", "STANDARD" (default), "MEDIUM", "MEDIUM_PLUS", "LARGE", "LARGE_PLUS", "EXTRA_LARGE". systemrules.richtextitem.parameter.color=Determines the text color. Valid values: Any valid hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.richtextitem.parameter.link=Link to apply to the text. Create a link with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). If more than one link is provided, only the first will be used. systemrules.richtextitem.parameter.linkstyle=Determines how the link renders. Valid values: "INLINE" (default), "STANDALONE". systemrules.richtextitem.parameter.showwhen=Determines whether the rich text is displayed in the component. When set to false, the rich text is hidden and is not evaluated. Default: true. systemrules.richtexticon.description=Displays an icon for use in rich text. systemrules.richtexticon.parameter.icon=Icon to display. See the [documentation](links.docs.systemrules.richTextIcon.parameter.icon.doc) for available icons. systemrules.richtexticon.parameter.alttext=Equivalent alternate text to display when accessibility or browser compatibility issues prevent the icon from displaying. systemrules.richtexticon.parameter.caption=Text to display in mouseovers. systemrules.richtexticon.parameter.size=Determines the icon size. Valid values: "SMALL", "STANDARD" (default), "MEDIUM", "MEDIUM_PLUS", "LARGE", "LARGE_PLUS", "EXTRA_LARGE". systemrules.richtexticon.parameter.color=Determines the icon color. Valid values: Any valid hex color or "STANDARD" (default), "ACCENT", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.richtexticon.parameter.link=Link that determines the behavior of the icon when clicked. Create links with a!authorizationLink(), a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!userRecordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), or a!submitLink(). If more than one link is provided, only the first will be used. systemrules.richtexticon.parameter.linkstyle=Determines how the link renders. Valid values: "INLINE" (default), "STANDALONE". systemrules.richtexticon.parameter.showwhen=Determines whether the icon is displayed in the component. When set to false, the icon is hidden and is not evaluated. Default: true. systemrules.richtextnumberedlist.description=Displays a numbered list within a rich text component. systemrules.richtextnumberedlist.parameter.items=Array of text to display as a numbered list. Text can be further formatted using a!richTextItem() or a!richTextHeader(). Nested lists can be created using a!richTextListItem(). systemrules.richtextnumberedlist.parameter.showwhen=Determines whether the list is displayed in the component. When set to false, the list is hidden and is not evaluated. Default: true. systemrules.richtextbulletedlist.description=Displays a bulleted list within a rich text component. systemrules.richtextbulletedlist.parameter.items=Array of text to display as a bulleted list. Text can be further formatted using a!richTextItem() or a!richTextHeader(). Nested lists can be created using a!richTextListItem(). systemrules.richtextbulletedlist.parameter.showwhen=Determines whether the list is displayed in the component. When set to false, the list is hidden and is not evaluated. Default: true. systemrules.richtextlistitem.description=Displays a nested list within a bulleted or numbered list in a rich text component. systemrules.richtextlistitem.parameter.text=Array of text to display as a rich text list item. Text can be formatted using a!richTextItem(). systemrules.richtextlistitem.parameter.nestedlist=A bulleted or numbered list to nest within the rich text list item. systemrules.richtextlistitem.parameter.showwhen=Determines whether the list item is displayed in the component. When set to false, the list item is hidden and is not evaluated. Default: true. systemrules.richtextimage.description=Displays an icon-sized image within a rich text component. systemrules.richtextimage.parameter.image=Image to display, created with a!documentImage(), a!userImage(), or a!webImage(). systemrules.richtextimage.parameter.showwhen=Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true. systemrules.scatterchartfield.parameter.primarygrouping=Defines the field labels to display on the points in the chart. Configured using a!grouping(). systemrules.scatterchartfield.parameter.secondarygrouping=Defines the field labels to display in the legend and tooltips in the chart. Configured using a!grouping(). systemrules.scatterchartfield.parameter.xaxismeasure=Defines the numerical calculations for the x-axis of the chart. Configured using a!measure(). systemrules.scatterchartfield.parameter.yaxismeasure=Defines the numerical calculations for the y-axis of the chart. Configured using a!measure(). systemrules.scatterchartfield.parameter.sort=Use a!sortInfo() to define a sort in ascending or descending order. Use the alias of any groupings or measures to sort by the values in the chart. Use a record field or related record field reference to sort by data that is not referenced in the chart. systemrules.scatterchartfield.parameter.datalimit=Maximum number of data points to display on the chart. Default: 5000. Valid values: 1-5000. systemrules.scatterchartfield.parameter.link=Link to execute when a user selects a data point on the chart. Use fv!selection to pass context from the selection made on the chart to the link. Create a link using a!dynamicLink(). systemrules.scatterchartfield.description=Displays numerical data as coordinates. Use a scatter chart to display values for two variables for a set of data. See [documentation](links.docs.systemrules.scatterchartfield.doc) for more details. systemrules.scatterchartfield.parameter.data=Reference to the record type used for the source of this chart. Can accept a!recordData or a Record Type Reference. systemrules.scatterchartfield.parameter.label=Text to display as the field label. systemrules.scatterchartfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.scatterchartfield.parameter.instructions=Supplemental text about this field. systemrules.scatterchartfield.parameter.xaxistitle=Title for the horizontal axis. systemrules.scatterchartfield.parameter.yaxistitle=Title for the vertical axis. systemrules.scatterchartfield.parameter.xaxismax=Determines the maximum displayed point on the horizontal axis. systemrules.scatterchartfield.parameter.xaxismin=Determines the minimum displayed point on the horizontal axis. systemrules.scatterchartfield.parameter.yaxismax=Determines the maximum displayed point on the vertical axis. systemrules.scatterchartfield.parameter.yaxismin=Determines the minimum displayed point on the vertical axis. systemrules.scatterchartfield.parameter.showdatalabels=Determines if data values are displayed next to each point. Default: false. systemrules.scatterchartfield.parameter.showtooltips=Determines if a tooltip displays the data value for a point. Default: true. systemrules.scatterchartfield.parameter.allowdecimalaxislabels=Allows values to display as decimal numbers instead of integers. Default: false. systemrules.scatterchartfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.scatterchartfield.parameter.referencelines=Array of reference line values for each threshold to be defined on the chart. Configured using a!chartReferenceLine(). systemrules.scatterchartfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.scatterchartfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.scatterchartfield.parameter.colorscheme=Determines which color scheme to use in the chart. Use one of the following valid values: "CLASSIC" (default), "MIDNIGHT", "OCEAN", "MOSS", "BERRY", "PARACHUTE", "RAINFOREST", "SUNSET" or define a custom color scheme using a!colorSchemeCustom. See the [documentation](links.docs.systemrules.charts.param.colorScheme) for guidance on how to use color schemes. systemrules.scatterchartfield.parameter.height=Determines the chart height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.scatterchartfield.parameter.xaxisstyle=Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE". systemrules.scatterchartfield.parameter.yaxisstyle=Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE". systemrules.scatterchartfield.parameter.showlegend=When a secondary grouping is used, determines if a color legend displays below the chart. Default: true. systemrules.scatterchartfield.parameter.refreshalways=When true, chart data will be refreshed after each user interaction and each interval refresh. Default: false. systemrules.scatterchartfield.parameter.refreshinterval=How often chart data gets refreshed in minutes. When null, chart data will not be refreshed on an interval. Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60. systemrules.scatterchartfield.parameter.refreshonvarchange=Refreshes the chart data each time any of these specific variables change. This allows you to refresh the chart data when a variable that is not referenced in the data parameter is updated. You can define either using a single variable (e.g. refreshOnVarChange: local!var1) or a list of variables (e.g. refreshOnVarChange: {local!var1, local!var2}). systemrules.scatterchartfield.parameter.refreshonreferencedvarchange=When true, chart data will be refreshed each time the value of any variable referenced in the data parameter is updated. To refresh chart data when another variable that is not used within the data parameter, use refreshOnVarChange. Default: true. systemrules.scatterchartfield.parameter.refreshafter=Refreshes chart data each time a specified event completes. Valid values: "RECORD_ACTION". systemrules.scatterchartfield.parameter.allowimagedownload=Determines if the chart download button displays on the chart. Default: false. systemrules.sidebysidelayout.description=Displays components alongside each other. systemrules.sidebysidelayout.parameter.label=Text to display as the layout label. systemrules.sidebysidelayout.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.sidebysidelayout.parameter.instructions=Supplemental text about this layout. systemrules.sidebysidelayout.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.sidebysidelayout.parameter.required=Determines if all values within the layout are required to submit the form. Default: false. systemrules.sidebysidelayout.parameter.requiredmessage=Custom message to display when the layout's values are required and not provided. systemrules.sidebysidelayout.parameter.readonly=Determines if all items within the layout should display as not editable. Default: false. systemrules.sidebysidelayout.parameter.disabled=Determines if all items within the layout should display as potentially editable but grayed out. Default: false. systemrules.sidebysidelayout.parameter.validations=Validation errors to display below the layout when the values are not null. systemrules.sidebysidelayout.parameter.validationgroup=When present, all items within the layout are only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.sidebysidelayout.parameter.items=List of items that are displayed in the layout. Accepts a!sideBySideItem. systemrules.sidebysidelayout.parameter.spacing=Determines the space between items in the layout when they are not stacked. Valid values: "STANDARD" (default), "NONE", "DENSE", "SPARSE". systemrules.sidebysidelayout.parameter.alignvertical=Determines vertical alignment of all content within the layout. Valid values are "TOP" (default), "MIDDLE", and "BOTTOM". systemrules.sidebysidelayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.sidebysidelayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.sidebysidelayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.sidebysidelayout.parameter.stackwhen=Determines the page width at which side by side items stack vertically. List all widths where items should stack. Valid values: "PHONE", "TABLET_PORTRAIT", "TABLET_LANDSCAPE", "DESKTOP_NARROW", "DESKTOP", "DESKTOP_WIDE", "NEVER" (default). Review [UX best practices](links.docs.systemrules.shared.responsive.doc) for responsive design. systemrules.sidebysideitem.description=Displays one item within a side by side layout. systemrules.sidebysideitem.parameter.item=The component to display inside the layout. systemrules.sidebysideitem.parameter.width=Determines the amount of space allocated to each of the items in the row. Valid values: "AUTO" (default), "MINIMIZE", "1X", "2X", "3X", "4X", "5X", "6X", "7X", "8X", "9X", and "10X". systemrules.sidebysideitem.parameter.showwhen=Determines whether the component/layout is displayed on the interface. When set to false, the component/layout is hidden and is not evaluated. Default: true. systemrules.unlockdocument.description=Unlocks a document. This function will only execute inside a saveInto or a Web API. systemrules.unlockdocument.parameter.document=The document to unlock. systemrules.unlockdocument.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.unlockdocument.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.updateusertype.description=Changes the type of a user. This function will only execute inside a saveInto or a Web API. systemrules.updateusertype.parameter.user=The user to change the type of. systemrules.updateusertype.parameter.newusertype=The new type for the user. Valid values: "ADMINISTRATOR" (default), "BASIC". systemrules.updateusertype.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.updateusertype.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.updateuserprofile.description=Updates a user's profile information. This function will only execute inside a saveInto or a Web API. See the [documentation](links.docs.function.updateUserProfile.description) for additional guidance. systemrules.updateuserprofile.parameter.user=The user whose profile will be updated. systemrules.updateuserprofile.parameter.overwriteallfields=Set to true to overwrite all fields with the specified values (or null when no value is specified). Set to false to only overwrite fields with specified value and keep the original values when no value is specified. Default: false. systemrules.updateuserprofile.parameter.firstname=The new first name of the user. systemrules.updateuserprofile.parameter.middlename=The new middle name of the user. systemrules.updateuserprofile.parameter.lastname=The new last name of the user. systemrules.updateuserprofile.parameter.nickname=The new nickname of the user. systemrules.updateuserprofile.parameter.supervisor=The new supervisor of the user. systemrules.updateuserprofile.parameter.title=The new title of the user. systemrules.updateuserprofile.parameter.email=The new email address of the user. systemrules.updateuserprofile.parameter.officephone=The new office phone number of the user. systemrules.updateuserprofile.parameter.mobilephone=The new mobile phone number of the user. systemrules.updateuserprofile.parameter.homephone=The new home phone number of the user. systemrules.updateuserprofile.parameter.address1=The new address of the user. systemrules.updateuserprofile.parameter.address2=The new address of the user. systemrules.updateuserprofile.parameter.address3=The new address of the user. systemrules.updateuserprofile.parameter.city=The new city of the user. systemrules.updateuserprofile.parameter.state=The new state of the user. systemrules.updateuserprofile.parameter.province=The new province of the user. systemrules.updateuserprofile.parameter.zipcode=The new ZIP code of the user. systemrules.updateuserprofile.parameter.country=The new country of the user. systemrules.updateuserprofile.parameter.locale=The new [locale code](links.docs.admin.locale.languageSettings) of the user, such as "en_US" or "de". If not provided, defaults to the primary locale. systemrules.updateuserprofile.parameter.timezone=The new time zone ID of the user, such as "America/New_York". If not provided, defaults to the primary time zone. systemrules.updateuserprofile.parameter.calendar=The new calendar of the user. If not provided, defaults to the primary calendar. Valid values: "gregorian", "Epoch A T1", "Epoch A T2", "Epoch B T1", "Epoch B T2", "Umm Al Qura". systemrules.updateuserprofile.parameter.customfield1=The new value of custom field 1 of the user. systemrules.updateuserprofile.parameter.customfield2=The new value of custom field 2 of the user. systemrules.updateuserprofile.parameter.customfield3=The new value of custom field 3 of the user. systemrules.updateuserprofile.parameter.customfield4=The new value of custom field 4 of the user. systemrules.updateuserprofile.parameter.customfield5=The new value of custom field 5 of the user. systemrules.updateuserprofile.parameter.customfield6=The new value of custom field 6 of the user. systemrules.updateuserprofile.parameter.customfield7=The new value of custom field 7 of the user. systemrules.updateuserprofile.parameter.customfield8=The new value of custom field 8 of the user. systemrules.updateuserprofile.parameter.customfield9=The new value of custom field 9 of the user. systemrules.updateuserprofile.parameter.customfield10=The new value of custom field 10 of the user. systemrules.updateuserprofile.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.updateuserprofile.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.updateuserprofile_22r1.description=This is an older version of the a!updateUserProfile function. You can continue to use this version of the function by calling: a!updateUserProfile_22r1. The new version of a!updateUserProfile has new functionality which allows setting additional fields, such as locale and timezone. systemrules.updateuserprofile_22r1.parameter.user=The user whose profile will be updated. systemrules.updateuserprofile_22r1.parameter.overwriteallfields=Set to True to overwrite all fields with specified values or null if no value is specified. systemrules.updateuserprofile_22r1.parameter.firstname=The new first name of the user. systemrules.updateuserprofile_22r1.parameter.middlename=The new middle name of the user. systemrules.updateuserprofile_22r1.parameter.lastname=The new last name of the user. systemrules.updateuserprofile_22r1.parameter.email=The new email address of the user. systemrules.updateuserprofile_22r1.parameter.officephone=The new office phone number of the user. systemrules.updateuserprofile_22r1.parameter.mobilephone=The new mobile phone number of the user. systemrules.updateuserprofile_22r1.parameter.homephone=The new home phone number of the user. systemrules.updateuserprofile_22r1.parameter.address1=The new address of the user. systemrules.updateuserprofile_22r1.parameter.address2=The new address of the user. systemrules.updateuserprofile_22r1.parameter.address3=The new address of the user. systemrules.updateuserprofile_22r1.parameter.city=The new city of the user. systemrules.updateuserprofile_22r1.parameter.state=The new state of the user. systemrules.updateuserprofile_22r1.parameter.zipcode=The new zip code of the user. systemrules.updateuserprofile_22r1.parameter.country=The new country of the user. systemrules.updateuserprofile_22r1.parameter.supervisor=The new supervisor of the user. systemrules.updateuserprofile_22r1.parameter.title=The new title of the user. systemrules.updateuserprofile_22r1.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.updateuserprofile_22r1.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.userrecordlink.description=Defines a link to a user record. User record links must be used in a link parameter of another component, such as the links parameter in the link component. systemrules.userrecordlink.parameter.label=Link text that users click to open the link. systemrules.userrecordlink.parameter.user=The User whose record will be linked. systemrules.userrecordlink.parameter.view=The URL stub for the record view that the link will open. Default is "summary". Go to the record type and click Views to find the URL stub for each record view. systemrules.userrecordlink.parameter.openlinkin=Determines how the record link should open, either in the same tab or a new tab. Valid values: "SAME_TAB" (default) or "NEW_TAB". This parameter only applies to web browsers. systemrules.userrecordlink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.userrecordlink.parameter.targetlocation=Determines where the record view should open, which can be either the page the user is on or a specific site page. To reference a site page, use the following structure: site![site name].pages.[page web address identifier]. Valid values: "SAME_PAGE" (default) or a reference to a site page. systemrules.recordnewsfield.description=Creates a Record News Field component. systemrules.recordnewsfield.parameter.label=Text to display as the field label. systemrules.recordnewsfield.parameter.instructions=Supplemental text about this field. systemrules.recordnewsfield.parameter.recordtype=Record type of the record. systemrules.recordnewsfield.parameter.identifier=Unique identifier for the record, either the primary key (entity-backed), the process ID (process-backed), or the ID in the DataSubset's "identifiers" field (service-backed). systemrules.removegroupadmins.description=Removes administrators from a group. This function will only execute inside a saveInto or a Web API. systemrules.removegroupadmins.parameter.administratorstoremove=The users that will be removed as administrators. systemrules.removegroupadmins.parameter.group=The selected users will be removed as administrators of this group. systemrules.removegroupadmins.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.removegroupadmins.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.safelink.description=Defines a link to a web page. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.safelink.parameter.label=Text associated with this link. systemrules.safelink.parameter.uri=URI destination of this link. systemrules.safelink.parameter.openlinkin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB", "NEW_TAB" (default). systemrules.safelink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.sectionlayout_17r1.description=This is an older version of the a!sectionLayout function. You can continue to use this version of the function by its new name: a!sectionLayout_17r1. The new version of a!sectionLayout has new functionality. Displays one or two columns of related components beneath a section title on an interface. systemrules.sectionlayout_17r1.parameter.label=Text to display as the section's title. systemrules.sectionlayout_17r1.parameter.iscollapsible=Determines if an expand/collapse control appears in the section label. Default is false. systemrules.sectionlayout_17r1.parameter.firstcolumncontents=Array of components to display in the section's first column. systemrules.sectionlayout_17r1.parameter.secondcolumncontents=Array of components to display in the section's second column. systemrules.sectionlayout_17r1.parameter.validations=Validation errors to display above the section. systemrules.sectionlayout_17r1.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.sectionlayout_17r1.parameter.isinitiallycollapsed=Determines if the section is collapsed when the interface first loads. Default is false. systemrules.sectionlayout_17r1.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.sectionlayout.description=Displays any arrangement of layouts and components beneath a section title on an interface. See [documentation](links.docs.systemrules.sectionlayout.doc) for more details. systemrules.sectionlayout.parameter.label=Text to display as the section's title. systemrules.sectionlayout.parameter.iscollapsible=Determines if an expand/collapse control appears in the section label. Default is false. systemrules.sectionlayout.parameter.contents=Components and layouts to display in the section body. systemrules.sectionlayout.parameter.validations=Validation errors to display above the section. systemrules.sectionlayout.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.sectionlayout.parameter.isinitiallycollapsed=Determines if the section is collapsed when the interface first loads. Default is false. systemrules.sectionlayout.parameter.showwhen=Determines whether the layout is displayed on the interface. When set to false, the layout is hidden and is not evaluated. Default: true. systemrules.sectionlayout.parameter.divider=Determines where a divider appears within the section. Valid values: "NONE" (default), "ABOVE", "BELOW". systemrules.sectionlayout.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.sectionlayout.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.sectionlayout.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.sectionlayout.parameter.labelicon=Icon to display next to the label. See the [documentation](links.docs.systemrules.richTextIcon.parameter.icon.doc) for available icons. systemrules.sectionlayout.parameter.iconalttext=Equivalent alternate text for use by screen readers. systemrules.sectionlayout.parameter.labelsize=Determines the label size. Valid values: "LARGE_PLUS", "LARGE", "MEDIUM_PLUS", "MEDIUM" (default), "SMALL", "EXTRA_SMALL". systemrules.sectionlayout.parameter.labelheadingtag=Determines the heading tag associated with the label for use by screen readers; produces no visible change. Valid values: "H1", "H2", "H3", "H4", "H5", "H6". The default is dependent on the chosen label size. See [documentation](links.docs.systemrules.shared.accessibility.header) for more details to associate the proper heading tag with the section label to follow accessibility standards. systemrules.sectionlayout.parameter.labelcolor=Determines the label color. Valid values: Any valid hex color or "ACCENT" (default), "STANDARD", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.sectionlayout.parameter.dividercolor=Determines the divider line color. Valid values: Any valid hex color or "SECONDARY" (default), "STANDARD", "ACCENT". systemrules.sectionlayout.parameter.dividerweight=Determines the divider line thickness. Valid values: "THIN" (default), "MEDIUM", "THICK". systemrules.sectionlayoutcolumns.description=This function has been deprecated. Use a!sectionLayout instead. See the documentation for a!sectionLayout to learn about this function. Displays one or two columns of related components beneath a section title on an interface. Use this when you are defining columns using a rule that is may be used in other layouts or if you are displaying empty columns. systemrules.sectionlayoutcolumns.parameter.label=Text to display as the section's title. systemrules.sectionlayoutcolumns.parameter.columns=Array of columns to display in the section, created with a!columnLayout(). systemrules.sectionlayoutcolumns.parameter.validations=Validation errors to display above the section. systemrules.sectionlayoutcolumns.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.setgroupattributes.description=Sets attributes on a group. This function will only execute inside a saveInto or a Web API. systemrules.setgroupattributes.parameter.group=The group whose attributes will be set. systemrules.setgroupattributes.parameter.attributes=The attributes to set on the group. systemrules.setgroupattributes.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.setgroupattributes.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.sortinfo.description=Creates a Sort Info configuration for use with read-only grids, charts, card choice field, a!pagingInfo(), and a!dataSubset(). systemrules.sortinfo.parameter.field=The name of the field used to sort by. When sorting record data, use the recordType! domain to reference a record field or related record field. For example, recordType!Case.fields.caseName. When sorting on aggregate data, the field parameter can also accept the alias. systemrules.sortinfo.parameter.ascending=Determines what order the data is sorted in. Sorted in ascending order when the value is true and descending order when the value is false. Default: false. systemrules.startprocess.description=Asynchronously starts a process using the provided parameters. This function will only execute inside a saveInto or a Web API. See the [documentation](links.docs.systemrules.startProcess.doc.guidance) for guidance about when to use different methods of starting a process from an interface. systemrules.startprocess.parameter.processmodel=The process model to start asynchronously. systemrules.startprocess.parameter.processparameters=A dictionary containing the parameters for the process and their values. systemrules.startprocess.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). When configuring this input, the fv!processInfo function variable ([ProcessInfo](links.docs.domains.type.processInfo)) is available to specify process properties of the process that was started (such as fv!processInfo.pp.id), properties of the process model (such as fv!processInfo.pm.name), and the values of process variables (such as fv!processInfo.pv.employeeId) once all initial activity-chaining is complete. For more information, see [Function Variables](links.docs.expressions.functionVariables). systemrules.startprocess.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.startprocesslink.description=Defines a link to start a process. Users are shown the start form or first chained attended node and any subsequent chained forms. After submitting the last form, the chain completes, the user returns to the original interface, and that interface reloads. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. See the [documentation](links.docs.systemrules.startProcess.doc.guidance) for guidance about when to use different methods of starting a process from an interface. systemrules.startprocesslink.parameter.label=Text associated with this link. systemrules.startprocesslink.parameter.processmodel=The process model to start. systemrules.startprocesslink.parameter.processparameters=A dictionary containing the parameters for the process model and their values. systemrules.startprocesslink.parameter.bannermessage=The text shown in the banner when a process starts successfully after completing any initial forms. When not provided, no banner is displayed. systemrules.startprocesslink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.startruletestsall.description=Executes all test cases configured for expression rules in the Appian system. systemrules.startruletestsall.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.startruletestsall.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The test-run ID of the executed test run is available in the function variable fv!testRunId. This can be used to query information about the test-run with a!testRunStatusForId() and a!testRunResultForId(). systemrules.startruletestsapplications.description=Executes all test cases configured for expression rules in the specified Appian application(s). systemrules.startruletestsapplications.parameter.applications=The applications containing expression rules, whose test cases will be executed. systemrules.startruletestsapplications.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.startruletestsapplications.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The test-run ID of the executed test run is available in the function variable fv!testRunId. This can be used to query information about the test-run with a!testRunStatusForId() and a!testRunResultForId(). systemrules.storedprocedureinput.description=Creates an input to be passed to the a!executeStoredProcedureOnSave or a!executeStoredProcedureForQuery functions. See the [documentation](links.docs.systemrules.executestoredprocedure.smart-service.doc) for guidance about how to execute stored procedures from Appian. systemrules.storedprocedureinput.parameter.name=Name of the input to the stored procedure. systemrules.storedprocedureinput.parameter.value=Value of the input to be passed to the stored procedure. systemrules.executestoredprocedureforquery.description=Executes a stored procedure in a database. Since this function could run more than once, do not use it with stored procedures that modify data to avoid unintentional changes. See the [documentation](links.docs.systemrules.executestoredprocedure.function.doc) for guidance on how to safely execute stored procedures from Appian. systemrules.executestoredprocedureforquery.parameter.datasource=The data source that contains the stored procedure. The value depends on how your data source is connected. For data source connected systems, enter a constant which points to the connected system. For data sources connected in the Administration Console, enter the name of the data source or a Text constant that stores the name. systemrules.executestoredprocedureforquery.parameter.procedurename=Name of the stored procedure. Stored procedure names in Oracle, Db2, and PostgreSQL databases are case-sensitive. systemrules.executestoredprocedureforquery.parameter.inputs=A list of names and values of the IN and INOUT parameters to the stored procedure created using a!storedProcedureInput(). An input must be provided for every IN and INOUT parameter. Stored procedure parameter names in Oracle, Db2, and PostgreSQL databases are case-sensitive. systemrules.executestoredprocedureforquery.parameter.timeout=The amount of time (in seconds) until the stored procedure execution is cancelled. Default: 30 seconds. systemrules.executestoredprocedureforquery.parameter.autocommit=Determines whether the database will automatically issue a "COMMIT" operation after every SQL operation. systemrules.executestoredprocedureonsave.description=Executes a stored procedure in a database. This function will only execute inside a saveInto or a Web API. See the [documentation](links.docs.systemrules.executestoredprocedure.smart-service.doc) for more information on how to execute stored procedures from Appian. systemrules.executestoredprocedureonsave.parameter.datasource=The data source that contains the stored procedure. The value depends on how your data source is connected. For data source connected systems, enter a constant which points to the connected system. For data sources connected in the Administration Console, enter the name of the data source or a Text constant that stores the name. systemrules.executestoredprocedureonsave.parameter.procedurename=Name of the stored procedure. Stored procedure names in Oracle, Db2, and PostgreSQL databases are case-sensitive. systemrules.executestoredprocedureonsave.parameter.inputs=A list of names and values of the IN and INOUT parameters to the stored procedure created using a!storedProcedureInput(). An input must be provided for every IN and INOUT parameter. Stored procedure parameter names in Oracle, Db2, and PostgreSQL databases are case-sensitive. systemrules.executestoredprocedureonsave.parameter.timeout=The amount of time (in seconds) until the stored procedure execution is cancelled. Default: 30 seconds. systemrules.executestoredprocedureonsave.parameter.onsuccess=A list of saves or an HTTP response to execute after the function executes successfully. Created with a!save() or a!httpResponse(). The result sets and parameters are available in the function variables fv!resultSets and fv!parameters, respectively. systemrules.executestoredprocedureonsave.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). The error message is available in the function variable fv!errorMessage. systemrules.getdatasourceforplugin.description=Looks up a Data Source Connected System referenced by a constant and returns it to be passed to the plug-in. systemrules.getdatasourceforplugin.parameter.datasourceconnectedsystem=Constant referencing the Data Source Connected System. systemrules.submitlink.description=Defines a link to trigger form submission. Links can be used in charts, grid columns, images, link fields, milestones, pickers, and rich text. systemrules.submitlink.parameter.label=Text associated with this link. systemrules.submitlink.parameter.confirmheader=Text to display at the top of the confirmation dialog. systemrules.submitlink.parameter.confirmmessage=Text to display in a confirmation dialog box. systemrules.submitlink.parameter.confirmbuttonlabel=Text to display on the confirmation button. systemrules.submitlink.parameter.confirmbuttonstyle=Determines the intent of the button. Valid values: "PRIMARY", "DESTRUCTIVE". systemrules.submitlink.parameter.cancelbuttonlabel=Text to display on the cancel button. systemrules.submitlink.parameter.value=Value to be saved when the link is clicked. systemrules.submitlink.parameter.saveinto=One or more variables that are updated with the link value when the user clicks it. Use a!save() to save a modified or alternative value to a variable. systemrules.submitlink.parameter.skipvalidation=Determines if validation is skipped. Default: false. systemrules.submitlink.parameter.validationgroup=Components in the same validation group are validated when the link is used and "validate" is true. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.submitlink.parameter.showwhen=Determines whether the link is displayed in the component. When set to false, the link is hidden and is not evaluated. Default: true. systemrules.testrunresultforid.description=Provided a test-run ID, this function returns a TestRunResult data type containing the results of a rule test-run. systemrules.testrunresultforid.parameter.testrunid=The test-run ID of the test-run you want to check on. systemrules.testrunstatusforid.description=Provided a test-run ID, this function queries for the status of a rule test-run. systemrules.testrunstatusforid.parameter.testrunid=The test-run ID of the test-run you want to check on. systemrules.textfield.description=Displays and allows entry of a single line of text. See [documentation](links.docs.systemrules.textfield.doc) for more details. systemrules.textfield.parameter.label=Text to display as the field label. systemrules.textfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.textfield.parameter.instructions=Supplemental text about this field. systemrules.textfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.textfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.textfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.textfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.textfield.parameter.align=Determines alignment of the text value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.textfield.parameter.value=Text to display in the text field. systemrules.textfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.textfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.textfield.parameter.saveinto=One or more variables that are updated with the text when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.textfield.parameter.refreshafter=Determines when the saveInto expression is evaluated. Valid values: "UNFOCUS" (default), "KEYPRESS". systemrules.textfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.textfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.textfield.parameter.masked=Determines if the value is obscured from view. Default: false. systemrules.textfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.textfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.textfield.parameter.inputpurpose=Indicates the intent of input for accessibility improvements, like autocomplete, used by browsers and assistive technologies. Valid values are "NAME", "EMAIL", "PHONE_NUMBER", "STREET_ADDRESS", "POSTAL_CODE", "CREDIT_CARD_NUMBER", and "OFF". systemrules.textfield.parameter.characterlimit=Determines the maximum number of characters. Depending on the language, some characters may count as more than one. systemrules.textfield.parameter.showcharactercount=Determines if the character count displays on the text field. Only applicable if the character limit is set. Default: true. systemrules.timedisplayfield.description=Displays a single time (hour, minute, second) but cannot take input. systemrules.timedisplayfield.parameter.label=Text to display as the field label. systemrules.timedisplayfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.timedisplayfield.parameter.instructions=Supplemental text about this field. systemrules.timedisplayfield.parameter.value=The time to display. systemrules.timedisplayfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.timedisplayfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.timedisplayfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.togglewidget.description=Displays a series of buttons similar to an old style tape deck with only one active at a time. systemrules.togglewidget.parameter.choicelabels=A list of text which will be used as labels for each button. systemrules.togglewidget.parameter.choiceiconidentifiers=A list of FontAwesome icon identifiers. systemrules.togglewidget.parameter.choicetooltips=A list of text that will appear as tooltips for each button. systemrules.togglewidget.parameter.choicevalues=The value for each individual button when selected. systemrules.togglewidget.parameter.value=The value for the selected button. systemrules.togglewidget.parameter.saveinto=One or more variables that are updated with the text when the user selects a button. systemrules.tojson.description=Converts a value into a JSON string. systemrules.tojson.parameter.value=The value to convert into a JSON string. systemrules.tojson.parameter.removenulloremptyfields=Determines whether fields with values that are null, empty strings, or empty arrays are removed from the JSON output. Default: false. systemrules.tojson_17r1.description=NOTE: This is an old version of the a!toJson() function. Take advantage of improvements in the new version by switching to a!toJson(). | a!toJson_17r1() converts a value into a JSON string. systemrules.tojson_17r1.parameter.value=The value to convert into a JSON string. systemrules.torecordidentifier.description=Creates Record Identifiers for use with Post Event smart services. systemrules.torecordidentifier.parameter.recordtype=Record type of the created record identifiers. systemrules.torecordidentifier.parameter.identifier=Array of identifiers, either the primary key (entity-backed), the process ID (process-backed), or the ID in the DataSubset's "identifiers" field (service-backed). systemrules.userrecordidentifier.description=Creates Record Identifiers for User records for use with Post Event smart services. systemrules.userrecordidentifier.parameter.users=The list of Users for whom record identifiers are to be created. systemrules.validationmessage.description=Defines a validation message for form, section, and editable grid components. systemrules.validationmessage.parameter.message=The validation message to display. systemrules.validationmessage.parameter.validateafter=Determines when the validation message is displayed. Valid values: "REFRESH" (default), "SUBMIT". systemrules.validationmessage.parameter.showwhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.webimage.description=Displays an image from the web for use in an image field, rich text, hierarchy tree browser, billboard, or image column in a grid. systemrules.webimage.parameter.source=Location of the image. systemrules.webimage.parameter.alttext=Equivalent alternate text used when accessibility issues prevent the image from displaying. systemrules.webimage.parameter.caption=Text to display in mouseovers and slideshows. systemrules.webimage.parameter.link=Link that determines the behavior of an image when clicked. Create links with a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!safeLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), or a!authorizationLink(). systemrules.webimage.parameter.showwhen=Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true. systemrules.writetodatastoreentity.description=Creates or updates data in a data store entity. This function will only execute inside a saveInto or a Web API. systemrules.writetodatastoreentity.parameter.datastoreentity=The data store entity where you want to save your data. systemrules.writetodatastoreentity.parameter.valuetostore=The data value to create or update. systemrules.writetodatastoreentity.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The stored values are available in the function variable fv!storedValues. systemrules.writetodatastoreentity.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.submituploadedfiles.description=To upload files outside of a start form or task, use this function in the saveInto parameter of a submit button or link. This function submits the files uploaded to any file upload or signature components in the interface to their target folder. systemrules.submituploadedfiles.parameter.onsuccess=A list of saves to execute after the uploaded files are submitted successfully. systemrules.submituploadedfiles.parameter.onerror=A list of saves to execute after the uploaded files are not submitted successfully. Use fv!error to access the returned error code. See the [documentation](links.docs.systemrules.submituploadedfiles.doc) for possible error codes. systemrules.submituploadedfiles.parameter.documents=Use this optional parameter when you have multiple file upload or signature components on an interface and each one submits with a different button or link. This parameter accepts a list of documents to submit when the user clicks the button or link. Documents that have already been submitted or cannot be found will be ignored. If this parameter isn't used, all uploaded files will be submitted. systemrules.writetomultipledatastoreentities.description=Creates or updates data in multiple data store entities in a single database transaction. This function will only execute inside a saveInto or a Web API. systemrules.writetomultipledatastoreentities.parameter.valuestostore=A list of the target entity and data values to store in the target entity, created with a!entityData(). systemrules.writetomultipledatastoreentities.parameter.onsuccess=A list of saves or an HTTP response to execute when the smart service executed successfully. Created with a!save() or a!httpResponse(). The stored values are available in the function variable fv!storedValues. systemrules.writetomultipledatastoreentities.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.wsconfig.description=Creates a web service configuration for use with webservicequery(). systemrules.wsconfig.parameter.wsdlurl=The URL of the WSDL for the web service. systemrules.wsconfig.parameter.service=Service name to invoke, as defined in the WSDL's element. systemrules.wsconfig.parameter.port=The port name within the given service to invoke, as defined in the element. systemrules.wsconfig.parameter.operation=The operation on the web service to invoke, as defined in the element. systemrules.wsconfig.parameter.wsdlcredentials=Credentials with which to access the web service's WSDL, created with a!wsHttpCredentials(). systemrules.wsconfig.parameter.endpointcredentials=Credentials with which to invoke the web service, created with a!wsHttpCredentials(). systemrules.wsconfig.parameter.extensions=Array of HTTP headers to pass to the web service, created with a!wsHttpHeaderField(), or WS-Security Username Tokens, created with a!wsUsernameToken() or a!wsUsernameTokenScs(). systemrules.wshttpcredentials.description=Creates authentication credentials for use with a!wsConfig(). systemrules.wshttpcredentials.parameter.username=The username used to authenticate. systemrules.wshttpcredentials.parameter.password=The password used to authenticate. systemrules.wshttpcredentials.parameter.domain=The domain against which to authenticate, if required by the authentication scheme. systemrules.wshttpheaderfield.description=Creates an HTTP header for use with a!wsConfig(). systemrules.wshttpheaderfield.parameter.name=The name of the header. systemrules.wshttpheaderfield.parameter.value=The value of the header. systemrules.wsusernametoken.description=Creates a WS-Security Username Token for use with a!wsConfig(). systemrules.wsusernametoken.parameter.username=The username used to authenticate. systemrules.wsusernametoken.parameter.password=The password used to authenticate. systemrules.wsusernametokenscs.description=Retrieves a WS-Security Username Token retrieved from the Secure Credential Store for use with a!wsConfig(). systemrules.wsusernametokenscs.parameter.systemkey=The key of the corresponding Secure Credential Store external system. systemrules.wsusernametokenscs.parameter.useperuser=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.httpformpart.description=Creates an HTTP form part which can be passed in an integration's multipart request body. systemrules.httpformpart.parameter.name=The form part name. systemrules.httpformpart.parameter.contenttype=The form part content type. This field can be set to "auto-detect" to automatically detect the content type of a document value. systemrules.httpformpart.parameter.value=The form part value. If the value is a document, it can be streamed by setting the contentType to "auto-detect". systemrules.httpheader.description=Creates an HTTP header object which can be passed to an HTTP function. systemrules.httpheader.parameter.name=The header name. systemrules.httpheader.parameter.value=The header value. Either Text or a!scsField(). systemrules.httpqueryparameter.description=Creates an HTTP query parameter object which can be passed to an HTTP function. systemrules.httpqueryparameter.parameter.name=The query parameter name. systemrules.httpqueryparameter.parameter.value=The value of the query parameter. Either Text or a!scsField(). systemrules.scsfield.description=Creates an object which contains the information required to access data in the Secure Credentials Store. systemrules.scsfield.parameter.externalsystemkey=The key of the corresponding external system in the Third Party Credentials admin console page. systemrules.scsfield.parameter.fieldkey=The key for the field which stores the requested data. systemrules.scsfield.parameter.useperuser=If true, the current user's credentials for the third party system will be used. If false, the system-wide credentials for the third party system will be used. Default: false. systemrules.httpauthenticationbasic.description=Creates an object that contains the information required to perform HTTP Basic authentication. systemrules.httpauthenticationbasic.parameter.username=The username to use during the authentication. Created with a!scsField(). systemrules.httpauthenticationbasic.parameter.password=The password to use during the authentication. Created with a!scsField(). systemrules.httpauthenticationbasic.parameter.preemptive=Determines whether or not authentication credentials are sent only after a 401 Not Authorized response or, when true, before the system has challenged. Default: false. systemrules.fromjson_19r2.description=Converts a JSON string into an Appian value. systemrules.fromjson_19r2.parameter.jsontext=The text to convert from a JSON string to an Appian value. systemrules.fromjson.description=Converts a JSON string into an Appian value. systemrules.fromjson.parameter.jsontext=The text to convert from a JSON string to an Appian value. systemrules.sfcdelete.description=[Deprecated - use the Salesforce Connected System instead] Deletes objects from Salesforce. This function returns a writer and must be used with the bind() function. systemrules.sfcdelete.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcdelete.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcdelete.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcdelete.parameter.ids=The ids of the objects to delete. systemrules.sfcdescribeglobal.description=[Deprecated - use the Salesforce Connected System instead] Lists all of the objects available from the Salesforce instance. systemrules.sfcdescribeglobal.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcdescribeglobal.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcdescribeglobal.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcdescribesobjects.description=[Deprecated - use the Salesforce Connected System instead] Lists all of the attributes and their types of the given objects. systemrules.sfcdescribesobjects.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcdescribesobjects.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcdescribesobjects.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcdescribesobjects.parameter.sobjectnames=The names of the objects to describe. systemrules.sfcinsert.description=[Deprecated - use the Salesforce Connected System instead] Inserts new objects into Salesforce. This function returns a writer and must be used with the bind() function. systemrules.sfcinsert.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcinsert.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcinsert.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcinsert.parameter.parameters=The data to insert, given as a dictionary with the same field structure as the sObject to insert. systemrules.sfcinsert.parameter.sendtimewithdatetime=If false, the time component of datetimes sent to Salesforce will be lost, resulting in a time of 00:00:00 being written. If true, the full datetime will be preserved. This field defaults to false to preserve backwards compatibility but should be set to true for new uses of the function. systemrules.sfcquery.description=[Deprecated - use the Salesforce Connected System instead] Runs a SOQL query against Salesforce. systemrules.sfcquery.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcquery.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcquery.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcquery.parameter.query=The SOQL query to send to Salesforce. systemrules.sfcsearch.description=[Deprecated - use the Salesforce Connected System instead] Runs a SOSL query against Salesforce. systemrules.sfcsearch.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcsearch.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcsearch.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcsearch.parameter.query=The SOSL query to send to Salesforce. systemrules.sfcupdate.description=[Deprecated - use the Salesforce Connected System instead] Updates existing objects in Salesforce. This function returns a writer and must be used with the bind() function. systemrules.sfcupdate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sfcupdate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sfcupdate.parameter.endpoint=The Salesforce endpoint URL to use for authentication. systemrules.sfcupdate.parameter.parameters=The data to update, given as a dictionary with the fields and corresponding values of the sObject to update. systemrules.sfcupdate.parameter.sendtimewithdatetime=If false, the time component of datetimes sent to Salesforce will be lost, resulting in a time of 00:00:00 being written. If true, the full datetime will be preserved. This field defaults to false to preserve backwards compatibility but should be set to true for new uses of the function. systemrules.shpcopydocumenttoappian.description=[Deprecated - use the SharePoint Connected System instead] Copies a document from SharePoint to an Appian folder. This function returns a writer and must be used with the bind() function. systemrules.shpcopydocumenttoappian.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.shpcopydocumenttoappian.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.shpcopydocumenttoappian.parameter.hostname=The hostaname of the SharePoint server. systemrules.shpcopydocumenttoappian.parameter.port=The port the SharePoint server is listening on. systemrules.shpcopydocumenttoappian.parameter.path=The path portion of the REST API URL that represents the document to copy from SharePoint. systemrules.shpcopydocumenttoappian.parameter.timeout=The amount of time to wait for a response from SharePoint, in milliseconds. systemrules.shpcopydocumenttoappian.parameter.retries=The number of times to retry a request after receiving a timeout. systemrules.shpcopydocumenttoappian.parameter.appianfolder=The Appian folder to which the document from SharePoint will be copied. systemrules.shpcopydocumenttoappian.parameter.appiandocumentname=The name that will be given to the Appian document that is created. systemrules.shpcopydocumentfromappian.description=[Deprecated - use the SharePoint Connected System instead] Copies a document from Appian to SharePoint. This function returns a writer and must be used with the bind() function. systemrules.shpcopydocumentfromappian.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.shpcopydocumentfromappian.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.shpcopydocumentfromappian.parameter.hostname=The hostaname of the SharePoint server. systemrules.shpcopydocumentfromappian.parameter.port=The port the SharePoint server is listening on. systemrules.shpcopydocumentfromappian.parameter.path=The path portion of the REST API URL that represents the location in SharePoint to which the document will be copied. systemrules.shpcopydocumentfromappian.parameter.timeout=The amount of time to wait for a response from SharePoint, in milliseconds. systemrules.shpcopydocumentfromappian.parameter.retries=The number of times to retry a request after receiving a timeout. systemrules.shpcopydocumentfromappian.parameter.appiandocument=The Appian document to copy to SharePoint. systemrules.shpcopydocumentfromappian.parameter.subsitepath=(Optional) The path portion of the REST API URL that represents the SharePoint subsite. It must start with a forward slash (/). Leave blank if accessing the base site. systemrules.shpinvoke.description=[Deprecated - use the SharePoint Connected System instead] Invokes a SharePoint REST API endpoint. This function should be used for reads only. Use a!shpInvokeWriter() to write to SharePoint. systemrules.shpinvoke.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.shpinvoke.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.shpinvoke.parameter.hostname=The hostaname of the SharePoint server. systemrules.shpinvoke.parameter.port=The port the SharePoint server is listening on. systemrules.shpinvoke.parameter.path=The path portion of the REST API URL to invoke. systemrules.shpinvoke.parameter.httpmethod=The HTTP method to use when invoking the REST API. Valid values: "GET". Use a!shpInvokeWriter() for calls that use the "POST", "PUT", "DELETE", "MERGE" methods. systemrules.shpinvoke.parameter.timeout=The amount of time to wait for a response from SharePoint, in milliseconds. systemrules.shpinvoke.parameter.retries=The number of times to retry a request after receiving a timeout. systemrules.shpinvoke.parameter.parameters=The data to use in the body of the request, given as a dictionary. systemrules.shpinvoke.parameter.subsitepath=(Optional) The path portion of the REST API URL that represents the SharePoint subsite. It must start with a forward slash (/). Leave blank if accessing the base site. systemrules.shpinvokewriter.description=[Deprecated - use the SharePoint Connected System instead] Invokes a SharePoint REST API endpoint. This function returns a writer and must be used with the bind() function. systemrules.shpinvokewriter.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.shpinvokewriter.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.shpinvokewriter.parameter.hostname=The hostaname of the SharePoint server. systemrules.shpinvokewriter.parameter.port=The port the SharePoint server is listening on. systemrules.shpinvokewriter.parameter.path=The path portion of the REST API URL to invoke. systemrules.shpinvokewriter.parameter.httpmethod=The HTTP method to use when invoking the REST API. Valid values: "GET", "POST", "PUT", "DELETE", "MERGE". systemrules.shpinvokewriter.parameter.timeout=The amount of time to wait for a response from SharePoint, in milliseconds. systemrules.shpinvokewriter.parameter.retries=The number of times to retry a request after receiving a timeout. systemrules.shpinvokewriter.parameter.parameters=The data to use in the body of the request, given as a dictionary. systemrules.shpinvokewriter.parameter.subsitepath=(Optional) The path portion of the REST API URL that represents the SharePoint subsite. It must start with a forward slash (/). Leave blank if accessing the base site. systemrules.sapinvokewithcommit.description=[Deprecated - use an HTTP Connected System instead] The a!sapInvokeWithCommit function invokes the given BAPI for the purpose of writing data. This function will only execute inside a saveInto or a Web API. systemrules.sapinvokewithcommit.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sapinvokewithcommit.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sapinvokewithcommit.parameter.hostname=The hostname of the SAP server. systemrules.sapinvokewithcommit.parameter.clientnumber=The SAP client number used to access the system. systemrules.sapinvokewithcommit.parameter.systemnumber=The system number of the SAP application server. systemrules.sapinvokewithcommit.parameter.bapi=The name of the SAP BAPI to for which the parameters will be listed. systemrules.sapinvokewithcommit.parameter.importparameters=The import parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvokewithcommit.parameter.tableparameters=The table parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvokewithcommit.parameter.connectionproperties=The connection properties to use when creating the connection to the SAP instance, given as a dictionary. The dictionary fields are the camel-cased names of the properties with '.'s removed, and the values are the properties values to use. systemrules.sapinvokewithcommit.parameter.committransaction=Flag indicating if a commit transaction should be automatically executed at the end. systemrules.sapinvokewithcommit.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). Result details are available in the function variable fv!result. systemrules.sapinvokewithcommit.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Error details are available in the function variables fv!errorTitle and fv!errorMessage. systemrules.sapbapiparameters.description=[Deprecated - use an HTTP Connected System instead] Lists the parameters required to call the given SAP BAPI. systemrules.sapbapiparameters.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sapbapiparameters.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sapbapiparameters.parameter.hostname=The hostname of the SAP server. systemrules.sapbapiparameters.parameter.clientnumber=The SAP client number used to access the system. systemrules.sapbapiparameters.parameter.systemnumber=The system number of the SAP application server. systemrules.sapbapiparameters.parameter.bapi=The name of the SAP BAPI to for which the parameters will be listed. systemrules.sapbapiparameters.parameter.connectionproperties=The connection properties to use when creating the connection to the SAP instance, given as a dictionary. The dictionary fields are the camel-cased names of the properties with '.'s removed, and the values are the properties values to use. systemrules.sapinvoke.description=[Deprecated - use an HTTP Connected System instead] Invokes an SAP BAPI function. This function should be used for reads only. Use a!sapInvokeWithCommit to write to SAP. systemrules.sapinvoke.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sapinvoke.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sapinvoke.parameter.hostname=The hostname of the SAP server. systemrules.sapinvoke.parameter.clientnumber=The SAP client number used to access the system. systemrules.sapinvoke.parameter.systemnumber=The system number of the SAP application server. systemrules.sapinvoke.parameter.bapi=The name of the SAP BAPI function to invoke. systemrules.sapinvoke.parameter.importparameters=The import parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvoke.parameter.tableparameters=The table parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvoke.parameter.connectionproperties=The connection properties to use when creating the connection to the SAP instance, given as a dictionary. The dictionary fields are the camel-cased names of the properties with '.'s removed, and the values are the properties values to use. systemrules.sapinvokewriter.description=[Deprecated - use a!sapInvokeWithCommit instead] Invokes an SAP BAPI function. This function returns a writer and must be used with the bind() function. systemrules.sapinvokewriter.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sapinvokewriter.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sapinvokewriter.parameter.hostname=The hostname of the SAP server. systemrules.sapinvokewriter.parameter.clientnumber=The SAP client number used to access the system. systemrules.sapinvokewriter.parameter.systemnumber=The system number of the SAP application server. systemrules.sapinvokewriter.parameter.bapi=The name of the SAP BAPI function to invoke. systemrules.sapinvokewriter.parameter.importparameters=The import parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvokewriter.parameter.tableparameters=The table parameters to send to the BAPI function, given as a dictionary. systemrules.sapinvokewriter.parameter.connectionproperties=The connection properties to use when creating the connection to the SAP instance, given as a dictionary. The dictionary fields are the camel-cased names of the properties with '.'s removed, and the values are the properties values to use. systemrules.dynassociate.description=[Deprecated - use the Dynamics Connected System instead] Creates a relationship between two or more entities in Dynamics. This function returns a writer and must be used with the bind() function. systemrules.dynassociate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dynassociate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dynassociate.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dynassociate.parameter.parameters=The entities to associate, given as a dictionary with fields for EntityName, EntityId (GUID), Relationship, and RelatedEntities. systemrules.dyncreate.description=[Deprecated - use the Dynamics Connected System instead] Creates a new business entity in Dynamics. This function returns a writer and must be used with the bind() function. systemrules.dyncreate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dyncreate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dyncreate.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dyncreate.parameter.parameters=The entity to create, given as a dictionary with the same field structure as a Dynamics Entity. systemrules.dyndelete.description=[Deprecated - use the Dynamics Connected System instead] Delete a business entity from Dynamics. This function returns a writer and must be used with the bind() function. systemrules.dyndelete.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dyndelete.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dyndelete.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dyndelete.parameter.parameters=The entity to delete, given as a dictionary with fields for EntityName and Id (GUID). systemrules.dyndisassociate.description=[Deprecated - use the Dynamics Connected System instead] Removes a relationship between two or more entities in Dynamics. This function returns a writer and must be used with the bind() function. systemrules.dyndisassociate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dyndisassociate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dyndisassociate.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dyndisassociate.parameter.parameters=The entities to disassociate, given as a dictionary with fields for EntityName, EntityId (GUID), Relationship, and RelatedEntities. systemrules.dynretrievemultiple.description=[Deprecated - use the Dynamics Connected System instead] Retrieves a collection of business entities from Dynamics based on the given query parameters. systemrules.dynretrievemultiple.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dynretrievemultiple.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dynretrievemultiple.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dynretrievemultiple.parameter.parameters=The query, given as a dictionary with a field named FetchExpression that has a value in the Dynamics FetchXML format. systemrules.dynretrieve.description=[Deprecated - use the Dynamics Connected System instead] Retrieves a single business entity from Dynamics. systemrules.dynretrieve.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dynretrieve.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dynretrieve.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dynretrieve.parameter.parameters=The entity to retrieve, given as a dictionary with fields for EntityName, Id (GUID), and ColumnSet. systemrules.dynupdate.description=[Deprecated - use the Dynamics Connected System instead] Updates a business entity in Dynamics. This function returns a writer and must be used with the bind() function. systemrules.dynupdate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.dynupdate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.dynupdate.parameter.endpoint=The Dynamics organization endpoint URL. systemrules.dynupdate.parameter.parameters=The entity to update, given as a dictionary with the same field structure as a Dynamics Entity. systemrules.sbldelete.description=[Deprecated - use an HTTP Connected System instead] Deletes a record from Siebel. This function returns a writer and must be used with the bind() function. systemrules.sbldelete.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sbldelete.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sbldelete.parameter.hostname=The hostname of the Siebel server. systemrules.sbldelete.parameter.port=The port the Siebel server is listening on. systemrules.sbldelete.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sbldelete.parameter.appmanager=The active application manager of the target system. systemrules.sbldelete.parameter.language=The target system language. systemrules.sbldelete.parameter.parameters=The record to delete, given as a dictionary with the field structure of the Siebel Business Component and Business Object to delete. systemrules.sblquery.description=[Deprecated - use an HTTP Connected System instead] Retrieves records from Siebel. systemrules.sblquery.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sblquery.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sblquery.parameter.hostname=The hostname of the Siebel server. systemrules.sblquery.parameter.port=The port the Siebel server is listening on. systemrules.sblquery.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sblquery.parameter.appmanager=The active application manager of the target system. systemrules.sblquery.parameter.language=The target system language. systemrules.sblquery.parameter.parameters=The records to query, given as a dictionary with the field structure of the Siebel Business Component and Business Object. systemrules.sblquery.parameter.sort=The sort order to apply to the query, given as a dictionary with field names based on the fields of the Business Object. Valid values: "ASCENDING" or "DESCENDING". systemrules.sblinvoke.description=[Deprecated - use an HTTP Connected System instead] Invokes a method in the Siebel Business Service. This function should be used for reads only. Use a!sblInvokeWriter to write to Siebel. systemrules.sblinvoke.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sblinvoke.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sblinvoke.parameter.hostname=The hostname of the Siebel server. systemrules.sblinvoke.parameter.port=The port the Siebel server is listening on. systemrules.sblinvoke.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sblinvoke.parameter.appmanager=The active application manager of the target system. systemrules.sblinvoke.parameter.language=The target system language. systemrules.sblinvoke.parameter.businessservice=The name of the Siebel Business Service on which to invoke the method. systemrules.sblinvoke.parameter.method=The name of the method to invoke. systemrules.sblinvoke.parameter.parameters=The input parameters for the method, given as a dictionary. systemrules.sblinvokewriter.description=[Deprecated - use an HTTP Connected System instead] Invokes a method in the Siebel Business Service. This function returns a writer and must be used with the bind() function. systemrules.sblinvokewriter.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sblinvokewriter.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sblinvokewriter.parameter.hostname=The hostname of the Siebel server. systemrules.sblinvokewriter.parameter.port=The port the Siebel server is listening on. systemrules.sblinvokewriter.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sblinvokewriter.parameter.appmanager=The active application manager of the target system. systemrules.sblinvokewriter.parameter.language=The target system language. systemrules.sblinvokewriter.parameter.businessservice=The name of the Siebel Business Service on which to invoke the method. systemrules.sblinvokewriter.parameter.method=The name of the method to invoke. systemrules.sblinvokewriter.parameter.parameters=The input parameters for the method, given as a dictionary. systemrules.sblcreate.description=[Deprecated - use an HTTP Connected System instead] Creates a new record in Siebel. This function returns a writer and must be used with the bind() function. systemrules.sblcreate.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sblcreate.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sblcreate.parameter.hostname=The hostname of the Siebel server. systemrules.sblcreate.parameter.port=The port the Siebel server is listening on. systemrules.sblcreate.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sblcreate.parameter.appmanager=The active application manager of the target system. systemrules.sblcreate.parameter.language=The target system language. systemrules.sblcreate.parameter.parameters=The record to create, given as a dictionary with the field structure of the Siebel Business Component and Business Object to create. systemrules.sblcreate.parameter.fieldvalues=The field values of the new record to create, given as a dictionary with the field names based on the fields of the Business Object and values set to the desired new field values. systemrules.sblupdatefieldvalue.description=[Deprecated - use an HTTP Connected System instead] Set the field values of a record in Siebel. This function returns a writer and must be used with the bind() function. systemrules.sblupdatefieldvalue.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.sblupdatefieldvalue.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.sblupdatefieldvalue.parameter.hostname=The hostname of the Siebel server. systemrules.sblupdatefieldvalue.parameter.port=The port the Siebel server is listening on. systemrules.sblupdatefieldvalue.parameter.enterpriseapp=The enterprise application of the target system. systemrules.sblupdatefieldvalue.parameter.appmanager=The active application manager of the target system. systemrules.sblupdatefieldvalue.parameter.language=The target system language. systemrules.sblupdatefieldvalue.parameter.parameters=The record on which the values will be set, given as a dictionary with the field structure of the Siebel Business Component and Business Object to create. The dictionary should contain an Id field with the value of identifier of the record to update. systemrules.sblupdatefieldvalue.parameter.fieldvalues=The field values of the new record to update, given as a dictionary with the field names based on the fields of the Business Object and values set to the desired new field values. systemrules.cmicopydocumentfromappian.description=[Deprecated - use an HTTP Connected System instead] Copies an Appian document to a folder in the CMIS target system. This function returns a writer and must be used with the bind() function. systemrules.cmicopydocumentfromappian.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmicopydocumentfromappian.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmicopydocumentfromappian.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmicopydocumentfromappian.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmicopydocumentfromappian.parameter.objectid=The object id of the CMIS folder to which the Appian document will be copied. systemrules.cmicopydocumentfromappian.parameter.properties=The CMIS document properties, given as a dictionary. The string "cmis:" will automatically be included in the key name if no colon is present in key name. Example: {name:"test name", description:"test description"}. systemrules.cmicopydocumentfromappian.parameter.appiandocument=The Appian document to copy to the target CMIS system. systemrules.cmicopydocumentfromappian.parameter.appiandocumentversion=The version number of the Appian document to copy to the target CMIS system. Default: current version. systemrules.cmicopydocumentfromappian.parameter.appiandocumentallowexpired=Determines if expired Appian documents can be copied. Default: true. systemrules.cmicopydocumenttoappian.description=[Deprecated - use an HTTP Connected System instead] Copies a CMIS document from the target system to a new version of an Appian document. This function returns a writer and must be used with the bind() function. systemrules.cmicopydocumenttoappian.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmicopydocumenttoappian.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmicopydocumenttoappian.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmicopydocumenttoappian.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmicopydocumenttoappian.parameter.objectid=The object id of the CMIS document that will be copied to Appian. systemrules.cmicopydocumenttoappian.parameter.appiandocument=The Appian document to which the document from the CMIS system will be copied as a new version. systemrules.cmicopydocumenttoappianfolder.description=[Deprecated - use an HTTP Connected System instead] Copies a CMIS document from the target system to an Appian folder, creating a new document. This function returns a writer and must be used with the bind() function. systemrules.cmicopydocumenttoappianfolder.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmicopydocumenttoappianfolder.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmicopydocumenttoappianfolder.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmicopydocumenttoappianfolder.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmicopydocumenttoappianfolder.parameter.objectid=The object id of the CMIS document that will be copied to Appian. systemrules.cmicopydocumenttoappianfolder.parameter.appianfolder=The Appian folder to which the document from the CMIS system will be copied. systemrules.cmicreatefolder.description=[Deprecated - use an HTTP Connected System instead] Creates a new folder in the CMIS target system. This function returns a writer and must be used with the bind() function. systemrules.cmicreatefolder.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmicreatefolder.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmicreatefolder.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmicreatefolder.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmicreatefolder.parameter.parentid=The object id of the CMIS folder which will be the parent of the new folder. Use null() for root. systemrules.cmicreatefolder.parameter.properties=The CMIS folder properties, given as a dictionary. The string "cmis:" will automatically be included in the key name if no colon is present in key name. Example: {name:"test name", description:"test description"}. systemrules.cmidelete.description=[Deprecated - use an HTTP Connected System instead] Delete an object in the CMIS target system. This function returns a writer and must be used with the bind() function. systemrules.cmidelete.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmidelete.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmidelete.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmidelete.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmidelete.parameter.objectid=The object id of the CMIS object to delete. systemrules.cmidelete.parameter.allversions=Determines whether all versions of the object should be deleted, if applicable. Default: true. systemrules.cmigetfolderchildren.description=[Deprecated - use an HTTP Connected System instead] Retrieves the children of the given folder from the CMIS target system. systemrules.cmigetfolderchildren.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmigetfolderchildren.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmigetfolderchildren.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmigetfolderchildren.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmigetfolderchildren.parameter.folderid=The object id of the CMIS folder. systemrules.cmigetfolderchildren.parameter.paginginfo=The start index and batch size of the list of objects to retrieve, created with a!pagingInfo(). The sort values in the paging info are ignored. systemrules.cmigetobjectidbypath.description[Deprecated - use an HTTP Connected System instead] =Retrieves the CMIS object id from the CMIS target system, using the given path. systemrules.cmigetobjectidbypath.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmigetobjectidbypath.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmigetobjectidbypath.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmigetobjectidbypath.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmigetobjectidbypath.parameter.path=The CMIS path of the object. The meaning of the path is defined by the CMIS server (e.g., /folder1/folder2/mydocument3). systemrules.cmigetproperties.description=[Deprecated - use an HTTP Connected System instead] Retrieves the CMIS object properties from the CMIS target system, using the given object id. systemrules.cmigetproperties.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmigetproperties.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmigetproperties.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmigetproperties.parameter.repositoryid=The repository id on the CMIS target system. systemrules.cmigetproperties.parameter.objectid=The object id of the CMIS object whose properties will be retrieved. systemrules.cmigetrepoinfo.description=DMS GRetrieves information about the target CMIS target system repository. systemrules.cmigetrepoinfo.parameter.scsexternalsystemkey=The authentication credentials key from the Third Party Credentials admin console page. systemrules.cmigetrepoinfo.parameter.useperusercredentials=Determines if the current user's credentials are used instead of system-wide credentials. Default: false. systemrules.cmigetrepoinfo.parameter.atompuburl=The Atom Pub URL of the CMIS target system. systemrules.cmigetrepoinfo.parameter.repositoryid=The repository id on the CMIS target system. systemrules.foreach.description=Evaluates the provided expression once for every item and returns an array of the results. systemrules.foreach.parameter.items=Array or DataSubset containing the items over which to iterate. systemrules.foreach.parameter.expression=The expression to be evaluated with each iteration. The following special variables are available: fv!item (the current array item), fv!index (the current item's index in the array), fv!itemCount (the number of items), fv!identifier (when using a DataSubset, the current item's identifier), fv!isFirst (true during the first iteration, false afterward), fv!isLast (true during the last iteration, false beforehand). systemrules.userrecordlistviewitem_22r3.description=This is an older version of the a!userRecordListViewItem() function which uses the unsynced User record type. Take advantage of the latest features and improvements by updating the User record type to be synced and switching to the latest version of a!userRecordListViewItem(). systemrules.userrecordlistviewitem_22r3.parameter.record=The reference to the current unsynced User record, provided via rv!record. systemrules.userrecordlistviewitem.description=Defines the List View Item Template for the synced User record type. systemrules.userrecordlistviewitem.parameter.record=The reference to the current User record, provided via rv!record. systemrules.userrecordfacets.description=[Deprecated] This function has been deprecated. Use the new a!userRecordFilterList function instead. Defines the user filters for the User record type. systemrules.userrecordfilterlist_22r3.description=This is an older version of the a!userRecordFilterList() function which uses the unsynced User record type. Take advantage of the latest features and improvements by updating the User record type to be synced and switching to the latest version of a!userRecordFilterList(). systemrules.userrecordfilterlist.description=Defines the user filters for the User record type. systemrules.recordtype.description=Returns a Record Type with the given uuid and an id of -1. systemrules.recordtype.parameter.typeuuid=The uuid of the desired record type. systemrules.httpresponse_17r4.description=This is an older version of the a!httpResponse function. You can continue to use this version of the function by its new name: a!httpResponse_17r4. The new version of a!httpResponse has new functionality. Creates a Web API Response. systemrules.httpresponse_17r4.parameter.statuscode=The status code of the response. Default is "200" meaning successful completion of the request. systemrules.httpresponse_17r4.parameter.headers=A list of headers for the response. Built with a!httpHeader(). systemrules.httpresponse_17r4.parameter.body=The body of the response. systemrules.httpresponse.description=Creates a Web API Response. systemrules.httpresponse.parameter.statuscode=The status code of the response. Default is "200" meaning successful completion of the request. systemrules.httpresponse.parameter.headers=A list of headers for the response. Built with a!httpHeader(). Header values set using a!scsField() will be ignored. systemrules.httpresponse.parameter.body=The body of the response. This value can be either text or a document. If a document is supplied, the document will be streamed as binary data to the caller, and default headers will be set. systemrules.videofield.description=Creates a Video component. See [documentation](links.docs.systemrules.videofield.doc) for more details. systemrules.videofield.parameter.label=Text to display as the field label. systemrules.videofield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.videofield.parameter.instructions=Supplemental text about this field. systemrules.videofield.parameter.videos=Array of videos to display, created with a!webVideo(). systemrules.videofield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.videofield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.videofield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.videofield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.videofield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.webcontentfield.description=Displays content inline from an external source. See [documentation](links.docs.systemrules.webcontentfield.doc) for more details. systemrules.webcontentfield.parameter.height=Determines the layout height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.webcontentfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.webcontentfield.parameter.instructions=Supplemental text about this field. systemrules.webcontentfield.parameter.label=Text to display as the field label. systemrules.webcontentfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.webcontentfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.webcontentfield.parameter.showborder=Determines whether the field has an outer border. Default: false. systemrules.webcontentfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.webcontentfield.parameter.source=Location of the external content. systemrules.webcontentfield.parameter.alttext=Equivalent alternate text provided to assistive technology. systemrules.webcontentfield.parameter.disabled=Determines if the user is prevented from interacting with the web content. Default: false. systemrules.webcontentfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.webcontentfield.parameter.marginabove=Determines how much space is added above the field. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.webcontentfield.parameter.marginbelow=Determines how much space is added below the field. Valid values: "NONE", "EVEN_LESS", "LESS", "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.webcontentfield_deprecated.description=This component has been deprecated. Use a!webContentField instead. Displays content inline from an external source. systemrules.webcontentfield_deprecated.parameter.height=Determines the layout height. Valid values: "SHORT", "MEDIUM" (default), "TALL". systemrules.webcontentfield_deprecated.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.webcontentfield_deprecated.parameter.instructions=Supplemental text about this field. systemrules.webcontentfield_deprecated.parameter.label=Text to display as the field label. systemrules.webcontentfield_deprecated.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.webcontentfield_deprecated.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.webcontentfield_deprecated.parameter.showborder=Determines whether the field has an outer border. Default: false. systemrules.webcontentfield_deprecated.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.webcontentfield_deprecated.parameter.source=Location of the external content. systemrules.webcontentfield_deprecated.parameter.alttext=Equivalent alternate text provided to assistive technology. systemrules.webcontentfield_deprecated.parameter.disabled=Determines if the user is prevented from interacting with the web content. Default: false. systemrules.certifiedsailextension.parameter.height=Determines the layout height. Valid values: "SHORT", "MEDIUM", "TALL", "AUTO" (default). systemrules.certifiedsailextension.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.certifiedsailextension.parameter.instructions=Supplemental text about this field. systemrules.certifiedsailextension.parameter.label=Text to display as the field label. systemrules.certifiedsailextension.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.certifiedsailextension.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.certifiedsailextension.parameter.showborder=Determines whether the field has an outer border. Default: false. systemrules.certifiedsailextension.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.certifiedsailextension.parameter.source=Location of the external content. systemrules.certifiedsailextension.parameter.alttext=Equivalent alternate text provided to assistive technology. systemrules.certifiedsailextension.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.certifiedsailextension.parameter.disabled=Determines if the user is prevented from interacting with the field. Default: false. systemrules.certifiedsailextension.parameter.genericSaveinto=One or more variables that are updated with the {0} value when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.certifiedsailextension.parameter.vendorname=*** This component is provided by a component plug-in from {0}. *** systemrules.certifiedsailextension.parameter.vendorname.##CONTEXT##=The placeholder is the name of the company/developer that built the plug-in systemrules.webvideo.description=Displays a video from the web for use in a!videoField(). systemrules.webvideo.parameter.tooltip=Text to display in mouseovers. systemrules.webvideo.parameter.source=Location of the video. systemrules.webvideo.parameter.showwhen=Determines whether the video is displayed in the component. When set to false, the video is hidden and is not evaluated. Default: true. systemrules.exportdatastoreentitytocsv.description=Exports the selected data store entity to CSV. This function will only execute inside a saveInto or a Web API. systemrules.exportdatastoreentitytocsv.parameter.entity=The data store entity to query. systemrules.exportdatastoreentitytocsv.parameter.selection=(Optional) A list of fields that you wish to retrieve, created with a!querySelection(). systemrules.exportdatastoreentitytocsv.parameter.aggregation=(Optional) A list of fields and the operations you wish to perform on them when retrieving the data, created with a!queryAggregation(). systemrules.exportdatastoreentitytocsv.parameter.filters=(Optional) A set of conditions to apply to the queried data before any grouping or aggregation. Can use either a list of a!queryFilter() or a single a!queryLogicalExpression(). When using a list of a!queryFilter(), all filters are combined using the AND operator. systemrules.exportdatastoreentitytocsv.parameter.documentname=The name of the new document that is to be created by this smart service. systemrules.exportdatastoreentitytocsv.parameter.documentdescription=(Optional) A brief description of the document. systemrules.exportdatastoreentitytocsv.parameter.saveinfolder=The folder where the newly created document is to be stored. Applicable and required when creating a new document. systemrules.exportdatastoreentitytocsv.parameter.documenttoupdate=The existing document to update with the exported data. Using this parameter will append new contents at the end of the file. Note: A new version of this document will be created. systemrules.exportdatastoreentitytocsv.parameter.includeheader=(Optional) Outputs the field name or its alias, if available, in the first row of the document if set to true. Default: true systemrules.exportdatastoreentitytocsv.parameter.csvdelimiter=(Optional) The field delimiter used to separate fields in the CSV file. Valid values are: "TAB", "COMMA", "SEMICOLON", "SPACE", "PIPE", "CARET". Default: "COMMA". systemrules.exportdatastoreentitytocsv.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The document ID of the created/updated document is returned in the fv!newDocument function variable. systemrules.exportdatastoreentitytocsv.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.exportdatastoreentitytoexcel_18r2.description=Exports the selected data store entity to Excel. This function will only execute inside a saveInto or a Web API. systemrules.exportdatastoreentitytoexcel_18r2.parameter.documentname=The name of the new document that is to be created by this smart service. systemrules.exportdatastoreentitytoexcel_18r2.parameter.documentdescription=(Optional) A brief description of the document. systemrules.exportdatastoreentitytoexcel_18r2.parameter.saveinfolder=The folder where the newly created document is to be stored. Applicable and required when creating a new document. systemrules.exportdatastoreentitytoexcel_18r2.parameter.documenttoupdate=The existing document to update with the exported data. Note: A new version of this document will be created. systemrules.exportdatastoreentitytoexcel_18r2.parameter.includeheader=(Optional) Outputs the field name or its alias, if available, in the first row of the document if set to true. Default: true systemrules.exportdatastoreentitytoexcel_18r2.parameter.customcellpositions=(Optional) Array of cell positions where custom cell values should be added. systemrules.exportdatastoreentitytoexcel_18r2.parameter.customcellvalues=(Optional) Array of values to be added on the specified custom cell position. systemrules.exportdatastoreentitytoexcel_18r2.parameter.sheetname=(Optional) The name of the sheet where data will be added as a result of executing this smart service. The following characters will be replaced with underscores: [ ] / \\ ? * systemrules.exportdatastoreentitytoexcel_18r2.parameter.sheetnumber=(Optional) The sheet number where data will be added as a result of executing this smart service. Default is 1, the first sheet. systemrules.exportdatastoreentitytoexcel_18r2.parameter.startingcell=(Optional) The cell where the output will begin. Default: "A1". systemrules.exportdatastoreentitytoexcel_18r2.parameter.source=The data store entity to query. systemrules.exportdatastoreentitytoexcel_18r2.parameter.selection=(Optional) A list of fields that you wish to retrieve, created with a!querySelection(). systemrules.exportdatastoreentitytoexcel_18r2.parameter.aggregation=(Optional) A list of fields and the operations you wish to perform on them when retrieving the data, created with a!queryAggregation(). systemrules.exportdatastoreentitytoexcel_18r2.parameter.filters=(Optional) A set of conditions to apply to the queried data before any grouping or aggregation. Can use either a list of a!queryFilter() or a single a!queryLogicalExpression(). When using a list of a!queryFilter(), all filters are combined using the AND operator. systemrules.exportdatastoreentitytoexcel_18r2.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The document ID of the created/updated document is returned in the fv!newDocument function variable. systemrules.exportdatastoreentitytoexcel_18r2.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.exportdatastoreentitytoexcel.description=Exports the selected data store entity to Excel. This function will only execute inside a saveInto or a Web API. systemrules.exportdatastoreentitytoexcel.parameter.documentname=The name of the new document that is to be created by this smart service. systemrules.exportdatastoreentitytoexcel.parameter.documentdescription=(Optional) A brief description of the document. systemrules.exportdatastoreentitytoexcel.parameter.saveinfolder=The folder where the newly created document is to be stored. Applicable and required when creating a new document. systemrules.exportdatastoreentitytoexcel.parameter.documenttoupdate=The existing document to update with the exported data. This can be useful when using the smart service multiple times in the same process model, or if formatting is needed. See [Supported Excel Formatting](links.docs.export.dse.excel.update.formatting). Appian supports Excel 2007 and above. Note: A new version of this document will be created. systemrules.exportdatastoreentitytoexcel.parameter.includeheader=(Optional) Outputs the field name or its alias, if available, in the first row of the document if set to true. Default: true systemrules.exportdatastoreentitytoexcel.parameter.customcellpositions=(Optional) Array of cell positions where custom cell values should be added. systemrules.exportdatastoreentitytoexcel.parameter.customcellvalues=(Optional) Array of values to be added on the specified custom cell position. systemrules.exportdatastoreentitytoexcel.parameter.sheetname=(Optional) The name of the sheet where data will be added as a result of executing this smart service. The following characters will be replaced with underscores: [ ] / \\ ? * systemrules.exportdatastoreentitytoexcel.parameter.sheetnumber=(Optional) The sheet number where data will be added as a result of executing this smart service. Default is 1, the first sheet. systemrules.exportdatastoreentitytoexcel.parameter.startingcell=(Optional) The cell where the output will begin. Default: "A1". Any data in rows above this cell will remain in the sheet; any data in the same row or below will be removed and overwritten. systemrules.exportdatastoreentitytoexcel.parameter.entity=The data store entity to query. systemrules.exportdatastoreentitytoexcel.parameter.selection=(Optional) A list of fields to retrieve, created with a!querySelection(). The selection accepts up to 50 columns. systemrules.exportdatastoreentitytoexcel.parameter.aggregation=(Optional) A list of fields and the operations to perform on them when retrieving the data, created with a!queryAggregation(). The aggregation accepts up to 50 columns. systemrules.exportdatastoreentitytoexcel.parameter.filters=(Optional) A set of conditions to apply to the queried data before any grouping or aggregation. Can use either a list of a!queryFilter() or a single a!queryLogicalExpression(). When using a list of a!queryFilter(), all filters are combined using the AND operator. systemrules.exportdatastoreentitytoexcel.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The document ID of the created/updated document is returned in the fv!newDocument function variable. systemrules.exportdatastoreentitytoexcel.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.exportprocessreporttocsv.description=Exports data from a process report to CSV. This function will only execute inside a saveInto or a Web API. systemrules.exportprocessreporttocsv.parameter.report=The process report to query. systemrules.exportprocessreporttocsv.parameter.filters=(Optional) A set of conditions to apply to the queried data. Can use either a list of a!queryFilter() or a single a!queryLogicalExpression(). When using a list of a!queryFilter(), all filters are combined using the AND operator. User filters saved to the process report are applied before these are. systemrules.exportprocessreporttocsv.parameter.context=Contains an array of either Group, User, Number (Integer), or Process Model to pass to the report context. systemrules.exportprocessreporttocsv.parameter.documentname=The name of the new document that is to be created by this smart service. systemrules.exportprocessreporttocsv.parameter.documentdescription=(Optional) A brief description of the document. systemrules.exportprocessreporttocsv.parameter.saveinfolder=The folder where the newly created document is to be stored. Applicable and required when creating a new document. systemrules.exportprocessreporttocsv.parameter.documenttoupdate=The existing document to update with the exported data. Using this parameter will append new contents at the end of the file. Note: A new version of this document will be created. systemrules.exportprocessreporttocsv.parameter.includeheader=(Optional) Outputs the field's label in the first row of the document if set to true. Default: true systemrules.exportprocessreporttocsv.parameter.csvdelimiter=(Optional) The field delimiter used to separate fields in the CSV file. Valid values are: "TAB", "COMMA", "SEMICOLON", "SPACE", "PIPE", "CARET". Default: "COMMA". systemrules.exportprocessreporttocsv.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The document ID of the created/updated document is returned in the fv!newDocument function variable. systemrules.exportprocessreporttocsv.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.exportprocessreporttoexcel.description=Exports data from a process report to Excel. This function will only execute inside a saveInto or a Web API. systemrules.exportprocessreporttoexcel.parameter.report=The process report to query. systemrules.exportprocessreporttoexcel.parameter.filters=(Optional) A set of conditions to apply to the queried data. Can use either a list of a!queryFilter() or a single a!queryLogicalExpression(). When using a list of a!queryFilter(), all filters are combined using the AND operator. User filters saved to the process report are applied before these are. systemrules.exportprocessreporttoexcel.parameter.context=Contains an array of either Group, User, Number (Integer), or Process Model to pass to the report context. systemrules.exportprocessreporttoexcel.parameter.documentname=The name of the new document that is to be created by this smart service. systemrules.exportprocessreporttoexcel.parameter.documentdescription=(Optional) A brief description of the document. systemrules.exportprocessreporttoexcel.parameter.saveinfolder=The folder where the newly created document is to be stored. Applicable and required when creating a new document. systemrules.exportprocessreporttoexcel.parameter.documenttoupdate=The existing document to update with the exported data. This can be useful when using the smart service multiple times in the same process model, or if formatting is needed. See [Supported Excel Formatting](links.docs.export.report.excel.update.formatting). Appian supports Excel 2007 and above. Note: A new version of this document will be created. systemrules.exportprocessreporttoexcel.parameter.includeheader=(Optional) Outputs the field's label in the first row of the document if set to true. Default: true systemrules.exportprocessreporttoexcel.parameter.sheetname=(Optional) The name of the sheet where data will be added as a result of executing this smart service. The following characters will be replaced with underscores: [ ] / \\ ? * systemrules.exportprocessreporttoexcel.parameter.sheetnumber=(Optional) The sheet number where data will be added as a result of executing this smart service. Default is 1, the first sheet. systemrules.exportprocessreporttoexcel.parameter.startingcell=(Optional) The cell where the output will begin. Default: "A1". Any data in rows above this cell will remain in the sheet; any data in the same row or below will be removed and overwritten. systemrules.exportprocessreporttoexcel.parameter.customcellpositions=(Optional) Array of cell positions where custom cell values should be added. systemrules.exportprocessreporttoexcel.parameter.customcellvalues=(Optional) Array of values to be added on the specified custom cell position. systemrules.exportprocessreporttoexcel.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). The document ID of the created/updated document is returned in the fv!newDocument function variable. systemrules.exportprocessreporttoexcel.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.renameusers.description=Renames existing users. This function will only execute inside a saveInto or a Web API. Note that during a bulk rename, if any one username change fails, the expression will fail and none of the given usernames will be changed. systemrules.renameusers.parameter.oldusernames=The current username of the user. systemrules.renameusers.parameter.newusernames=The new username of the user. systemrules.renameusers.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.renameusers.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.sendpushnotification.description=Send a push notification to recipients. systemrules.sendpushnotification.parameter.recipients=Recipients of the push notification. If a user is included multiple times, they receive a single notification. systemrules.sendpushnotification.parameter.title=The title to display in the notification, truncated starting at 49 characters on some devices. systemrules.sendpushnotification.parameter.body=The message to display below the title, truncated starting at 140 characters on some devices. systemrules.sendpushnotification.parameter.link=The link to open when the user taps on the notification. Create links with a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), or a!userRecordLink(). systemrules.sendpushnotification.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). systemrules.sendpushnotification.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). systemrules.syncrecords_22r2.description=This is an older version of the a!syncRecords() function. You can continue to use this version of the function by its new name: a!syncRecords(). The new version of a!syncRecords() has new functionality. systemrules.syncrecords_22r2.parameter.recordtype=A reference to a record type with data sync enabled. You must reference the record type directly from the recordType! domain. For example, recordType!Case. systemrules.syncrecords_22r2.parameter.identifiers=The primary key values of the records to sync. systemrules.syncrecords_22r2.parameter.onsuccess=An HTTP response or a list of a!save to return after the integration executes successfully. Created with a!httpResponse() or a!save(). The updated records are available in fv!recordsUpdated (but the related record data is not included). If the query to get this list of records fails, the error message is available in fv!queryError. systemrules.syncrecords_22r2.parameter.onerror=An HTTP response or a list of a!save to return after the integration does not execute successfully. Created with a!httpResponse() or a!save(). systemrules.syncrecords.description=Sync a record or set of records in the specified record type. systemrules.syncrecords.parameter.recordtype=A reference to a record type with data sync enabled. You must reference the record type directly from the recordType! domain. For example, recordType!Case. systemrules.syncrecords.parameter.identifiers=The primary key values of the records to sync. systemrules.syncrecords.parameter.onsuccess=An HTTP response or a list of a!save to return after the integration executes successfully. Created with a!httpResponse() or a!save(). The updated records are available in fv!recordsUpdated (but the related record data is not included). If the query to get this list of records fails, the error message is available in fv!queryError. systemrules.syncrecords.parameter.onerror=An HTTP response or a list of a!save to return after the integration does not execute successfully. Created with a!httpResponse() or a!save(). systemrules.writerecords_23r2.description=This is an older version of the a!writeRecords() function. You can continue to use this version of the function by its new name: a!writeRecords(). The new version of a!writeRecords() has new functionality. systemrules.writerecords_23r2.parameter.records=The list of records to create or update. systemrules.writerecords_23r2.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). Use fv!recordsUpdated to reference the updated records in the success response. systemrules.writerecords_23r2.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Use fv!error to reference any errors from the source. systemrules.writerecords_23r4.description=This is an older version of the a!writeRecords() function. You can continue to use this version of the function by its new name: a!writeRecords(). The new version of a!writeRecords() has new functionality. systemrules.writerecords_23r4.parameter.records=The list of records to create or update. systemrules.writerecords_23r4.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). Use fv!recordsUpdated to reference the updated records in the success response. systemrules.writerecords_23r4.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Use fv!error to reference any errors from the source. systemrules.writerecords.description=Create or update data in your data source and immediately sync those changes in your record type. This function is only available for database-backed record types with data sync enabled, and can be used within an interface or a web API. systemrules.writerecords.parameter.records=The list of records to create or update. systemrules.writerecords.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). Use fv!recordsUpdated to reference the updated records in the success response. systemrules.writerecords.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Use fv!error to reference any errors from the source. systemrules.deleterecords_23r3.description=This is an older version of the a!deleteRecords() function. You can continue to use this version of the function by its new name: a!deleteRecords(). The new version of a!deleteRecords() has new functionality. systemrules.deleterecords_23r3.parameter.records=The list of records to delete. systemrules.deleterecords_23r3.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service successfully deletes rows. Created with a!save() or a!httpResponse(). Use fv!countOfRecordsDeleted to reference the number of records deleted. systemrules.deleterecords_23r3.parameter.onerror=A list of saves or an HTTP response to execute when the smart service fails to delete rows. Created with a!save() or a!httpResponse(). Use fv!error to reference any errors from the source. systemrules.deleterecords.description=Delete data in your data source and immediately sync those changes in your record type. This function is only available for database-backed record types with data sync enabled, and can be used within an interface or a web API. systemrules.deleterecords.parameter.records=The list of records to delete. systemrules.deleterecords.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service successfully deletes rows. Created with a!save() or a!httpResponse(). Use fv!countOfRecordsDeleted to reference the number of records deleted. systemrules.deleterecords.parameter.onerror=A list of saves or an HTTP response to execute when the smart service fails to delete rows. Created with a!save() or a!httpResponse(). Use fv!error to reference any errors from the source. systemrules.soln_application.description=Returns a map of properties of an application. systemrules.soln_application.parameter.application=The application to retrieve by ID. systemrules.studio_booleancheckboxfield.description=Creates a checkbox field with one option that handles a boolean value. systemrules.studio_booleancheckboxfield.parameter.label=Text to display as the field label. systemrules.studio_booleancheckboxfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.studio_booleancheckboxfield.parameter.instructions=Supplemental text about this field. systemrules.studio_booleancheckboxfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.studio_booleancheckboxfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.studio_booleancheckboxfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.studio_booleancheckboxfield.parameter.choicelabel=Option for the user to select. systemrules.studio_booleancheckboxfield.parameter.align=Determines alignment of choice labels. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.studio_booleancheckboxfield.parameter.value=Values of choices to display as selected. systemrules.studio_booleancheckboxfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.studio_booleancheckboxfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.studio_booleancheckboxfield.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.studio_booleancheckboxfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.studio_booleancheckboxfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_booleancheckboxfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.studio_booleancheckboxfield.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.studio_descriptionfield.description=A description component that returns rich text display field. systemrules.studio_descriptionfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_descriptionfield.parameter.value=Value to display in the description component. systemrules.studio_safelinkfield.description=Creates a safe link field that opens in a new tab when clicked. systemrules.studio_safelinkfield.parameter.label=Text associated with this link. systemrules.studio_safelinkfield.parameter.webaddress=URI destination of this link. systemrules.studio_safelinkfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_safelinkfield.parameter.instructions=Supplemental text about this field. systemrules.studio_safelinkfield.parameter.align=Determines alignment of link label. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.studio_displaylayout.description=A layout to display read only components with record data. systemrules.studio_displaylayout.parameter.recordtype=The record type whose data to query and display. systemrules.studio_displaylayout.parameter.identifier=The value of the identifier for the record instance to be displayed. systemrules.studio_displaylayout.parameter.identifierfield=The record field to query against for the record instance. If no field is provided, queries against the record type primary key field. systemrules.studio_displaylayout.parameter.components=The components to be displayed in this layout. Reference the queried record data via "fv!record". systemrules.studio_displaylayout.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_displaylayout.parameter.numofcolumns=The number of columns to display in the display layout. systemrules.studio_displaylayout.parameter.columnwidth=Determines the width of the column. Valid values: "AUTO", "EXTRA_NARROW", "NARROW", "NARROW_PLUS", "MEDIUM", "MEDIUM_PLUS" (default), "WIDE", "WIDE_PLUS", "1X", "2X", "3X", "4X", "5X", "6X", "7X", "8X", "9X", "10X". systemrules.studio_displaylayout.parameter.trimatrowlength=The number of rows to show. When the number of rows exceeds the value of "ri!trimAtRowLength", a "View More" link will be shown. When null, all rows will be displayed. Default: null. systemrules.studio_safepreview.description=Displays a preview with a fallback if the expression errors. systemrules.studio_safepreview.parameter.expression=The expression to preview. systemrules.studio_safepreview.parameter.errorlabel=The error label to display if the expression fails to evaluate. systemrules.studio_safepreview.parameter.errormessage=The error message to display if the expression fails to evaluate. systemrules.studio_titlefield.description=Displays a standalone section title. systemrules.studio_titlefield.parameter.label=Text to display as the title. systemrules.studio_titlefield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_titlefield.parameter.marginabove=Determines how much space is added above the layout. Valid values: "NONE" (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.studio_titlefield.parameter.marginbelow=Determines how much space is added below the layout. Valid values: "NONE", (default), "EVEN_LESS", "LESS", "STANDARD", "MORE", "EVEN_MORE". systemrules.studio_titlefield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.studio_titlefield.parameter.labelicon=Icon to display next to the label. See the [documentation](links.docs.systemrules.richTextIcon.parameter.icon.doc) for available icons. systemrules.studio_titlefield.parameter.iconalttext=Equivalent alternate text for use by screen readers. systemrules.studio_titlefield.parameter.labelsize=Determines the label size. Valid values: "LARGE_PLUS", "LARGE", "MEDIUM_PLUS", "MEDIUM" (default), "SMALL", "EXTRA_SMALL". systemrules.studio_titlefield.parameter.labelheadingtag=Determines the heading tag associated with the label for use by screen readers; produces no visible change. Valid values: "H1", "H2", "H3", "H4", "H5", "H6". The default is dependent on the chosen label size. See [documentation](links.docs.systemrules.shared.accessibility.header) for more details to associate the proper heading tag with the section label to follow accessibility standards. systemrules.studio_titlefield.parameter.labelcolor=Determines the label color. Valid values: Any valid hex color or "ACCENT" (default), "STANDARD", "POSITIVE", "NEGATIVE", "SECONDARY". systemrules.studio_emailaddressfield.description=Creates a simple field for inputting an email address. Automatically validates that the email address has an appropriate format. systemrules.studio_emailaddressfield.parameter.label=Text to display as the field label. systemrules.studio_emailaddressfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.studio_emailaddressfield.parameter.instructions=Supplemental text about this field. systemrules.studio_emailaddressfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.studio_emailaddressfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.studio_emailaddressfield.parameter.readonly=Determines if the field should display as not editable. Default: false. systemrules.studio_emailaddressfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.studio_emailaddressfield.parameter.align=Determines alignment of the text value. Appian recommends this setting only be used inside the Grid Layout component. Valid values: "LEFT", "CENTER", "RIGHT". systemrules.studio_emailaddressfield.parameter.value=Text to display in the text field. systemrules.studio_emailaddressfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.studio_emailaddressfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.studio_emailaddressfield.parameter.saveinto=One or more variables that are updated with the text when the user changes it. Use a!save() to save a modified or alternative value to a variable. systemrules.studio_emailaddressfield.parameter.placeholder=Text to display in the field when it is empty. Does not show if the field is read only. systemrules.studio_emailaddressfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.studio_emailaddressfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_emailaddressfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.studio_emailaddressfield.parameter.characterlimit=Determines the maximum number of characters. Depending on the language, some characters may count as more than one. systemrules.studio_validateemailaddressalloweddomains.description=Given an email address and a list of email domains, validates whether the email address domain is in the list. systemrules.studio_validateemailaddressalloweddomains.parameter.emailaddress=The email address to be evaluated. systemrules.studio_validateemailaddressalloweddomains.parameter.alloweddomains=A list of valid full domains for the email address. systemrules.studio_validateemailaddressalloweddomains.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_brandingpalette.description=Returns a map of colors used in Appian Solutions. systemrules.studio_formbuilder.description=Studio interface to build an intake form. systemrules.studio_formbuilder.parameter.interfaceuuid=The UUID of the interface to build. systemrules.studio_formbuilder.parameter.interfaceuuidtocopy=The UUID of the the alternative interface that can serve as a starting point if the interface being built is blank. The rule inputs of the alternative interface must match those of the interface being built in order for it to be copied. systemrules.studio_formbuilder.parameter.application=The application which this interface should be added to. systemrules.studio_formbuilder.parameter.sectionstyle=The style of layout sections of this form are targeting. Valid values: "SECTION", "PAGE". Default "PAGE". systemrules.studio_formbuilder.parameter.errorlabel=The error label to display if the form builder is unavailable. systemrules.studio_formbuilder.parameter.errormessage=The error message to display if the form builder is unavailable. systemrules.studio_formbuilder.parameter.onclose=Saves to run when the form is closed. systemrules.studio_formbuilder.parameter.usablerecordtypeuuids=A list of related record type UUIDs which are accessible for data mapping. The data mapping will occur via relationships through the first record-type input. systemrules.studio_displaybuilder.description=Studio interface to build a display form. systemrules.studio_displaybuilder.parameter.interfaceuuid=The UUID of the interface to build. systemrules.studio_displaybuilder.parameter.label=The primary label to display above the components. systemrules.studio_displaybuilder.parameter.usablerecordtypeuuids=A list of related record type UUIDs which are accessible for data mapping. The data mapping will occur via relationships through the first record-type input. systemrules.studio_displaybuilder.parameter.application=The application which this interface should be added to. systemrules.studio_displaybuilder.parameter.errorlabel=The error label to display if the display builder is unavailable. systemrules.studio_displaybuilder.parameter.errormessage=The error message to display if the display builder is unavailable. systemrules.studio_getruntimedata.description=Executes a query for a studio-defined record type and returns the resulting data. systemrules.studio_getruntimedata.parameter.recordtypeuuid=The UUID of the studio-defined record type to query. systemrules.studio_getruntimedata.parameter.identifierfield=The primary key record field of the application-defined record to query against. systemrules.studio_getruntimedata.parameter.identifier=The primary key of the row of the application-defined record. systemrules.studio_recordtojson.description=Converts a record type instance into a JSON string. systemrules.studio_recordtojson.parameter.data=The record type instance to convert into a JSON string. systemrules.studio_recordfromjson.description=Converts a JSON string into a record type instance. systemrules.studio_recordfromjson.parameter.json=The JSON string to be converted to a record type instance. systemrules.studio_validatedateisafterrelative.description=Returns a message if the date given is not an appropriate number of days after the current day. systemrules.studio_validatedateisafterrelative.parameter.date=The date to be compared. systemrules.studio_validatedateisafterrelative.parameter.offsetdays=The number of days after the current day. Can be negative. systemrules.studio_validatedateisafterrelative.parameter.includestargetdate=Determines whether the target date should be included in the comparison. Default: true. systemrules.studio_validatedateisafterrelative.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedateisaftertarget.description=Returns a message if the date given is not an appropriate number of days after the target date. systemrules.studio_validatedateisaftertarget.parameter.date=The date to be compared. systemrules.studio_validatedateisaftertarget.parameter.targetdate=The target date for comparison. systemrules.studio_validatedateisaftertarget.parameter.includestargetdate=Determines whether the target date should be included in the comparison. Default: true. systemrules.studio_validatedateisaftertarget.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedateisbeforerelative.description=Returns a message if the date given is not an appropriate number of days before the current day. systemrules.studio_validatedateisbeforerelative.parameter.date=The date to be compared. systemrules.studio_validatedateisbeforerelative.parameter.offsetdays=The number of days after the current day. Can be negative. systemrules.studio_validatedateisbeforerelative.parameter.includestargetdate=Determines whether the target date should be included in the comparison. Default: true. systemrules.studio_validatedateisbeforerelative.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedateisbeforetarget.description=Returns a message if the date given is not an appropriate number of days before the target date. systemrules.studio_validatedateisbeforetarget.parameter.date=The date to be compared. systemrules.studio_validatedateisbeforetarget.parameter.targetdate=The target date for comparison. systemrules.studio_validatedateisbeforetarget.parameter.includestargetdate=Determines whether the target date should be included in the comparison. Default: true. systemrules.studio_validatedateisbeforetarget.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedatetimeisafterrelative.description=Returns a message if the date given is not an appropriate number of days after the current day. systemrules.studio_validatedatetimeisafterrelative.parameter.datetime=The date and time to be compared. systemrules.studio_validatedatetimeisafterrelative.parameter.offsetdays=The number of days after the current date and time. Can be negative. systemrules.studio_validatedatetimeisafterrelative.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedatetimeisaftertarget.description=Returns a message if the date and time given is not an appropriate number of days after the target date and time. systemrules.studio_validatedatetimeisaftertarget.parameter.datetime=The date and time to be compared. systemrules.studio_validatedatetimeisaftertarget.parameter.targetdatetime=The target date and time for comparison. systemrules.studio_validatedatetimeisaftertarget.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedatetimeisbeforerelative.description=Returns a message if the date and time given is not an appropriate number of days before the current date and time. systemrules.studio_validatedatetimeisbeforerelative.parameter.datetime=The date and time to be compared. systemrules.studio_validatedatetimeisbeforerelative.parameter.offsetdays=The number of days after the current date and time. Can be negative. systemrules.studio_validatedatetimeisbeforerelative.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_validatedatetimeisbeforetarget.description=Returns a message if the date and time given is not an appropriate number of days before the target date and time. systemrules.studio_validatedatetimeisbeforetarget.parameter.datetime=The date and time to be compared. systemrules.studio_validatedatetimeisbeforetarget.parameter.targetdatetime=The target date and time for comparison. systemrules.studio_validatedatetimeisbeforetarget.parameter.validatewhen=Determines whether the validation is displayed on the interface. When set to false, the validation is hidden and is not evaluated. Default: true. systemrules.studio_image.description=Returns a stock image as a Web Image. systemrules.studio_image.parameter.seed=An optional seed which, if passed, guarantees the same image output. systemrules.studio_image.parameter.caption=Text to display in mouseovers and slideshows. systemrules.studio_image.parameter.showwhen=Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true. systemrules.studio_validatenumberbetweenlimits.description=Returns a message if the given number value is not between provided number limit values. systemrules.studio_validatenumberbetweenlimits.parameter.number=The number to be compared. systemrules.studio_validatenumberbetweenlimits.parameter.upperlimit=The upper limit of the range of numbers for comparison. systemrules.studio_validatenumberbetweenlimits.parameter.lowerlimit=The lower limit of the range of numbers for comparison. systemrules.studio_validatenumberbetweenlimits.parameter.includelimitvalues=Includes the upper and lower limits in the comparison. Default: true. systemrules.studio_validatenumberbetweenlimits.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatenumbergreaterthanlowerlimit.description=Returns a message if the given number value is not greater than provided number limit. systemrules.studio_validatenumbergreaterthanlowerlimit.parameter.number=The number to be compared. systemrules.studio_validatenumbergreaterthanlowerlimit.parameter.limit=The target number for comparison. systemrules.studio_validatenumbergreaterthanlowerlimit.parameter.includelimitvalue=Includes the target number in the comparison. Default: true. systemrules.studio_validatenumbergreaterthanlowerlimit.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatenumberlessthanupperlimit.description=Returns a message if the given number value is not less than provided number limit. systemrules.studio_validatenumberlessthanupperlimit.parameter.number=The number to be compared. systemrules.studio_validatenumberlessthanupperlimit.parameter.limit=The target number for comparison. systemrules.studio_validatenumberlessthanupperlimit.parameter.includelimitvalue=Includes the target number in the comparison. Default: true. systemrules.studio_validatenumberlessthanupperlimit.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatetextmustcontain.description=Returns a message if the given text value does not contain the given text. systemrules.studio_validatetextmustcontain.parameter.text=The text to be considered. systemrules.studio_validatetextmustcontain.parameter.mustcontain=The text that must be contained in the given text. systemrules.studio_validatetextmustcontain.parameter.casesensitive=When true, performs a case sensitive search. Default: false. systemrules.studio_validatetextmustcontain.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatetextmustnotcontain.description=Returns a message if the given text value does not contain the given text. systemrules.studio_validatetextmustnotcontain.parameter.text=The text to be considered. systemrules.studio_validatetextmustnotcontain.parameter.mustnotcontain=The text that must be contained in the given text. systemrules.studio_validatetextmustnotcontain.parameter.casesensitive=When true, performs a case sensitive search. Default: false. systemrules.studio_validatetextmustnotcontain.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatetextlengthmin.description=Returns a message if the given text value does not contain the given text. systemrules.studio_validatetextlengthmin.parameter.text=The text to be considered. systemrules.studio_validatetextlengthmin.parameter.limit=The minimum length of the text. Required. systemrules.studio_validatetextlengthmin.parameter.usebytes=When True, the lenth of the text will be considered in byte length rather than character length. Default False. systemrules.studio_validatetextlengthmin.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatetextlengthmax.description=Returns a message if the given text value does not contain the given text. systemrules.studio_validatetextlengthmax.parameter.text=The text to be considered. systemrules.studio_validatetextlengthmax.parameter.limit=The maximum length of the text. Required. systemrules.studio_validatetextlengthmax.parameter.usebytes=When True, the lenth of the text will be considered in byte length rather than character length. Default False. systemrules.studio_validatetextlengthmax.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.studio_validatetextlengthexact.description=Returns a message if the given text value does not contain the given text. systemrules.studio_validatetextlengthexact.parameter.text=The text to be considered. systemrules.studio_validatetextlengthexact.parameter.limit=The exact length of the text. Required. systemrules.studio_validatetextlengthexact.parameter.usebytes=When True, the lenth of the text will be considered in byte length rather than character length. Default False. systemrules.studio_validatetextlengthexact.parameter.validatewhen=Determines whether the validation is calculated on a component. When set to false, the validation is not evaluated. Default: true. systemrules.soln_wizardlayout.description=Studio interface to display a list of pages in a wizard. systemrules.soln_wizardlayout.parameter.label=Text to display as the wizard label. systemrules.soln_wizardlayout.parameter.sections=Sections or pages to display using a!studio_wizardSection. systemrules.soln_wizardlayout.parameter.formstyle=Determines how the sections should be displayed on the interface. Valid values: "MULTI_PAGE" (default), "SINGLE_PAGE". systemrules.soln_wizardlayout.parameter.hasleadingpage=Indicates a Back button should be shown on the first page of the wizard which will execute onBack when clicked. Default: false. systemrules.soln_wizardlayout.parameter.hasfollowingpage=Indicates a Next button should be shown on the last page of the wizard rather than a Submit button. The onSubmit save will still be triggered on clicking the Next button of the final page. Default: false. systemrules.soln_wizardlayout.parameter.onsubmit=A list of saves to execute when the wizard submits. Note that if "hasFollowingPage" is True, this will execute when the Next button of the final page is clicked systemrules.soln_wizardlayout.parameter.oncancel=A list of saves to execute when the wizard is canceled. systemrules.soln_wizardlayout.parameter.onback=A list of saves to execute when the back button is pressed on the first page when hasLeadingPage is true. systemrules.studio_wizardlayout.description=Studio interface to display a list of pages in a wizard. systemrules.studio_wizardlayout.parameter.label=Text to display as the wizard label. systemrules.studio_wizardlayout.parameter.sections=Sections or pages to display using a!studio_wizardSection. systemrules.studio_wizardlayout.parameter.formstyle=Determines how the sections should be displayed on the interface. Valid values: "MULTI_PAGE" (default), "SINGLE_PAGE". systemrules.studio_wizardlayout.parameter.hasleadingpage=Indicates a Back button should be shown on the first page of the wizard which will execute onBack when clicked. Default: false. systemrules.studio_wizardlayout.parameter.hasfollowingpage=Indicates a Next button should be shown on the last page of the wizard rather than a Submit button. The onSubmit save will still be triggered on clicking the Next button of the final page. Default: false. systemrules.studio_wizardlayout.parameter.onsubmit=A list of saves to execute when the wizard submits. Note that if "hasFollowingPage" is True, this will execute when the Next button of the final page is clicked systemrules.studio_wizardlayout.parameter.oncancel=A list of saves to execute when the wizard is canceled. systemrules.studio_wizardlayout.parameter.onback=A list of saves to execute when the back button is pressed on the first page when hasLeadingPage is true. systemrules.studio_wizardsection.description=Displays a page that can be used within a!studio_wizardLayout. systemrules.studio_wizardsection.parameter.label=Text to display as the page label. systemrules.studio_wizardsection.parameter.contents=Components and layouts to display within the page. systemrules.studio_wizardsection.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_yesnoradiobuttonfield.description=Creates a radio button field with two options (yes and no) that handles a boolean value. systemrules.studio_yesnoradiobuttonfield.parameter.label=Text to display as the field label. systemrules.studio_yesnoradiobuttonfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "ADJACENT", "JUSTIFIED", "COLLAPSED". systemrules.studio_yesnoradiobuttonfield.parameter.instructions=Supplemental text about this field. systemrules.studio_yesnoradiobuttonfield.parameter.required=Determines if a value is required to submit the form. Default: false. systemrules.studio_yesnoradiobuttonfield.parameter.requiredmessage=Custom message to display when the field's value is required and not provided. systemrules.studio_yesnoradiobuttonfield.parameter.spacing=Determines the space between the options. Valid values: "STANDARD" (default), "MORE", "EVEN_MORE". systemrules.studio_yesnoradiobuttonfield.parameter.disabled=Determines if the field should display as potentially editable but grayed out. Default: false. systemrules.studio_yesnoradiobuttonfield.parameter.value=Values of choices to display as selected. systemrules.studio_yesnoradiobuttonfield.parameter.validations=Validation errors to display below the field when the value is not null. systemrules.studio_yesnoradiobuttonfield.parameter.validationgroup=When present, this field is only validated when a button in the same validation group is pressed. See the [documentation](link.docs.systemrules.shared.validation-groups) for more information about how to use validation groups. systemrules.studio_yesnoradiobuttonfield.parameter.saveinto=One or more variables that are updated with the choice values when the user changes the selections. Use a!save() to save a modified or alternative value to a variable. systemrules.studio_yesnoradiobuttonfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.studio_yesnoradiobuttonfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_yesnoradiobuttonfield.parameter.accessibilitytext=Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. systemrules.studio_yesnoradiobuttonfield.parameter.choicestyle=Determines how the choices should be displayed on the interface. Valid values: "STANDARD" (default), "CARDS". systemrules.studio_yesnoradiobuttonfield.parameter.choicelayout=Determines the layout. Valid values: "STACKED", "COMPACT" (default). systemrules.studio_readonlydisplayfield.description=Displays read-only data in a standard manner. The underlying display is dynamic based on the type of the input value. systemrules.studio_readonlydisplayfield.parameter.label=Text to display as the field label. systemrules.studio_readonlydisplayfield.parameter.value=Data to display in the field. systemrules.studio_readonlydisplayfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.studio_datamanager.description=Studio interface to view and edit a record type definition. systemrules.studio_datamanager.parameter.recordtypeuuid=The UUID of the record type to view and edit. systemrules.studio_datamanager.parameter.recordtypeuuidstohide=If a relationship maps to a record type with this UUID, it will not be shown. systemrules.studio_datamanager.parameter.application=The application which this record type should be added to. systemrules.studio_datamanager.parameter.label=A custom label to be shown instead of the record type name. systemrules.studio_datamanager.parameter.readonly=Determines if the display should be editable or not. Default: false. systemrules.studio_datamanager.parameter.navigationlink=Link to execute when a user selects "View fields" on when the interface is readOnly. systemrules.studio_interfacecreator.description=Displays a button that creates an interface by specification. systemrules.studio_interfacecreator.parameter.buttonlabel=The label for the button shown when no form has been created. systemrules.studio_interfacecreator.parameter.primarymessage=The primary text shown when no form has been created. systemrules.studio_interfacecreator.parameter.secondarymessage=The secondary text shown when no form has been created. systemrules.studio_interfacecreator.parameter.interfacename=The name of the interface to create. systemrules.studio_interfacecreator.parameter.interfacetemplate=The type of the interface to create. Valid values: "WIZARD", "SUMMARY". systemrules.studio_interfacecreator.parameter.selectorinterface=A rule reference to the interface which will call this created one by the selector contract. systemrules.studio_interfacecreator.parameter.recordtypeuuid=The UUID of the record type this interface will be interacting with. systemrules.studio_interfacecreator.parameter.identifierfield=The record field which is instantiated into the "identifierField" input of studio_displayLayout. Only used when the interfaceTemplate is SUMMARY. systemrules.studio_interfacecreator.parameter.application=The application which this interface should be added to. systemrules.studio_interfacecreator.parameter.oncreate=A list of saves to execute after the interface is created. Use fv!interfaceUuid to reference the UUID of the created interface. systemrules.studio_recordtypecreator.description=Displays a button that creates an record type by specification. systemrules.studio_recordtypecreator.parameter.buttonlabel=The label for the button. systemrules.studio_recordtypecreator.parameter.recordtypename=The name of the record type to create. systemrules.studio_recordtypecreator.parameter.parentrecordtypeuuid=The UUID of the record type that will be the parent of this record type in Studio. systemrules.studio_recordtypecreator.parameter.application=The application which this record type should be added to. systemrules.studio_recordtypecreator.parameter.oncreate=A list of saves to execute after the record type is created. Use fv!recordTypeUuid to reference the UUID of the created record type. systemrules.studio_writestudiorecords.description=Smart service to write both studio and application records. The writes will happen sequentially via separate smart service calls, akin to multiple chained Write Records process model nodes. systemrules.studio_writestudiorecords.parameter.studiorecord=The studio-defined record object. systemrules.studio_writestudiorecords.parameter.applicationrecord=The application-defined record object. systemrules.studio_writestudiorecords.parameter.onsuccess=A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). Use fv!studioRecordUpdated to reference the updated studio record and fv!applicationRecordUpdated to reference the application record. systemrules.studio_writestudiorecords.parameter.onerror=A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Use fv!results to reference the full chain of separate records that were attempted to be written, with the error message on the errored result. "ERRORED" means that record failed to write. "WRITTEN" means that record was written successfully. "UNATTEMPTED" means that record was not attempted to be written due to previous error. systemrules.recordschatfield.description=Chat about a record using natural language. systemrules.recordschatfield.parameter.label=Text to display as the field label. systemrules.recordschatfield.parameter.labelposition=Determines where the label appears. Valid values: "ABOVE" (default), "COLLAPSED". systemrules.recordschatfield.parameter.instructions=Supplemental text about this field. systemrules.recordschatfield.parameter.helptooltip=Displays a help icon with the specified text as a tooltip. The help icon does not show when the label position is "COLLAPSED". systemrules.recordschatfield.parameter.initialmessage=Initial message shown to the user from the chatbot. This will be the beginning of the chat conversation. systemrules.recordschatfield.parameter.suggestedquestions=Displays up to three questions the user can choose from when first interacting with the chatbot. systemrules.recordschatfield.parameter.showwhen=Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. systemrules.recordschatfield.parameter.recordtype=A reference to a record type. You must reference the record type directly from the recordType! domain. For example, recordType!Case. systemrules.recordschatfield.parameter.identifier=The record ID (identifier) identifies the individual record within the record type. systemrules.recordschatfield.parameter.fields=The record type's fields to be sent to the chatbot. Use a list of record field or related record field references defined with the recordType! domain. When this parameter is null, all record fields from the specified record type are returned. systemrules.recordschatfield.parameter.relatedrecorddata=When selecting one-to-many related record data, use a!relatedRecordData() to filter, sort, and limit the related record sets. The maximum number is 100. systemrules.recordschatfield.parameter.height=Determines the layout height. Valid values: "SHORT", "MEDIUM", "TALL", "AUTO" (default). systemrules.recordschatfield.parameter.buttonstyle=Determines the style of the chat send button. Valid values: "NORMAL" Displays the label and border in the accent color. "PRIMARY" (Default) Displays the label in white on an accent color background."LINK" Displays the label in the accent color and has no border until focused. systemrules.calllanguagemodel.description=Passes specified data to a private large language model to use generative AI to create outputs. systemrules.calllanguagemodel.parameter.prompt=Instructions and data to send to the language model. If your model requires user roles you must append/prepend the roles to the prompt. See [here](https://docs.google.com/document/d/1IH53htCwnSZus57prbw-IEQdP3fOWJl-fXGaDA_XY-s) to understand how to format your prompt. systemrules.calllanguagemodel.parameter.model=Valid values include "CLAUDE_INSTANT" (default), "TITAN", "JURASSIC", or "LLAMA_2". systemrules.calllanguagemodel.parameter.temperature=Temperature controls the randomness of the model's output, with higher values making the responses more diverse and lower values making them more focused and deterministic. Accepted inputs are between 0-1, with the default configured differently per model. systemrules.calllanguagemodel.parameter.maxoutputlength=The approximate maximum number of words the language model should return in response. Accepted inputs are between 60-2000, the default is 2000.