Hi Community,
I hope you re doing all well.
We are facing a problem with the breadcrumb of our Power Portal.
To sum up our current configuration, we have an entity list from a custom entity (called : portal account visibility).
This entity list based on a view with related Accounts (relationship N-N)
(see screenshot 1)
When we open one of elements from the list, we call a new web page with an entity form (Portal account visibility)
This form contains a grid of accounts (child and great child accounts).
(see screenshot 2)
Finally when we click on a record from this entity form, we call again another web page with an entity form (Account), which displays information regarding the selected account.
Now, if we want to come back to the entity form Portal Account visibility (with the list of Addresses screenshot 2) by clicking on the breadcrumb element from the Account entity form, we get an error. Actually the breadcrumb doesn't send back the ID of the correct portal account visibility record but the selected Account.
(See screenshot 3)
We used some liquid tag to provide this ID of Portal account visibility to the web page URL, but we aren't able to load the page without any error.
Does anyone know if it is possible to pass an id that does not come from a current entity form in liquid or JS?
If you need extra information, do not hesitate to ask me in this post.
Thanks a lot !
AD.