getMark

returns mark value by record id and mark name

any getMark(number|string id,string mark_name);
idnumber|stringrecord id
mark_namestringmark name
anymark value

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

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.