Select to view content in your preferred language

Creating a Client View of an Experience Builder Application

454
2
Jump to solution
06-13-2023 11:51 AM
ClangDevGuy
New Contributor III

Hey, I am reaching out to see if anyone has experience with the concept of "switching" to a client view-mode. This mode would apply filters to a data source to show only what the client should see. I am using Experience Builder Dev Edition with several custom widgets, so creating separate "client" apps would be a hassle when deploying updates.

Additionally, it would be great if the template and some of the widget configurations could also change.

Thanks!

0 Kudos
1 Solution

Accepted Solutions
DanJiang
Esri Contributor

Hi @ClangDevGuy , 

I am afraid there is no "view control" in ExB apps yet. However, if you want to display filtered data to client, maybe you can try using the URL filter parameter as a workaround. https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm#ESRI_SECTION1_0A01... 

 

View solution in original post

0 Kudos
2 Replies
DanJiang
Esri Contributor

Hi @ClangDevGuy , 

I am afraid there is no "view control" in ExB apps yet. However, if you want to display filtered data to client, maybe you can try using the URL filter parameter as a workaround. https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm#ESRI_SECTION1_0A01... 

 

0 Kudos
ClangDevGuy
New Contributor III

Hey @DanJiang,

My only concern with the URL filter is in terms of privacy and hiding sensitive data where there is not too much security with just changing the URL.

Thanks for the response. I will probably have to go a more custom approach leveraging the JavaScript API instead of using ExB. 

0 Kudos