Problem:
NullOrUndefined function in POS2
Environment details:
All
Diagnosis:
The client needs to know how to evaluate if a variable is null or undefined in a condition
Root cause:
In POS2 the function OB.UTIL.isNullOrUndefined does not exist anymore
Workaround if any:
N/A
Solution:
In POS2 it is being used this function
if (a == null ) -> true if 'a' is null or undefined
Internal reference number: 98876
Comments
0 comments
Article is closed for comments.