How to get the Url of the current record in business rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 01:25 AM
Hi
how to get the URL of the current record in business rule which i will be passing in the Rest message
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 02:26 AM
Hi @Akash Kajro ,
You can use current.getLink(); for url of current record.
Mark the answer correct if this helps you