‘Subscription’ Checking

When invoking one of the ShowAndPublish methods or PublishEvent, one of the first things that is done is a check on whether the BOD (or BDE event) must be published (a 'subscription' exists).

However, in some cases extra application logic is executed for publishing, even before invoking the publishing method. In that case this logic can be avoided by first checking whether publishing is on.

For that reason The following protected methods is available for BOD business objects:
boolean ppmmm.bl999st00.<BusinessObjectName>.EventMustBePublished (
		const					string			i.verb)