Skip to main content
Hi I have field here, this number field is not allowed to Enter negative value.. what is the proper formula for this matter?

 

the logic should be "invoice Number <= 0"
2 respuestas
  1. 31 jul 2017, 3:11
    Anton, you can simply have a VR with a formula of invoice_number__c < 0 to disallow negative numbers.
0/9000