Business rule use cases 릴리스 버전: Australia업데이트 날짜 2026년 03월 12일 소요 시간: 1분Use cases for business rules include aborting a database action and restricting record access. Abort a database actionYou can use a before business rule script to cancel or abort the current database action using the current.setAbortAction(true) method.Restricting record accessYou can use a query business rule that executes before the database query to prevent users from accessing certain records.
Business rule use cases 릴리스 버전: Australia업데이트 날짜 2026년 03월 12일 소요 시간: 1분Use cases for business rules include aborting a database action and restricting record access. Abort a database actionYou can use a before business rule script to cancel or abort the current database action using the current.setAbortAction(true) method.Restricting record accessYou can use a query business rule that executes before the database query to prevent users from accessing certain records.