B1UP - Mail
AnsweredGood morning,
One of my customers would like to send an SAP order with a certain attachment (PDF path oriented by article number - if possible zipped - can of course be several if several articles in order) automatically (if necessary function button) by mail!
Would something like this be possible in the standard B1UP, possibly only with Print & Delivery or something else?
What is the best way to display such a function? Is somethink like this possible with B1UP?
Thank you & best regards
Susanne Zils
-
Official comment
Moved to Q&A As this is already possible and therefore not a Feature Request... Thanks Michael Haak for helping with the answer :-)
-
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.
Comments
2 comments