on 2016 Sep 13 5:45 PM
Dear All,
I want to get information about change log of transaction documents for the example. Sales quotes, Sales Order etc.
I guess that there are some sub node reference to that information. (Ex. for AttachmentFolder data They will have Attachment sub node underneath)
But for the ChangeLog information . I could not find any sub node relate to it.
So, How can I reach that information in ABSL code?
Best Regards,
Krit R.
Hi,
i'm facing the same issue, has anyone found a solution to this one?
I found a nice article on how to create your own changelog, but it seems that with this functionality you can only track changes from this point onwards, while I need to see changes that occurred in the past.
Thanks in advance!
Nikos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
the change history of custom (if enabled via annotation) and standard objects can be accessed via a function from the PlatinumEngineering (you'll have to import AP.PlatinumEngineering in the script):
You could call the function like the following:
var history = ChangeHistory.Read("AP.CRM.Global:SalesOrder", salesOrderRootUUID, "Root");
Best regards
Jürgen
I am trying to get the Change history of a Supplier using these line:
var history = ChangeHistory.Read("AP.FO.BusinessPartner.Global:Supplier", this.ToRoot.UUID, "Root");
raise Message.Create("S", "history:" + history.Count().ToString());
The result of the count is zero despite the fact the Supplier does have changes in its Changes tab both of today and Previous dates.
I also tried getting new and old content.
Thanks in advance.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.