当选择列表设置为某个值时,ORACLE CRMOD 中的字段如何变为只读
在 Oracle CRM ON DEMAND 中,我们的“状态”下拉字段在“活动”中值为“已完成”。我以这样的方式配置它,以便当状态设置为已完成主题字段变为只读如何做到这一点。
In Oracle CRM ON DEMAND we have the “Status” dropdown field with value as “Completed” in Activities. I have Configure it in a such a way so that the Subject field becomes read only when the status is set to Completed.How to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过编写表达式使用字段验证找到了答案。要在“状态”设置为“已完成”时将主题字段设置为只读,请按照以下步骤操作:
I found the answer its by using Field Validation by writing Expression.To make Subject Field Read-Only when Status is set to Completed, follow these steps: