EAM-> WORKORDER -> CREATE WORK ORDER OAF DFF field read only
Below Bold marked code from OAF page. [EAM-> WORKORDER -> CREATE WORK ORDER]
See line originatorBean.setReadOnly(true); is used to make 1st DFF readonly.
-> It is making it readonly however not updating value in ATTRIBUTE1 of the table. Again when retrieving the work order the value not seen updated at DFF.
-> when I do not use originatorBean.setReadOnly(true) then it is displaying and updating when standard seeded code getting called.
----------
package xxbg.oracle.apps.eam.workorder.webui;
import java.sql.SQLException;
import java.sql.Types;
public class XXBGCreateUpdateWOCO extends CreateUpdateWOCO
{
public void processRequest(OAPageContext pageContext, OAWebBean webBean) {