Good afternoon. Please tell me where I can find more detailed documentation on writing a custom Angular component for Freedom UI to work with a list of data obtained by querying the database using set filters, calling and handling the necessary events.
On freedom, we can't delete feeds that aren't ours, even if we're an administrator. Can we change this behaviour? Administrators should be able to delete feeds even if they're not their own. Is this possible?
On our development environment, when I add a feed to a page, for example on the account page, the feed automatically appears on the Feed tab of another user connected to the environment. However, in production the feed doesn't appear, I have to exit the account page and reopen it to see the feed. How can I get the feed to appear automatically in production?
Hello Pvalo, I didn't explain my problem well. On our production environment, if two users are logged in to the same Account page in Classic UI...MoreLess
In the classic version we can communicate between modules, for example from page to detail or vice versa using messages.
I have case in my form page there is a modal page, when the modal page is closed it will send data to the form page to do something. How to implementation in freedom?
I am developing a client side filter for a lookup in a section page (Freedom UI). I want to reload (re-filter) the lookup when the stage of the current record is updated (when GlbReloadEntityPage message is received).
I am looking to set up a chart widget that can be dynamically filtered based on values from other fields on the same dashboard. Specifically, I want the chart, which is connected to the Case object, to update its data when a user selects a value from a dropdown field (for example...MoreLess
Instead of adding a lookup, use a quickfilter component. I believe as long as you're on 8.1.4 or higher you can have that filter a chart elements directly.
I have a client that is trying to add the communication options detail to the Portal user's Profile page in Freedom UI. However, it seems the User profile is no longer visibly connected to the User's contact record. How can we add the detail?