CAML Query for Neq or NotIncludes
Hello,I am working on a query for a webpart which would do the following:Pull all posts from a list that are Approved and does not equal EL, VOL, Fund or OP.I have the opposite of this working fine but...
View ArticleFetch data from on-premise site into SharePoint online site
Hi,We have a SharePoint online site where we use rest api to perform all the actions. We have a different site which is hostedon premise. Now there is requirement to fetch the on premise list data into...
View ArticleSOAP Returning null/undefined in edge browser.
Hi Please can any one , help on this , i am trying to get List items using soap query as below mentioned , getting data in IE10 , an chrome but in edge retruning null/undefined. can any one help on...
View ArticleLogon issue with SharePoint add-in
Hello,If have got an issue with my SharePoint provider hosted addin (implemented as an MVC site). In esscence everything works as expected, there is just one minor issue, if:- The user hasn't logged on...
View Articlechange logo based on credential user
Hello, I'm new in sharepoint. I would like to change the company logo based on the logged user credential (company group).I think I can do that from the master page using Sharepoint Design, but how?...
View Articledisplay/hide site action menu items based on user permission in sharepoint...
HI I have customized master page. currently all users are able to see all site action menu list items on home page.how can i display/hide site action menu items based on user login? i want to display...
View ArticleUpload SharePoint Online with Errors: File Not Found, and URL is not web...
Function Upload-FilesFromServer() { param ( [Parameter(Mandatory=$true)] [ClientContext] $Ctx, [Parameter(Mandatory=$true)] [string] $SourceFiles, [Parameter(Mandatory=$true)] [string] $TargetDocLib )...
View ArticleSetting Column Mandatory based on condition
Hi ,I have a SharePoint custom list in which I have few columns which have been set as required, when the columns were created. I am trying to add few more columns to existing list and have mandatory...
View ArticleSharePoint 2013 - Home page Progress bar
what is best way to implement progress bar on sharepoint home page while page loading?Thanks
View ArticleCan we apply authentication to list or document library ? if is it then how
Can we apply authentication to list or document library ? if is it then how
View Articleis it possible apply authentication to 100 people in sharepoint
is it possible apply authentication to 100 people in sharepoint
View ArticleQuerying AppWeb (remote web) URL from MVC controller in SharePoint Provider...
Hi,In my SharePoint Provider Hosted Add-In built on Asp.Net MVC 5, I can get the HostWeb URL through query string.Could someone please help me to query the AppWeb (remote web) URL from controller?Thanks.
View ArticleSet Site action menu based on user permission SharePoint 2013
following script works fine for admin users. whenever admin users login in site, it detects users permission and set username with site action menu item but it does not work with others users who are...
View ArticleCalculated column
I am using two columns and one calculated column - Column 1; Column 2; Calculated ColumnI need a formula that checks:1. If column 1 & 2 have same text values, update calculated Column as No Gap2....
View ArticleHow to Hide/Show fields based on CheckBox selection on NewForm.aspx ?
Hello Forum, I am using SharePoint Online O365, which means only JavaScript solutions will work for me with Script Editor on NewForm.aspx I have a very simple list which contains 3 YES/NO columns and...
View Articleworking with Stratus Forms Hillbilly Template in SP 2013 client side UI
has anyone used https://github.com/mrackley/HillbillyTemplate for customizing a new custom form for against SPLIST?i wanna have new custom with people picker control, date controls with validation,...
View ArticleDisplay the Quick Links
Hi All, Please can any one help on below scenario. I have to create custom list of quick links and display in a page. In the quick link user can able to sort the order .Here is my code but not able to...
View ArticleJavascript to redirect to new page on click of save button in custom list
Hi ,I have a custom list . I have few controls which are mandatory and on clicking on save, I want to save the data in custom list, but redirect the page to a custom page.I have tried the below in...
View ArticleSP2013-Average of Total Time Difference (Calc Column)
Hi:I have a listview with date and time fields, and a [Total Time] calculated field with a formula/formatting as follows:Columns: [Time In] and [Time Out]Formula: =IF(OR(ISBLANK([Time...
View ArticleSharepoint Left Navigation bind from list using Repeater Control
Hi,I have bind data from Sharepoint list on Repeater control on left side of master page like left navigation ( I added my web part using snippets on master page in this <div id="sideNavBox"...
View Article