Entity 오브젝트의 현재 상태 이름을 리턴합니다.
Entity 오브젝트가 편집 불가능한 경우, 이 메소드는 단순히 레코드의 현재 상태를 리턴합니다. Entity 오브젝트가 편집 가능하고 현재 조치에 상태 변경사항이 포함된 경우, 이 메소드는 레코드의 현재 상태를 리턴합니다.
VBScript
entity.LookupStateName
Perl
$entity->LookupStateName();
VBScript
' Find the entity's current state name
currentState = LookupStateName
Perl
# Find the entity's current state name
$currentstate = $entity->LookupStateName();