Using Visual Studio at provision time, you can set the properties in the list’s Schema.xml: <Field Name=”SomeField” ShowInDisplayForm=”FALSE” ShowInNewForm=”FALSE” ShowInEditForm=”FALSE” ShowInViewForm=”FALSE”></Field> Though, if you later need to update these properties for an already deployed field, you can do this using JavaScript (JSOM). Just navigate with your browser to any list in the site, open the console and run: […]
Programming
3 posts
Applies to: SharePoint 2013, SharePoint Online (Office 365) wave 15 and 16. As you probably already know, you can set one field at a time to be unique. If you require records to be unique based on more columns, there’s no build in way of checking this option either in UI or declaratively, and while […]
If you’re customizing your SharePoint groups from C# code, like creating role definitions, sharepoint groups and role assignments, you’re likely that you need to put those new groups in the left navigation area, also called Group Quick Launch so that users can add users / AD groups to them when going to Site Settings -> […]