Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Looking Up Field Positions > DataViewGetFieldLookup
DataViewGetFieldLookup
Syntax
event DataViewGetFieldLookup {
   string msgId;
   string dvName;
   dictionary<string, string> extraParams;
}
Create and route an event of this type in order to request a helper dictionary that supports lookup of field position for a given field name. The response is provided by a DataViewFieldLookup or DataViewException event.
Syntax description
msgId is an optional field for a message ID that applications can use to identify responses.
dvName is the unique name for the DataView definition whose field positions you want to look up.
extraParams is an optional field that future implementations may use.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.