Siebel eSales Administration Guide > Shopping Service Methods Reference > Siebel eSales Workflow Methods >

ValidateAddress Method


This method is used to validate the address information by checking to see that the necessary information has been entered. Input argument names are used in any error messages.

Preconditions for Calling the ValidateAddress Method

None.

Arguments for the ValidateAddress Method

The ValidateAddress method has the arguments shown in Table 44.

Table 44. ValidateAddress Arguments
Name
Type
Data Type
Optional
Comments

Street Address

Input

String

N

 

State

Input

String

N

 

City

Input

String

N

 

Country

Input

String

N

 

Postal Code

Input

String

N

 

Return Error Code

Input

String

N

Do not return an error if equal to N.

Error Message

Output

String

N

Error message, if any.

Pseudo-Algorithm for ValidateAddress

Go through all the input arguments and make sure that the values are not null.

Siebel eSales Administration Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.