0

If any necesary field is blank, then...

Any way to script this?

3replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • if field=null then...

    Leo

    Like
    • mdomfu
    • mdomfu
    • 4 yrs ago
    • Reported - view

    But for all the fields? If one of all the necesary fields are blank, then...

    Like
  • In this case, check all fields with "or":

    if field1=null or field2=null or field3=null or field4=null then .......

     

    Leo

    Like
Like Follow
  • 4 yrs agoLast active
  • 3Replies
  • 1194Views