LookupInfo codetable includes inactive values with IncludeInactive=

In order to filter a queryview I added a LookupInfo codetable to the OutputField. The codetable returns all values including inactive ones regardless of the IncludeInactive settings. It works correctly for formfields, but not OutputFields. Has anyone run into this and is there a fix?

<OutputField Name="STEWARDSHIPTYPE" Caption="Stewardship Type" DataType="String" >
<LookupInfo IDField="TYPECODEID">
<CodeTable CodeTableName="STEWARDSHIPRECIPIENTTYPECODE" IncludeInactive="false" />
</LookupInfo>

Comments

  • @Dale Kolls
    We are also in the process of creating Code table for Sub Status code in Naming opportunity. But we got struck in the query view because we couldn't use that field in filtering .

    Can we meet sometime to discuss

    0359bf78217e55f7b1bf26378b0cf2ab-huge-im

Categories