Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Journal approval rule for checking if attachment exists at batch level

User_44SCDDec 11 2018 — edited Dec 11 2018

Goal - To auto-reject journals without any attachment at both batch level and header level.

I have got the attribute to check for attachments at Journal header level and it works - "Journal Header.Attachments Exists.toUpperCase()"

But I'm unable to find any similar attribute at batch level. I went through this discussion - (Doc ID 2392988.1) and they suggested to use "Task.payload.addAttachmentStatus.toUpperCase()" but its not working. Can anyone please suggest anything on this?

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=294408166741238&id=2392988.1&_afrWindowMode=0&_adf.ctrl-state=d5rwlivin_4

Comments

User_WZ2IH

Try this for Batch Level
Task.payload.addAttachmentStatus.toUpperCase() isn't "SUCCESS"
then Reject

Juddie

How to achieve this in spreadsheet workflow rule. I am able to AutoReject if no attachment at Journal level but not at Batch level….

1 - 2

Post Details

Added on Dec 11 2018
2 comments
740 views