Skip to Content
0
Former Member
Nov 09, 2012 at 02:19 PM

Change history for Activities

103 Views

Hi

Is there any FM or class method to read the change history of activities apart from these two FM

CRM_CDORDER_DISPLAY and CRM_FS_CDORDER_READ.

Currently we are using this FM CRM_CDORDER_DISPLAY. since we are reading change history of multiple activities at same time in a loop, we are ended up in performance issue.

now in system.

loop activity.

call FM CRM_CDORDER_DISPLAY.

endloop.

Is there a way to read the change history of multiple activities at the same time ?? or any other better approach ?

Thanks.