Dashboard Recent Activity Card
Dashboard Recent Activity Card component is a contractual component that helps you to view the last five transactions that are completed.
Namespace
com.olb.wealth.recentActivityComp
Contract Definition
Contracts customize behavior, user experience, and manipulate the data or object of a component. Contracts are made available by exposing properties, methods, and events.
- Properties: Used to define the behavior of the component.
- Methods: Form or other components can use these methods to interact with the component.
- Events: Events are generated on the component. Implementation teams can define business logic to configure the execution of events.
- Context: Specifies the contextual object that is passed to the component.
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type |
Default Value |
---|---|---|---|---|
Object Service Name |
Object Service |
String |
String |
WealthObjects |
Object Name |
Object Name |
String |
String |
Portfolio |
Operation Name |
Operation Name |
String |
String |
getDashboardRecentActivity |
Methods
Methods |
Parameter |
Description |
---|---|---|
getCustomerId |
params, perm |
Gets request parameters (params) and permissions (perm), and passes into the component. It is an exposed function. |
makeDaoCallRecentActivity |
|
Gets recent activity list from service. |
onServiceSuccess |
response |
A success function is run when the service call is successful. |
onError |
errorObj |
An error function is run when the service call fails. It hides the inner content and displays a No results message. |
displayResults |
response |
It is a function to loop through the response from service and populate the segment with data. |
In this topic