Populate space count through old notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 11:56 PM
I have developed a notification and scenario is I submitting a demand request 1 for 5 space. Once demand request get fulfilled now, I need trigger a notification. In that notification i need to pass space count from allocation table.
example,
in allocation table for particular space i have 10 space and the demand request fulfilled i got 5 more space get allocated totally, i need to populate 15 space as count in notification. From email script I populating the space count correctly.
Here, as part of the demand request 1, notification was triggered. from the notification I configured one button when I click I will redirect to portal from there i passing this space count.
Again I submit one more demand request 2 for 5 more space. After this get fulfilled totally the space count is 20 space.
Now, I revisit the old notification as part of demand request 1 i need to 20 but at the time of demand request 1 it will be 15. after demand request 2 space count become 20.
Is it possible to see updated space count in old notification.
Demand request 1 old notification:
After submitting many request for this allocated space count is 70
Email script:
The requirement is if i revisit the old notification is it possible to show space count as 70.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2025 12:12 AM
No, it's not possible to update the old notification content.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2025 10:28 PM
thanks @J Siva for your response