For those having a similar issue...after doing some research, I realized I had to use xfa.resolveNode() function to fix the issue I was having. As you can see I used the form:ready event to loop through the table body and update the cell dynamically based on the length of the table body. I'm leaving...
Hey! I'm creating a fillable form which also has a dynamic table. I was able to create the dynamic table with no problems, this table contains a cell to display the index row. However I'm not being able to update that index value dynamically, any suggestions?
For those reading and facing a similar issue, I could fix it myself.After doing a research and reading other posts, I noticed I had left the UserID attribute empty. (that's the reason why user records have a random string as ID and more than one user can have the same synchronized data) All I had to...
Good morning, afternoon or evening. I'm trying to set up AEM SSO authentication with Azure and on top of that, I'm also trying to synchronize attributes (which works just fine. I'm using Adobe Granite SAML 2.0 Authentication Handler to achieve that), after the Azure SSO authentication ends successfu...