Showing posts with label sharepoint cloud hosting. Show all posts
Showing posts with label sharepoint cloud hosting. Show all posts

Wednesday, October 5, 2016

User Friendly Future of SharePoint

User Friendly Future of SharePoint



Find blog about SharePoint friendly future. Microsoft delivering
successful experiences to enterprise platforms, at the time of
announcement of SharePoint 2016 general availability. Three other areas of innovation were also
pointed out. Find Details Here.

Tuesday, September 20, 2016

Add Items and Update Multiple Items in SharePoint 2013 Datasheet View

Have you checked the SharePoint 2013? The new DataSheet View comes loaded with tons of awesome new features such as adding items dynamically, Viewing Items Properties from the datasheetView, features to update multiple Items and so much more. The Datasheet View in SP2013 is considered more as a view for multiple editing of items. In the Custom list, users will have option to edit Items, which would open the list in the datasheet view for editing. But users will have to create the Datasheet view in the document libraries. 

Below is a quick look at the SharePoint 2013 Datasheet View new features:


Adding New Item


  • In the SharePoint 2013 Datasheet View, there are two ways to add an item to a list. Users will have the option to add single item in a list view, or multiple items in spreadsheet view.
  • Add a single item in list view by navigating to the site with the list on which you want to add an item.
  • Click on Settings SharePoint Online Public Website Settings button > Site contents, in the list section, choose the name of the list.
  • Select Settings SharePoint Online Public Website Settings button > Site contents, and then in the appropriate list section, select the name of the list.
  • Choose the items tab and select new item in the new group. 
  • Type the information you require for the list.
  • You can attach a file to the list item on the Edit tab, in the Action group, choose attach file, browse to locate the file you want to attach and click ok. 


Adding multiple items in SharePoint 2013 Datasheet View


  • Move to the site where the list you want to add an item.
  • Choose Settings SharePoint Online Public Website Settings button, click Site contents and select the name of the lint in the list section. 
  • On the top of the list, select edit. Type the information for the list.
  • Select Stop editing this list
  • If you want remove and information, click the ellipsis, next to the item and select Delete Item from the drop-down menu.

While adding multiple items in SharePoint 2013 Datasheet View, users can switch easily from list view to spreadsheet view by just selecting the View and Quick Edit commands respectively. And while adding an item in a list, a site can be modified in appearance and navigation, incase users cannot located certain options such as command, button, or link, contact your administrator.

Monday, September 12, 2016

SharePoint 2013 Branding using JavaScript

SharePoint 2013 Branding is the procedure of changing the appearance and impression of the SharePoint 2013 user interface using custom master pages, style sheets, images, JavaScript and jQuery. An excellent branding will lead you to improved content presentation, superior navigation, better appearance, additional browser support, allows responsive web design and increases user adoption. Additionally hiding fields is necessary to stop a spectator from viewing them and to let an administrator view across the world. It would be advantageous to have the JavaScript code and selectively apply it to a page. Nonetheless, till now everyone is restricted, no matter who they are. 
Moreover, SharePoint designer is the medium for serious SharePoint customisation. However, if we can apply this JavaScript within the SharePoint publishing feature framework, then SharePoint Designer is not essential. You can run it through the browser, which will eventually help to curb the expense which is needed for SharePoint Designer licensing, user training, governance training and customization. Lastly, one of the major problem is security. Any authentication reasoning depending on customer’s end, leads the JavaScript to manipulation which will be out of control. In such scenarios, JavaScript can be deactivated, or it can be played by debugging proxies such as fiddler.
If you want to opt for a long-lasting branding especially production, it is better to go for Visual Studio in order to generate a wsp package. In this way, you will have an installed package that can be reinstalled and used in test and dev. environment. It will also be easy for you to ensure that the package works before shifting to production. Additionally, you can use Java for modifying the objects. If you want to find the objects, you can use F12 – Developer Toolbar that is built into IE. Alternatively, you can use suiteBarLeft, suiteBarRight, suiteBrandingBox, DeltaSuiteLinks, suiteBarRight and RibbonContainer-TabRowRight which are part of the 2013 default objects.

Lastly, you need to activate both the site collection and site level to access. You can make some modifications to a team site's master page to revamp the appearance and texture of the site, there are numerous limitations to take into account. At the end of the day, everything depend on your requirements and the purpose of your site collection. If you would want to permit your users to modify the page layouts for their sites, including the ability for people to manage approval of these pages, you need to activate the publishing feature. All of these have different assets to be configured.