Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
naga kiran puligadda
38
Views
3
Comments
how to get the url parameters in outsystems9.0
Question
HI,
i am using url to pdf extension and when i am doing that i am passing some parameters in url like this
https://outsystems.com/test.aspx?myname=tester
on the test.aspx page i need to use myname variable in the presentation for some query conditions.
could osme one help me hot to acheive this.
Thanks
Gerry
On your page, these are input parameters. When you hit the page, in the preparation, use these parameters in your queries.
naga kiran puligadda
hi gerry thanks for your reply, but my question is how to read the "URL parameter"
for example form above i need to get the value of "
?myname=tester
"
Gerry
When you create the screen in Outsystems, you define ordinary input parameters for it. You will use these variables in your code.
When you set the URL to call for the PDF conversion, you will set it as you have written above, passing in the values you need for the screen to render.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...