Real simple question I hope. I was wondering what the symbol for 'OR' is if i'm writing an 'if' statement. Say i have 3 fields and I want to write a script that changes the 3rd field based on a value in field 'A' OR field 'B'. I know how to do an 'AND' statement (&&) just wondering if there's a short version of OR.
In addition, is there a way to set a pick list's value based on another field. For example if the campaign field is not null then set source to Marketing (datavalue 3)?