{ /* Display a dropdown for selecting a category */ a!dropdownFieldByIndex( label: "Request type", instructions: "Select a request type on which to filter the results", placeholderLabel: "-- All Request --", choiceLabels: cons!SARIKA_CRM_REQUEST_TYPE, choiceValues: cons!SARIKA_CRM_REQUEST_TYPE, value: local!requestType, saveInto: { local!requestType, /* Uses APN_returnFirstInput() to ignores the saved value and reset the pagingInfo */ local!pagingInfo << rule!APN_returnFirstInput( rule!APN_pagingInfo(batchSize: 5, sort:{field:"requestDate",ascending:true}), _ ) } ) }