On SharePoint 2013 lists (unlike libraries) there is no 'Share' button on the item's menu. This means we cannot share a list item OOTB as we can with a document in a library.
I thought of adding another function to the eclipse menu called 'Share' and call the same share dialog as with documents:
but instead of a document ID, passing a list item ID to the function.
I would like to achieve this with a SP Designer 2013 by creating a 'Custom Action' - > 'List Item Menu'. This seems to be the easiest and quickest way to do it.
What I struggle with is finding out what I have to put into the ‘Navigate to URL’:
Developer tab does not help and I do not know what is the URL for a ‘sharing’ callout in SP 2013.
I found a similar thread on this forum but I cannot get this to work with a ‘Content Editor’ or ‘Script Editor’ web parts.
Does anyone know the URL that would call a standard sharing dialog for the list item?
Your help is greatly appreciated!