1 IsActive bit on Defined Values? 1 Derek Mangrum posted 10 Years Ago I am looking at porting our Prayer Book application from Arena to Rock. As part of this app, I assign a 'Ministry' and 'SubMinistry' to each contributor. My plan is to use a list of Defined Values for this data. The issue I am running in to is that these lists change over time, but I need to keep the old data around. For example, old entries need to be able to reference a Ministry that no longer exists. Is there a plan to add an IsActive bit to Defined Values? That way, I can trim my list to only show active, while still having the ability to reference inactive Values in older entries. Or, do I need to look at creating my own tables to store this data? Or, am I missing something else that solves this problem for me, which is entirely possible! :-) Thanks a bunch! Derek Mangrum
Derek Mangrum 10 years ago Sounds good. The custom Attribute works like a charm. I implemented this and it works great! Easy to use. Attributes add so much flexibility! Thanks.