Question
CapitalOne
US
Last activity: 25 May 2016 14:36 EDT
How to Create Covered Object without opening it?
I am calling Work-Cover- .CreateCoveredObject OOTB activity from location action post activity to create covered object.
it has one parameter named createWithoutStartingFlow
if I pass false to the parameter ,covered object is getting created but opening immediately.
if I pass true to the parameter , covered object is getting created but not creating first assignment as flow not initiated on object.
my requirement is to create a child object from local action post activity but it should not open immediately.Please let me know if we have any better solution.