| | | Senior Member
       
Group: Forum Members Last Login: Tuesday, March 18, 2008 Posts: 9, Visits: 44 |
| | Hi there, How to insert aspx page inside the iframe. I want to get data from the database for viewing purposes. Where should i put my aspx file? 
silver_angel
|
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | Hi Silver, You need to set the "Custom Doc view URL" property of this activity human activity.
Regards, Bineesh E Raghavan |
| | | | Senior Member
       
Group: Forum Members Last Login: Tuesday, March 18, 2008 Posts: 9, Visits: 44 |
| I couldnt find where to set the properties for the human activity. Is it in the process designer?
silver_angel |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | Yeah, It is in process designer. Please see the attached image for more details.
Regards, Bineesh E Raghavan
|
| | | | Senior Member
       
Group: Forum Members Last Login: Tuesday, March 18, 2008 Posts: 9, Visits: 44 |
| | Hi there, I've already insert path at the Custom Document View URL. But it still didn't work. Is this the right way to insert the path (C:\ProgramFiles\.....). 
It still show as below: 
silver_angel
|
| | | | Junior Member
       
Group: Forum Members Last Login: Thursday, July 17, 2008 Posts: 5, Visits: 239 |
| | Hi, Make sure you have selected "Yes" in the property "Show Custom Document View window " of the activity.
Thanks & Regards, Sameena |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| Hi Angel, I’ve observed that you are using physical URL in the properties. You need to use virtual path. So please change the physical URL to virtual URL.
Regards, Bineesh E Raghavan |
| | | | Senior Member
       
Group: Forum Members Last Login: Tuesday, March 18, 2008 Posts: 9, Visits: 44 |
| | This is the setting that i've set in the notification content: 
This is the result shows: 
silver_angel
|
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, June 04, 2008 Posts: 131, Visits: 423 |
| Hi, Given below are the Steps required if It's BPM.NET 2006 or BPM.NET 2007
BPM.NET 2007: 1) Set the URL in "Custom Doc view URL" property using http path (e.g: http://[pathforaspxpage] ?listitemid=0 the listitemid=0 will get replaced by listitemid=[actual id]. The list item id should be used only in you are using Sharepoint Accelerator 20072) In the new ASPX page you can retrive the information by :
Custom document view which can be used to post the workflow information to another page.The post to page can be set using the "Custom Document View URL" property of the action.Following data can be retrieved using the Request.Form[""]in the post to page. application, workflow, executionid, executiondetailsid, workitemid BPM.NET 2006 To make use of Custom document view URL you need to make some changes in AddInprovider table as well. Please get in touch with support if you need help in this. 1) Set the URL in "Custom Doc view URL" property using
|
| |
|