Attach file to list item using HTML and Javascript
Hello everyone,I recently started working with sharepoint and am still learning how things work. I have been trying to attach a file alongside a list item programmatically to no success, similar to...
View ArticleSetting default values for first row in InfoPath Repeating tables or sections
I have to display default value only on the first few rows (example: first 5 rows). All the subsequent rows created by the user should not display the default values. How to achieve it? Please...
View ArticleHow to check extension of choosing picture in SP 2013 Picture Library
Hi, I need to check pictures extension when user has chosen picture and try to upload it into picture library. I've found the way to edit master page with js script, but i haven't to edit master page....
View ArticleRetrieve EndDate from SharePoint Calendar with Recurring Events REST API...
Hi,i am trying to retrieve start time and end time values from my events calendar for items with recurring events. The start time is fine. But where i have a problem is with the endDate. it shows up...
View ArticleSharePoint Reusable Workflow
Hi,What is the difference between Reusable Workflow and Site Collection Reusable Workflow.Second,Scenario, I am having 500+ Sub sites under my site collection. I am having one template site, using...
View ArticleProblem Using "Call Http Web Service" to Determine Workflow...
I am trying to use the "Call Http Web Service" to find out who is the Manager of a workflow initiator by using information from AD. I have tried following reference that I can find in both TechNet...
View ArticleTrying to control the QuickEdit grid - need to get two solutions to work...
I followed the instructions on http://www.codeproject.com/Articles/813090/Master-detail-with-JSGrid to try and create a parent-child edit form of a list in SharePoint.I set the parent-child web parts...
View ArticleIntegrating Sharepoint 2013 with HANA database
We have a SQL database which is getting migrated to HANA.We need to integrate Sharepoint 2013 web application with HANA and perform CRUD on HANA database from Sharepoint 2013 interface.Can you please...
View ArticleCustom Master Page with Code behind in SharePoint 2013
Hi All,I want to create the Custom Master Page in Sharepoint 2013 with Code file in it.Is it possible to create? if YES the how i can achieve it??PD
View ArticleDocument deault metadata should not come
Hi,I am uploading a document into my sharepoint library, this document is having certain metadata fields.how to get rid of these metadata fields while uploading this document, they are coming into my...
View ArticleCreate a complex survey with SharePoint 2013
Hello there,I have been trying to design a survey with SharePoint 2013. The "Survey" application is good but not good enough for what I am trying to achieve. Indeed, I would like to provide the...
View ArticleHave MasterPage inherit a dll
We have a custom DLL that we need to have our master pager inheritIn previous versions of SP we would just add this:<%@Master language="C#" Inherits="WPManager.WPEvents,WPManager, Version=1.0.0.0,...
View ArticleShow a DOT NET application page in Sharepoint site- dataview webpart
Hi,We have a dot net application running in PROD, we need to show one aspx page from the dot net application in the company's sharepoint site.The client does not want to migrate the page as a...
View ArticleExcel Services
Hello All,I have a requirement which required to save the data from excel to the external database with the use of excel services.We have task list into the SharePoint and each task into the SharePoint...
View ArticleSharepoint 2013 - developing from programmer's station
Based on Microsoft original recommendation for development architecture, our Sharpoint development team develops Sharepoint solutions directly on a Sharepoint server.However, if understood correctly,...
View ArticleCreate Sharepoint 2013 List item using PowerShell and REST API
$url="http://server/sites/PaySllips/_api/lists/GetByTitle('Pay Slips')/items" $url1="http://server/sites/PaySllips/_api/contextinfo" #to get request digest #$credentials=Get-Credential #getting request...
View ArticleSharepoint list form printout
Hello,Is there a way to create a print form button that basicaly prints out all the information only inside the webpart area where the item display form is? The only 3 solutions to the issue i have at...
View ArticleShare content across pages
Using SharePoint 2013 Enterprise for a Publishing site.If I have a piece of content (row from a list), how do I display a different view of that content on different pages? e.g.On the homepage I might...
View ArticleAdd "Find By Document ID" Webpart programmatically
Hi all,I have an app that generates SharePoint pages and adds webparts dynamically using the xml definition of the webpart in the format like below"<webParts>" + "<webPart...
View Article