FundraisingConfig
親種別
Metadata メタデータ型を拡張し、その fullName 項目を継承します。
ファイルのサフィックスおよびディレ��トリの場所
FundraisingConfig コンポーネントは .fundraisingConfig のサフィックスを持ち、fundraisingConfigs フォルダに保存されます。
バージョン
FundraisingConfig コンポーネントは、API バージョン 58.0 以降で利用できます。
特別なアクセスルール
このオブジェクトにアクセスするには、Nonprofit Cloud に含まれる Fundraising Access ライセンスを組織で保有している必要があります。
項目
| 項目名 | 説明 |
|---|---|
| donorMatchingMethod |
|
| failedTransactionCount |
|
| householdSoftCreditRole |
|
| installmentExtDayCount |
|
| isHshldSoftCrAutoCrea |
|
| lapsedUnpaidTrxnCount |
|
| masterLabel |
|
| shouldClosePaidRcrCmt |
|
| shouldCreateRcrSchdTrxn |
|
宣言的なメタデータの定義のサンプル
FundraisingConfig コンポーネントの例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<FundraisingConfig xmlns="http://soap.sforce.com/2006/04/metadata">
3 <lapsedUnpaidTrxnCount>5</lapsedUnpaidTrxnCount>
4 <householdSoftCreditRole>Admin</householdSoftCreditRole>
5 <isHshldSoftCrAutoCrea>true</isHshldSoftCrAutoCrea>
6 <installmentExtDayCount>7</installmentExtDayCount>
7 <donorMatchingMethod>No_Matching</donorMatchingMethod>
8 <failedTransactionCount>12</failedTransactionCount>
9 <shouldCreateRcrSchdTrxn>true</shouldCreateRcrSchdTrxn>
10 <shouldClosePaidRcrCmt>false</shouldClosePaidRcrCmt>
11 <masterLabel>MasterLabel</masterLabel>
12</FundraisingConfig>前の定義を参照する package.xml の例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>FundraisingConfig</name>
6 </types>
7 <version>59.0</version>
8</Package>