Deeplink Parameter

0
Hi everyone, I am using deeplink in my email. This my link https://myappname/link/statement/3715469692987655   https://myappname/link/statement?requestguid=YourValue So, end of the link I have my requestguid. In my deeplink MF, I am retrieving the request with this guid and show this request in the page for the user. I am creating multiple request at the same time and sending email to users. So my guid are sequential and predictable. For example if I go one number back, there is also another request. This links are open to the anonymous. What is the easiest way hiding sequency? Many thanks
asked
1 answers
0

You can use the RandomHash action in Community Commons to create a GUID. Store this against your entity and retrieve using that as the identifer instead of the sequential id. 

Hope this helps

answered