battk
12/04/2019, 12:27 PMDhananjay Donthula
12/04/2019, 3:21 PM["custrecord_membership_next_bill_date","onorbefore","today"],
"AND",
["custrecord_membership_end_date","notbefore","today"],
"AND",
["custrecord_membership_status","noneof","4"],
"AND",
["isinactive","is","F"],
"AND",
["custrecord_bill_date_val_fail","is","F"],
"AND",
["custrecord_membership_processed_on","noton","today"],
"AND",
["custrecord_membership_customer.ccnumber","is","T"]Dhananjay Donthula
12/04/2019, 3:22 PMnew nlobjSearchFilter('custrecord_membership_next_bill_date', null,
'onorbefore', 'today'),
new nlobjSearchFilter('custrecord_membership_end_date', null,
'notbefore', 'today'),
new nlobjSearchFilter('custrecord_membership_status', null,
'noneof', '4'), // Cancelled
new nlobjSearchFilter('isinactive', null, 'is', 'F'),
new nlobjSearchFilter('custrecord_bill_date_val_fail', null, 'is', 'F'),
new nlobjSearchFilter('custrecord_membership_processed_on', null, //do not pick up records that have already been processed today
'noton', 'today'),
new nlobjSearchFilter('custrecord_membership_customer.ccnumber', null,'is', 'T')];Dhananjay Donthula
12/04/2019, 3:23 PMPNJ
12/04/2019, 3:29 PMDhananjay Donthula
12/04/2019, 3:29 PMDhananjay Donthula
12/04/2019, 3:29 PMDhananjay Donthula
12/04/2019, 3:30 PMDhananjay Donthula
12/04/2019, 4:57 PM