I have a calculated decimal field from which I pull the value in a plugin.
If the formula in the calculated field is setted as below, everything works:
If I add two decimal fields to the formula I get an exception from my plugin:
BTW the calculated field works well with this formula, everything is calculated correctly except the error from my plugin.
Responsible is this line in the code
dauerstunden = r.Attributes["fis_dauerstunden"].ToString();
It's not found in the plugin dictionary anymore because I added two values to the calculated field formula.
*This post is locked for comments