hey guys, i used this below script for searching c...
# suitescript
m
hey guys, i used this below script for searching custom record.. but its not working.. please give me suggestion. var itemSearch = search.create({ type: search.customrecordpay_element, filters: [{ name: 'custrecord_peseq', operator: 'is', values: [testValue] }] });
b
type should be 'customrecordpay_element'
right now its undefined
m
type:search.Type.customrecordpay_element,
is this right?
b
still undefined
search.Type is an enumeration of native search types
m
ok sir.. i get it thankyou.