Sha256: b0d4c60146256f4e4c21de7f0080ba9d718b507d8e52b120d6a160827d94f3d9

Contents?: true

Size: 1.75 KB

Versions: 6

Compression:

Stored size: 1.75 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'/> updateGift 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>transactionRef</td>
    <td>string</td>
  </tr>
  <tr class='reportTableRowAlt'>
    <td>Input 1</td>
    <td>gift</td>
    <td><a href='ct_Gift.html'>Gift</a></td>
  </tr>
  <tr class='reportTableRow'>
    <td>Input 2</td>
    <td>createFieldAndValues</td>
    <td>boolean</td>
  </tr>
</table><br>
<div class='specialComments'>Comments</div>
<table class='specialCommentTable'>
  <tr>
    <td>1)</td>
    <td>This method will modify an existing gift transaction.</td>
  </tr>
  <tr>
    <td>2)</td>
    <td>A soap fault will occur if the parameter gift is empty or invalid. &nbsp;Review <a href='ct_Gift.html'>Gift</a> to help avoid a soap fault.</td>
  </tr>
  <tr>
    <td>3)</td>
    <td>Reversed or reversal transactions (i.e. those with an offsettingRef value) cannot be updated. &nbsp;Also, the gift amount and valuable type cannot be changed for gifts that have been processed.</td>
  </tr>
  <tr>
    <td>4)</td>
    <td>If the parameter createFieldAndValues is true, the following items will be created if they aren't located: fund, campaign, approach, letter, and all <a href='ct_DefinedValue.html'>DefinedValue</a> fields and values. &nbsp;When this parameter is set to true, don't forget to set each <a href='ct_DefinedValue.html'>DefinedValue</a> dataType and displayType to appropriate values.</td>
  </tr>
</table>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
etapper-0.0.5 doc/api/method_updateGift.html
etapper-0.0.4 doc/api/method_updateGift.html
etapper-0.0.3 doc/api/method_updateGift.html
etapper-0.0.2 doc/api/method_updateGift.html
etapper-0.0.1 doc/api/method_updateGift.html
etapper-0.0.0 doc/api/method_updateGift.html