var customrecord_2663_entity_bank_detailsSearchObj = search.create({
type: "customrecord_2663_entity_bank_details",
filters:
],
columns: [
"custrecord_2663_entity_bank_type",
"custrecord_2663_entity_file_format",
"custrecord_2663_acct_type",
"custrecord_2663_entity_acct_name",
"custrecord_2663_entity_acct_no",
"custrecord_2663_entity_bank_code",
"custrecord_2663_entity_bank_no",
"custrecord_2663_entity_branch_no",
"custrecord_2663_entity_country_check",
"custrecord_2663_parent_vendor"
]
});
var searchResultCount = customrecord_2663_entity_bank_detailsSearchObj.runPaged().count;
customrecord_2663_entity_bank_detailsSearchObj.run().each(function(result){
// .run().each has a limit of 4,000 results
return true;
});