https://netsuiteprofessionals.com logo
Title
e

ericbirdsall

12/03/2021, 7:04 PM
Is it possible to string together methods? I've tried
record.shipmethod?upper_case?contains("PRIORITY")
but this doesn't catch a shipping method of "Priority Overnight"
NVM, I was wrong. I was referencing the wrong field, chaining of methods works as expected