如何在 oracle ucm 中重命名 "primary file" 字段的标签?

How can I rename the "primary file" field's label in oracle ucm?

我正在尝试重命名配置文件中 "primary file" 字段的标签,但不知道如何处理。他们有没有办法在不更改基本 js 文件的情况下做到这一点?

添加以下代码(Git代码片段可以找到here) to a rule side effect:

<$std_set_primary_file_field_settings='
    <$include super.std_set_primary_file_field_settings$>

    <$fieldCaption = "This is the Primary File Caption"$>
'$>
<$setResourceInclude('std_set_primary_file_field_settings', std_set_primary_file_field_settings)$>

确保规则在签入页面上执行。这需要 advantage of this technique.