Adding a custom ASP page
I need to add a custom ASP page (.Net 3.5) to a Metastorm BPM 9.1.2 solution. It would open by clicking a link on a report, and the query string would contain the parameters that the ASP page would use. This ASP page will not interact with the BPM engine. However, it will interact with the default Metastorm database.
- How do I add a single custom ASP page to a BPM solution?
- Should this page be created from a web application project or from a web site?
- What is the syntax for adding query string parameters to a link on a BPM report?
Thanks.
Tagged:
0
Comments
-
- Add a local variable to the solution (Text-2000)
- Add a label control to a form
- Set the caption type to Calculated
- Set the caption to the local variable created in the first step
- Check the Field Is Dependent On Another checkbox
Add an Assign Values command to the When User Loads Form server side event, and set the local variable created in step 1 equal to an iFrame HTML element which points to the ASPX page you created
localvariable1 = "
"
FYI: You can add or modify any HTML attribute needed. You can also access the elFrameElement through the DOM from within BPM client side code.
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories