I have one table named vendor. I want to store the entered data in temporary table and when I click on particular button that button should take me to another page to get the billing amount.
I have one table named vendor. I want to store the entered data in temporary table and when I click on particular button that button should take me to another page to get the billing amount.
use table TempTable.
for adding actions goto
docs.microsoft.com/.../devenv-adding-actions-to-a-page
to load a page by clicking the action goto
There are different ways you can achieve this.
Create a page and set the source table as temporary and then on the page add the function to populate your temporary table and your calculation for billing. Call the page function to populate ur temp table and then call the run function of the page.
Or populate the temporary table and then pass that to the page in the PAGE.RUN function
YUN ZHU
616
Super User 2025 Season 1
Mansi Soni
487
Sagar Dangar, MCP
391