Entity Links
Early Access Feature
Entity Links is currently an "Early Access" feature and is currently available for
Expected Payments
andPayment Orders
entities.Any organization can use this feature. If you have any questions about how it works or if you have requests for feature enhancements please reach out to [email protected] or your customer success manager.
Overview
In Modern Treasury you can link related entities flexibly.
This is used for a variety of reasons:
- Enabling operational users to visualize and easily navigate to related items in Modern Treasury's dashboard
- Representing and showing a multi-step fund-flow or end-to-end payment for audit and compliance workflows
- Representing the results of a multi-system reconciliation to identify any unreconciled items or exceptions
Managing links
Each entity can be linked to n
number of other entities.
To link two entities, you can use the entity_links
POST API to create a new link between these two entities.
You can also use the Modern Treasury dashboard to manage link creation operationally.
We also plan to launch entity linking rules to enable operational teams to automate the linking of entities based on configurable matching conditions. Please reach out to [email protected] if you are interested in learning more.
You can unlink entities using the entity_links
DELETE API or in the dashboard operationally.
Visualizing links
Once entities are linked, you will be able to see all linked entities in the Modern Treasury dashboard under the Linked Items section. For each entity, you will see the type, amount, and status of that entity. You will also see the source of how that entity was linked. For example, a specific user, API key, or, in the future, an entity linking rule.
You can also list entity links using the entity_links
GET API and filter on parameters such as entity_link_type
or entity_link_id
.
Number of linked entities
As entities are linked, Modern Treasury will keep track of the number of linked entities. This information shows up as an Linked Items attribute for each linked entity and describes how many entities are linked to it. For example, in the screenshot above, this Expected Payment is linked to 5 entities.
The count of the number of linked entities can be useful for helping distinguish exception and success states. This is highly dependent on your business process and fund flows though. For example, if you expect an entity to have 1 linked entity, you'll know there's an exception if the linked item count is not 1 – either 0 or 2+.
You can also filter by or see a custom column showing the Linked Item attribute when looking at an entity list.
Updated 29 days ago