Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

accesible if and visible if difference on attribute in schema

Avatar

Level 4


<attribute name="firstName" accessibleIf="$(login)=='admin'"/>
<attribute name="firstName" visibleIf="$(login)=='admin'"/>

 

hi all, what is the diference between accesible if and visible if difference on attribute in schema

 

1.what will happen practically in terms of data view in adobe ui if we use below code

<attribute name="firstName" accessibleIf="$(login)=='admin'"/>

 

2.what will happen practically in terms of data view in adobe ui if we use below code

<attribute name="firstName" visibleIf="$(login)=='admin'"/>

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Disha,

Please check out the documentation below which explains both permissions:

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/editing-...

 

Thanks,

Craig

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Disha,

Please check out the documentation below which explains both permissions:

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/editing-...

 

Thanks,

Craig