append to text vaue using Javascript Client Object model
Hi,How do I retrieve the value of "append to existing text" values from a multiple line text field using JavaScript Client Object Model?can anyone provide me code help with this?Thanks
View ArticleHow to make event popup for calendar?
Hi,How do I make it so when they click on the event it makes a popup of the event similar to this:http://getsp.sbisite.com/SBI/hr/Lists/Calendar/calendar.aspxThanks,Jack
View ArticleIntegration of existing ASP.net MVC4 application with SharePoint 2013
Hi,We have a requirement to integrate existing ASP.net mvc4 application with Sharepoint 2013. Customer already has a Web portal developed in ASP.net mvc4 framework which is used to display both static...
View ArticleChange forms for Task list
How can I change the default forms for newly created task lists?I've added a column to the Content Type "Task" and now I'd like update the "new", "edit", and "display" forms to add this column. I can...
View ArticleSharePoint Online (Office 365) create site problem
Hi, I ran into a problem when programmatically creating a new site in SharePoint Online. I try to run it from a webpart. On-premise everything is working like a charm, but when i deploy it to...
View ArticleThree State Workflow not working
I just started read and learn SharePoint Workflows on SP 2013. I tried to create a simple workflow on my standalone Dev machine for a Tasks list. It didn't work and the status never changed when...
View ArticleSharepoint 2013 Online - How do I move an Application from Development Site...
Hi,I developed an application in the Development Centre Site Collection I set up. Great App works fine. Now I need to move it to another site collection. I thought I could just take the WSP package and...
View ArticleSimple Sandboxed Solution won't reactivate if scoped to Web from Solutions...
Hi All,I've got a bizarre problem which is really confusing me and I'm hoping somebody could help please?I've created a very simple Sandboxed solution in VS2012 - empty SharePoint Project with one...
View ArticleChanging the text colour for App titles, subpages and usernames
I have changed the colour of the upper suite bar to be blue and I have moved the site title to be inside this suite bar.But currently I need to change the username text colour to be white and I need to...
View ArticleRemove an item from SPFieldLookupValueCollection
I have a multilookup column "Employee". i wanted to remove one value from the column if some specific condtion is true. Below is the code: public override void ItemUpdated(SPItemEventProperties...
View ArticleSlideShow Web Part
Hello! How can I fix the image size in a "Picture Library Slideshow Web Part" ?? Without code JavaScript ?? Thank you!!
View ArticleGlobal Navigation branding sharepoint 2013
All,I am branding sharepoint 2013 site for one of our clients and one of the requirement is to show global navigation below titlerow(like it is in sharepoint 2010). I have custom master page but not...
View ArticleLoad control template from 14 hive in SharePoint 2013
Hello. I've a problem with Solution migration to SP2013. My solution instaled in сompatibility mode (hive 14). Solution creates a Custom Content Type. Template locates in...
View ArticleThe name 'Request' does not exist in the current context
I used the following code the get the url of privouse page/view. It works well in SharePoint 2010 with reference to the system.web namespace.prePage = Request.QueryString["source"]; if (prePage ==...
View ArticleEnabling and Disabling Minimal Download Strategy in sharePoint2013
Hi Team,Currently i am using Sp2013, Every time its appending "_layouts/15/start.aspx" due to Minimal Download Strategy feature. how to deactivate this Minimal Download Strategy through programming.i...
View ArticleReplaceContent strange behaviour
Good day!I have a feature with module which used for css files:<Module Name="LayoutsModules" Url="_catalogs/masterpage" RootWebOnly="TRUE" Path="ComposedLook"><File Type="GhostableInLibrary"...
View ArticleHow to check whether current user is site collection administrator using...
Hi,How could I get to know is the current logged in user is Site Collection Administrator using Javascript?Please help me to get rid of the above issue.Thanks in advance,Kalpesh
View ArticleHow to install Sharepoint Designer 2013?
When I try to install SP designer 2013 an error occurs:Is it a joke? How to fix that?Thanks for your help.
View ArticleHow to get list items from folder using REST API
Hi,I want to retrieve list items from particular folder within SharePoint list.Using following code var camlQuery = new SP.CamlQuery(); camlQuery.set_viewXml('<Query></Query>'); //Sample...
View ArticleREST from a SharePoint hosted App using JSOM to read a list in a DIFFERENT...
I'm struggling to find a resolution for this and am hoping somebody can help please? If I debug against my top-level site (ie - set my site url to 'http://mysharepointserver/") and use JSOM to bring...
View Article