Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

File Size Column

ErikZabokrtsky
12-Amethyst

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?

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);

 

Announcements


Top Tags