JavaScript can issue weird error messages sometimes, so also make sure the field Anzeige is really there, spelled and capitalized correctly.
That's all I can think of.
Also, putting fields on separate pages could help a bit. The other thing we could do is to use triggers to keep people from changing the values of fields (I think, one possible issue). But I don't believe Memento can do the following:
- set a dependency on a page, which would be nice
- manipulate library structure from a trigger (that includes dependencies)
I think you can accomplish the overall task with Memento, but I'm not sure if it will be user-friendly enough for you.
2. If you can use dependency visibility and not need a trigger, that's clearly better. As of this moment, I don't know how, though. Maybe if I get the copy working, that will enable using dependencies and default values (via using the + button), as well.
3. Maybe, we'll get to where you can use a default value. I believe that Memento inserts the default value, but that it doesn't display until after the entry is saved; that's not good enough for your needs, is it? Using a trigger to set the value will likely also have this same limitation.
I'll post again after I've tried the copying.
I have so far failed to use set() to affect an lte field in any way. I've asked Vasya for assistance. He's even more busy than I. Hopefully, I will learn how to do it. What I hoped would work is...
entry().set("lte2", entry().field("lte1"));
...though I've tried other variations, as well. No luck so far.
Worked fine. Tested for text and boolean.