I want to have the list of each version installed on each environment for the connected customer in the portal.
The request is SELECT EnvironnementAppli. This request returns 116 elements with administrator profile and 31 elements for a specific customer.
I took example on the 'adding dashlet' into the portal in iTOP documentation but I don't have the expected result.
If I keep the grouping clause as in the attached file I have 0 results.
If I suppress the grouping clause, the count displays 31 results (which is ok) but nothing is displayed.
What is the way to display my 31 results?
I have tried another method using Combodo\iTop\Portal\Brick\BrowseBrick.
And I have the message "Browse brick "ongoing-tickets-for-portal-user-ext" : No levels to display." on the portal
Hi, Thanks for your help
I have join the datamodel of all my cmdb including the EnvironnementAppli class. My objective is to have a dashlet in my portal listing each environnementAppli within the organization of the user with its versionAppli
I have join a powerpoint graph which explains the data model.
Each organization stands for an application which is deployed in several environments.
Each environnement contains several server.
While processing demands, the CMDB is updated with the informations of the demand so I can always know : which version of application is installed on each environment and which version of component is installed on each server
I want to have the list of each version installed on each environment for the connected customer in the portal.
The request is SELECT EnvironnementAppli. This request returns 116 elements with administrator profile and 31 elements for a specific customer.
I took example on the 'adding dashlet' into the portal in iTOP documentation but I don't have the expected result.
If I keep the grouping clause as in the attached file I have 0 results.
If I suppress the grouping clause, the count displays 31 results (which is ok) but nothing is displayed.
What is the way to display my 31 results?
I have tried another method using Combodo\iTop\Portal\Brick\BrowseBrick.
And I have the message "Browse brick "ongoing-tickets-for-portal-user-ext" : No levels to display." on the portal
Hello,
Can you share the definition of the EnvironnementAppli class ?
Hi, Thanks for your help
I have join the datamodel of all my cmdb including the EnvironnementAppli class. My objective is to have a dashlet in my portal listing each environnementAppli within the organization of the user with its versionAppli
I have join a powerpoint graph which explains the data model.
Each organization stands for an application which is deployed in several environments.
Each environnement contains several server.
While processing demands, the CMDB is updated with the informations of the demand so I can always know : which version of application is installed on each environment and which version of component is installed on each server
Does anynone have an update for this case?