Forum

Jennifer Häfner
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
3 years, 4 months ago #30127
Up
1
Down
::

Oh, I just realized that the error also occurs when the validation is off, because also here, Integer/Float expects a value that cannot be empty.

So, you need to change the datatype in your BO from Integer/Float to String and add a validation before executing the BO (as described in 1b)) or work with default values for Integers/Floats (as described in 2)).