Difference between revisions of "Global Address Object:Input Methods"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
==Input Methods==
==Input Methods==
<h3 style="background-color:rgb(240,240,240);">SetInputParameter</h3>
<h3 style="background-color:rgb(240,240,240);">SetInputParameter</h3>
:This function takes a name/value parameter to set input address data for processing within the Global Address Object.
:This function allows you to set the input value for a particular address input parameter.
:;Format:<code>mdGlobalAddr.SetInputParameter(“inputParameter”,”value”)</code>
:;Example:<code>mdGlobalAddr.SetInputParameter(“AddressLine1”,”123 Main St”)</code>
 
 
:For a list of all input parameters, see [[Global Address Object:Input Parameters|Input Parameters]].




[[Category:Global Address Object]]
[[Category:Global Address Object]]
[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 21:03, 19 October 2018

← Global Address Object Reference

Global Address Object Navigation
Introduction
System Requirements
Setup
Licensing
Interface
Address Handling
Interface Use
Methods
Setup Methods
Input Methods
Processing Methods
Output Methods
Parameters
Input Parameters
Output Parameters
Result Codes
Global Address Object Result Codes
Other Codes



Input Methods

SetInputParameter

This function allows you to set the input value for a particular address input parameter.
Format
mdGlobalAddr.SetInputParameter(“inputParameter”,”value”)
Example
mdGlobalAddr.SetInputParameter(“AddressLine1”,”123 Main St”)


For a list of all input parameters, see Input Parameters.