Skip to main content

Posts

Showing posts from 2014

How to create approval workflow in SharePoint 2013

When a new document is added to the doc library, a task email is sent to the approvers to review the doc. The due date for the task can be set in the workflow. If one of the approvers, approves the doc, the workflow is ended. Go to the document library, and from the ribbon, click on Workflow settings – Add a workflow In Add a workflow page, select Approval workflow and enter a name for the workflow Note – The out of box workflows are of SharePoint 2010 template. To use SharePoint 2013 template, the workflow has to be created with SharePoint Designer 2013. Also, if there are no approval workflow templates, go to Site Settings – Site collection features and activate Workflow. Set the workflow to be started manually and when an item is created. As approvers, a person or group can be set. If there is more than one stage of approval, a new stage can be added and the action can be set to follow the parallel or serial sequence. In parallel sequence, the approval stages will happen to

How to open list form aspx pages in edit mode in Office 365

In case you are not able to open the list forms from the ribbon, to customize the New/Edit/View forms, the same can be done from the gear icon   As seen in the figure below, the Form webpart control is disabled in the ribbon To open, say New form in edit mode, in the url, replace 'AllItems.apsx' with 'NewForm.aspx' Then go to the gear icon in the ribbon and click on the Edit page. Now the NewForm.aspx can be customized.

How to - Task list for project planning in SharePoint 2010

SharePoint 2010 has Task list template which can be used to track project work. The task list can be used to create task, assign task and track the task completion. When a project starts, it can be divided into various stages/tasks and each task can be assigned to a person with start and end dates. Each task may have sub-tasks also. A project is a collection of all the tasks, sub-tasks required to attain the output. The output can be a completed product, end-service etc. To create a project task list in SharePoint site, click on Site Actions, then click on View All Site Content and click Create. Click on List and select Project Tasks. Enter the Name for the project task list. Once the list is created, the user or manager can enter the task in the list. A task usually contains the Task Name, Start date, End date and Task Status. If the projects is done in various phases and there are inter-dependence between the phases, larger tasks for each phase, can be created. The larger tasks know

How to embed powerpoint presentation in SharePoint 2013 online

Open the SharePoint Online site and upload the required ppt in Site Assets or any doc library. The ppt can be dragged and dropped to the library also. After the ppt is uploaded, click on the ... next to the ppt and click on Share Under Invite People, enter Everyone and uncheck Require Sign-in and click on Share Again click on ... and then click on guest link in 'Open to anyone with a guest link' Copy the url and open it in the browser. Click on File - Share - Embed Select the required dimension from the preview. Copy and save the code. Open the page where the ppt has to be displayed. Edit the page and click on embed code and paste the code. The ppt would be displayed on the page and the user can view it directly.