Skip to main content

Hi All,

The default Transport Task Report outputs task line serial numbers for the same part number as a single string instead of by transport task line id . The warehouse team would like an itemized report as displayed in the Transport Task window (similar to the pick list)

I tried to create 2 custom fields for Quantity and Serial Number from the transport_task_line view but when adding these fields to Report Designer the data does not populate when previewing the report. I can see that the data is there when I query the custom field view. Any ideas?

 

Hi @mmoss ,

Reading the code I noticed that we have intentionally removed the support for custom fields on the transport task line view here, because it broke the serial number grouping that is necessary in this report.

If you would like to re-add custom field support it has to be done as a customization but then it might cause problems for you if you need that grouping or not. I suggest you bring this up to who ever is handling customizations for you.


@Dario Zani Thank you for the clarification. When we speak of custom field support is this something that can be enabled from the UI or do we need a code change? How would we start this process? We do not have a dedicated customization resource. Thanks.


@mmoss to re-enable custom field support for this specific view for this report there need to be some code changes in the server code for this report, you cannot change that from the UI.

In your case I’m not sure how a customization could be handled, it is usually IFS consultants or IFS Partners consultants that do this, sometimes some customers with a lot of customization or resources that knows IFS Applications well handled that internally also.

But note if you re-add custom fields here it will break the current grouping so all serial numbers are grouped per part and you will instead get 1 line per serial, so not sure if that is what you would like to happen in this case.


Reply