How to assign specific row to specific user in Google Docs - google-docs

I need to allow the users of Google Documents write only in the rows, that are assigned to them. Is there any way to prevent writing to lines that do not belong to the user?

Issue:
Unlike Sheets, there's no way to protect specific parts of Google Docs.
Feature request:
If you are interested in this, I'd suggest you to request this feature by clicking Help > Help Docs improve on the Docs editor.

Related

Google Docs - Is any function support google docs (no google sheet) select value from range?

Bellowing is example fuction in Microsoft Word 2016. Google Docs have function or any extension support select value from range?
I only few line need select from drop down. So i don't want using Google Sheet, difficult convert linked table of content, different page header footer or other to sheet.
I get reponse from Google Docs Editors Community .
Bellowing is the response.
That capability currently isn't available in Docs. To help influence future feature changes or additions in Docs, I encourage you to provide feedback about this directly to the Docs team by following these steps:
Open a document.
Click Help > Report a problem.
Enter your feedback.
Although the product team is unable to respond to individual users directly, they review this feedback regularly and use it to help improve the product over time. The more users who have this request, the more likely it is the team will make a change.
So, conclusion. Google doesn't support yet.

Azure Search suggestions setup

I've created an instance of Azure Search and I'm trying to make use of the suggesters functionality but struggling to find any useful information on how to get started (poor and out of date documentation from Microsoft).
I would like to use a suggestion on the name field below.
The issue is that fields require unique names and I'm unable to edit existing fields. I'm a little unsure of how the suggester tab differs from basic.
Does anyone have any advice on how best to add suggesters to my index? I am all for deleting the index and starting again if I've missed something critical.
I'm really sorry you're disappointed by the documentation. We take it very seriously and will make sure to address your feedback. Feel free to make suggestions.
On the screen you provided, you should specify a name for the suggester. Once you do that, checkboxes will show up next to your field names. Using the check boxes you will enable the Suggestions API on selected fields.
Use the name of the suggester as a value for the suggesterName parameter when using the Suggestions API : https://msdn.microsoft.com/en-us/library/azure/dn798936.aspx
Please find more details in this article about suggestions in Azure Search. It describes a sample application with code attached.
Hope that helps.

3 SharePoint HOWTO questions for the community

If I have a list containing NAME and EMAIL of approximately 10 rows, is there a workflow work-around allowing me to send an email to all recipients of the “selected view” of the list? The scenario involves simply browsing the list, opening a link (or clicking a button) that launches a new message in Outlook. If the above is possible, can I customize the (a) message body with a stored template, (b) carbon copy recipients and (c) message subject? Have any workarounds to accomplish this? Trying to do so without any extensions to SP with Visual Studio. Any links, tips, tricks to accomplishing this?
I intentionally created an SP site with external sharing enabled because I wanted any child sites beneath it to be externally accessible. I want to do so, however, without external users accessing the parent. Is this possible?
I’m exploring opportunity #2 above because I’d like teachers to collect documents from a “shared” read-only folder yet be permitted to create a personal (i.e. team) folder that is writable. In doing so, I’d like the modified document in their personal folder to be (a) numerically rated and (b) freely tagged with meta attributes. Thinking here is that team members can search for docs that are associated with the freely created meta data. Question is, is there a way to propagate all the meta data generated so that users can select/enter it in their subsequent searches?
Thanks
I'll only answer to your 1 (because I don't understand the 2, and the 3 seems too complex to help on a forum like that).
A workflow looks at only one row/item, so you cannot do what you want in that way. At my work I don't have access to the backend programming (C#) so I'm doing everything with JavaScript. In your case you could use JavaScript in this scenario :
The user goes to a page and click on a button
A JavaScript code is triggered and gets all the data from the list
The JavaScript code creates a new item into a special list with the collected data
There is a workflow tied to this special list that sends an email based on the different fields
The last step of the workflow is to delete the item from the special list
In this scenario you can use templates for the body, and do all the things you want.
To use JavaScript with Sharepoint you can look at my framework that is called SharepointPlus or at the popular SPServices.

google docs tampering

NOTE: sorry as this is not a programming question but i am not aware about the site to post this query. so i thought any of you could help me out with this.
QUERY:
i have created an excel sheet using google docs to help users to fill their details online. but my problem is that every user has access to this sheet.
some users tampered the sheet and deleted all data.
is there a mechanism provided by google docs to prevent tampering of data?
what should i do?
should i use something else to store user's data so that no user can tamper the data?
Use the Google Form function and set your Google spreadsheet to private
If you go to Data > Protected Sheets and Ranges you can adjust the settings of who can monkey with the data. Probably the best thing to do, however, is to use a Google Form, which will allow you to gather data in a structured format and dump it to the spreadsheet. That is really your best bet...

Export list of Sitecore items as Excel (or other formats)

I noticed that sitecore has the option of exporting users in an Excel format.
I need to have similar functionality for exporting 'participations', (a users can enlist to take part in an 'event', and if their entry is approved via a sitecore workflow, a 'participation' item is created in the content tree)
Since mostly everything in Sitecore is in essence based on items, and I want to export items to Excel, my question is - what are some of the best ways of doing this?
Questions:
Is there a way to re-use this functionality for regular items?
Would it be a good idea to create a custom admin page (any tips on doing this?) which has some custom code that reads the items from the database using the API?
are there sitecore plugins/shared source projects that can help me achieve this?
Or does anyone have a better idea? - would it be better to just store the participations in SQL? I'm mostly doing it this way because I want to make use of the 'free' functionality offers, for example workflow, but if that leads to me using anti-patterns please shoot me ;)
Link is different now: https://marketplace.sitecore.net/en/Modules/Advanced_System_Reporter.aspx
P.S. Couldn't leave a comment to original answer as I don't have enough reputation. Oh well :)
Found a most excellent shared source module which does exactly this (and much more)!
Basically it allows you to configure (and easily extend, if you need to) any kind of table based report on 'items'.
The report module shows up as an application in the sitecore menu (like the user manager tool) and comes with features such as xml,csv, xls export. It's also really easy to set up, once you get the hang of it.
http://trac.sitecore.net/AdvancedSystemReporter

Resources