I have tried to create an extension which creates a new brick in which the CIs related to the contact can be displayed, but it has not worked for me, it does not show any information in the user portal brick, could someone tell me what I am failing, Thank you :,).
Hi Marlene,
I don't remember that contact_id would be a field of the FunctionalCI class, unless you have added it to the datamodel with an extension. Maybe you can try to display the class lnkContactToFunctionalCI, or maybe multiple classes. I have never tried to display multiple classes within a ManagedBrick, but maybe this works...
The other aspect, is that you need to define a scope for the FunctionalCI in the user portal, because the logic of the User portal is that whatever are your profiles, nothing is allowed unless explicitly defined as allowed in a scope.
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone, I'm new to iTop :)
I have tried to create an extension which creates a new brick in which the CIs related to the contact can be displayed, but it has not worked for me, it does not show any information in the user portal brick, could someone tell me what I am failing, Thank you :,).
With this I am trying
Hi Marlene,
I don't remember that contact_id would be a field of the FunctionalCI class, unless you have added it to the datamodel with an extension. Maybe you can try to display the class lnkContactToFunctionalCI, or maybe multiple classes. I have never tried to display multiple classes within a ManagedBrick, but maybe this works...
The other aspect, is that you need to define a scope for the FunctionalCI in the user portal, because the logic of the User portal is that whatever are your profiles, nothing is allowed unless explicitly defined as allowed in a scope.
Hello,