EVAM with custom component - action triggering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 10:43 PM
I have been using the DataSet component in order to map an EVAM datasource to a custom component. In order to do that:
- I created a new custom component with certain properties and actions
- I created a View Template that uses this new component (instead of the "famous" now-card-evam-record)
- I binded data accordingly in the View Template
All good so far. Component looks good, data gets bounded correctly. Unfortunately, I need to have some nice buttons on the component that should be triggered directly from the "card-like" custom component. If I use the component directly on the page, all is good.
BUT, how to bind the custom component actions from the EVAM Data source component?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 11:12 PM
Shared in this article
https://developer.servicenow.com/blog.do?p=/post/quebec-ui-builder-evam/
Follow the steps as given. There are some limitations also
If its helpful, please mark answer as correct
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 12:36 AM
Unfortunately, the article only explains how to use the OOTB now-card-evam-record. My question was for a custom component, cause the layout of the existing card is not helping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 11:21 PM
Unfortunately, the article only explains how to use the OOTB now-card-evam-record. My question was for a custom component, cause the layout of the existing card is not helping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2023 10:04 AM
Were you able to achieve this ? is there a way for us to see the back end code for now-card-evam-record