Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

What does HasPackage() does

Avatar

Level 1

Hi.

I am very curious about what does applicableIf="HasPackage('nms:social') ..... does?

There is almost nothing mentioned about it in the documentation and I want to understand the purpose if it.

Thank you

1 solución aceptada

Avatar

Respuesta correcta de
Employee

This is to test if Package is installed or not

1468390_pastedImage_0.png

You can find more details in standard jsapi documentation.

Ver la solución en mensaje original publicado

3 Respuestas

Avatar

Respuesta correcta de
Employee

This is to test if Package is installed or not

1468390_pastedImage_0.png

You can find more details in standard jsapi documentation.

Avatar

Level 1

Sure, I absolutely forgot to look at the jsapi doc.

Thank you

Avatar

Employee

Hi ,

This attribute applicableIf="HasPackage('nms:social') denotes that some columns or input fields will only be applicable if the package social is installed in the instance.

It generates a dependency of features based on packages installed

Regards,

Adhiyan