Documentation

getMark

returns mark value by record id and mark name

any getMark(string id,string mark_name);

Parameters

idstringrecord id
mark_namestringmark name

Returns

anymark value

See also

Example

var value = view.getMark(152, "extra_info");

Details

If marks is not set - returns false
If mark set but value was not specified - returns true

Back to top