This commit is contained in:
2020-11-24 20:29:14 +00:00
parent 66136634bc
commit 8b479469f9
2 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ namespace AyaNova.DataList
{
public CustomerNoteDataList()
{
DefaultListObjectType = AyaType.Customer;
DefaultListObjectType = AyaType.CustomerNote;
SQLFrom = "from acustomernote left outer join auser on (acustomernote.userid=auser.id)";
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;