I've done some experimentation and it seems that the reason my attempts to use a python function to populate a drop-down is that the code seems to only see two names at that point, "User" and "__builtins__". Obviously I can put anything I want into one module. So the question becomes, "How do I make my module a visible to the code that is interpreting the metadata definition?". Any ideas? (I'm going to keep experimenting and I'll let everyone know if I come up with some workable method.)
Thanks, Gary W. On Thursday, September 4, 2014 3:48:38 PM UTC-4, Gary D Walborn wrote: > > I have written a python function (lets call it 'options') that returns a > list of strings. I would like to use this function to populate the > drop-down lists in a metadata type. I have tried all sorts of ways to do > this, and none of them seem to work. The documentation is very scant on > this subject. Can anyone provide any information on how this is supposed > to work? > > Thanks, > > Gary Walborn > > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
