— The Forums are now read-only —
— All new activity now takes place here: —
Hi have created a custom form in sales order because i want to include the class of every item in the report detail so I tried to link the SOLine.InventoryID to InventoryItem.InventoryCD using left join relationship but it returns an error caused by conversion of InventoryCD to Integer.

Use InventoryItem.InventoryID, which is an integer value for your items.
I agree with Michael 👍
Now it works fine. Thanks.
By using this website, you agree to our Terms of Use (click here)
