= with( /* local!searchTerm: if( not( isnull( ri!query.'logicalExpression|filter|search' ) ), ri!query.'logicalExpression|filter|search'.searchQuery, null ), */ local!Customers: rule!CustomerMaintenance_getFirstNCustomersWSQuery( nthCustomer: 25 ), /* local!filteredCustomersData: if( not( isnull( ocal!searchTerm ) ), rule!CustomerMaintenance_getCustomersWSQuery( delimitedSearchParameters: local!searchTerm ), local!Customers ), */ a!dataSubset( startIndex: 1, batchSize: count( local!filteredCustomersData ), totalCount: count( local!filteredCustomersData ), data: apply( rule!CustomerCreator, local!filteredCustomersData ), identifiers: apply( rule!CustomersExtractAccountNbr, local!filteredCustomersData ) ) )