cancel
Showing results for 
Search instead for 
Did you mean: 

Raised Messages Not Appearing In ByDesign

former_member183363
Active Contributor
0 Kudos

Hello everyone,

Simple question --- I have a message on a custom BO I want to appear in ByDesign should a script successfully run. The message appears with the correct values in the debugger if I have it open, but nothing comes up along the bottom of the screen in ByDesign, whether the debugger's open or not.
I was under the impression that all I had to do was write:

raise MessageName.Create("S", <parameter list>);

And it would appear, but apparently not. The screen in question is the file input screen: I want a message to appear should the file input successfully trigger and run an AfterModify script to completion. Any ideas? Thanks!

Lewis

Accepted Solutions (0)

Answers (1)

Answers (1)

Jacques-Antoine
Active Participant
0 Kudos

Hello Lewis,

I exactly wanted to ask for this feature.

Did you try with the error handling in the service integration ?

Like you handle an error which would be a Success message. Perhaps it will appear in the "Process documents with error" WCView. I need to test it.

You can refer to the section "Error handling" in the studio doc.

If I find something I will keep you up to date.

Thank you for your attention.

Best regards.

Jacques-Antoine

former_member183363
Active Contributor
0 Kudos

Jacques-Antoine,

I didn't think of that actually --- good point. If you figure something about please let me know, thanks!

Lewis