Adds a given task for the user to the audit log. To avoid redundant audit records, use this method only for operations that do not call methods in the object model, as the system updates the audit log when the object model methods are called.
<HsvSystemInfo>.AddTaskToAudit lActivityCode, dStartTime, dEndTime, bstrDescription
Long (ByVal). The ID of the activity being added. Valid values are represented by the HFMConstants type library constants listed in User Activity Constants. However, Hyperion recommends that you pass only the USERACTIVITYCODE_EXTERNAL constant, which represents custom activities. | |
Double (ByVal). The timestamp of the activity’s start time. Pass a Double that can be cast to the Date format. | |
Double (ByVal). The timestamp of the activity’s end time. Pass a Double that can be cast to the Date format. | |