| | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 04, 2008 Posts: 21, Visits: 51 |
| | Hi all, First, thanks Skelta team for their support. I added Workflow.Net.Web.Report.Report control to my aspx page. when running this page I get the null reference exception. Is there any mandatory fields should be set? |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | Hi, "Application Name" is the only mandatory property.
Regards, Bineesh E Raghavan |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, June 04, 2008 Posts: 131, Visits: 423 |
| Hi, For reporting purpose you should be using the BAM control (BPM.NET 2007).
Skelta.BAM.UserControls.BAMControl bam = new Skelta.BAM.UserControls.BAMControl(); bam.ApplicationName = "YourApplicationName"; bam.ID = "BAM"; PanelBAM.Controls.Add(bam);Regards,
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | Hi, Could you please let me know which version of product are you using? a) Workflow.Net 2004/R2 b) BPM.Net 2006 c) BPM.Net 2007 I assumed you are using Workflow.Net 2004/R2 and replied to you in earliest post.
Regards, Bineesh E Raghavan |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 04, 2008 Posts: 21, Visits: 51 |
| | | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 10:47 AM Posts: 144, Visits: 610 |
| | Hi, Even in BPM.Net 2006, the "Application Name" is the only mandatory property. It will show you all the workflows executed by all the actors, i.e. Administrator mode. OR If you want to see the workflows executed by specific user, then you can set any one of the below properties: UserIdInteger -> If database field is of type "int" UserIdGuid -> If database field is of type "uniqueidentifier" UserIdString -> For all other database field types.
Regards, Bineesh E Raghavan |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, June 04, 2008 Posts: 131, Visits: 423 |
| If you are using 2006 you should use the BAM control. Regards,
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 04, 2008 Posts: 21, Visits: 51 |
| | thanks very much, it work now. |
| |
|
|