We are running SAP CRM 7.0.
Im trying to create a workflow (transaction SWDD)
for when an Opportunity (the BO object is BUS2000111)
status changes. So I have a field for status and I correctly put in my condition.
I put in test data and did a check on the condition and it runs perfectly!
So all I need to do is select an "Event of the object" in the tab "Start Events"
of the workflow header.
The issue is here are the available events:
Event
CANCELLED (Transaction Rejected)
CREATED (Transaction was created persistently)
CREDITCHECKCOMPLETED (Credit check complete)
CREDITCHECKTOBEPROCESSED (Credit Check to be Processed)
DELETED (Transaction was deleted persistently)
DISTRIBUTEDTOSALESPARTNER (Status set to 'Distributed to Sales Partner')
DISTRIBUTEDTOSALESPARTNERRESET (Status reset to 'Distributed to Sales Partner')
PARTNERCHANGED (Partner changed (change documents)
POSTPROCESSINGSTATUSSET (Status set: for postprocessing)
I have tried the event POSTPROCESSINGSTATUSSET, thinking this might trigger the event.
I go into my SAP CRM System and go to an opportunity and change the status to "Lost" (my condition)
and I check SOST and no email is being sent so I dont think this event is being fired.
I even tried the event PARTNERCHANGED, thinking that might do it but same result the workflow is not being run and no email is sent.
Isnt there an event like "MODIFIED" for the object BUS2000111 ? For instance I have an existing workflow for another object type BUS1006 (Business Partner) and that object has the event CHANGED. Is there any event like that for BUS2000111?
I need to trigger this workflow on a "CHANGE" of the status field, but I cannot find the right event ?
Thanks for any and all help.
Jon