사건 표에 'u_custom_long_description'이라는 사용자 정의 필드가 있습니다. UI 정책에서 인시던트를 닫을 때 필드가 비어 있는지 확인하기위한 스크립트를 작성했습니다.Servicenow 스크립트 초보자
function onCondition() {
if(current.u_custom_long_description == null){
alert('Please provide the description for the close comments');
}
}
그리고 난 사건 당신은 서버 측 변수 current
존재하지 않는 클라이언트 측 스크립트에
onChange script error: ReferenceError: current is not defined function (){var o=i(m,arguments);return l.apply(n,o)}