Recursion in BPM?

Hello,

E9.05.702A

Is it possible to code recursion in a BPM?
For example, if I wanted to code an action that will scan an indented bill of material for a part number, I would normally use a recursive function.
Is it possible to code a function in a BPM?

JOE ROJAS
Epicor Applications Manager
VENTION MEDICAL
A NORDSON COMPANY

261 Cedar Hill Street | Marlborough, MA 01752
DIRECT: 508.597.1392 x1625 | MOBILE: 774.826.9245
EMAIL: JoRojas@ventionmedical.commailto:JoRojas@ventionmedical.com | WEB: ventionmedical.com http://www.ventionmedical.com/

This communication may contain information that is confidential, proprietary or exempt from disclosure, and is intended only for the use of the individual and/or entity it is addressed to. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. If you have received this message in error, please notify the sender immediately by telephone or by return e-mail, and delete this information from your computer.

hey Joe How have you been?

I’m guessing that no one on this forum answered this for you?

I have an upcoming project to design a ‘lesser’ mass replace, where we control the perent assys, etc.

In 10.1 there is this method in the Part business object:
public PartWhereUsedTableset GetPartWhereUsed(string whereUsedPartNum, int pageSize, int absolutePage, out bool morePages)

I don’t know if that would help you, I have not tried to use it yet.
I believe it is the same method that populates the ‘where used’ context screen for Part (right-click part number, ‘where -used’)