Represents a method that can partially load an entity based on the record type name entDefName and the ID dbID.
session.LoadPartialEntityByDbId(entitydef_name, db_id)
Perl
$session->LoadPartialEntityByDbId(entitydef_name, db_id);
The unique ID of the record
VBScript
set entityObj = session.LoadPartialEntityByDbId("defect", 33554433)
Perl
$entityObj = $session->LoadPartialEntityByDbId("defect", 33554433);