Community
Participate
Working Groups
this works function switchOnDefaultParameter(localLen decimal(5,2)) this doesn't work function switchOnConstDefaultParameter(localLen decimal(5,2) const) because of java error message The method ezeUnbox() is undefined for the type BigDecimal java method signatures are: public void switchOnDefaultParameter(AnyBoxedObject<BigDecimal> localLen) public void switchOnConstDefaultParameter(BigDecimal localLen)
Created attachment 204602 [details] Library EGL File
Works as desired in javaScript
fixed
verified 201110200901 & closed