Join Slack
Communities
Powered by
any one can correct this i getting issue while com...
# general
t
Tk
02/28/2022, 12:46 PM
any one can correct this i getting issue while compairing record type
s
screnshaw
02/28/2022, 4:05 PM
you have record.Type which is an ENUM. You'd need something like record.Type.INVOICE or record.Type.CASH_SALE
screnshaw
02/28/2022, 4:05 PM
you may be able to do newRec.getValue("ordertype") or some field like that
Open in Slack
Previous
Next