Looking for some hints here. I'm trying to get a J...
# general
d
Looking for some hints here. I'm trying to get a Journal Entry approval workflow going. Default JE to Pending, and if Department field is X then add an Approve button. I can't seem to bring in the native Department field on the JE form. So I'm using a custom name-sake which sources the Department values in and Stores value. Now when I test the workflow, I have a transition that has a condition for the Department value. If that's X, then go to the next state that creates the Approve button. No matter what I source on the form for the Department field (Even X) it never passes the check so there's no Approve button. Thoughts?
n
Have you tried it without that condition? Shows you have the right button action. Are there multiple transitions where the order will be important? What are the triggers of the workflow and Stages? Do they make sense?
Add some logging so you know it’s going the correct path.