web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / benjaminjohn.de / Limits for custom parameters

Limits for custom parameters

Ben John Profile Picture Ben John 559

Have you ever asked how many characters you can pass a parameter to an Javascript event handler or to a HTML webresource? I do, because I like to give a consultant or the customer the possibility to pass dynamic values in form of JSON objects or even whole functions without touching my code.

HTML webresource

The limit here is at 1.500 characters.

Javascript event handler

I think there no limit. Really. I made a test with up to 2.400.000 characters without any problems. The only thing that I would mention – do not exaggerate it as I did, because the performance suffers quite a lot.

Der Artikel Limits for custom parameters von Ben ist auf leicht bewölkt veröffentlicht worden..


This was originally posted here.

Comments

*This post is locked for comments