Transaction

Hello, i am having trouble creating a transaction, i want to create a transaction to Create a part in a table but i get an error that says the backing field in the table does not exist, but the field does exist, i am sorry if i am not making sense but i have pictures to show what i am trying to say.
Screenshot 2024-10-08 000645
Screenshot 2024-10-08 000736
Screenshot 2024-10-08 002026

Hello @Floyd_Legoana,

The issue you’re facing with the <price>k__BackingField error is because Backendless is trying to save an internal field that is automatically generated by C#. This happens due to the way auto-properties work, and Backendless can’t handle this internal field correctly, which leads to the error you’re seeing.

To resolve this, you need to ensure that only the actual property (price) is saved, not its internal backing field.

Here’s a link to the Backendless documentation that might help you resolve this: Backendless Transactions API for .NET.

Regards,
Alexander