How can we define and implement a newly created named right? | Community
Skip to main content
July 6, 2020
Solved

How can we define and implement a newly created named right?

  • July 6, 2020
  • 1 reply
  • 961 views

We can duplicate an OOTB named right and save the record, but how do i edit the function it does?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

It depends on what you want to do:

  • Show/hide anything in UI: navigation hierarchy, forms
  • Control access to API calls, functions: HasNamedRight() in js, jssp
  • Show/hide data cols: enabledIf/accessibleIf in schema
  • Show/hide data rows: sysFilter in schema

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
July 6, 2020

Hi,

 

It depends on what you want to do:

  • Show/hide anything in UI: navigation hierarchy, forms
  • Control access to API calls, functions: HasNamedRight() in js, jssp
  • Show/hide data cols: enabledIf/accessibleIf in schema
  • Show/hide data rows: sysFilter in schema

 

Thanks,

-Jon