Hi, When I try to search transactionColumnCustomFi...
# suitetalkapi
k
Hi, When I try to search transactionColumnCustomField using suitetalk api, I get INVALID_CSTM_RCRD_TYPE_KEY as response
RecordRef ref = new RecordRef();
ref.setType(RecordType.transactionColumnCustomField);
CustomRecordSearch search = new CustomRecordSearch();
search.setBasic(basic);
Has anyone tried to do the search on custom fields?