6.3. DMN Designer
When you include a PMML 4.4 model into a DMN model and then save or validate the model, DMN throws an error [RHDM-1400]
Issue: You cannot include a PMML 4.4 model into a DMN model, the DMN model throws an error.
Steps to reproduce:
- Create a new empty project in Business Central.
- Create an empty DMN model.
- Import one PMML asset with the 4.4 version into the project.
- Open the DMN model.
- Select the Included Models tab.
- Click the Include Model and select the PMML 4.4 model.
- Click Include.
Expected result: You can include a PMML 4.4 model into a DMN model.
Actual result: You cannot include a PMML 4.4 model into a DMN model.
Workaround: None
When you try to invoke a Business Knowledge Model (BKM) function from included DMN model, the validation fails [RHDM-1395]
Issue: You can not call the BKM function imported from another DMN model, which is aliased with the name containing . characters. If you try to invoke BKM function, the validation fails.
Steps to reproduce:
-
Create an empty
Salary.dmnDMN model. -
Create an another empty
WorkingHours.dmnDMN model. -
Import
WorkingHours.dmnDMN model intoSalary.dmnDMN model. -
Set an alias for
WorkingHours.dmnmodel by including.character. For example,working.hours.model. Validate the model.
You receive an error message.
Workaround: None