How to set source group to "Assigned to" field in task's list?
I must set a source group to field "Assigned to" in task list. I tried with SP.FieldUser object but it don't working. How do this programmatically from java script?I tried achive this with that...
View ArticleSharePoint: Can’t display custom column value in Search Results
Good Day!I have the List on SharePoint Site. It’s enabled for showing in search results. I see its elements in Search Results Page.I would like to show my custom column values in Search Results. The...
View ArticleSharePoint Online: remove mousedown event from searchbox navigationlist via...
Hello, i'm trying to remove the mousedown events from the searchbox navigation list on the upper right corner of SharePoint sites (on the dropdown-list events "search all", "search this site",...) with...
View ArticleWebSharingManager.UpdateWebSharingInformation not sending any mail and not...
Given below is my code. the user is an adminusing (var ctx = new ClientContext(siteUrl)) { ctx.Credentials = new SharePointOnlineCredentials(userName, SPUtils.GetSecurePassword(password)); var users =...
View ArticleSharePoint Online - How to send list item attachments in mail using Microsoft...
Hi,I am trying to build a Microsoft Flow to send list item attachments to my domain users through email but It's getting failed. Note : My list item is having multiple attachments.Can anyone please...
View ArticleSharePoint Promoted Links Customize (Bigger with usable ms-promlink-header)
I'm a green bird in SharePint development.<o:p></o:p>I have a requeirment in a news page like the img below.(Sorry I cannot contain images.)As the picture shows, I need a larger promoted...
View ArticleSend email from REST API with custom template
Is it possible send email from rest api (SP.Utilities.EmailProperties) with customization email template. Change font size, font stile, insert image?
View ArticlePublish a document in SharePoint library from ASP.NET MVC application
We have SharePoint 2013 on-prem and a ASP.NET MVC web application, both running on separate servers.We are looking for a way to upload a document to SharePoint library from ASP.NET MVC web...
View Article"Moving" and "Moved" event receivers are not called when *Move-SPSite* cmdlet...
Hi, I am SP developer currently working on 3rd party RBS provider implementation. Recently I noticed thatMove-SPSite cmdlet does not call SPFile and SPSite synchronous "moving" and asynchronous...
View ArticleHow can I determine the item id in the Flat View ?
Hello,I’m setting up a sort of help desk system, based off the SharePoint online classic UI discussion board. Each item represents a ticket and has an extra column called "status" (either, Opened, Work...
View ArticleHow to Expand Collapse Multiline Text field in SharePoint ListView
Hi,I want to Expand and Collapse Multi line Text in SharePoint list-view as the text is very longhow can i achieve this ?sal
View ArticleSharePoint 2013 Gantt View Default Zoom
Hi all,Is there an OOTB way to change the default zoom of a gantt view to show months instead of days?Thanks, Ben
View ArticleHiding fields based on the value of another field on SharePoint
I am using the following script and it seems it does not do anything. Does anyone any idea about what is going on? Keep in mind I am only doing the testing on 2 fields to see if the code works or not....
View ArticleSPO Discussion board -- hide forum header in flat view
Hello,Whether / How can I hide the red rectangle area below in the SharePoint Online Classic UI mode discussion board / Flat view ?This doesn't hurt, but I'd like to design the screen concise.The...
View ArticlePulling all users info within a site collection from Provider Hosted App
Hi,How can I pull the information (identity, name, email etc.) of all users within the site collection where the Provider Hosted App is hosted? I want to use autocomplete feature in a text box to...
View ArticleValidate a column via list validation
Hello,in our environment we have created a standard SharePoint list with a text column. This looks so:Title; OurTextColumnTest Entry; 100.0I would like to achieve that the user can only enter numbers...
View ArticleSharepoint 2013 Designer Lookup field with search option
Hi,i have a lookup field in new item form, and it has over thousands of entries. I would like to add a search option for that field but i am unable to work it out, has anyone needed this and gotten it...
View ArticleJS Code To Copy Folders And Files From One Library To Another On The Same...
Trying to find a way to copy folders(with documents inside) and files from a SharePoint Online Library to another, need to preserve the metadata of the files as well. The new modernized experience on...
View ArticleIf then for calculated date column
I am simply trying to display a date column based on a condition using calculated column. Return value is date and time and date only format.=IF([Event type]="Trade Show",[Start Date Time]+1,IF([Event...
View ArticleCSOM - get all UserGroup objects in a site collection
If you call the following CSOM code snippet to get groups from a Site Collection:ClientContext clientContext =newClientContext(siteCollectionUrl);var groups = clientContext.Web.SiteGroups;...
View Article