Skip to main content

Idea: Support other schemas in command button

  • September 13, 2024
  • 1 reply
  • 29 views

durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Superhero (Customer)
  • 542 replies

When developing a command button in Aurena, it would be helpful if such buttons could support URI schemas other than https.
A data URI, for example, could be written to download a small base64-encoded file directly from the on-screen data.
An msteams URI could be used to send a message directly to a Microsoft Teams user.

The possibilities are endless. To detect relative URLs pointing inside this same middleware server, you might consider looking for a regex like ^[a-zA-Z]+://

1 reply

durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Author
  • Superhero (Customer)
  • 542 replies
  • September 13, 2024

This would be especially useful when writing an integration to a third-party solution that installs a fat client on an end user’s machine that intercepts its own proprietary URI schema.