Using Attributes in a BPM?

So I had a request to default the prepaid freight checkbox similar to what was done in this thread.

However, I need this to be based by vendor, and I want to utilize the attributes so that end users can set this up themselves. I’m having a heck of a time figuring out how to get at the attributes do use in a condition on a BPM. Can someone point me in the right direction?

image

I found it. VendAtt table.

Are they separated by ~ id assume they are and you would have to use Epicors Helper or a custom .Split and .Join

no, it’s added to the table in separate rows.

1 Like

One thing Epicor does in Case Entry it adds them in Seperate Rows for HDTopic or something like that but then on like CaseHead it has it also match the Rows with attr1~attr2~attr3. Just double check that IF you plan to update via LINQ and not BO. But if its just reading your all set.

Actually, you may be right, I just added my first attribute, so I’m not sure how more will be added. Better check. Good point.

Looks like it does a new row for each attribute. (thankfully)