How to find the count of attachments done before submit in Attachment Link?
How to find the count of attachments done before submit in Attachment
Link?
Does anybody know how to find the count of attachments done in Attachment Link item type before Submit.
My requiremet is to display the count of attachments done by user used in Standard Page before he submits the page.
Any help would be appreciated.
Thanks.
use jdeveloper oaf & ebs 11i
CO.java
OAMessageAttachmentLinkBean oalink = (OAMessageAttachmentLinkBean)webBean.findChildRecursive("Attachments");
oalink. count ??
Does anybody know how to find the count of attachments done in Attachment Link item type before Submit.
My requiremet is to display the count of attachments done by user used in Standard Page before he submits the page.
Any help would be appreciated.
Thanks.
use jdeveloper oaf & ebs 11i
CO.java
OAMessageAttachmentLinkBean oalink = (OAMessageAttachmentLinkBean)webBean.findChildRecursive("Attachments");
oalink. count ??
1