05-23-2018, 06:49 AM
I looked at the code and the instructions to install this related list are there, so you should have it. I suppose you deleted the relation in layout editor.
This is not Audit Trail, this is a custom related list that gets filled with some special code to register these changes.
You will have to create a vtlib script and add the related list manually.
that would be someting like this:
https://github.com/tsolucio/corebos/blob/master/build/HelperScripts/addActionLink.php
but instead of addLink you would need to do something like this:
https://github.com/tsolucio/corebos/blob/master/modules/CobroPago/CobroPago.php#L321
this is the Related List information:
https://github.com/tsolucio/corebos/blob/master/modules/CobroPago/manifest.xml#L631
This is not Audit Trail, this is a custom related list that gets filled with some special code to register these changes.
You will have to create a vtlib script and add the related list manually.
that would be someting like this:
https://github.com/tsolucio/corebos/blob/master/build/HelperScripts/addActionLink.php
but instead of addLink you would need to do something like this:
https://github.com/tsolucio/corebos/blob/master/modules/CobroPago/CobroPago.php#L321
this is the Related List information:
https://github.com/tsolucio/corebos/blob/master/modules/CobroPago/manifest.xml#L631
Joe
TSolucio
TSolucio