Posts

OAF Attachment : Make an attachment mandatory in R12.2

Problem at times you want to make an EBS OAF attachment mandatory for user. We cannot use queries to retrieve if attachment is added by the user or not because attachments are not yet committed to database In R12.1.3 below code successfully executed but in R12.2 version it dose not support. String str = (String)localOAMessageAttachmentLinkBean.getAttributeValue(oapagecontext.getRenderingContext(), TEXT_ATTR);                      oapagecontext.writeDiagnostics(this,"Printing str " +str ,OAFwkConstants.STATEMENT) ;                     if ("None ".equals(str))                     {                  ...
Recent posts