This chapter provides an overview of the InterSystems IRIS® tools that you can use to work with X12 schemas and documents.
Defining X12 Search Tables
The X12 search table class, EnsLib.EDI.X12.SearchTableOpens in a new tab, automatically indexes the X12 document ID, which it gives the name Identifier.
If you need more items to search, you can create a subclass. The subclass inherits the Identifier property, plus the infrastructure that makes search tables work. For details, see “Defining a Search Table Class” in Using Virtual Documents in Productions.
Be sure to perform all tasks in the same namespace that contains your production. Do not use reserved package names; see “Reserved Package Names” in Developing Productions. Also see “Overriding the Validation Logic” in Using Virtual Documents in Productions.