Skip to main content
Question

Limiting the access to certain elements

  • November 5, 2024
  • 3 replies
  • 33 views

Forum|alt.badge.img+10
  • Hero (Customer)
  • 142 replies

Hello.

A user is asking the access to the custom lists screen so he can update a specified list.

Is that possible to limit the access to certain lists to an user? Or do we have to make a developement, such as, a custom page or such?

Thanks

3 replies

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • November 5, 2024

@romsar Isn’t the custom list published as a custom page or? You mentioned custom lists screen → this means you have a custom page with a few fields inside, isn’t it?

As far as I know, you will have a custom page and then grant access to that custom page.

 


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • 142 replies
  • November 5, 2024

@Marcel.Ausan we use custom lists for custom fields in a standard IFS screen.

The thing about this specific list is it’s listing a list of people, but this list needs to be sometimes updated, that’s why it can sometimes change


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • 142 replies
  • November 5, 2024

about the custom page that I was talking about, it was an idea that we got, but maybe there is an easier way. We thought to use a custom page to let our user update this specific custom list, so, we would fill the page by running the following sql querry :

select DB_VALUE, SEQ_NO, PUBLISHED_DB
from CUSTOM_FIELD_ENUM_VALUES
WHERE LU='xxxxxx'

and we would make a custom menu to sync the custom list