Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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

View solution in original post

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