Sha256: 585b0876aaf3824e161480267176b82cea5c00a2331d5e1aba98c178bbf512a1
Contents?: true
Size: 1.34 KB
Versions: 6
Compression:
Stored size: 1.34 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'/> getNoteByUniqueDefinedValue 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>note</td> <td><a href='ct_Note.html'>Note</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_Note.html'>Note</a> with the definedValue provided. If multiple notes 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