Symptoms
Webtop would display value for custom attribute to replace from r_object_id to object name corresponding to the object ID.
Cause
This is the default behavior of Webtop, it just replaces display value but keeping the original entry at object attribute on the Repository.
This replacement will only occurred for attributes with data type set to "ID". For other data type, like "String", Webtop displays the value as it is in r_object_id.
Resolution
You can change this behavior by commenting out the following entry from docbaseobjectconfiguration_dm_sysobject.xml file in the folder <app-root>/webcomponent/config/library.
<attribute type="id" repeatingonly="false" singleonly="true">
<valueformatter>com.documentum.web.formext.control.docbase.DocbaseAttributeIdValueFormatter</valueformatter>
</attribute>

本文介绍了Webtop中自定义属性从对象ID替换为对象名称的默认行为,并提供了修改此行为的方法,即通过注释掉配置文件中的特定条目。

被折叠的 条评论
为什么被折叠?



