Business rule to make field not edit in list editing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 04:19 AM - edited 06-12-2024 04:20 AM
Hello everyone,
I have a requirement to make entered cost field in benefit plan table not editable in related list if parent project is in cancel state..
by using business rule only..
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 04:57 AM
@VSN Ideally this should be handled via a list_edit ACL where in the condition field you can dot walk to the parent project field and check if the state is cancel.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 06:30 AM
i dont want to go with ACL's
..