Documentation

WriteToTrackingService

void
CBPWorkflow::WriteToTrackingService(  string message,
 int modifiedBy = 0
 int trackingType = -1);

This method records a random message into log. Additionally, information about the message's author can be recorded as well.

Method parameters

ParameterDescriptionAvailable from version
messageMessage
modifiedByUser ID code, on behalf of which the message is sent
trackingType Type of record. It is specified via constants of CBPTrackingType class:
const Unknown = 0;
const ExecuteActivity = 1;
const CloseActivity = 2;
const CancelActivity = 3;
const FaultActivity = 4;
const Custom = 5;
const Report = 6;


© «Bitrix24», 2001-2024
Up