modifying update access for attachments and comments
I am using 11.1.1.6.0. I have added comments and attachments section on an existing custom task form for a bpm process. When I run the task form ui while executing bpm process, I get null exception on following line
actionAvailable.isAttachmentUpdatable in jspx.
<af:toolbar visible="#{actionAvailable.isAttachmentUpdatable and pageFlowScope.ADFHumanTaskBean.isDocStoreAvailable}"
id="t3">
Where in the settings/configurations etc. I have to set update access for both comments and attachments. I am using weblogic userid for all the roles which already has admin access.
I am not writing any custom code and will prefer not to write too.