How to Create Persion or Group Column
How to Create Persion or Group Column using JSOM.Thanks.
View ArticleHow to get current User's Manager Name and Manager Email in a visual webpart
Hi,I am new to programming, I have a requirement to get current userInfo and Manager's info on to a visual webpart.I am using  protected void Page_Load(object sender, EventArgs e)    {...
View ArticleFormula Check with three conditions
Here are my columns:Budget Status Override - Yes/No checkboxManual Budget Status - Three options (On Target, At Risk, Underperforming)Budget Calc: calculation column where I use will this formula in...
View ArticleHide Gear Icon (Site Actions) from all Users Except Admin
SharePoint 2013: I need to hide the gear icon (site actions) from all Users except the admin. Please let me know the simplest and easiest way to achieve. I basically have Users that fall into two...
View Articleroleassignment member is a group or user --check
Hi ,I am using client object modelI want to check a roleassignment member is a group or an user ?I am using the below code...its not working if (roleAssignment.Member is Group) { var group =...
View ArticleShould we create workflow for Office 365 site through SharePoint designer?
If we want to develop simple workflow through SharePoint designer in the office 365 for SP 2013 site, then what is the best way to do that?Should we access office 365 site through SP Designer 2013...
View Articlealtering Author, Editor, etc. office 365 specific
I have seen examples out there where using CSOM you can do something like:User usr = ctx.Web.SiteUsers.GetByEmail("person@domain.com"); ctx.Load(usr); ctx.ExecuteQuery(); Folder fldr =...
View ArticleShare a network drive using SharePoint 2013
I want to know how do you share a network drive or network folders on SharePoint 2013.Basically after the user logs into Office 365 and clicks on SharePoint I want them to be able to access a network...
View ArticleSharePoint 2013 Visual web part's GridView against XML file
Hi,I have created a GrideView in a SharePoint 2013 Visual Web Part, I have an XML file that contains the data for the GridView.The problem when I gave that GridView the xml file path, an error arias,...
View Articletraversing a document library
Hello All,Somebody point me how can I get the node value of any nested folder in a document library?lets say my document library ...folder hierarchy...can I get the node values like 1,2,3 etc for each...
View ArticleSharePoint 2013 - Issue while making URL public. Access denied error for...
Hi,Our feature code working fine in SP2013 dev environment, but when we have deployed in test environment where URL is public, it is giving below error.• “get_effectiveBasePermissions : object is null...
View ArticleAuthenticating against SharePoint 2013 (Office365) using a live.com account
Hi -I have some code based on the Microsoft.SharePoint.Client (v16) Â that can authenticate against my Office365 SharePoint site when I use a domain that is registered with my account. Â The great thing...
View ArticleSharepoint Designer 2013 Workflow Send Email with latest comment (Append...
Using: SharePoint Online, SharePoint Designer 2013Hello, I'm new at SharePoint, so hopefully an easy workaround already exists...Background: I've added a basic Issue Tracking app to a SharePoint site....
View ArticleWhat is the use or need of apps in sharepoint?
hiHow apps can be helpful to organization? How it will be helpful to a developer? What organizational requirements does apps meet?In what real time situations developer can develop apps?Thanks
View ArticleUpload image with Exif data or correct orientation via JavaScript
Hi all,I am uploading images to a SharePoint Image Library and it works well, except from an iPhone where the orientation is displayed either sideways or upside down. Please see here for...
View ArticleNeed help writing a simple formula for a calculated column
I have a choice column named "City" with three choices: 1. Los Angeles 2. Houston 3. Denver I have a calculated column named "State" and want it to display a string based on the following condtions:...
View ArticleJquery megamenu all of a sudden not work anymore
I use the jquery megamenu as described in this...
View Articlepermission masks
hello all,using .net csom how will get the permission details like below.ThanksLike Cricket
View ArticleTarget Audiences will not prevent users from view/edit enterprise wiki pages
I am working on an Enterprise wiki site collection , I have defined that only users inside a SP group named "owners" are the Target Audiences for a wiki page as follow:-but currently all users inside...
View Article"UserProfileApplicationNotAvailableException_Logging ::...
HI All,When trying to fetch current user details using user profile service facing "UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties...
View Article