Sempronio
Guest
|
Posted:
Tue Dec 21, 2004 7:34 pm Post subject:
Programmatically creating tasks |
|
|
Hi all,
I'm developing a workflow webpart/add-in for SharePoint, and need to
programmatically create/assign tasks with a specific title/description to
specific users/groups. I didn't find any info to do it from code (.NET,
either C# or VB.NET is ok). Do you have any info? The only place where I
found the data of the sample tasks I created (from the browser) for a user
is the UserData table in the SP's SQL Server database...but I don't like the
idea to write directly to the DB, as I don't know the structure of that
table, and what I'm supposed to write, exactly. Isn't there any object model
that allows to create/assign tasks more easily, and in a safer way?
Thank you for your help,
- sempronio |
|
Mike Walsh
Guest
|
Posted:
Thu Dec 23, 2004 1:32 pm Post subject:
Re: Programmatically creating tasks |
|
|
This is the newsgroup for SharePoint Team Services version 1.0 (2001).
Windows SharePoint Services is at
microsoft.public.sharepoint.windowsservices
Windows SharePoint Services programming is at
microsoft.public.sharepoint.windowsservices.development
SharePoint Portal Server 2003 is at microsoft.public.sharepoint.portalserver
I suspect you should be looking at posting to one of those. (Probably one of
the latter two) - STS doesn't have webparts.
Mike Walsh, Helsinki, Finland
STS FAQ at http://www.collutions.com/Lists/FAQ
WSS FAQ at http://wss.collutions.com
Please post questions to the newsgroup only.
"Sempronio" <t@p.com> wrote in message
news:eDVxd.318077$b5.15455856@news3.tin.it...
| Quote: | Hi all,
I'm developing a workflow webpart/add-in for SharePoint, and need to
programmatically create/assign tasks with a specific title/description to
specific users/groups. I didn't find any info to do it from code (.NET,
either C# or VB.NET is ok). Do you have any info? The only place where I
found the data of the sample tasks I created (from the browser) for a user
is the UserData table in the SP's SQL Server database...but I don't like
the
idea to write directly to the DB, as I don't know the structure of that
table, and what I'm supposed to write, exactly. Isn't there any object
model
that allows to create/assign tasks more easily, and in a safer way?
Thank you for your help,
- sempronio
|
|
|