Not display field Comment [Journal Input] in Custom Table and Custom Application although ACL

Dinh Nguyen
Kilo Sage

Hello everyone,

I have an issue as follows: 

1. I created table A(Global) with no extend; table B(Custom Application) extend table A and table C(custom Application) extend table B. 

2. I created a custom Comment field with Type as Journal Input in table A.

3. In table C, i created a write ACL so that any User can operate on field Comment, but it doesn't seem to work.

Please someone help me,

Thank you so much.

Here my custom field on table A:

DinhNguyen_0-1729225726104.png

Here my ACL write for field Comment in Table C:

DinhNguyen_1-1729226044701.pngDinhNguyen_2-1729226068687.pngDinhNguyen_3-1729226081137.png

1 ACCEPTED SOLUTION

Hi @Bhavya11 ,

Thanks for helping me and sorry for the late response.

I found my write.none ACL was restricting users so my write.comment was not working.

The solution is that I edit write.none again or I create an additional write.none to publicize the user objects I target.

 

View solution in original post

5 REPLIES 5

Bhavya11
Kilo Patron

hi @Dinh Nguyen ,

 

did you add that field on form layout?.

 

 

Thanks,

BK

Hi @Bhavya11,

Yes, I have added the field to the form.

hi @Dinh Nguyen ,

 

for which user its is not working? 

like for user who has role called "child2_user" or "cusotmerole" 

because in ACL created mainly allow read, write ,delete and create  to  "child2_user" role but only in Comment field  acl give access to "cusotmerole"  and "child2_user" role user to explicitly that means user with only "cusotmerole"  role don't have proper access table child 2 table.

 

so please check this it will work fine

 

Thanks,

BK

Hi @Bhavya11,

All user I use have two roles "child2_user" and "cusotmerole". But it still cannot see the Comment field.