VBA to insert record to an existing SharePoint list
Hi! Could anyone please help me with this issue?I'm trying to add a record to an existing list on SharePoint using VBA. I run my code but nothing happens.Sub Add_Item() Dim ListName As String Dim...
View ArticleArchive ListItem with Version History
Hi All,There is a requirement to move list item from Source list to Archive list along with Version History. I am looking for code samples or recommendation to take it forward. If we have use SPExport...
View Articleimport pictures with user profile service from AD
Hello,I have user profile service which is importing everything from Active Directory but not pictures how can import pictures with from AD ?Thanks,
View ArticleThis workflow cannot be imported because it was created in SharePoint...
Hello everyone. I am getting this error when attempting to move minor workflow changes from mirror SharePoint development / production environments and hoping someone can help me."This workflow cannot...
View ArticleSharePoint page not opening properly in IE version 7.0 and 8.0
Hi ,I using SharePoint 2010, i crated a page and in that i put some scripts and jquery.IE newer version 9.0 and 9+ are working fine. but in older versions my scripts and jquery are not working...
View ArticleRBS Third Party Provider with Sharepoint
Our SharePoint content database size is increasing day by day...we are assuming it will reach upto 1 TB. currenty the size is 136 GB. We are launching the application in different location. My company...
View ArticleOracle - SharePoint 2010 Integration Recommendations/Best Practice
Hi,The client has running oracle based application wherein :-1) A SQL query is fired to a view2) The view actually queries different tables (count=10) and fetches the data of different columns.3) In...
View ArticleIs download for sharepoint Client API for VBA available
I'm trying to find the link to download and install SharePoint API for client onto my local computer.I have windows 7 and we are supporting Sharepoint 2010 and 2013.Does an API exist that I can access...
View Articleadd discussion board webpart programmatically to page
Hi,I'm trying to add a webpart programmatically to a webpage.Overally, it works well but I'm experiencing a weird issue when I'm trying to "embed" a discussion list into a page.Usually, when I add...
View ArticleFetch the Group permission level and assign to listitem
Hi,I have a SPGroup. I want to find the permission of the group using C#? How to achieve this?I am trying to assign the Group permission to a list item.I have used the below code, but not sure, if it...
View ArticleTerm Store Metadata Not Restored
Hi Friends,I have recently Upgraded My SharePoint farm to 2013 Enterprise .After Upgrade I had issues starting the managed Meta Data Service Application. I was getting the error : The Managed MetaData...
View ArticleSharePoint 2010 Update list after running workflow
I have workflow to increase the ID by 14500 to a new field when creating a new record. Then when I go back to the list the value is blank until about 10-15 seconds the value get updated. It is...
View ArticleVisual Studio 2010 and SharePoint Foundation 2010
From a development perspective, if I have a Windows 2007 Operating System and download Sharepoint Foundation 2010, can I develop web parts using Visual Studio 2010? Are there other components I...
View ArticleGeneric Dotnet Webpart for displaying, adding, editing, delete, saving list data
Guys, I have developed dotnet webparts for connecting to list\s to show , add, edit , save , delete lists items several times over the years. Now I am thinking if there is a generic dotnet webpart...
View Articleworking with collections in powershell
Hi,I'm struggeling with collections in Powershell in general. I have a variable of type SPWebCollection created and want to add 1) a single SPWeb - Object 2) another collection of SPWeb - ObjectsCan...
View ArticleSPServices SPDisplayRelatedInfo jquery
I modified have my newform.aspx to have the $().SPServices.SPDisplayRelatedInfodetails of related information is also a lookup, when I choose the columName from the dropdown, it has a hyperlink.What I...
View ArticleRichTextBox Description HTML Issue in web part
Hii created a list and a column name description and selected type of column multi line text box with rich text box option,actually client wanted to insert picture ,apply different styles to the...
View ArticleFiles Count of Folder in the Excel
Hi,Our requirement is to export folder names and respective files count of the folders into the excel.These folder names are available in one of the list under the column Title.For this i have written...
View ArticleCan I setup unbounded asp:TemplateField in asp:GridView
Hi,I wanted to create gridview that the users can update the value within grid. So, I have " <EditItemTemplate>" and <ItemTemplate> as shown below.If I bind the grid to a datasource, is...
View ArticleUpdating a multichoice column of an item
Hi,I have a multi-choice column in a sharepoint list.The choices being: Choice 1,Choice 2,Choice 3,Choice 4.I tried creating a visual webpart, where in i'm trying to update the column programmatically,...
View Article