Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

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

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

Avatar

Correct answer by
Community Advisor

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