www.skelta.com
Home      Members   Calendar   Who's On

Welcome Guest ( Login | Register )
      

Home » BPM.NET 2007/Sharepoint Accelerator 2007 » BPM.NET 2007/Sharepoint Accelerator 2007 » Application Development » ASPX help


ASPX helpExpand / Collapse
Author
Message
Posted Tuesday, February 05, 2008
Senior Member

Senior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior 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

Post #479
Posted Tuesday, February 05, 2008
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #480
Posted Wednesday, February 06, 2008
Senior Member

Senior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior 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
Post #482
Posted Wednesday, February 06, 2008
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

  Post Attachments 
CustomDocumentViewURL.JPG (101 views, 34.16 KB)

Post #483
Posted Wednesday, February 06, 2008
Senior Member

Senior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior 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

Post #484
Posted Wednesday, February 06, 2008
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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

Post #485
Posted Wednesday, February 06, 2008
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #486
Posted Wednesday, February 06, 2008
Senior Member

Senior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior MemberSenior 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

Post #487
Posted Wednesday, February 06, 2008
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 2 days ago @ 10:47 AM
Posts: 144, Visits: 610

Hi Angel,

 

Please see the post :: http://www.skelta.com/forum/FindPost486.aspx

Regards,

Bineesh E Raghavan

Post #488
Posted Wednesday, February 06, 2008
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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 2007

2) 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