Change Task Set Parameter based on customization

 I found it. I added it to the Quote Update method and just changed the TasksetID there and it worked



---In vantage@yahoogroups.com, <livingstonmarc86@...> wrote:

I have found ttCallContextClient.CustomizationId which will activate the BPM. I need this to run when Quote Entry is called with a specific customization, and if it is, I need it to load a different task set than default.
I have tried pre and post processing directives on TaskSet.GetByID and TaskSet.GetCRMTaskSetList but it will not change the Parameter with my code. I am trying a very simple code:
if ttCallContextClient.CustomizationId="MA_QUOTE" then do:
TaskSetID="S110".
end.

I do now know what I should change
I have found ttCallContextClient.CustomizationId which will activate the BPM. I need this to run when Quote Entry is called with a specific customization, and if it is, I need it to load a different task set than default.
I have tried pre and post processing directives on TaskSet.GetByID and TaskSet.GetCRMTaskSetList but it will not change the Parameter with my code. I am trying a very simple code:
if ttCallContextClient.CustomizationId="MA_QUOTE" then do:
TaskSetID="S110".
end.

I do now know what I should change