Performance Assessment Document - Can Sharepoint 2013 be used?

I have been tasked to produce an 'electronic' version of staff performance appraisals. At present this is a Word template which is exchanged between the employee and the line manager, and then ultimately ending up as a HR record.
We have recently moved to office 365 and have SP 2013 online which I am still pretty new to, so Im just after a bit of guidance or advice if SP2013 is the right tool for the job?
There are the usual security hurdles which would be faced, but rather than just hash together a 'survey' which could be used, I wanted to compete a slick version of the document?
Any ideas or suggestions would be really helpful....?
Many thanks, Gary

Hi,
You need provide more specific information about your requirement if the below information is not enough.
If you want a document which is able to be edited among users, then SharePoint can do this. When you upload a document to SharePoint library, users with enough permission can view, edit the documents. You can also store, track, and restore documents
in a library whenever they change once you enable version function.
Organizations use SharePoint to create websites. You can use it as a secure place to store, organize, share, and access information from almost any device. The information could be in many formats such as office documents.
There are kinds of lists and libraries template by default for different use. For survey purpose, you can create a survery list and add questions in the list.
https://support.office.com/en-us/article/Create-a-survey-ea52a787-822e-4f7e-b5ed-77bb14df3aba
You can learn more about SharePoint online here:
https://products.office.com/en-us/SharePoint/sharepoint-online-collaboration-software
Regards,
Rebecca Tu
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • How can I Hide(not Disable) the Save As and Exit options in the File menu of Excel Documents in SharePoint 2013?

    Hi,
    I want to hide(not disable) the "Save As" and "Exit" options in the File Menu of Excel Documents in SharePoint 2013.When I make changes in the excelribbon.css file of xlviewer.aspx,all the options under File menu are getting hidden but
    I want to hide only these two options while retaining the others.
    Kindly suggest me a method to achieve this.
    Looking forward to your reply at the earliest.
    Thanks in advance.
    Regards,
    Sanjana

    Hi Sanjana,
    To hide the “Save As” and “Exit” options in xlviewer.aspx page in SharePoint, I recommend to use the code below(however it is not recommended):
    <style>
    div.cui-menusection li.cui-menusection-items:nth-child(2)
    display:none !important;
    div#m_excelWebRenderer_ewaCtl_menuJewelSaveAs{
    display:none !important;
    div#m_excelWebRenderer_ewaCtl_msJewelSecondary{
    display:none !important;
    </style>
    As “:nth-child()” selector is supported in IE 9 and later versions, please use IE 9 or later versions’ IE browser.
    http://www.w3schools.com/cssref/sel_nth-child.asp
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Office Web Apps - Preview Sharepoint 2010 documents in Sharepoint 2013 Search Results...again

    Hi,
    I found a thread in this forum With an answere to a similiar question here:
    http://social.technet.microsoft.com/Forums/en-US/28bc1e27-4a65-4c61-9b3e-cb9dad17f779/office-web-apps-preview-sharepoint-2010-documents-in-sharepoint-2013-search-results?forum=sharepointsearch&prof=required
    ...With the answere:
    "OWA uses an access token to talk to SharePoint 2013.  It cannot use this when talking to 2010.  In order to work with 2010, you have to create a custom display template that converts the file url to an openurl link. "
    BUT...
    may anyone give more information how to do this?
    Links to articles? Links to description and samples?
    jik

    Hi,
    According to your description, my understanding is that you want to preview documents from SharePoint 2010 in search results in SharePoint 2013.
    Per my knowledge, the Office Web Apps is configured to work with SharePoint 2013, so it will not work with documents in SharePoint 2010.
    I recommend to configure Office Web Apps to work with SharePoint 2010
    and make sure that documents can be previewed in SharePoint 2010 using Office Web Apps to see if the documents can be previewed in SharePoint 2013 search result.
    http://technet.microsoft.com/en-us/library/ff431687(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Extracting documents from Sharepoint 2013 Content Database

    harepoint 2013 stores documents in the WSS_Content database in a table called DocStreams.
    Up until Sharepoint 2010, files where stored in a single row in a VarBinary column. Since Sharepoint 2013, files are stored in multiple rows using Shredded Blob storage.
    Does anyone know how I can piece together the files from the shredded storage in c#?
    I have found many exampled online to extract files from SharePoint 2010 and earlier but they only support a files content being stored in 1 row.

    Just wondering, can't you attach the database in a new site and access documents? As I know, in SharePoint 2013 they have changed architecture to manage versioning. In pre-SharePoint 2013 every individual versions was a duplicate copy of the  document
    - which would increase db size and would make it difficult to move documents in the cloud. So in SharePoint 2013 they use delta concept - where if you edit a document which creates a new version, the version is the delta (changes) to previous version.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Employee Performance Management System on SharePoint 2013

    How can I create a simple Employee Performance Management System on SharePoint 2013?

    Hi AnTiiika,
    You question is a very open ended one, there are too many features that you have consider, without knowing your requirement it would be hard to answer.
    you can consider the following OOTB features of SharePoint to start with-
    Use SharePoint enterprise features -
    http://technet.microsoft.com/en-us/sharepoint/fp142374.aspx
    SharePoint BI -
    http://technet.microsoft.com/en-us/library/jj542395(v=office.15).aspx
    http://technet.microsoft.com/en-us/sharepoint/fp142398.aspx
    http://office.microsoft.com/en-us/sharepoint-help/create-and-use-a-report-or-a-scorecard-HA102772329.aspx
    Lists to store and manage data
    External content type if you want to access data from outside SharePoint like SQL Server or other external datastore
    http://msdn.microsoft.com/en-us/library/office/jj163139(v=office.15).aspx
    Excel services
    http://office.microsoft.com/en-us/sharepoint-server-help/business-intelligence-in-excel-and-excel-services-sharepoint-server-2013-HA102915300.aspx?CTT=5&origin=HA102772329
    PerformancePoint
    http://technet.microsoft.com/en-us/library/jj571736(v=office.15) 
    Reporting services
    http://technet.microsoft.com/library/bb522712.aspx
    for code approach -
    http://msdn.microsoft.com/en-us/office/dn448478.aspx
    http://sharepointdemobuilds.codeplex.com/
    http://msdn.microsoft.com/en-us/library/office/jj163140(v=office.15).aspx
    you can also consider new App model and develop apps using CSOM/JSOM/REST API for list based CRUD operations or for dashboards-
    http://code.msdn.microsoft.com/office/SharePoint-2013-Create-a-20a03d84
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Multiple File Attachment Column in Document Library (SharePoint 2013)

    Hi All,
    As per default, i will have only one column to attach documents in Document Library . But i need to add multiple column for documents attachment in same row.
    e.g. See below column
    1)Project Name    2) Attachment 1      3) Attachment 2          4)Attachment 3       5)Attachment 4     
    Kindly help me for creating such column (Hope there should be any coding requirements)

    Hi Vrij,
    According to your issue what my understanding that  if you need multi-document attachment is required then
    then its not possible by default  because As we had known, the Upload Multiple Documents option is deprecated in SharePoint Server 2013.
    To work around this issue, my suggestion is  do one of the following to upload documents to the SharePoint Server 2013 document library:
    Use the Windows Explorer view
    Use the SharePoint Server 2013 drag-and-drop functionality
    http://www.learningsharepoint.com/2012/11/29/how-to-upload-multiple-documents-in-sharepoint-2013/
    If you still want to use this function, there are some third-part software's you can have a look at.
    http://www.office365experts.be/en/products/office-365-bulk-uploader
    http://www.sharepointadd-ons.com/sharepoint-2013-multiple-file-uploader
    Please mark the Answer and vote me if you think that it will you help about approach in multiple-doc upload

  • Word 2013 slow to open documents from SharePoint 2013

    Hi all,
    Word 2013 running on a Windows 8.1 client is take 2 or more minutes to open a document from SharePoint 2013. Excel takes less then 10 seconds from the same site in SharePoint.
    I have remove all proxy configuration from IE, clear the Auto Detect Settings. Added the URL's to the intranet zone and disabled all IE addons. I have also performed a reset on IE, reinstall of Office and tried a number of workstations. All have the same
    issue. The document just take forever to open.
    Checking with Fiddler, I can see 3 requests hit the SharePoint server then nothing... after a few minutes the document opens.
    Any ideas?
    Cheers
    Craig

    Hi Craig,
    For troubleshooting your issue, please take steps as below:
    1.Open IE, go to "Tools > Internet Options > Connections > Lan Settings" and uncheck "Auto Detect Proxy".
    2.From the File tab in Word application, select Options and then click on Advanced and then in the Display section of the dialog, check the box for
    Disable hardware graphics acceleration.
    3.Edit the registry at HKEY_CLASSES_ROOT\Word.Document.12\shell\Open and deleting the ddeexec key.
    Also please have a look at the article:
    https://msdn.microsoft.com/en-us/library/office/jj230106.aspx?f=255&MSPPError=-2147217396
    Reference:
    http://sharepoint.stackexchange.com/questions/19390/what-is-slowing-the-opening-of-office-documents/9203
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/office-2013-products-slow-to-open/baf311b0-6a47-498b-9836-39e0c8b94c46?page=1
    Best Regards,
    Eric                                                               
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. When
    trying to open a Word document from SharePoint the Word Viewer will open, but the file does not. We have verified that all Windows Updates are installed. We have tried opening SharePoint in Compatibility View and Enterprise Mode. We have re-downloaded the
    latest version of Word Viewer and reinstalled it along with the compatibility pack. If we open the SharePoint site in Explorer view and then open a Word document it will open in Word Viewer with no problem. Excel and PowerPoint documents open from SharePoint
    with no problem. This is only affecting Word documents with Word Viewer. When using the full version of Word the documents open fine. Within SharePoint we have tried activating the site collection feature "Open Document In Client Applications by Default"
    but it made no difference. We're completely at a loss how to make this work as there doesn't seem to be much information specifically pertaining to issues with Word Viewer.

    Hi Victoria.
    1. The PCs do not have Microsoft Office installed, nor are we using the Office Web Apps. "Word Viewer" means the Microsoft Word Viewer application available here (http://www.microsoft.com/en-us/download/details.aspx?id=4) that is available
    free for read-only viewing of Word documents.
    2. There are no errors when I open Word docs in Word Viewer. The Word Viewer application launches after clicking a Word document link in Sharepoint, but there is no file open in it. When that happens the IE11 Sharepoint window on the taskbar is flashing
    yellow, but when I click back to it there are no messages or alerts to click on.
    3. This issue does occur with all Word documents (.doc, .docx) in SharePoint. However, it does not occur when opening Word documents in the Word Viewer when they are local files or through IE11 from a non-SharePoint website like our local intranet.
    Those files will open with no problem in Word Viewer.
    4. I will try to get a screenshot, but we are working on creating images for deployment and I don't currently have a machine configured the same way. I'll work on reconfiguring one and post a screenshot.
    Thank you for your help!

  • Has any one worked on sharepoint 2013 workflows using visual studio.

    Has any one worked with sharepoint 3013 workflows using visual studio.

    Hi,
    To develop SharePoint 2013 workflow using Visual Studio, you can refer to:
    Develop SharePoint 2013 workflows using Visual Studio
    Create a SharePoint workflow app using Visual Studio 2012
    Get started with workflows in SharePoint 2013
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Saving/Opening documents to SharePoint 2013 from within Office 2010 applications

    I was hoping that Office 2010 would work nicely together in terms of saving to and opening documents from SharePoint 2013. Alas, I was disappointed and somewhat surprised to see that opening/saving documents in SharePoint from within Office still
    involves copying, pasting and hacking the URL of the document library in the Save or Open dialogue box. I was fully expecting that Office 2010 would have display some sort of SharePoint navigation so you could view your sites and document libraries in a similar
    way to folders. A mature document management system this ain't!
    Anyone have any advice on how to improve the Open/Save to/from SharePoint experience in Office 2010? I'm open to the idea of Office add-ins whether third party or official Microsoft.
    Thanks in advance

    Thanks for the reply, but that's from within SharePoint, not Office?
    An example scenario: I create a new document or receive a document, I'm in the document, and I want to publish the document to a document library in SharePoint. At the moment I would have to save the document, load up SharePoint, navigate to the document
    library and then go through the upload process.
    I should really be able to, from within Word, select File - Save to SharePoint (say) and then be able to navigate to the document library I want to publish to. Really basic DMS stuff that I'm surprised isn't there!
    Similar thing to opening a document. I should be able to Open from SharePoint, navigate to the document library via some sort of navigation box, and open it.
    Thoughts appreciated.

  • Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications

    Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications        
    One of our Managers encounters the error 'A problem occurred while accessing the Office document cache.  Do you want to repair this problem?'
    Then When he says yes it give a warning that the cache will be backed up and replaced
    Then it says 'A new office document Cache has been created...'
    Then it loads this cache with an error
    Then After all that the next time he tries to open the document it says  is encountered "Sorry, we couldn't open 'URL."
    We have Reinstalled office 2013 on the users PC repaired the cache numerous times
    Followed -  http://office.microsoft.com/en-gb/word-help/manually-rename-the-office-document-cache-HA101848838.aspx
    Updated Lync to 2013 leaving Access as the only office 2010 application (required for legacy systems access)
    Repair installed office 2010 and office 2013 again
    The SharePoint site has been added to the trusted sites list and the set up assistant run from office 365
    And the issue remains the Same all other users including some who also have Access 2010 for legacy systems access have no Issues OS is windows 7 32 Bit browser is IE 9
    Office 365 said
    Reply by Rachel Zhang MSFT Support
    Hi Alex,
    From your description, I notice that the issue is related to Office client. We would like to help you, but I’m sorry that our forum does not focus on this scenario and has limited resources regarding it. However, we have a dedicated support forum where
    the support engineers will help you with the issues about Office client:
    Microsoft Office Community:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release?tm=1365567547805
    Feel free to sign in to the Office community and click Participate->Ask a Question to post the question with the relevant information.
    Microsoft Office Community:  
    Feel free to sign in to the Office community and click to post the question with the relevant information.
    Office team said
    Hello Alex,
    Thank you for posting your query in Microsoft Office Community.

    Check if other excel works fine
    Do you have any script\macro in excel file
    Check if all application pool on all servers are running
    both office and IE should be same build (64 or 32 bit)
    what is the error message in ULS log and Event viewer
    If this helped you resolve your issue, please mark it Answered

  • Can LabView 2013 be used to develop blocks for Lego LabView Education EV3?

    I would like to interface some custom sensors to the Lego EV3 brick. Can LabView 2013 be used to build Blocks for Lego LabView EV3 software?

    Please note Mac OSX users using LabView 2013 Student Edition -- you CAN use the new EV3 modules but you must install f1 patch first. 
    I installed NI LabVIEW 2013 LEGO MINDSTORMS NXT Module f1 Patch.
    Then 
    NI LabVIEW 2013 Module for LEGO MINDSTORMS f2 Patch
    Now I can program for LEGO EV3, download to EV3 and it works all from the LV 2013 Student Edition (UK).
    Dr. Michael Vallance
    Future University, Japan.
    Homepage http://www.mvallance.net
    International Virtual Environments Research Group (iVERG) http://www.iverg.com

  • Create SharePoint 2013 workflow using visual studio 2013

    Dear Team,
    How  to create a workflow for template approval process using visual studio 2013.To achieve this do i need to install share point on my machine.

    Hi,
    According to your post, my understanding is that you want to create a SharePoint 2013 workflow using Visual Studio 2013.
    We need setting up and configuring Microsoft SharePoint Server 2013 and the Workflow Manager Client 1.0 server, see Start:
    Set up and configure SharePoint 2013 Workflow Manager.
    The following materials for your reference:
    Develop SharePoint 2013 workflows using Visual Studio
    http://msdn.microsoft.com/en-us/library/office/jj163199(v=office.15).aspx
    How to: Create SharePoint 2013 Workflows using Visual Studio
    http://msdn.microsoft.com/en-us/library/office/dn584771(v=office.15).aspx
    Developing SharePoint 2013 workflows with Visual Studio demo
    http://www.bing.com/videos/watch/video/developing-sharepoint-2013-workflows-with-visual-studio-demo/10t0er5gh
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How can i deploy sandboxed solution .wsp file to sharepoint 2013 online using powershell script?

    Is there any way to deploy the Sandbox solution .wsp file to sharepoint 2013 online publishing site using powershell or CSOM or any other way?

    Hi,
    According to your post, my understanding is that you wanted to deploy sandboxed solution .wsp file to sharepoint 2013 online.
    "Add-SPSolution" command is not available in SharePoint Online management shell. So, we cannot use PowerShell to update and deploy a solution in SharePoint Online environment. Meanwhile, here is index of Windows PowerShell for SharePoint Online
    cmdlets for your reference:
    http://technet.microsoft.com/en-us/library/fp161364.aspx
    You can CSOM to deploy solution using helper class from CodePlex. The activation code is as follows: SandboxSolutions.ActivateSolution(siteCollectionURl, cookies, "solution_name.wsp");
    About the Client Side Object Model (CSOM), it is a development related issue, we have a specific support channel for the SharePoint developers, so I recommend you go to our MSDN forum for further assistance.
    Here is a similar thread for you to take a look at:
    http://community.office365.com/en-us/forums/156/t/197404.aspx
    In addition, if you would like to upload and activate sandbox solution manually, you can refer to:
    http://community.office365.com/en-us/forums/154/p/64010/244496.aspx#244496
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Opening/Saving documents from SharePoint 2013 in Firefox/Chrome bypasses Check Out and Check In

    My clients have an Office365 installation with SharePoint 2013.
    When I navigate to the site in IE and click on a checked-in document, it opens in Microsoft Word with a message
    Server document  To modify this document you must check it out
    with a Check Out button alongside.
    However, if I navigate with Firefox or Chrome and click on the same link, it just downloads the document to the browser's default download location.  If I then open the document in Word, there is no
    Server document warning and it is entirely writeable and it's also lost its link to the document library.
    Is the work-around for this that one cannot use Firefox or Chrome with SharePoint, or is there some setting in these browsers that will bypass the download and load the document directly into Word?
    Thanks
    Edward

    Does anyone have a better fix for this?  We are attempting to launch support for a second browser - Chrome - but because of the issue with Office 2010 on the clients, the protocol handler from Chrome fails to connect the requested document directly
    to the MS Office app, but rather downloads the file.  IE Tab is not an option because it then defeats the purpose of having Chrome altogether since it simply uses IE8's engine.  IE8's performance with large lists on SharePoint 2013 as well as the
    HTML5-based functionality is simply dreadful which is the primary driver for an alternative browser.
    We are aware installing Office 2013 on a machine fixes it, but that is not an option due to the current licensing.
    Hope for Chrome 31?  Firefox seems to work fine in our testing, but the organization wants to go Chrome instead of FF.

Maybe you are looking for

  • Pink "coif" above Finder icon in dock

    Above my finder icon in the dock, appeared a pink "coif". It's definality not a hardware problem. If I reboot the Finder or the Mac, it is still present. Does someone have the same problem or know how to solve it? Thx

  • Disable line item display in KE30 Reports

    Hi, Has any one tried disabling line item display in a KE30 Report? Which authorization object can be used to disable the access to line items? Thanks for your time. Regards, SAP_CO1

  • Rework order Operation Confirmation and quantity posting to main order oper

    Hi Friends, I have confirmed first operation of production order by CO11N. While confirming the operation, i entered 5 qty. as Rework Quantity. Due to trigger point function, Rework order gtets generated. After completion of Rework , i confirmed rewo

  • Refresh SQL Report Apex 4

    Hello everyone, On one of my pages i have 2 reports. An interactive Report and a SQL Report.(APEX 4.0) I don't know why Apex doesn't support 2 Interactive Reports on the same page. I need to refresh this reports on certain moments.Using a Dynamic Act

  • Validating error with JAXP

    i wrote a small app that read a COLLADA instance document and convert it to a html document. First I wrote some xsl stylesheets and now I'm using a JAXP DOM parser to parse the instance document and a JAXP xslt transformer to perform the transformati