Hi people, i want give you the structure of the SanctionStatusMessageComposer (but you must code and change the string or the number with for example sanction_id, cfhcategory i think)
PHP Code:
base.WriteBoolean(true);
base.WriteBoolean(false);
base.WriteString("ALERT"); //This for working it grab the reason from db when in coded
base.WriteInteger(0);
base.WriteInteger(30);
base.WriteString("cfh.reason.EMPTY"); //This for working it grab the reason from db when in coded
base.WriteString("2016-08-31 10:36 (GMT +0000)"); //Date of day i think...
base.WriteInteger(720);
base.WriteString("ALERT"); //This for working it grab the reason from db when in coded
base.WriteInteger(0);
base.WriteInteger(30);
base.WriteString("");
base.WriteBoolean(false);