allow inactive selection in system table

So, I've created a custom System Table which references another table, in this case T_CAMPAIGN, to allow the user to select campaigns.  The problem is, for the purposes of this table, I want to be able to select all sorts of historical campaigns.  But when I try to select an old campaign on the list (one which is shown in grey as inactive), it gives me an error "You have selected an inactive row.  Please make another selection."  That seems unfair, if you aren't going to let me select it, just don't show it!  I've set up plenty of dropdowns where I wanted that and simply included "inactive <> 'Y'" for the dddw_where column.

Is there some configuration I'm missing here to allow this?  I suppose perhaps a view that didn't have an inactive column would get around this...

Parents Reply Children