ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 1 - AD0-E330 discussion

Report
Export

How can you use sysFilter to limit write access to a schema to only members of the Administrator operator group?

A.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=true' expr='TRUE'/> </sysFilter>

Answers
A.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=true' expr='TRUE'/> </sysFilter>

B.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='FALSE'/> </sysFilter>

Answers
B.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='FALSE'/> </sysFilter>

C.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='TRUE'/> </sysFilter>

Answers
C.

xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='TRUE'/> </sysFilter>

Suggested answer: A

Explanation:

The sysFilter element in Adobe Campaign Classic can be used to limit access to specific operations based on operator rights. To restrict write access to only members of the Administrator operator group:

Condition Explanation:

The correct syntax should enable the condition if the user has the admin right. Here, hasNamedRight('admin')=true checks if the operator belongs to the Administrator group. When this condition is true, the expression expr='TRUE' grants write access, thus restricting it only to those with admin rights.

The configuration correctly restricts access based on operator rights, ensuring that only administrators can perform write operations on the specified schema

asked 25/10/2024
Damir Stojsic
33 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first