Skip to main content

B1UP - Mail

Answered

Comments

2 comments

  • Official comment
    Rasmus Jensen

    Moved to Q&A As this is already possible and therefore not a Feature Request... Thanks Michael Haak for helping with the answer :-)

  • Michael Haak

    Hallo Susanne,

     

    this should work with P+D.

    Maybe this Screenshot will already help?

    SQLMulti:SELECT DISTINCT CAST(T3.trgtPath AS nvarchar(4000)) + CASE WHEN T3.subPath Is NULL THEN '\' ELSE '\' + CAST(T3.subPath AS nvarchar(4000)) + '\' END + T3.FileName + '.' + T3.FileExt FROM OQUT T0 JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry JOIN OITM T2 ON T1.ItemCode = T2.ItemCode JOIN ATC1 T3 ON T2.AtcEntry = T3.AbsEntry WHERE T0.DocNum = $[$8.0.0]

Please sign in to leave a comment.