Woman In Tech: NAVIGATING THE DIGITAL WORLD

seeker, learner, educator and paying it forward… in short – Jigyaasu

Tag: Office 365

  • Color your SharePoint Online list rows with KPI

    Tiny nugget of code that goes a lonngggg way. Why? Cause everyone likes pretty colors. What? You don’t? Well, I most definitely, absolutely, positively, entirely do! So I share what I do. Mostly because its easy to look this post up than the 20 site collections I code for. Just as the script says…its jQuery. It looks…

  • Office 365 SharePoint Online – Convert List Item submitted to word document in a document library.

    ​Steps to convert a list item(ListItem2DocLibrary) to word document in document library(ListItemDocs) Document Library Create a document library to store the documents from list. Go to  LIBRARY->Library Settings->Advanced Settings->Document Template ->Click Edit Template Word document that opens should be ‘Saved As’ the same name but with extension template.docx (this will be .dotx). Word ribbon->Quick Parts->Include contents…

  • Office 365 SharePoint Admin Center App Catalog

    One of the great options in Office 365 SharePoint online is that if you  find some apps in your SharePoint store and want to use that within your sites, (why? well, cause you want youtube search/copy paste documents/world clock/weather…you get the idea), you can search for the app you want in your Site Contents ->Add an…

  • Office 365 SharePoint Online: Student Accounts-Stop access to staff SharePoint site contents

    Office 365 with OneDrive are a great combination of tools to use for Collaboration. Especially in educational environments. Teachers and Students can collaborate on courseworks, homeworks, projects and students with their OneDrive can collaborate among their classmates on projects. Schools and colleges can use SharePoint Online’s Team site to create a space for Schools, Departments…

  • Office 365 Nintex Workflow: Assign a Task with direct Edit link to the task item

    Office 365 with SharePoint Online has excellent custom form and workflow options, that is a known fact. Those who love InfoPath Designer 2013 and SharePoint Designer 2013 can do A LOT of customized workflows, with multiple approval paths, parallel approvals, conditional task and anything else you can think of or not, with the OOTB actions and steps…

  • Office 365: SharePoint List Item Level Security

    How to set permission in list so that, the user who created the list item can see it and edit, the manager can see all and edit all but other team members should not be able to view the items created by other users. Solution: SharePoint List Settings -> Break inheritance if it is trickled down…