By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
Acumatica Report Designer
4
Posts
3
Users
4
Reactions
2,542
Views
March 20, 2018 7:26 am
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.
3 Replies
March 20, 2018 11:45 am
Use InventoryItem.InventoryID, which is an integer value for your items.
March 20, 2018 9:35 pm
I agree with Michael 👍
March 20, 2018 10:08 pm
Now it works fine. Thanks.