How to Display Integer Attribute Values without a Comma?
Hi, could someone confirm the inability to display an integer attribute value without a comma? I never expected this to be a limitation, but found the following ideas to support it.
Hi, could someone confirm the inability to display an integer attribute value without a comma? I never expected this to be a limitation, but found the following ideas to support it.
Yes, you are absoulutely right.
but to make it work for folder page, its not a big deal. Simply add below extry to site.xconf for the IBA internal name and propagate the changes and restart MS and you're all set.
<!-- Thie entry is added to display Interger Number without command on Folder page --> <Property name="wt.services/svc/default/com.ptc.core.components.descriptor.DataUtility/IBA|com.ptc.ptcnet.SalesOrderNumber/java.lang.Object/0" overridable="true" targetFile="codebase/service.properties" value="ext.DataUtilities.CustomNumberFormatDataUtility/singleton"/>

Where,
IBA|com.ptc.ptcnet.SalesOrderNumber is a IBA internal display as displayed when you apply &jcaDebug=1 to folder page. And,
ext.DataUtilities.CustomNumberFormatDataUtility is a fully qualified classname for data utility.
Results will be like this:

I hope this helps you.
Regards,
Shirish
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.