Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Resource addJournal

From Catglobe Wiki
Revision as of 04:30, 14 November 2011 by Nguyentanphong (talk | contribs)

Resource_addJournal

Add a journal information to a specific resource.


Syntax

Resource_addJournal(objects)


Arguments

Object: ResourceJournalEntry objects.


Return type

Empty.


Examples

string commentType="UndoComplete";   // Type of journal

string content="test Undo complete"; // Content of journal

number QRID=37246024;  // Resource ID of "phong questionnaire 1"

ResourceJournalEntry Rjt = new ResourceJournalEntry(QRID, commentType, content);

Resource_addJournal(Rjt);