Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何在签入 Oracle WebCenter Content 时验证自定义字段?这可能是电子邮件验证或自定义验证,表示该文件将只允许用户输入 10 个字符,其中前四个是字母,接下来的第六个字符是数字。
问候, 阿南达·罗伊
尝试向配置文件添加规则(或使用全局规则)。然后,在规则副作用中,设置:<$xCustomField:maxLength=10$>
<$xCustomField:maxLength=10$>
您可以通过进行更多的自定义来获得更高级的验证,例如this。