How to use the API for getting CFV columns?
I'm creating a Quick Report,so I tried using the following API but it didn't work.
・SITE_DISCOM_INFO_CFV_API.Get_Cf$_Ordermanager(S.Contract)
However, by joining the views as shown below, I was able to retrieve the columns.
SELECT
SDI.Cf$_Ordermanager AS "ORDER MANAGER"
FROM
SHIPMENT_CFV S
INNER JOIN SITE_DISCOM_INFO_CFV SDI
ON S.Contract=SDI.Contract