Hello,
I have a question regarding accessing card details.
Is it possible to have unique URL addresses to access details of cards, for example identified by card ID, so that I can copy URL to browser address bar and navigate directly to card page?
Kind Regards,
Martin
Thank you for reply. I have already installed version 2.2.2. The addre
ss of the card is still http://localhost:8080/cmdbuild/management.jsp.
What is format of unique card URL? How to access the card details?
Previously Tecnoteca wrote:
At this time it is not possible.
But we have introduced this option in version 2.2.2 which will be released in a few days.
CMDBuild Team
If you have a CMDBuild instance deployed in the "cmdbuild" webapp, and then a "Employee" class with the "Code" attribute unique (like in the demo database), you can access to the employee card with code 05 with this URL:
http://localhost:8080/cmdbuild#classes/Employee/cards/Code~05
CMDBuild Team
Thank you, works perfectly.