DbRowLevelSecurity

Use of row level security check

Syntax

DbRowLevelSecurity "value";

Value Description
none No security checks are generated.
company-basic Security validation from User_Finance_API.Exist_Current_User when inserting, modifying or removing data from the entity/logical unit.
company-views Security validation from User_Finance_Auth_Pub on views.
company-gets Security validation from User_Finance_API.Is_User_AUthorized on Get-methods.
company-extended OBSOLETE! user company-basic,company-views for same functionality. Security validation from User_Finance_API.Exist_Current_User when inserting, modifying or removing data from the entity/logical unit (same validation as in Company basic) and security check from User_Finance_Auth_Pub on base views and User_Finance_API.Is_User_Authorized check on methods.
site Security filter from user_allowed_site_pub on base view but nothing on methods.
hr-company Security filter with User_Access_API.Is_User_Company_Id on base view but nothing on methods.
hr-employee Security filter with User_Access_API.Is_User_Available_Emp_no on base view but nothing on methods.
hr-employee-org Security filter with User_Access_API.Is_User_Available_Emp_no on base view but nothing on methods.
hr-employee-date Security filter with User_Access_API.Is_User_Available_Emp_no on base view but nothing on methods.
hr-employee-date-org Security filter with User_Access_API.Is_User_Available_Emp_no on base view but nothing on methods.
hr-absencetype Security filter with Data_Access_Api.Is_Abs_Type_Available on base view but nothing on methods.
payroll-employee Security filter with Payroll_Util_API.Is_User_Available_Emp_no on base view but nothing on methods.
crm-gets Security validation using CRM function Check_Authorized___.
custom-gets Security validation using custom function Check_Authorized___.
component-active-crud
component-active-read

Description

When set, the corresponding security check strategy will be used.

attributes {
   parentkey  Company TEXT(20)/UPPERCASE PMI-- {
      DbRowLevelSecurity "company-basic,company-views";
   }
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.