Forum Discussion

GParreiras's avatar
GParreiras
New Contributor III
9 months ago

JournalsEventHandler - Process Cube stucked

Hi team! I'm utilizing the "process cube" function within a JournalsEventHandler . However, whenever the event occurs after the journal is unposted, the process cube fails to execute; it gets stuc...
  • GParreiras's avatar
    9 months ago

    I Figure it out.

     

    When you click "Post" or "Unpost" in the journals, this isn't exactly an aftereffect. What I understand is that if you need to process the cube after a "Post" or "Unpost," your if statement must check for BREventOperationType.Journals.FinalizePostJournal. At this step, you will be able to process the cube.