Skip to main content
Solved

Adding Custom LU fields in Report Designer

  • February 15, 2022
  • 2 replies
  • 544 views

Forum|alt.badge.img+6

Hi,

Is it possible to add fields from a custom LU to a report designer reports? I have enabled the LU however, they don’t get added to the XML.

When looking at the code, noticed the following in XML_RECORD_WRITER_SYS.Add_Custom_Fields_impl__, which seems to cause the fields to be not considered when they are from a custom logical unit.

Is there an alternative way, other than re-creating the fields as custom fields in an existing standard LU?

 

Thank You & Best Regards

Best answer by Technical Outlaws

As far as I am concerned you cannot add the fields from a custom logical unit directly to a report designer layout.

 

You will have to reference the custom logical unit data via custom fields on the logical unit that is supported by the specific operational report.

This topic has been closed for replies.

2 replies

Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

As far as I am concerned you cannot add the fields from a custom logical unit directly to a report designer layout.

 

You will have to reference the custom logical unit data via custom fields on the logical unit that is supported by the specific operational report.


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • February 16, 2022

Hi, 

Thank you for the confirmation.

Best Regards.