“DTD is prohibited” error when accessing sharepoint 2013/office365 list (but...
I've been getting a list of folders and files from Sharepoint (on Office 365) by using the following C# code...... var folders = ListFolders(libraryName, clientContext, web); ... public...
View ArticleLogging information from one SPlist to another
I am trying to create a list that takes the "Finished" items under the Status column of a list and copies the Title and "assigned to" details and adds these information into a new list. I came up with...
View ArticleHow many web parts on one Wiki-page Sharepoint 2013
How many web parts can be placed on a wiki page? I tried 3 but that did not work.
View Articlesharepoint 2013 modal dailoge (application page) hide 'X' or close button
I wants to hide or remove 'X' (close button on top right) from SharePoint 2013 .aspx page which opens in modal dialoge.I know how to pass false in showClose in Modal dialoge, but want close from...
View ArticleRetreive Social Tags of Current User by using REST API
Hi All,Just wondering if it is possible to retreive all tags and Notes Information of logged in user through REST ? I know that we have SocialTagManager in Server Object Model, however I didnt find on...
View ArticleLink to document not opening document in browser or client app
hi All,i am using office 365 e1, i have aspx page on which we are fetching link of document and showing using CSOM. when user click on link instead of opening in client app or browser it is...
View ArticleJquery mega menu in Sharepoint 2013 two rows overlap
I use the jquery mega menu in a SharePoint 2013 site. Because there are a lot of menu items I do get two rows of the menu. the two rows overlap a bit which does not look very nice. I tried some css...
View ArticleHow to create sharepoint 2010 workflow using sharepoint designer
Dear team,How to create SharePoint 2010 workflow for approval process of template library using share point designer 2013
View ArticleWorkflow error - A response was returned that did not come from the Workflow...
I am trying to add an item to a list whenever is document is added to a library with a custom contenttype flag set. My workflow is: If CurrentItem:AuditorView = Yes Create Item in AVLinks (Output...
View ArticleHow get the Task Parent of a Task Item from a SharePoint Task List using REST?
Hello I'm using REST to get all fields from a Task Item in a SharePoint Task List. http://sharepointdesa.aaa.bbb/_api/Web/Lists(guid'24024bd8-6d65-4e20-862c-d54d640d37fa')/Items(3) In the JSON...
View ArticleShareponint 2013 / Office 365
Hello,I have developed a SharePointhostedappandwould like to knowhow to put aclientapppart inmasterpage, especially in the quicklauncharea. Or if not possible what can i do to put custom controls on...
View ArticleCan someone tell me how to use...
Hi,I am successfully using ObjectSharingInformation.GetObjectSharingInformation to get AnonymousEditLink property but I can't figure out how to use the same function to get AnonymousViewLink property...
View ArticleUser Profile Migration issues
I am facing strange problem while doing user profile service migration from SharePoint 2010 to SharePoint 2013.I have used database attach process to upgrade from SP2010 to...
View Articleyahoo signout fails SharePoint 2013
We are using SPO and encountered this issue when trying to logout using Yahoo. The signout happens fine with all browsers, except for IE. Somehow, the cookie still persists for the user and the next...
View ArticleDeploy Provider-hosted App
Hi, I'm trying to deploy an Provider-hosted App on my SharePoint 2013 on premises. I followed all of the Microsoft best practices. When I try to "trust it" my app, i get the following error (in the...
View ArticleNot able to open SharePoint Designer 2013 Workflows in SharePoint Designer 2013
Hello,I am working on client project where client IT team had created SharePoint 2010 and 2013 designer workflows using SharePoint Designer 2013. Now we have to do some enhancements in those workflows....
View ArticleDesign Decision for Workflow
Hi all,When to go for third party workflow products? and When not to go for third party workflow products?is it still applicable choosing third party workflow products as SP2013 introduced new features...
View ArticleWhat is the purpose of Microsoft.SharePoint.Runtime.dll in CSOM?
I know we need to use Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime dll's reference in .NET managed CSOM application development. But can someone help me understand why we have to...
View ArticleExternal images are not displaying in RDLC report
I need to add an external image in my RDLC report. My issue is the image has to come from an external site URL. I passed the URL using report parameter, but doesn't show any output. However, if I pass...
View Articlehow to put Form tag inside PlaceHolderUtilityContent
I created a page layout (using design manager), and my design has <form> tags in it<form><!-- code --></form>and Ive read that HTML file cannot contain <form> tags here...
View Article