Managed metadata columns in document information panel with multiple content...
Hi everyone, The problem I have is that for custom content types not all managed metadata columns are displayed in Document Information Panel (DIP) for the document in the Office client application....
View ArticleSend a Document to Record Center via Client Object Model.
Hi,Is there a possibility to send a document to Record Center using the CSOM?Server side I can do this for example:OfficialFileResult result = OfficialFileCore.SubmitFile(web, fileInput,...
View Articlecustom field html button that show display form of item
Hi ,I would like to create a sharPoint custom column which contains a button that redirect user to the display form of the item.How to reach my requirement ?Thanks
View ArticleDialog Custom fba login form
HI,After building a custom fba login form an config the web application to use it is there any way to open it in dialog mode?It's a small form with two text boxes and a login button so i need a small...
View ArticleGet Document Library's Managed Metadata Field Default Value
Hi All,I need help to read default value of managed metadata field of a document library using powershell. I am able to set default value in powershell and can view default value in doc library...
View ArticleSharePoint 2013 DMS
We came across unusual DMS requirements from a customer as below. 1. If documents has multiple versions, one version could be a .doc and next version could be .xls. It mean User can check-in a document...
View ArticleCentral Admin is giving blank screen
Hi,after installation of SP2013 in my dev environment, i am getting blank page while browsing central admin.i have tried all suggestions given blogs1. psconfig.exe -cmd adminvs -unprovision 2. enable...
View ArticleSharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts...
I am new to sharepoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edtion to create app and web parts for sharepoint 2013?
View ArticleDocument Set custom content type - welcome page missing
Sharepoint 2013. 404 error on welcome page for a following content type based on document set:<?xml version="1.0" encoding="utf-8"?><Elements...
View ArticleGet parent folder using client object model
In my program, I have information about list item:List list1 = ctx.Web.Lists.GetByTitle("testLib"); ListItem listItem = list1.GetItemById(3); ctx.Load(list1); ctx.Load(listItem, w...
View ArticleMaking Sharepoint Online 2013 responsive to display size
Hi,We are currently operating SharePoint online E1 and want to develop the teamsite to be responsive to display size.We are not having much luck in finding a way forward on this.Can anyone help?ThanksViv
View ArticleHow to dynamic modify MenuItem custom action in SharePoint-hosted app
There is a MenuItem custom action in SharePoint-hosted app,<UrlAction Url="OtherServerURL/Default.aspx?SPListItemId={ItemId}&SPListId={ListId}" /> the OtherServerURl in urlaction is not a...
View ArticleSolution Options
I wanted to create a site definition 'Department Site' which users need to create sites.(I used site definition as there is an event handler associated which pushes some data to a list)Currently the...
View ArticleContent Type not displaying for some documentsets and is displaying for...
HI The Content Type is not displaying for some documentsets but its is is displaying for other documentsets in the same library.Has anyone else come across this issue?Thanks in advance.
View ArticleREST __next endpoint /w Duplicate ListItems
Using REST connection with $top=20&$orderby=yearThe problem occurs when the next 20 is fetched using the json.d.__next endpoint.Some of the ListItems are sent again by SharePoint, resulting in...
View Article“Person or Group” Field in List instance (Schema.xml)
hi all, I created new List instance and I added new Field Employee to the list instance. The Employee field in the Schema.xml is like:<Field Name="Person"...
View ArticleNeed help with script editor
I have this code to create a mega menu. I added it in a script editor on a site but it looks like the .css is not working. Can someone advise? I got my examples...
View ArticleCall SharePoint Service Application from jQuery?
Hello!Our customer want a highly customizable and personalizable first page on their SharePoint based intranet, and because of the high number of users (more than 25.000) we opted for a custom service...
View Articleview not updating in event receiver
I have created a C# SharePoint 2010 Non-sandboxed project that implements the ListAdded event receiver. What I want to do is to check the new document library and add a number of site columns to it...
View ArticleSharePoint Hosted App - No Styling
I just started learning about creating SharePoint Hosted Apps for SharePoint 2013. I was able to create and deploy a Hello World app but when I open the app, the entire page shows no styling. My app.js...
View Article