cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering of workflow on change of PO value

Former Member
0 Kudos

Hi All,

I have a scenario where I am using a standard PO Workflow which has the start event as 'PO Create' or 'PO Change'.Now this workflow is not getting triggered whenever the client changes the value of PO amount.

Now i checked in the attributes of BO,there is nothing related to change of PO value.Now my questions are :

1. Can we add an attribute in a standard BO and then assign it to a standard workflow.

2. If not can we make a custom BO,add that attribute and assign that BO to a standard workflow.

Please suggest me other solutions as well on how ro achieve this.

Thanks in advance,

saket.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for timely reply.

former_member184495
Active Contributor
0 Kudos

Hi ST,

create an event in your ZBOR,

you need to make an entry for PO in SWEC and use this event in basic data of your WF definition (SWDD).

Hope it helps.

Aditya

Former Member
0 Kudos

You can do the 2nd approach by coding in a Virtual attribute in custom BO that is delagated to BUS2012.

Thanks

Arghadip

Former Member
0 Kudos

Hi Saket,

kindly do not make changes to the Standard Workflow, as other people also would be using that standard WF.

1. Can we add an attribute in a standard BO and then assign it to a standard workflow.

2. If not can we make a custom BO,add that attribute and assign that BO to a standard workflow.

Yes you can create a custom BO of the type original BO and then implement that BO in the custom WF since it is not a good practise to make changes to the standard WF.

Yes you can create an attribute in the custom BO ot delegate the standard BO and then make changes to it. Since making changse to the standard BO or WF could affect other users also.

You can create a copy of the standard WF using PFTC and then implement that.

Let me know if u still have any issues

Regards,

Kanika