|
|
(8 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| [[Global Address Object:Reference|← Global Address Object Reference]]
| | {{GlobalAddressObjectNav |
| | | |MethodsCollapse= |
| {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
| | }} |
| ! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Global Address Object Navigation'''
| |
| |-
| |
| | style="padding-right:220px;"|
| |
| |-
| |
| |
| |
| {| class="mw-collapsible mw-collapsed" style="width:100%;"
| |
| |- align="left"
| |
| ! style="color:black;"|[[Global Address Object:Introduction|Introduction]]
| |
| |-
| |
| |[[Global Address Object:Platforms and Functions|Platforms and Functions]]
| |
| |-
| |
| |[[Global Address Object:Licensing|Licensing]]
| |
| |-
| |
| |[[Global Address Object:Result Code Use|Result Code Use]]
| |
| |}
| |
| |-
| |
| |
| |
| {| class="mw-collapsible mw-collapsed" style="width:100%;"
| |
| |- align="left"
| |
| ! style="color:black;"|[[Global Address Object:Interface|Interface]]
| |
| |-
| |
| |[[Global Address Object:Address Handling|Address Handling]]
| |
| |-
| |
| |[[Global Address Object:Interface Use|Interface Use]]
| |
| |}
| |
| |-
| |
| |
| |
| {| class="mw-collapsible" style="width:100%;"
| |
| |- align="left"
| |
| ! style="color:black;"|[[Global Address Object:Functions|Functions]]
| |
| |-
| |
| |[[Global Address Object:Setup Functions|Setup Functions]]
| |
| |-
| |
| |[[Global Address Object:Input Methods|Input Methods]]
| |
| |-
| |
| |[[Global Address Object:Processing Methods|Processing Methods]]
| |
| |-
| |
| |[[Global Address Object:Output Methods|Output Methods]]
| |
| |}
| |
| |-
| |
| |
| |
| {| class="mw-collapsible mw-collapsed" style="width:100%;" | |
| |- align="left"
| |
| ! style="color:black;"|[[Global Address Object:Parameters|Parameters]]
| |
| |-
| |
| |[[Global Address Object:Processing Configuration Parameters|Processing Configuration Parameters]]
| |
| |-
| |
| |[[Global Address Object:Input Address Data Parameters|Input Address Data Parameters]]
| |
| |-
| |
| |[[Global Address Object:Output Address Data Parameters|Output Address Data Parameters]]
| |
| |}
| |
| |-
| |
| |
| |
| {| class="mw-collapsible mw-collapsed" style="width:100%;" | |
| |- align="left" | |
| ! style="color:black;"|[[Global Address Object:Result Codes|Result Codes]]
| |
| |-
| |
| |[[Returned Result Codes:APIs#Global Address Object|Returned Result Codes]]
| |
| |-
| |
| |[[Global Address Object:Other Codes|Other Codes]]
| |
| |}
| |
| |}
| |
| | |
|
| |
|
| {{CustomTOC}} | | {{CustomTOC}} |
|
| |
|
| ==Input Methods== | | ==Input Methods== |
| ===SetInputParameter=== | | <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> |
|
| |
|
| ===GetInputParameterNames===
| |
| This function returns an array/list of all named parameters available for set as input in the Global Address Object.
| |
|
| |
|
| | :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]] |
← Global Address Object Reference
Global Address Object Navigation
|
|
|
|
|
|
|
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.