Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What value does a business rule field return if the field is empty

kiran kumar m1
Tera Contributor

What value does a business rule field return if the field is empty?

1.false

2.true

3." "

4.Null

7 REPLIES 7

Peter Bodelier
Giga Sage

Hi @kiran kumar m1,

 

Can you please give more detail what you want to know. What is the use case you need this answer for?


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

What value does a business rule return 

If the when to run condition is empty?

Uncle Rob
Kilo Patron

There is no such thing as a "business rule field"
If you're asking "how does a business rule interpret empty fields", that probably depends on the data type.  Take Boolean for example... "empty" is also false, and that's how business rules interpret it.

A fantastic growth exercise would be to create a business rule that simply gs.info out the results of empty fields of different data types.  You can see for yourself!

What value does a business rule return 

 

If the when to run condition is empty?