on 2021 Sep 22 7:41 AM
Hello,
In my addon for SAP B1 I need to get attachments of some documents and copy them to some folder indicated by user.
Does anybody know how to do it?
There is an objeect Attachment2.Lines. But it only has property SourcePath. How can I get property TargetPath and Subpath?
Request clarification before answering.
Use this query:
select convert(nvarchar, trgtPath) + '\' +
convert(nvarchar, FileName) + '.' +
FileExt as FullPath
,* from atc1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
39 | |
6 | |
5 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.