I created a new report model for a custom report. I also create a custom enumeration for a custom field in IFS IEE. The custom enumeration is not currently part of my report model. I’d like to add the custom enumeration as a lov for one of my report parameters.
Following the model syntax, I’ve reference the custom enumeration “ServiceType” for my ServiceType parameter:
Syntax:
lov <String> ;
Optional. Reference to logical unit, or to a specific view, to be used for list of values.
parameter ServiceType Text(100) M---L {
default "%";
lov "ServiceType";
}
This deploys without issue to the database, but the Presentation Object Scanner is giving me a warning and the lov isn’t working when I use the “Order Report” to view the report.
Transfer warnings detected: 1
repC_MY_REPORT_REP
1. SERVICE_TYPE_CFP.ENUMERATE