Announcements
No record found.
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
*This post is locked for comments
Hi Venu,
Have you debug it? Have you got error?
blogs.msdn.microsoft.com/.../
Use inventStockCardTmpLi.LineType = "xxx";
I didn't get any error but i am not getting data after keeping inventStockCardTmpLi also
In your code you add "inventStockCardTmpLi" to the recordInsertList. But you never assign any values to inventStockCardTmpLi buffer. All your value assignments are done in inventStockCardTmpLine buffer. Try to add inventStockCardTmpLine in your list.
To update previous replies:
InventStockCardTmpLine inventStockCardTmpLi;RecordInsertList invoicesToBeInserted = new RecordInsertList(tableNum(InventStockCardTmpLine));
inventStockCardTmpLi.LineType = InventValueReportLineType::BeginningBalance;
....
invoicesToBeInserted.add(inventStockCardTmpLi);invoicesToBeInserted.insertDatabase();
after assigning to inventStockCardTmpLine buffer also data is not appearing
Can you share your latest code version? Just to avoid any confusion, and so that we don't have to guess what exact changes you made.
Thanks!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Basit 1
GL-01081504-0 1
Roya 1