zoukankan      html  css  js  c++  java
  • How To Make A DFF Read Only Through Form Personalisations? (文档 ID 1289789.1)

    In this Document

     

    Goal

     

     

    Solution

     

     

    References


     

    APPLIES TO:

    Oracle Application Object Library - Version 12.0.4 to 12.2 [Release 12 to 12.2]
    Oracle Human Resources - Version 12.1.3 to 12.1.3 [Release 12.1]
    Information in this document applies to any platform.

    GOAL

    How to make the DFF read only through form personalizations?

    SOLUTION

    Personalizing the flexfield segments is not possible through forms personalization due to below reason:

    A Flexfield is a single field in a Form but then when you click into it and it opens up the flexfields window,
    the multiple fields you see is actually a user exit with multi segment values, not form fields.
    No Form Personalization events are passed to flexfield windows (user exits).
    No Form Personalization events are passed to segments inside the flexfield window (user exit).

    If you want to disabled the segments, you can disable the segment
    in flexfield definition form(Uncheck the enabled checkbox).


    The flex developer has stated this would involve a major re-write of the flex code for APPCORE
    to process forms personalization rules and actions pertaining to flexfields.
    One need to understand that flexfields are not assigned to a canvas,
    the flexfield UIs in forms are not native form fields but built on the fly with user exits.


    Defaulting, populating, and or manipulating hidden fields for descriptive
    flexfield attributes should not, and are not supported by flexfields to be
    done through forms personalizations. Only Flexfields will support through
    the flexfield setup and definition.

  • 相关阅读:
    根据年月日算出当前日期是星期几
    告别where 1=1 最佳方案分享
    服务器时间,剩余天、小时、分、秒倒计时代码
    分享一个Web弹框类
    从网上搜集了两篇关于数据库分页性能分析总结
    Request、Request.Form和Request.QueryString的区别
    LINQ to SQL语句之Join和Order By
    List转换成Json、对象集合转换Json等
    GRID控件删除之前确认
    LeetCode 141
  • 原文地址:https://www.cnblogs.com/quanweiru/p/5314924.html
Copyright © 2011-2022 走看看