Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

Custom workflow - output parameters

$
0
0

Hi,

I have developed custom workflow and I need to "show" output parameters.

 [Output("ErrorText")]
 public OutArgument<string> errorText { get; set; }

.
.
.

 errorText.Set(context.CodeActivityContext, "Error message : " +  some error text);
.
.
.


I don't know where this text will be show, I suppose in

But I don't see my message....

If I am wrong please help me...

Thanks in advance..

Kind regards

Martin


Viewing all articles
Browse latest Browse all 79901

Trending Articles