<%@ include file="/portal/include/include_java.jsp" %> <%@ page import="com.appiancorp.suiteapi.type.AppianType"%> <%@ page import="org.apache.commons.lang.StringUtils"%>
Data Set*
Open Expression Editor

Pass the paging configuration as the last input to your query rule e.g. getMyData(..., data!pagingInfo).

Data Type*

The type of the data set to be displayed.

Columns
You must choose a data type before defining columns.

Rows to Select by Default
Open Expression Editor

Specify the value of the primary key for the records to select by default.

<%-- User can only save into ACPs of these types --%> <%=StringUtils.join(new Integer[]{ AppianType.STRING, AppianType.LIST_OF_STRING, AppianType.INTEGER, AppianType.LIST_OF_INTEGER, AppianType.DOUBLE, AppianType.LIST_OF_DOUBLE, AppianType.BOOLEAN, AppianType.LIST_OF_BOOLEAN, AppianType.TIME, AppianType.LIST_OF_TIME, AppianType.DATE, AppianType.LIST_OF_DATE, AppianType.TIMESTAMP, AppianType.LIST_OF_TIMESTAMP}, ',')%>
Rows per Page*
Open Expression Editor