xpxRemoveAssociatedValueFromInstanceInInstanceHashTable
FUNCTION xpxRemoveAssociatedValueFromInstanceInInstanceHashTable (instanceHashTableIndex : INTEGER; instanceIdOrAggrId : GENERIC; associatedValue : GENERIC) status : INTEGER;
Function to remove a specified associated value from an existing element in a specified EDMinstanceHashTable. This function is only applicable on EDMinstanceHashTables of type INSTANCE_HASH_TABLE_WITH_MULTIPLE_ASSOCIATED_VALUES
Arguments
1 | Type | Name | Comment |
2 | INTEGER | instanceHashTableIndex | An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the actual EDMinstanceHashTable was created. The actual EDMinstanceHashTable must be of type INSTANCE_HASH_TABLE_WITH_MULTIPLE_ASSOCIATED_VALUES |
3 | GENERIC | instanceIdOrAggrId | The given "instanceIdOrAggrId" must be an instanceId or an aggregateId that identifies an element in the specified EDMinstanceHashTable. |
4 | GENERIC | associatedValue | Specifies an instanceId or an aggregateId that is an associated value of the EDMinstanceHashTable element specified by the "instanceIdOrAggrId" argument. This actual "associatedValue" will be removed from the actual element in the specified EDMIinstanceHashTable by this function. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â