- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:14 AM
There is Field on core_company table. Field name: model(choice= AA, BB, CC, DD)
There is Field sys_user table: Field name: country code.
Condition: If the user from non-America and core_company.model field value is AA then those work order should not visible for that user.
Note: Company field is also visible on Work order form.
How to achieve this?? any other approach than ACL??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 04:52 AM
Removed condition from when to run.
Written below script and its working:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 05:28 AM
hi @Rahul k ,
you are hiding from list view right? then go with Before query business rule.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2024 06:03 AM - edited 08-03-2024 06:35 AM
Hi Bhavya,
I written before Query BR as below but still its not loading:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2024 06:07 AM
I want to hide record for above condition.
Company field is on Work order table and operation field is on core company table. If the operation field value is E4 ir E7 then those record should not visible for non Germany users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 04:52 AM
Removed condition from when to run.
Written below script and its working: