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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

File Size Column

ErikZabokrtsky
8-Gravel

File Size Column

Is there a way to see the sizes of files within the Folder Contents table itself? Like to have it in between the Version and Last Modified columns?

1 ACCEPTED SOLUTION

Accepted Solutions

Hello,

Need to create a custom java DataUtility https://www.ptc.com/en/support/article?n=CS141887&language=en

 

e.g for data

com/ptc/windchill/enterprise/attachments/validators/AttachmentsValidationHelper.getPrimaryContentItem();
String sizeInKB = DataTypesUtility.toString(appData.getFileSizeKB(), locale);

 

View solution in original post

1 REPLY 1

Hello,

Need to create a custom java DataUtility https://www.ptc.com/en/support/article?n=CS141887&language=en

 

e.g for data

com/ptc/windchill/enterprise/attachments/validators/AttachmentsValidationHelper.getPrimaryContentItem();
String sizeInKB = DataTypesUtility.toString(appData.getFileSizeKB(), locale);

 

Top Tags