SharePoint item added event receiver firing only for few users
Hello GuysI have got a problem with the one of the item added event receiver we deployed in production environment, It is firing only for few entries. After item added , event receiver need to move the...
View ArticleCaml query returning same value all the time
Hi All,I have a column name City which has different values Pune,Mumbai,Delhi etc and I have columns like population monthwise like JanCount, FebCount, MarCount etcI have created a caml query to return...
View ArticleSame JavaScript two time
In SharePoint 2010, I used https://jqueryui.com/tabs/ with CEWP for tabs. It's work and fine. But When I use same thing in 2nd CEWP (another tab line) , It doesn't work. Seem like if you use same...
View ArticleAuto Populate a SharePoint New Form with the next sequential number....
I'm trying to auto populate a SharePoint New Form field with the next sequential number for the same date.I'm trying to auto populate a SharePoint New Form field with the next sequential number. I'm...
View ArticleConvert script powershel to c#
Hello I have convert the script powershell to c# code:$web = Get-SPWeb "https://intranet.oursite.com/" $list =$web.GetList("/sites/test/Lists/Order") $view = $list.Views["ScriptTest"] $exportlist =...
View ArticleConsume custom SharePoint wcf service from SharePoint hosted app
Hi All I want to consume custom wcf service which is hosted in sharepoint from another site collection's app part.That mean want to consume vti_bin /service of one site collection from app part...
View ArticleImport share point list to excel return data is null (excel result empty but...
I have a share point list i want to export share point list to excel It cross to more than 5000 rows and it has consist of multi test drop down ,choices and No custom codeHow can i resolve this...
View ArticleTwitter Certificate Error
HelloOur public SharePoint was extremely slow. After going through the event logs I see this error message realated to Twitter: An operation failed because the following certificate has validation...
View Articleimplement spellcheck functionality in multiline textbox
Hi all,I have customized the sharepoint default new form.aspx page in the i added multi line text box field.Now when i enter anything wrong in that text box i need a right clcik and correct the...
View Articletimerjob to export to excel and email to uses
Is there any way to get an excel export from a SharePoint list and email to users in SharePoint 2010? We have a list which update weekly and I want to email all users in format of Excel
View ArticleHow to give greater than or equal to in Search API
/sites/my/_api/search/query?querytext=%27(ContentTypeId:0x01489534544341EDD* AND ListId:C694N7-C900-48BE-V1E3-5094087615F2 AND FYOWSNMBR>=2000)...
View ArticleHow do i send a Twitter direct message with a media file?
I'am using tweetsharp Library to Send a twitter direct message but not found a parameter for media although we Can upload media when we send message form twitter to any one of our followers. So Could...
View ArticleEnable Sharepoint Desktop Sites to Mobile Support
Team,I need a great help on developing the SharePoint sites on mobile. We have SharePoint sites which is running in desktop browsers. Now, we have to enable the sites on mobile and tablets. We have...
View ArticleLink two Infopath forms in one sharepoint list
I am currently striggled with this question for the last days, wondering how can I change Infopath form during submission of data. The final goal is to click "add new item" in a sharepoint list, an...
View ArticleMicrosoft.SharePoint.Client.ClientRequestException Error
I'm trying to upload a text file to a sharepoint 2010 site. I'm using the following code:Using stream As New MemoryStream() Dim writer As New StreamWriter(stream) writer.Write(line) writer.Flush()...
View Articleviewing multiple lists in one big list
following problem.I've got different lists created out of the same template list, so they all got equal columns.Every list displays a business case. Now the idea is to create an overall list out of all...
View ArticleProgrammatically move a document in a library to another site collection
I need to create an ItemUpdated event reciever on a documnt library that will detect when particular metadata value is updated on a document and move the document to a library in another site...
View ArticleWorkflow Question
Am I able to use sharepoint designer 2010 to create a workflow that will refresh the data connection in an excel workbook saved to my site as new entries are made on a sharepoint list? I have a...
View ArticleInsert column in multiple lists
Following Problem.I've got multiple lists, that are created through the same list template, so they all got equal columns but different entries.Now I need the opportunity to insert a additional column...
View ArticleAdding NewItem using SP Services in sharepoint 2010 for lookup,Choice field...
Hi all,I have scenario where in i have to add the data to the list using js and spservices for lookup field,Dropdown field and People Picker Field.The scenario is as below.I have two List say A and BA...
View Article