Call a Method in a BPM (V 8.03.409C)

One more thing... Changing the Prod Group in Parts Maintenance, fires an evet that sets the part's TaxCatID and the TaxCatDescription. That's the event i want the BPM to call.


--- In vantage@yahoogroups.com, "c.krusen1" <ckrusen1@...> wrote:
>
> In Part Maintenance, changing the Product Group automatically changes the Tax Category to match the one defined in the Product Group. However, the TaxCat can be manually set to some other value.
>
> I want to make a BPM that sets the Part's TaxCat to the one specified in the Product Group - if they are different.
>
> So far, I've made a BPM (Part.GetbyID.PostProcess) that can determine that the TaxCat does not match the ProdGrp's TaxCat, but it currently only displays an informational message.
>
> What type of Action will set the Part.TaxCatID of the current part to the value specified in ProdGrup.TaxCatID for the Part.ProdCode?
>
> I was hoping to be able to enable the BPM, load all the Parts, and then just step through each record, to have it updated.
>
> Thanks in Advance.
>
In Part Maintenance, changing the Product Group automatically changes the Tax Category to match the one defined in the Product Group. However, the TaxCat can be manually set to some other value.

I want to make a BPM that sets the Part's TaxCat to the one specified in the Product Group - if they are different.

So far, I've made a BPM (Part.GetbyID.PostProcess) that can determine that the TaxCat does not match the ProdGrp's TaxCat, but it currently only displays an informational message.

What type of Action will set the Part.TaxCatID of the current part to the value specified in ProdGrup.TaxCatID for the Part.ProdCode?

I was hoping to be able to enable the BPM, load all the Parts, and then just step through each record, to have it updated.

Thanks in Advance.