Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Single Workflow to trigger from multiple business objects

sujay_ranjan3
Participant
0 Likes
628

Can a single workflow be triggered for multiple business objects. We already have a workflow which triggers when there is error in the document. Can we use same workflow for other objects (Opportunity, lead etc..) or do we have to create separate workflows for each objects?

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
477

I don't think so. You may create a generic "error" business object which may be instantiated by other business objects... You define an attribute "business object" to make a link to the original business object instance.

Read only

Former Member
0 Likes
477

Yes you check.Check the business object by passing test data in the function module.

check with import and export parameters and check with the business object with the transaction

after testing of business object check the status at transaction swel for event trace.

Thanks,

AMS