HMS assignment expressions to place a student in the room being tried only if it matches the DAO's suggestion imported into the attribute field:
MATCH FORCE OCC +262144 alltrim(rooms.bldg_id)+alltrim(rooms.room_no) == alltrim(getattrib(applicant.id+gcterm,"Force Occ")) NOMATCH FORCE OCC -999 alltrim(rooms.bldg_id)+alltrim(rooms.room_no) <> alltrim(getattrib(applicant.id+gcterm,"Force Occ"))
HMS will not place a student in the suggested room if someone is already there. If HMS has roommate matches to make, these rules may not work as expected.