searchRecordsByPDC sort order

searchRecordsByPDC sort order

Hello,

Is it possible to specify a sort order for _searchRecordsByPDC?

I'm using the following:

related_quotes = zoho.crm._searchRecordsByPDC("CustomModule1","Potential Name_ID",potential_id_str,1,200);

Alternatively, is it possible to sort "related_quotes" based on a specific column value i.e. quote_number?

Thanks