BPM messages can be used to both debug BPMs and show information to Epicor users. The code shown below gives two examples of how messages can be used in your BPMs.

Please click on the images below for the larger size.

This is the complete code used in this example. Code can be copied at the bottom of this post.

This information message warns that the new customer address is missing.

This informational message about adding a new customer, in this example, with the name John Smith.

The following is the code I used for these examples:

/* Display informational and warning messages */ Define Variable debugMessage as Character. Define Variable debugMode as Logical init True.

If (ttCustomer.Address1 = “”) Then {lib/PublishInfoMsg.i &InfoMsg = “‘Warning: Address is missing from new customer'” &InfoSeverity = {&MESSAGE_WARN}}

If (debugMode = True) Then Do:

          Assign debugMessage = “Adding new Customer with name ” + ttCustomer.Name.
         {lib/PublishInfoMsg.i &InfoMsg = debugMessage &InfoSeverity =
         {&MESSAGE_INFO}}
    End.

End.

Suggested

Becky Lipnick

Recent Posts

Salesforce Integration Consulting And Solution Options

Salesforce integration consulting is about more than just finding a partner with experience in integrations.…

2 months ago

Hand-Picked Digital Marketing Platforms for Manufacturers

Platform: HubSpot Where It Shines: Email marketing - easy to use email lists, automation, and…

2 months ago

2024 Manufacturing Trends

Don’t be left behind by neglecting these 2024 manufacturing trends.

3 months ago

Maximizing ROI with CloudSuite Industrial

With a comprehensive ERP like CloudSuite Industrial (CSI) from Infor, there are countless possibilities for…

4 months ago

Infor ERP Releases Innovative Features

An Infor ERP solution isn’t just a temporary fix to today’s issues, it’s an investment…

4 months ago

Infor ERP Integrations

An Infor ERP can dramatically improve your operations, but with an ERP integration, you can…

4 months ago