cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to locate the draft document from the target document?

sg2707
Participant
0 Kudos

I wanted to know is there a way we can track back the draft document if the draft is converted to the actual document.

Eg: AR invoice Draft No 10 is converted to AR invoice 123

From AR invoice 123 (OINV), how to locate Draft 10 (ODRF)

Accepted Solutions (0)

Answers (2)

Answers (2)

Abdul
Active Contributor
0 Kudos

Yes each table saves draft key check the field draftkey

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Using query to can track the draft number,

SELECT T0.[draftKey] FROM OINV T0 WHERE T0.[DocNum] =372

Regards,

Nagarajan