is there any way to fully mask the URL then?
Change default ID Field in form URL to different field
Hi
I'm struggling with finding a solution to the following exercise:
I'm having a SP list with workflows that send URL link to the edit forms. Currently, the users receive standard URL which is http://myorgsite.net/sp/lists/list_name/form_1.aspx?ID=123, where 123 is the value of ID field. Basically, users can access the form of any other item from the list by changing the value at the end of the URL.
I thought of two approaches to this challange
encrypt/hash the URL link so the users will not get possibility to edit anything; or
change the part of the URL link so the other field would be used. e.g http://myorgsite.net/sp/lists/list_name/form_1.aspx?REF=2h34y324n where "2h34y324n" is the value of calculated field
I would appreciate an assistance in resolving this challange
1 additional answer
Sort by: Most helpful
-
Amos Wu-MSFT 4,051 Reputation points
2020-10-23T02:09:59.147+00:00 As I know,it's impossible to achieve this.ID Number id is the unique identifier of item,and it is auto-incremented for you automatically.Without the ID, it is impossible to determine which item is being edited in the editform.
If you do not want the user to edit other item,you could try to use permission.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.