| | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 4:42 AM Posts: 59, Visits: 154 |
| | Hello Do you have Stored procedures in BD? For example, i need extract data from blob-type cell with local variables or with sharepoint data. Did you have mechanism for it? Can you help me? Thanks! |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, April 10, 2008 Posts: 23, Visits: 38 |
| | Hello, There are no stored procedures available for retrieving Workflow data, you can use Skelta APIs or directly query the related Skelta tables for retrieving the workflow data. Another option will be to use the WorkItemFormBase implementation which can also be used for updating user databases with workflow information Regards, Roni |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 4:42 AM Posts: 59, Visits: 154 |
| | But I have a problem: variable stores in blob-type cell (255 symbols) and its value stores from 24-th symbol (for example string variable with value '12345') Work with it is inconveniently |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, April 10, 2008 Posts: 23, Visits: 38 |
| | Hello, You will need to implement the WorkItemFormBase, this could be used for storing the workflow related data in custom database tables. Regards, Roni |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 4:42 AM Posts: 59, Visits: 154 |
| | Hello Where I can see IWorkItemFormBase? I don't find it... Thanks |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, April 10, 2008 Posts: 23, Visits: 38 |
| | Hi, Attached is a sample implementation, which can be used for saving Workflow specific information to custom database or logs. Step1: After creating the customized class you must compile it and copy the dll in the \Bin folder of the Skelta installation folder (C:\Program Files\Skelta\BPM.NET 2007\Bin) Step2:Add a row in the SKAddInProviders table, with the name "FormProvider", specifying the Type as "Form" and providing the class name and path of the Dll Regards, RSimon
|
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 4:42 AM Posts: 59, Visits: 154 |
| | I compiled this project without changes Add row in table but have error: System.Exception: Could not load property: ChannelSelection.(Error while loading the channel collection for application -Reglament, workflow -Cafedra, [AddinProvider] Could not create instance for BPMActivityMapClass from assembly C:\Program Files\Skelta\BPM.NET 2007\bin\SkeltaBPMActMap.dll) |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, April 10, 2008 Posts: 23, Visits: 38 |
| | Hi, Please re reference the Skelta Assemblies and try. Hope you have the correct entries in the add in provider table. Regards, RS |
| | | | Supreme Being
       
Group: Forum Members Last Login: 2 days ago @ 4:42 AM Posts: 59, Visits: 154 |
| | I did this, but it not works 1) I compiled project without changes (SkeltaBPMActMap.dll) 2) I copied this dll to C:\Program Files\Skelta\BPM.NET 2007\bin 3) I added row to "SKAddInProviders" table: Form FormProvider NULL BPMActivityMapClass bin\SkeltaBPMActMap.dll NULL False False False 24.03.2008 9:23:054) after that I restarted server and saw same error What I did incorrect? Thanks |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, April 10, 2008 Posts: 23, Visits: 38 |
| | Hi, As I mentioned earlier, please add reference for the skelta assemblies (Skelta.HWS, Skelta.HWS.WorkListChannel.Web and Workflow.NET.NET2). Also add the complete class name (Skelta.HWS.WorkListChannel.Web.BPMActivityMapClass) in the SKAddinProvider Table. Regards, RS |
| |
|
|