08-21-2012 11:21 AM
08-21-2012 11:55 AM
08-24-2012 03:09 AM
08-27-2012 11:29 AM
08-28-2012 01:59 AM
11-22-2012 10:22 AM
11-22-2012 01:03 PM
Note that dynamic CONSTRAINT list is not such a good idea since removing item from the constraint list which is used will cause integrity violation error.
A better approach in my oppionion is to define a webscript which reads from some source and returns a JSON (maybe XML) list. Then create (if using Share) form control which will connect to that webscript and render a drop down list from that.
This isn't a secure implementation since anyone who knows how to use firebug could add their own items. but you can solve this by defining a onUpdate policy for your content type and checking if the property is in the list that webscript returns.
It's not a perfect solution, but if you intend to remove items from constraint list and don't want to cause integrity violation errors you could do something like this instead.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.