cancel
Showing results for 
Search instead for 
Did you mean: 

Syclo Transaction Error "cannot validate Transaction"

Former Member
0 Kudos

I create a transaction in Inventory Manager 3.2 for new function. And assign a screen to this transaction,

When input the necessary fields and click "finish", an error appears saying "cannot validate Transaction".

does any one know the solution for this issue?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

sravanthi_polu
Contributor
0 Kudos

Hi,

Please cross verify the Object key property and the transaction(Add/Edit) key property are same.

Please check if all the properties are mapped correctly in transaction.

Thanks & Regards,

Sravanthi Polu

Former Member
0 Kudos

Hi Polu,

I have verified the Object key property and the transaction key property are same. And all the properties are mapped correctly in transaction.

Thanks!

Jean

Former Member
0 Kudos

Do you have any validation rules on the transaction?
If you do, did you leave the comment blank?

Former Member
0 Kudos

Hi Stephen,

Actually, I didn't add any validation rules on this transaction.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you All for your comments.

The root cause is found because I add a property "TransPerson" which is String type.

But in my Object, that is a "signature".

Due to that type inconsistency, the transaction will report a message "cannot validate transaction" even I didn't define validation rule for this transaction.

Thank you again.

Former Member
0 Kudos

Jean,

The transaction that you have mapped is "Add" or "Edit" ?

If "Add" have you passed collection property correctly?

How you are generating object key property? could you please cross verify this?

Ajitesh

Former Member
0 Kudos

Hi Ajitesh,

The action I mapped is "Edit".

And also I have generate object key "ID" for my object "ShipmentNote".

Former Member
0 Kudos

Are you generating this key property in Edit transaction? If no than good. If yes please modify this.

Also please cross verify all the data type.

I can see in screen you have DATE property. for this your transaction and in Object same property type needs to be define. you can't define DATE_AND_TIME property.

Ajitesh

Former Member
0 Kudos

Hi Ajitesh,

The "ID" property is defined in Object.

Also the Date property keeps same type in Object and Transaction.

Jean