Skip to main content
12-Amethyst
April 13, 2015
Solved

When to use Promotion Request and When to use default workflow.

  • April 13, 2015
  • 1 reply
  • 1323 views

Hi,

I want to take a Business Object(WTDocument) through a approval process.

The Process is simple with only three stages InWork,Review,Approved.

So Which approach to prefer...?

1.Call a promotion request on Document

2. Use a Workflow in the Object LC .

Thanks,

Best answer by BenPerry

Avinash,

PR for at least 3 reasons:

  1. There are objects of that type that you will probably not want to promote sometimes. So don't use workflow in the LC because then it will force the object through unnecessarily.
  2. Multiple objects can be put on a PR, reducing the need for a PR for every single object.
  3. The system performance benefit to point #2 above.

1 reply

BenPerry15-MoonstoneAnswer
15-Moonstone
April 13, 2015

Avinash,

PR for at least 3 reasons:

  1. There are objects of that type that you will probably not want to promote sometimes. So don't use workflow in the LC because then it will force the object through unnecessarily.
  2. Multiple objects can be put on a PR, reducing the need for a PR for every single object.
  3. The system performance benefit to point #2 above.
apatil-212-AmethystAuthor
12-Amethyst
April 14, 2015

Hi Ben,

Thanks for the detailed explanation.

And I have decided to use PR .

Thanks,

1-Visitor
April 14, 2015

Avinash, sounds like you should mark Ben's answer as "Correct Answer" then