Screenshot 2023-06-21 113515.png
It's pretty unusable. It must be clear that the issue persists in the current CAMEO clients since 17.5 to 2022x latest hotfix. The JIDESOFT Code Editor embedded in the tools is up to date but once the tools editor gets confused, it cannot be fixed.
This code
- Code: Select all
try { el= arg1.getSupplierDependency()
}
catch (Exception e ) { }
return arg1.getSupplierDependency()
gets corrupted to
- Code: Select all
try { el= rrg1e.getpuplierDependency()
}
catch (Exception e ) { }
return arg1.getSupplierDependency().vn
The problem will persist across shutting down CAMEO and restarting it. (You have to delete the column to fix this) (Note the paratheses is updated to brace. The quality of the expression does not matter.)
Macros can use saved files to fix this, but scripts in the expression editor are doomed.