I am working on a customization of an SSRS Report. The main data of my report is retrieved from SalesLine, one of the fields I have, I want to populate it with the dateTime stamp of whenever the data updates/changes of the Line Status field in SalesLine.
So, I wanted to ask if there is some sort of history maintaining table where this specific case is maintained, or a workaround to get this data.
I do have a solution in mind, but it is pretty extensive, to fetch all related records to each Line Status. for example, if it was updated to Invoiced, then I fetch the related invoiced line table (custInvoiceTrans), and use its createdDateTime as my field, but as I said, this is very extensive as there are many processes like these.
Kindly Help.
