AllocationFrom Element
This element allows allocation configuration development for money movement out of funds. This is used in conjunction with <Allocation> and for a transfer assignment. The <Allocation> element defines the funds and characteristics available to the transfer's targets and <AllocationFrom> element defines the funds and characteristics available to the transfer's sources.
Note: The functionality of this element is replaced by the TransactionAllocationScreen attached rule and configuration should migrate toward using the new rule.
Element/Tag | Parent Element | Attribute | Definition |
---|---|---|---|
<AllocationFrom> |
<Transaction>
|
|
Optional Element: This element should be used with a transfer assignment and when there must be different configuration for the transfer's source funds and target funds. The functionality of this element is replaced by the TransactionAllocationScreen attached rule and configuration should migrate toward using the new rule. |
<AllocationFrom>
|
ALLOCATIONTYPES |
Required Element: This attribute identifies, in a comma delimited list, allocation methods that the user can choose from. Values:
|
|
ALLOWMIXEDMETHODS |
Optional Element: This attribute indicates when mixed allocation methods are allowed. Normally, all funds in an allocation apply a single allocation method chosen by the user. When mixed methods are allowed, an allocation may apply a different allocation method per fund. Values:
|
||
AMOUNTMINIMUM |
Optional Element: This attribute provides the minimum amount to remove from a fund and generate a validation when that is not reached. Values:
|
||
EXCLUDEFUNDFIELD |
Optional Element: This attribute provides a fund's dynamic field name that is used in combination with EXCLUDEFUNDFIELDVALUE. Together the attributes represent a filter that excludes funds with matching field name and value. Values:
|
||
EXCLUDEFUNDFIELDVALUE |
Optional Element: This attribute provides a fund's dynamic field value that is used in combination with EXCLUDEFUNDFIELD. Together the attributes represent a filter that excludes funds with matching field name and value. Values:
|
||
EXCLUDEFUNDNAME |
Optional Element: This attribute provides a list of fund names that will not populate the fund drop down list. This is a comma delimited list. Values:
|
||
EXCLUDEFUNDSTATUS |
Optional Element: This attribute provides a list of fund statuses so that funds with one of the status values will not populate the fund drop down list. This is a comma delimited list of status codes from AsCodeFundStatus. Values:
|
||
EXCLUDETYPE |
Optional Element: This attribute provides a list of fund types that will be excluded from the fund drop down list. This is a comma delimited list from AsCodeFundType. Values:
|
||
FUNDLIMIT |
Optional Element: The element provides a maximum limit on the number of funds that can be allocated. When the element is not configured, there is no maximum. Values:
|
||
INCLUDEFUNDFIELD |
Optional Element: This attribute provides a fund's dynamic field name that is used in combination with INCLUDEFUNDFIELDVALUE. Together the attributes represent a filter that includes funds with matching field name and value. Values:
|
||
INCLUDEFUNDFIELDVALUE |
Optional Element: This attribute provides a fund's dynamic field value that is used in combination with INCLUDEFUNDFIELD. Together the attributes represent a filter that includes funds with matching field name and value. Values:
|
||
MIXEDALLOCATIONTYPES |
Optional Element: This attribute provides a comma delimited list of the allocation methods available for the individual funds when the allocation is allowed mixed allocation methods to be entered. The ALLOWMIXEDMETHODS attribute must be "Yes". Values:
|
||
SHOWVALUATION |
Optional Element: This attribute allows fund valuation to be displayed and may indicate that the funds available for user choice in the funds' drop down list is limited to non-zero cash values. Values:
|
XML Schema
<AllocationFrom ALLOCATIONTYPES="[[Percent | Amount | PercentOfFund | Units],...]" ALLOWMIXEDMETHODS="[No | Yes]" AMOUNTMINIMUM="[minimum allocation amount]" EXCLUDEFUNDFIELD="[literal]" EXCLUDEFUNDFIELDVALUE="[literal]" EXCLUDEFUNDNAME="[[list fund name],...]" EXCLUEDFUNDSTATUS="[[list fund status],...]" EXCULDETYPE="[[list fund types],...]" FUNDLIMIT="[integer]" INCLUDEFUNDFIELD="[field name]" INCLUDEFUNDFIELDVALUE="[literal]" MIXEDALLOCATIONTYPES="[[Mixed | Percent | Amount | Units],...]" SHOWVALUATION="[Yes | No]"></AllocationFrom>
XML Example
<AllocationFrom AMOUNTMINIMUM="100"></AllocationFrom>
<AllocationFrom ALLOWMIXEDMETHODS="No" FUNDLIMIT="01" ALLOCATIONTYPES="Amount"></AllocationFrom>
<AllocationFrom ALLOWMIXEDMETHODS="Yes" ALLOCATIONTYPES="Percent,Amount" ALLOCATIONTYPES="Percent,Amount"></AllocationFrom>