Hello y’all,
we have an application developed in domino that has its own scripting language.
something like that:
And i use javascript to manage this “ViewBody”(returns a list of notesdocument based on a search formula).
The javascript is to create the options tags, etc…
I got 2 servers which i am not their admin.
1 server for development purposes, and 1 for working-apps.
the select Field is full filled in the devServer, but in working-apps server it gets filled with a part of what it should be filled.
So my question is… is there any domino server document thing, checkboxes, something that would kinda limit this javascript operations?
The code is very simple so i assume i dont need to paste it, but tell me with you want me to do it.
Any advice on what maybe happening? I cant access the configuration docs from both servers. =/
PS: from the working-apps server if i call the form(with the select field inside) from the devServer, it works pretty fine, both notesviews have the same length of docs.
Thats why i think of something in the configuration docs.
TIA
/fferrandini