-
Bug
-
Resolution: Done
-
Major
-
6.1.0
Description of problem:
REST service currently allows just String, Integer and Long parameters to be sent. When creating business process in Business Central there are also available Float and Boolean types as default defined types. I think it could be nice to allow users to set those types directly from REST.
Version-Release number of selected component (if applicable):
6.1.0.ER4
How reproducible:
Create business process containing variable definition of type Float or Boolean. Try to set value of variable directly through REST.
Steps to Reproduce:
1.
2.
3.
Actual results:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
Expected results:
Variable should be set.
Additional info: