Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
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