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.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.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.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.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.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.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.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", "CENTER" (default), "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.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), "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.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. 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.tooltip=Text to display on mouseover (web) or long press (mobile). systemrules.buttonwidget.parameter.style=Determines the intent of the button. Valid values: "NORMAL" (default), "PRIMARY", "SECONDARY", "DESTRUCTIVE", and "LINK". 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.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 chart. 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. 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 or chart. The measure should incorporate a record field or related record field, the appropriate calculation to run on the field, and an alias. 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. Accepts "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.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.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. systemrules.checkboxfield.parameter.choicevalues=Array of values associated with the available choices. 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.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.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.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". 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.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.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_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", "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", "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.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. 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 available choices. 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.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.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.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 height of the grid. Valid values: "SHORT", "MEDIUM", "TALL", "AUTO" (default). When it is set to SHORT, MEDIUM, or TALL, the header is frozen. 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.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", "MEDIUM", "TALL", "AUTO" (default). When set to SHORT, MEDIUM, or TALL, the header is frozen. 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.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), "NARROW", "ICON". 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.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", "GALLERY", "TINY", "SMALL", "MEDIUM" (default), "LARGE", "FIT". 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=Returns true if the interface is viewed within the Appian for Mobile application. Returns false otherwise. 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.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.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. systemrules.multipledropdownfield.parameter.choicevalues=Array of values associated with the available choices. 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.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. File upload is only supported on start forms and task forms. 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. Signature is only enabled on start and task forms. 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=Number of items to return. It must be -1 (indicating all items) or greater. systemrules.paginginfo.parameter.sort=Array of Sort Info configurations created with a!sortInfo(). 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.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=List of filters to apply when searching for records. 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.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.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.queries.doc.guidance) 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.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!recordData, and a!recordFilterListOption. systemrules.queryfilter.parameter.field=The name of the field to be filtered. When filtering record data, use the recordType! domain to reference a record field or related record field. 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.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. Valid values include 1-10. Default: 10. 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.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. systemrules.radiobuttonfield.parameter.choicevalues=Array of values associated with the available choices. 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.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.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". 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.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.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. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.recordlink.parameter.label=Text associated with this link. systemrules.recordlink.parameter.recordtype=Record type of the linked record view. systemrules.recordlink.parameter.identifier=Identifier of the linked record view. systemrules.recordlink.parameter.dashboard=URL stub of the destination record view. Default: "summary". systemrules.recordlink.parameter.openlinkin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB". 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.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.sidebysidelayout.description=Displays components alongside each other. See [documentation](links.docs.systemrules.sidebysidelayout.doc) for more details. 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. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text. systemrules.userrecordlink.parameter.label=Text associated with this link. systemrules.userrecordlink.parameter.user=The User whose record will be linked. systemrules.userrecordlink.parameter.view=URL stub of the destination view. Default: "summary". systemrules.userrecordlink.parameter.openlinkin=(Browser-only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB". 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.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(). Information about the started process is available in the function variable fv!processInfo. 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.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.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=Only for use in Portals. Uploads all files currently added to any a!fileUploadField or a!signatureField components in the interface to their target folders. This function will only execute inside a saveInto. 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.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=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=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=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=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=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 and values of "ASCENDING" or "DESCENDING". systemrules.sblinvoke.description=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=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=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=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=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=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=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=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=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=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=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=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=Retrieves 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.description=Defines the List View Item Template for the 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.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().