Shareable links make it easy for users to quickly distribute and access views, improving collaboration and transparency. The Share Link option in the three-dot menu of views enables users to generate two types of links:
- Direct links that can be shared via email. Depending on the server alias security configuration, these shareable links can be accessed either by anonymous visitors or restricted to named users. The view is displayed with masthead and navigation. Security settings in the server alias of the Alfabet Web Application define whether users have full access or only read-only access and which user profile is used to open the view.
- Embed links that can be embedded in web sites and third-party applications, allowing views to be seamlessly integrated into other contexts. These embedded views always display up-to-date information retrieved at runtime, while preserving the filter settings applied at the time the link was created. The view is presented in read-only mode without masthead or navigation, and access from external sites is limited to explicitly allowed URLs defined in the alfasettings.json security configuration.
It is recommended to use sandboxing to separate content embedded via an iframe in a web site.
- <iframe id='AlfabetContent1' src='https://Alfabet/ExternalAccess.aspx?AccessType=EmbeddedLinks6Bookmark=1A79123B45US3456F' sandbox='allow-scripts allow-same-origin'<</iframe>