Hi Jeffrey,
I just want to clarify that I don't see the new fields when I open "Configure This List ..." as follows:
From WEB --> Configuration Management --> Person --> fourth tab CIs
There are button action (the three dots) - from this menu when I select "Configure This List ..." I don't see the new fields.
From WEB --> Configuration Management --> Search for PC objects
Then I can see the new fields when I choose "Configure This List ..."from button action (the three dots)
What do you want me to share?
Cheers,
Nikola
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok.
Are you sure that the fieldsets have those %server% id for all FunctionalCI?
Do you see your fields on Server class?
To be sure that your XML is correct, you should put a few
delta="must_exist"
so if you made a typo it crashes at setup and you see it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mind that the "person" tab contains links to functional CI (parent class) as far as I'm aware. So the fields would need to be defined on functional CI.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have added new fields to the CI and want to show it in the menu "Configure This List ..." (List Configuration).
How can I do this?
Thanks,
Nikola
They're not automatically visible? Might be a good idea to share what you have.
Hi Jeffrey,
I just want to clarify that I don't see the new fields when I open "Configure This List ..." as follows:
From WEB --> Configuration Management --> Person --> fourth tab CIs
There are button action (the three dots) - from this menu when I select "Configure This List ..." I don't see the new fields.
From WEB --> Configuration Management --> Search for PC objects
Then I can see the new fields when I choose "Configure This List ..."from button action (the three dots)
What do you want me to share?
Cheers,
Nikola
Can you share your customization?
This is the customization.
Cheers,
Nikola
Between line 23 and 24, there is a missing line of field declaration, your XML is invalid
Hi Vincent,
I try to shorten the file and delete some of it. I see between these line I have
<field>
Cheers,
Nikola
Ok.
Are you sure that the fieldsets have those %server% id for all FunctionalCI?
Do you see your fields on Server class?
To be sure that your XML is correct, you should put a few
delta="must_exist"
so if you made a typo it crashes at setup and you see it.
When I add new Server I can see the new fileds.
Please see the attached file.
Mind that the "person" tab contains links to functional CI (parent class) as far as I'm aware. So the fields would need to be defined on functional CI.
I am not able to show the field in FunctionalCI class or should I try to make another extension or to edit the current one?