GetItemValId

GetItemValId ( )

Description
Gets the id of the most recently fetched fees item value. After a return has been made by ItemValue ( or DeptAmt, FacAmt , ProgAmt). This Id can be stored in a variable and used for subsequent queries.

Example

if ($student->ItemValue($myitem_id)){
		$item_value = $student->ItemValue($myitem_id);
		$item_value_id = $student->GetItemValId();
	}