TCDTrkSetIssueFields
Return to Introduction  Previous page  Next page
Uses Name/Value pairs to apply updates to multiple fields at a time.

Delphi (TrkIntf.pas)

function TrkSetIssueFields( IssueID: Cardinal; UpdatePairs: String ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue
UpdatePairs
Name/Value pairs separated by a semi-colon (;). e.g.

AssignedTo=Ewan;Status=On Hold  
 


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

The values should be converted to a string before passing them to this function, for example using the IntToStr functions in Delphi. Particular attention should be made to converting dates to UTC format before storing them.

Exported

function TCDTrkSetIssueFields( IssueID: Cardinal; pUpdatePairs: PChar ): Integer; stdcall;  



 


© 1995-2018 MCN Software