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.