Table of Contents

Search

  1. Preface
  2. Getting Started with Informatica Address Verification (On-Premises)
  3. General Settings
  4. Input Parameters
  5. Process Parameters
  6. Address Enrichments
  7. Result Parameters
  8. Output Fields
  9. Assessment Codes and Return Codes
  10. Frequently Asked Questions
  11. Geocode Countries
  12. CASS Return Codes

Developer Guide (On-Premises)

Developer Guide (On-Premises)

How Do I Check the Process Mode?

How Do I Check the Process Mode?

You can check the
ModeUsed
attribute of the
Result
element to verify the process mode Informatica Address Verification uses to process addresses.
The following example shows a sample code for C API.
char sResultParameters[32]; AD_GetResultParameter(hAOHandle,"ModeUsed",sResultParameters,sizeof(sResultParameter));
The following example shows a sample code for Java API.
System.out.println(m_oAO.getResultParameter("ModeUsed"));

0 COMMENTS

We’d like to hear from you!