Browse by Tags
All Tags » worklist (RSS)
Showing page 1 of 3 (22 total posts)
-
In an effort to move forward (working around an issues I am having with the forms not appearing in the form library) I wanted to use the Process Portal Work List to view and complete my items.
I have created a simple form library and created a form with infopath saving it to the library and indicating ''Use InfoPath Client to ...
-
The outlook homepage idea actually works pretty well.
It would be ideal if you could only show the specific webpart instead of the entire page.
Cheers
H
-
How to delegate the worklist to a user through API (I am creating a custom task list using ASP.NET)?
I am able to redirect, release, and sleep. But not delegate through the APIs. Is this feature supported?
-
This is a sample of a wizard driven page workflow e.g. check-out process, call centre systematic help process, etc. The sample demonstrates how a solution can be built to direct a user through workflow steps without having to always return to the worklist.
This is very powerful to build solutions where the flow of which page to show and when ...
-
Hi all,
How can I connect between K2 destination users or worklist item report for users if I have not Active directory server but Novell.
Tanks Roi
-
Um, I'm going to paste together some separate bits of code, but hopefully this covers it: public Connection OpenConnection()
{
try
{
if (_K2ClientConnection == null)
{
_K2ClientConnection = new Connection();
ConnectionSetup ...
-
Hi guys, another (probably) silly question, please forgive me for that.
I just need some code to get a workitem list for an specific user (from there I can get the ID) from a winform Aplication in C#
We're making a custom application that displays the list in a form, and we're not sure on which is the best approach.
Probably is easy with the ...
-
Hi guys, another (probably) silly question, please forgive me for that.
I just need some code to get a workitem list for an specific user (from there I can get the ID) from a winform Aplication in C#
We're making a custom application that displays the list in a form, and we're not sure on which is the best approach.
Probably is easy with the ...
-
Does anybody have any advice on how to go about developing interfaces for worklist tiems in sharepoint when you use the standard worklist.
I like to develop my sharepoint interfaces as web parts, but how can I then pass the serial number to the web part, will I have to develop my own custom worklist web part to do this?
Any advice on this topic ...
-
See ''How to retireve the worklist of a user and open a worklist item'' in the documentation. Specifically, it talks about performing this activity using the SourceCode.HostClientAPI and SourceCode.Workflow.Client libraries.
Hope this helps
1
|
|