
Hello,
I am working with ADX and I have a particular form that needs lots of validations. I am adding the code in the Custom Javascript box. After trying to add more custom code for validations I got the message "You have exceeded the maximum number of 10000 characters in this field", have anyone experienced this? if so, are there any workarounds?
Thanks
George
*This post is locked for comments
I have the same question (0)There are few options.
I strongly reccomend to move you validation code to separate Javascript file (its better is it can be cashed by browser) - and just include it with <sript> tag there.
You can add the Javascript with Web Files functionality. (allow JS extension dynamics general settings for the attachments)
Other way is to increase this field length.
You can go to Dynamics->Settings->Customization->Customize the system
Got to the Entities->EntityForm (or other entity if you add you Custo Jvascript box for other entity)-> open adx_registerstartupscript. Change Maximum Length to bigger value.