kai-fiegenbaum.de
How to set the default ContentType at a Library at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/2011/12/22/how-to-set-the-default-contenttype-at-a-library-2
Net, SharePoint and Nintex. How to set the default ContentType at a Library. Categories: .Net c#. Get All ContentTypes of the List. List SPContentType ctl = new List SPContentType ();. SPContentTypeCollection collection = list.ContentTypes;. Iterate over all ContentTypes of the List and compare your CustomContentType with all existing ContentTypes of the List. Compare the Name, not the ID. Your CustomContentType has to be added to the List programmatically first. The complete Method looks like this:.
kai-fiegenbaum.de
Technik archive at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/category/technik
Net, SharePoint and Nintex. Archive for the 'Technik' Category. Nintex Maintenance Best Practices. Bei jedem Nintex Workflow werden folgende Einträge in der ContentDB erzeugt:. Zeilen pro Action, die ausgeführt wird. Zeile pro TaskAction (Request Approval). Zeile für jeden Approver, der einem Task zugewiesen wird. Zeile für jede Delegation eines Tasks. Außerdem wird für jede Action ein Item in der Liste NintexWorkflowHistory erzeugt. Mit diesem Tool (NWADMIN.exe) sollten Sie folgende Dinge durchführen.
kai-fiegenbaum.de
.Net c# archive at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/category/net-c
Net, SharePoint and Nintex. Archive for the '.Net c#' Category. How To modify the DefaultView of a List. Categories: .Net c#. If you want to modify the DefaultView of a programmatically created list you have to know a bagatelle . First i tried it this way:. ListDefaultView.ViewFields.Add(list.fields.GetFieldByInternalName( internalName );. And nothing happened at all. So, knowing this, what you have to do to make it working is the following:. Get the Instance, modifiy it, and safe it. This is necassary i...
kai-fiegenbaum.de
Nintex Maintenance Best Practices at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/2011/04/01/nintex-maintenance-best-practices
Net, SharePoint and Nintex. Nintex Maintenance Best Practices. Bei jedem Nintex Workflow werden folgende Einträge in der ContentDB erzeugt:. Zeilen pro Action, die ausgeführt wird. Zeile pro TaskAction (Request Approval). Zeile für jeden Approver, der einem Task zugewiesen wird. Zeile für jede Delegation eines Tasks. Außerdem wird für jede Action ein Item in der Liste NintexWorkflowHistory erzeugt. Mit diesem Tool (NWADMIN.exe) sollten Sie folgende Dinge durchführen. Verbose -batchSize 500 -state complet...
kai-fiegenbaum.de
How To modify the DefaultView of a List at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/2011/12/22/how-to-modify-the-defaultview-of-a-list
Net, SharePoint and Nintex. How To modify the DefaultView of a List. Categories: .Net c#. If you want to modify the DefaultView of a programmatically created list you have to know a bagatelle . First i tried it this way:. ListDefaultView.ViewFields.Add(list.fields.GetFieldByInternalName( internalName );. And nothing happened at all. So, knowing this, what you have to do to make it working is the following:. Get the Instance, modifiy it, and safe it. Subscribe to the comments on this post.
kai-fiegenbaum.de
SharePoint 2007 archive at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/category/sharepoint-2007
Net, SharePoint and Nintex. Archive for the 'SharePoint 2007' Category. Categories: .Net c#. I`m searching this site every time i have to create a complexer formula. So this time, i thought, i put it in my blog as a reminder. Http:/ msdn.microsoft.com/en-us/library/bb862071.aspx. If you think of I18N and Solution Deployment, this is really a thing, microsoft should standardize. Subscribe to the comments on this post. Categories: .Net c#. Ein Workflow ist die technische Abbildung eines Arbeitsprozesses.
kai-fiegenbaum.de
SharePoint Formulas at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/2011/06/03/sharepoint-formulars
Net, SharePoint and Nintex. Categories: .Net c#. I`m searching this site every time i have to create a complexer formula. So this time, i thought, i put it in my blog as a reminder. Http:/ msdn.microsoft.com/en-us/library/bb862071.aspx. If you think of I18N and Solution Deployment, this is really a thing, microsoft should standardize. Subscribe to the comments on this post. Net c# MailMessage SmtpClient send Mail. Responses to “SharePoint Formulas”. Feed for this Entry. Jul 13th, 2011 at 11:29 pm.
kai-fiegenbaum.de
Curriculum Vitae at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/curriculum-vitae
Net, SharePoint and Nintex. This post is password protected. To view it please enter your password below:. Subscribe to the comments on this post. Net c# MailMessage SmtpClient send Mail. Net, SharePoint and Nintex is powered by WordPress 3.0.4. And Redoable 1.0.
kai-fiegenbaum.de
admin archive at .Net, SharePoint and Nintex
http://www.kai-fiegenbaum.de/index.php/author/admin
Net, SharePoint and Nintex. Author Archive for admin. How To modify the DefaultView of a List. Categories: .Net c#. If you want to modify the DefaultView of a programmatically created list you have to know a bagatelle . First i tried it this way:. ListDefaultView.ViewFields.Add(list.fields.GetFieldByInternalName( internalName );. And nothing happened at all. So, knowing this, what you have to do to make it working is the following:. Get the Instance, modifiy it, and safe it. Categories: .Net c#. This is ...