I'd like to know if it's possible to hide a field from the Configure this list option.
For example, I have a new class with fields credentials with name, email, code, org_id and I need to hide 'code' field.
Using GetAttributeFlags I've manage to hide if from details view but when I use it on a external Class for example Organization, using an AttributeLinkedSet I can view the field 'code' if I select it in the configuration list. Is there a way to not show 'code' in this list?
Also, I would like to hide it from Export CSV and API/REST?
Thank you in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need a field whose content is only visible when the class is edited and is encrypted in database. As far as I've gone with an AttributeEncryptedString with the help of the GetAttributeFlags hidden, I've managed to hide it from the detail view and only show it when I create or edit that class. The problem I've encountered is that in the listings the field is displayed, I would like to know if somehow I can hide the field from the listings or at least hide their content.
I could use a field with the visibility similar to that of password type fields, but in the operation 'modify' their content it is visible
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Thanks !
There is an AttributePassword whom content is never shown... But content is stored directly in db, without encryption.
If you wish to develop everything yourself, contributions are welcome ! If you wish to sponsor the developement by Combodo you can contact sales@combodo.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I'd like to know if it's possible to hide a field from the Configure this list option.
For example, I have a new class with fields credentials with name, email, code, org_id and I need to hide 'code' field.
Using GetAttributeFlags I've manage to hide if from details view but when I use it on a external Class for example Organization, using an AttributeLinkedSet I can view the field 'code' if I select it in the configuration list. Is there a way to not show 'code' in this list?
Also, I would like to hide it from Export CSV and API/REST?
Thank you in advance.
No, this is not possible.
Hello,
Can you explain your use case ? There might be some workarounds...
Hello,
I need a field whose content is only visible when the class is edited and is encrypted in database. As far as I've gone with an AttributeEncryptedString with the help of the GetAttributeFlags hidden, I've managed to hide it from the detail view and only show it when I create or edit that class. The problem I've encountered is that in the listings the field is displayed, I would like to know if somehow I can hide the field from the listings or at least hide their content.
I could use a field with the visibility similar to that of password type fields, but in the operation 'modify' their content it is visible
Hello,
Thanks !
There is an AttributePassword whom content is never shown... But content is stored directly in db, without encryption.
If you wish to develop everything yourself, contributions are welcome ! If you wish to sponsor the developement by Combodo you can contact sales@combodo.com
Woops actually this was already referenced (Combodo internal ticket DB : N°6088)
So indeed sponsoring is more than welcome O:)
New attribute AttributeEncryptedPassword is now available on iTop 3.2.1 :)