error in LinkingSetRelation - Invalid cast ... as object

86 views Asked by At

I have the following error when I try to save a form with linkingsetrelation field:

Invalid cast exception while trying to set the value of ProductId field on ProductRow as object.

What can cause this error? any idea? Thx

1

There are 1 answers

0
user3907580 On

found it.... fields must be Int32, cannot use Int64!