cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How to remove a column from default table views

praseeth.moothe
1-Newbie

How to remove a column from default table views

Hi All,


I have a requirement to remove some OOTB columns(say, Number column) from all views in the Product->Folders tab. If anybody has worked on anything similar, can you please share the code/procedure to achieve this.


Any help would be appreciated.


Thanks,


Praseeth M

2 REPLIES 2

Bonjour Praseeth,


Hope you are doing good.


You can customise requirement defined Table View by getting the table id and mapping a equivalent java class in xconf to show or hide


the needed views.But this task will be intensive.


I am not sure about the other option , defining Hidden value Constraint for NUMBER in OIR for the object.



Sriram

Hi,


Every view has a view id and you can override the OOTB class and u can hide the columns and map it to the same id.


But OOTB view will be affected fully. you need to hide based on some business logic..


thanks

Top Tags