Hello everyone,
What is the URL scheme to open a specific record from SharePoint in the mobile app?
The following syntax opens the mobile "Microsoft Lists" app (which is fine) but it doesn't apply the filter.
Launch("ms-sharepoint://https://company.sharepoint.com/sites/SiteName/Lists/ListName/AllItems.aspx?FilterField1=ID&FilterValue1=1")
Thanks in advance! Any help would be appreciated!
Solved! Go to Solution.
Hi @azertyqwerty ,
For a specific item, you can use the below URL where [ID] needs to be replaced with the ID of the item:
Launch("ms-sharepoint://https://company.sharepoint.com/sites/SiteName/Lists/ListName/DispForm.aspx?ID=[ID])
Hi @azertyqwerty ,
For a specific item, you can use the below URL where [ID] needs to be replaced with the ID of the item:
Launch("ms-sharepoint://https://company.sharepoint.com/sites/SiteName/Lists/ListName/DispForm.aspx?ID=[ID])
Thank you so much @BCBuizer!
Do you know how this works with a document library?
I made a document library on my SharePoint site and added a shortcut to OneDrive.
I uploaded some pictures and through my mobile OneDrive app, I made them available offline.
Any idea how to open the mobile OneDrive app on a specific picture making use of the ID column?
Thanks in advance!
User | Count |
---|---|
152 | |
98 | |
88 | |
78 | |
58 |
User | Count |
---|---|
189 | |
183 | |
106 | |
99 | |
91 |