https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
Customize SharePoint
Tuesday 28 August 2018
Wednesday 1 August 2018
Copy list item Attachment into sharepoint library in sharepoint 2013 using Flow
http://www.sharepointing.co.uk/2018/01/15/copy-sharepoint-list-attachments-to-document-library/
Wednesday 13 June 2018
Install and unistall a dll into GAC using Powershell
https://www.c-sharpcorner.com/uploadfile/anavijai/how-to-install-or-uninstall-dll-in-gac-using-powershell/
Set-Alias
Name: Gacutil
Value: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe
Install :
Gacutil /i D:\test\itextsharp.dll
Uninstall :
Gacutil /u itextsharp
Set-Alias
Name: Gacutil
Value: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe
Install :
Gacutil /i D:\test\itextsharp.dll
Uninstall :
Gacutil /u itextsharp
Tuesday 12 June 2018
Angular js operations in Sharepoint
http://www.sharepointpals.com/post/Basics-of-AngularJS-in-SharePoint
https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs
http://www.sharepointpals.com/post/How-to-Create-Custom-Service-in-AngularJS-for-CRUD-Operations-on-SharePoint-List
https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs
http://www.sharepointpals.com/post/How-to-Create-Custom-Service-in-AngularJS-for-CRUD-Operations-on-SharePoint-List
Monday 11 June 2018
For my reference
to enable announcement and all other features in team site into a publishing site
http://sharepoint.stackexchange.com/questions/12924/enable-team-site-for-a-publishing-site
Fetching a video from asset library into a sp page
http://www.learningsharepoint.com/2012/08/05/addembed-video-to-sharepoint-2013-site-page/
hide a field based on the value in another field
http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
we can take any default snippets code in sharepoint for our custom use
design manager >>> masterpage >>> snippets
to link a html button to connect to outlook button in sharepoint
http://sharepoint.stackexchange.com/questions/14271/how-to-embed-the-connect-to-outlook-link-in-a-page
For creating and configuring MySite in sp2013
http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/
For Jquery Loader
http://www.jqueryscript.net/tags.php?/loading%20spinner/
http://www.jqueryscript.net/demo/jQuery-Plugin-To-Handle-CSS3-Powered-Spinners-Loaders-Loading-js/
http://sharepoint.stackexchange.com/questions/12924/enable-team-site-for-a-publishing-site
Fetching a video from asset library into a sp page
http://www.learningsharepoint.com/2012/08/05/addembed-video-to-sharepoint-2013-site-page/
hide a field based on the value in another field
http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
we can take any default snippets code in sharepoint for our custom use
design manager >>> masterpage >>> snippets
to link a html button to connect to outlook button in sharepoint
http://sharepoint.stackexchange.com/questions/14271/how-to-embed-the-connect-to-outlook-link-in-a-page
For creating and configuring MySite in sp2013
http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/
For Jquery Loader
http://www.jqueryscript.net/tags.php?/loading%20spinner/
http://www.jqueryscript.net/demo/jQuery-Plugin-To-Handle-CSS3-Powered-Spinners-Loaders-Loading-js/
Saturday 28 April 2018
calculated field formulas in sharepoint
https://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx
https://support.office.com/en-us/article/examples-of-common-formulas-in-sharepoint-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-month-only-from-date-time-column-in-sharepoint-2013-li/
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-year-only-from-date-time-column-in-sharepoint/
https://support.office.com/en-us/article/examples-of-common-formulas-in-sharepoint-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-month-only-from-date-time-column-in-sharepoint-2013-li/
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-year-only-from-date-time-column-in-sharepoint/
Get current login user detail in sharepoint
https://www.c-sharpcorner.com/article/get-the-current-logged-in-user-details-in-sharepoint-2013-using-ssom-csom-rest/
Subscribe to:
Posts (Atom)
Featured post
Data connections in Infopath forms
https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
Popular Posts
-
function setLoginName() { debugger; var loginName = _spPageContextInfo.userLoginName; var peoplePickerDiv = $("[id$='Cl...
-
Named Items Named Items is a feature of Excel which allows Naming few cell area. This makes us easier to integrate the Excel workbook with...
-
Document sets – the hidden gem of SharePoint Posted on March 1, 2017 | Document Management The classical joke in SharePoint is tha...