Dear Community,
How do we know which record have attachment and which do not have for all module as we have multiple transaction which do not have attachment but we need know know this detail for all module.
Thanks
Jozy
Dear Community,
How do we know which record have attachment and which do not have for all module as we have multiple transaction which do not have attachment but we need know know this detail for all module.
Thanks
Jozy
Jozy,
Keep in mind that the COxxxxx tables might allow you to identify the documents back to the original transaction if it was done thru the new 'clip' icon in GP.
If you attach a document by using the clip from the sticky 'notes' icon, then your attachment will refer back to the Notes Index #, and then it will be much more difficult to track back to the original transaction.
We had a client request a similar report. TI was pretty difficult to create, but we started with the script found in this community post by Mahmoud Saadi:
:
community.dynamics.com/.../dynamics-gp-2018-attachment-report-all-attachments-updated-sql-script
But I only need to know the without having attachments transaction only so we can add attachment to thos transaction.
If you look at the CO00101 and CO00102 company tables, you can use the Attachment_ID value on the two tables, to get the attachment file name from the first table, and then the 2nd table will tell you what record it is attached to, i.e. the BusObjKey (for example 0\PM\Purchase Order\PO0997 ).
There may be other ways of doing so, and you could potentially generate a script that shows this type of information, pulling from these tables and other related tables.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,558 Super User 2024 Season 2
Martin Dráb 228,645 Most Valuable Professional
nmaenpaa 101,148