All users are unable to see the newly created field/column in the sys_user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hi,
I created a new field on sys_user table called "Deactivated" to record the date and time stamp when the account sets from active to false. I used BR to update the Date and time on the "Deactivated" field.
This works and records the date and time but the issue is if I set the account to false, users are unable to see of find the user record that is set to false.
Script used for BR:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hi @SN2024
If you deactivate the BR which you have created, are you able to see the inactive user records?
Also, if possible please share the screenshot of your business rule configuration...
You should also check the catalog item variable configuration and its filter condition..
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hi Siva,
Thank you for your response.
Yes If I deactivate the BR, and impersonate as another user to test then I can see the deactivated users.
For Catalog item, even If I remove all the filters and just set it to reference sys_user,other users can't see the deactived users that have date and time stamp if this BR is active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday - last edited Thursday
@SN2024 Only "Query" type business rules can control the visibility of data on the UI. Other types of business rules do not have any impact on the user interface. Additionally, as a best practice, you shouldn't use current.update() within the business rule script.
So, I don't think the issue is caused by your business rule.
check if there are any custom "Query" type business rules configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
