- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 09:34 PM
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:
Here my ACL write for field Comment in Table C:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 08:12 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 10:32 PM
Hi @Bhavya11,
Yes, I have added the field to the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 10:45 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 11:04 PM
Hi @Bhavya11,
All user I use have two roles "child2_user" and "cusotmerole". But it still cannot see the Comment field.