CLIENT SYNTAXES

Target Version Syntax Description
10-UPDATE5 idletimer Timer functionality
10-UPDATE5 selectionchanged command Command to execute on selection change. Available from 10-UPDATE5.
10-UPDATE5 initcontext Allows accessing the parameters directly without any prefixing.
10-UPDATE5 parameter Input parameter to init command.
10-UPDATE5 initcontext Used to declare an already defined initcontext on the page you want it to be used.
10-UPDATE8 duplicate This is used to set the properties of the Duplicate button
10-UPDATE5 autocomplete Auto-completion of the assistant.
10-UPDATE7 fullscreen Allow Full Screen for plugin
10-UPDATE9 hidefilter Allows the sort and search bar to be hidden
10-UPDATE7 persistmode Specifies persist mode for data, if a different behaviour than the default is desired.
10-UPDATE4 when Conditional enumeration subset
10-UPDATE5 initialfocus Informs the application on the field that should be focused when entering create mode.
10-UPDATE4 enumerationtrue Attribute as a toggle button in the client.
10-UPDATE4 enumerationfalse Attribute as a toggle button in the client.
10-UPDATE5 startupmode Startup behavior of the page
10-UPDATE5 map Map definition
10-UPDATE4 map
10-UPDATE5 pin Pin definition
10-UPDATE5 filterexclude List of attributes
10-UPDATE6 objectconnection Objectconnection attachment definition
10-UPDATE7 wildcard A limited functionality of freeinput where the users can specify special inputs which don't exist in the reference table but need to be shown in LOV
10-UPDATE7 key Specified character(usually a special character) for the attribute connected to the LOV. Logic related to specific character is already written in server side
10-UPDATE9 wildcard A limited functionality of freeinput where the users can specify special inputs which don't exist in the reference table but need to be shown in LOV
10-UPDATE8 global A page variable can save a state common to all components on a page.
10-UPDATE7 dynamic Get dynamic menu items through a function call
10-UPDATE9 sortorder Set the sort order index
10-UPDATE9 visible Determines the visibility of navigator entry
10-UPDATE12 back command Back command for an assistant
10-UPDATE16 tab Which tab to do the navigation in.
10-UPDATE7 previous command Previous command for an assistant step
10-UPDATE5 enablefunction Enables a command through a function call
10-UPDATE5 onchange Changes the daterange through a function call
10-UPDATE6 sequencenumber Determines the sequence number of the step among a set of workflow steps
10-UPDATE6 hideworkflowcommand Evaluates a boolean expression to determine if the step is shown or not
10-UPDATE4 barcode into Scans a barcode and places the result into the variable specified.
10-UPDATE4 location into Scans a barcode and places the result into the variable specified.
10-UPDATE5 agentenabled into Check if the Agent (and extension) is enabled and working. Available from 10-UPDATE5.
10-UPDATE6 homepage Issues a call to the homepage client method with the given parameters, and saves the result into a variable. Available from 10-UPDATE6.
10-UPDATE6 workflow Not Defined
10-UPDATE5 mode Not Defined
10-UPDATE5 use Not Defined
10-UPDATE5 agentcall Call an Agent command. Available from 10-UPDATE5.
10-UPDATE8 load Call load command.
10-UPDATE8 sound Play sound clip
10-UPDATE5 weeknumbers Decides whether to display week numbers in the calendar
10-UPDATE7 enablesettings Opens the settings dialog
10-UPDATE5 selection Use selected record context as parameters
10-UPDATE9 imageid Not Defined
10-UPDATE9 fullscreenonly A boolean value to determine if the imageviewer should be shown in fullscreen mode or not.
10-UPDATE9 fullscreencommand Command being available when in fullscreen mode.
10-UPDATE5 allow Declare which sandbox attributes to enable.
10-UPDATE5 chain Sets tooltip for chain icon in node
10-UPDATE5 filter Setting filter panel properties
10-UPDATE6 initialgrouping Sets these fields as the initial grouping fields to group the list when populating it for the first time
10-UPDATE5 selected This evaluates as a boolean expression to determine if the item or action is selected or not.
10-UPDATE7 isdefault Default command for charts
10-UPDATE8 setgroupingonstartup Property to stop auto populating lists with grouping
10-UPDATE8 hidden Hides the navigator entry
10-UPDATE8 showweeknumber Show/hide week number in stacked-calendar
10-UPDATE8 showweeklyprogress Show/hide progress area in stacked-calendar
10-UPDATE8 showinfoattendance Show/hide daily attendance information in stacked-calendar
10-UPDATE8 showdailystatus Show/hide the daily status in stacked-calendar
10-UPDATE8 showwageattendance Show/hide the attendance wage bar in stacked-calendar
10-UPDATE8 enableonallfiltered Enable multi record commands on All Filtered selection mode in lists
10-UPDATE5 ganttchartrow To Define rows of the Gantt chart
10-UPDATE5 ganttchartschedule To Define Schedules of the Gantt chart
10-UPDATE6 emphasis Emphasis of Gantt Item Styles
10-UPDATE5 ganttchartrowicon To Define the icons of the Gantt chart rows
10-UPDATE5 snaptime Snaptime of Gantt chart.
10-UPDATE6 timerange Time range to be used in gantt chart
10-UPDATE7 itemgroupings Grouping of items in a Gantt Chart.
10-UPDATE7 chartsettings Enables the settings dialog
10-UPDATE7 xselector X-axis selector dropdown in the settings dialog. This can be used with Bar Charts and Stack Charts.
10-UPDATE7 yselector Y-axis selector dropdown in the settings dialog. This can be used with BarCharts and Stack Charts.
10-UPDATE7 groupby Group by selector dropdown in the settings dialog
10-UPDATE7 colorby Color by selector dropdown in the settings dialog
10-UPDATE7 argumentselector Argument selector dropdown in the settings dialog. This can be used with Pie Charts.
10-UPDATE7 valueselector Value selector dropdown in the settings dialog. This can be used with Pie Charts.
10-UPDATE7 chartsettings Enables the settings dialog
10-UPDATE7 colorsplit Selects the colour of a particular bar depending on the available values in a specified column.
10-UPDATE7 seriestype line when Syntax for changing series type of a chart which has used group by
10-UPDATE7 enablemultiselect Select multiple chart segments for command execution
10-UPDATE7 subscribable Acts as a listener to other charts including Stacked Charts, Bar Charts, Line Charts, and Pie Charts.
10-UPDATE8 multiselect multiselect property of gantt chart with enable and execute
10-UPDATE8 multiselection multiselect property of gantt chart with enable and execute
10-UPDATE8 items This is the item reference of multiSelection of GanttItem
10-UPDATE8 defaultselected Default selected property of GanttchartItem's ItemGroup. value should be either true or false.
10-UPDATE8 timemarkerlabel Timemarker label for the Gantt chart to be dispalyed in the UI.
10-UPDATE8 collapsenonworkingtime collapsenonworkingtime property of gantt chart with enable
10-UPDATE8 publisherparents Chart names that can be set as publishers
10-UPDATE8 expandrootlevel To expand the top level node of the Gantt chart
10-UPDATE8 tooltip Declares the text to be shown in a tooltip when a chart is hovered.
10-UPDATE8 invalidatesearchcontext Updates component search context defaults on current publisher changes
Target Version Syntax Description