Skip to main content

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

@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.

 


@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


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


Reply