What is the fcBusinessEvent.ForceProcessCurrentRefresh Equivalent for Managed Code C#?

How Can We Help?

What is the fcBusinessEvent.ForceProcessCurrentRefresh Equivalent for Managed Code C#?

< Back

When catching and displaying errors on the submit of an activity it doesn’t always show the processed scripting results on the form.

For example, in the OnRefresh method was set a value to X for a specific label.

Go and click submit which displays a custom error on the screen.

Even though the value X might have been set it is not displayed on the form as being set.

In VB script, there is the option to fcBusinessEvent.ForceProcessCurrentRefresh which will process the information before submitting, what is the equivalent in C#?

Answer

fcBusinessEvent.ForceProcessCurrentRefresh

The C# equivalent should be:

activity.ForceProcessCurrentRefresh();
Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X