I implemented Custom TBO. But When I try to execute custom code I received exception: ClassCastException If I look to object : CustomType#1221 but if I look like this: object instaceof ICustomType result is false.
CustomType#1221
object instaceof ICustomType
What could i forgot here?