Returns the specified record with latest database values.
This method is the same as GetEntity, except that it ensures that you are using the latest values in the database.
VBScript
session.LoadEntity(entity_def_name, display_name)
Perl
$session->LoadEntity(entity_def_name, display_name);
VBScript
set entityObj = session.LoadEntity("defect", "Sampl00000001");
Perl
$entityObj = $session->LoadEntity("defect", "Sampl00000001");