Hi,
I'm currently recreating the Transport Task report in IFS Cloud and have a requirement to include the address details from the Location page. This is needed to distinguish transport tasks delivered directly to a customer from those delivered to an internal inventory location.
I started with the TRANSPORT_TASK_REP view and joined TRANSPORT_TASK_LINE_EXTENDED to retrieve the ORDER_REF.
However, when I attempt to join JT_TASK_LIGHT_UIV using TASK_SEQ and ORDER_REF, I receive a "Data types are not compatible" error. One is a varchar and the other numeric. This appears to be the only possible link between these views that I can identify.
My intention is to use JT_TASK_LIGHT_UIV to then join LOCATION_PARTY_ADDRESS_PUB (via CONTRACT_ID to LOCATION_ID) and retrieve the address details.
Is there another way to obtain the address information, or is this approach not supported?
Thank you.

