Question:
Hi guys, you know docs for found user-exit when i save ACTIVITY.
i really need capture info history for OBJECT_ID and others Fields.
Answer:
Hi !
You can use Badi ORDER-SAVE with
methods :CHANGE_BEFORE_UPDATE ,
PREPARE.
This BADI called before activity saving , but you have Activity GUID availble - in IV_GUID parameter. Then call function CRM_ORDER_READ to get other activity details.
Hope it helps ,
Rika.