Announcements
No record found.
How to get a selected records from Form to table if any one knows,please help me out.
*This post is locked for comments
Hi Keshav,
You can use below code to get the selected records from form datasource and put your logic inside for loop.
FormDataSource salesLineDs; SalesLine SalesLine; //sales line form datasoruce, you can change it to your form data source table salesLineDs = Datasource //Set the form datasource for (SalesLine = salesLineDs.getFirst(true) ? salesLineDs.getFirst(true) : salesLineDs.cursor(); SalesLine; SalesLine = salesLineDs.getnext()) { //Add your code here }
Regards,
Ali Zeeshan
You should use the MultiSelectionHelper class to enumerate the selected records.
Thanks Ali Zeeshan.it is working fine now
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.
Joris dG 5
Andrew Jones a1x 2
Basit 1