Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

I am not able to see the custom function created under etc/clientlibs

Avatar

Level 3

Hi , 

Can any one please tell why i am not able to see custom function created under js folder?

 

Screenshot from 2023-09-04 18-27-30.png

 

 

 

Screenshot from 2023-09-04 18-28-04.png

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

Have you selected the Client Library Category inside the Adaptive From Container section?

 

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/custom-functio...

 

Ver solução na publicação original

3 Respostas

Avatar

Resposta correta de
Community Advisor

Have you selected the Client Library Category inside the Adaptive From Container section?

 

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/custom-functio...

 

Avatar

Community Advisor

@MunmunBo 

1) Can you check , did you selected the correct client library category.

2) check js.txt , is it having#base=js or not , and the demo.js should be there.

3) check the client lib category name at canvas3-0 folder and which you selected at container section are same or not

 

Thanks 

Siva

Thanks,
Siva

Avatar

Level 6

Check the clientlib category in Adaptive form container dialog (it should be same as your clientlib category).

And after that also you are not seeing then change the function like this.
function funcName(){

your logic.

}