Has anyone ever done a BPM with a condition that fires off of Type Code?
Or does anyone know of a known issue?
I am trying to do one right now and it is not working. I have put an enable post on Part.Update pre processing and on the post processing I have a condition to see if the Type Code = P. No matter what I do, the BPM always goes the false route and never the true
What are you trying to do? Walk us through the logic and changes you want to make.
Usually conditions can go in PreProc so that might be what you wanna do.
Issue is, it will not follow the TRUE path. Here is a screenshot of the flow. I removed the false path a little bit ago because it was always going down that path.
Yeah, but if you put in a pop up message, then add a table query you can see what is being returned so that you can trouble shoot why itās not working.
Does it return true if you donāt have the TypCode criteria in there?
You might have to play with the āaddedā vs āupdatedā vs āchangedā on the criteria too.
Iāve been confused on what I was supposed to pick on those and have had to do some trial and error sometimes to get them to work.
Whenever Iāve had trouble with a BPM I throw in pop up messages and at each stage so I know what things are flowing where, it really helps for testing. Then when you get it working, just delete the popups. Below are some screen shots of how to set up the message, itās pretty easy. You can check as many boxes as you want in the table query. For a field query you get one at a time which is useful for inserting data into a sentence.