Hello everyone
I want to process operation like this below, but programatically using API in C#.
So imagine that I have installed my addon which I am developing.
Then opening one of my own forms I can open side panel by clicking User-Defined Fields from View tab.
Then focusing any field on my opened form I can open form Settings - Fields - Setup where I have list of my UDF objects and I can set Visibility and Activity, Order and Categories for each.
So I want to set Visibility for false for all user fields while the addon is installing.
I would be really thankful if someone may show me how I can access this property and change it.
I have been trying several times, however without success.
Moreover by reading and searching I know another solution to make new category, label all udfs with such a category and then disable them ?
However I would prefer to make it the way I have described above.
Dariusz Gaweł