Sha256: 2053bb04e69adfbc9382aa9868f895ee2bd368db286b37fe9039c82437334649
Contents?: true
Size: 1.36 KB
Versions: 6
Compression:
Stored size: 1.36 KB
Contents
<html> <head> <title>eTapestry API Help</title> <link rel='StyleSheet' href='main.css' type='text/css'> <script src='SortTable.js'></script> </head> <body> <div class='methodName'><img src='images/etap.gif'/> getContactByUniqueDefinedValue Method</div> <table class='reportTable'> <tr class='reportTableHeader'> <td width='20%'>Order</td> <td width='40%'>Name</td> <td>Type</td> </tr> <tr class='reportTableRow'> <td>Return</td> <td>contact</td> <td><a href='ct_Contact.html'>Contact</a></td> </tr> <tr class='reportTableRowAlt'> <td>Input 1</td> <td>definedValue</td> <td><a href='ct_DefinedValue.html'>DefinedValue</a></td> </tr> </table><br> <div class='specialComments'>Comments</div> <table class='specialCommentTable'> <tr> <td>1)</td> <td>The purpose of this method is to locate a single <a href='ct_Contact.html'>Contact</a> with the definedValue provided. If multiple contacts have the definedValue provided, a soap fault (7 - Duplicate Matches Found) will occur. The value traditionally provided is a unique id that is stored within a display type text field.</td> </tr> <tr> <td>2)</td> <td>A soap fault will occur if the parameter definedValue is empty or invalid. Review <a href='ct_DefinedValue.html'>DefinedValue</a> to help avoid a soap fault.</td> </tr> </table> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems