On Single Click Open External URL and Write record in DB

Certified Associate Developer

Hi All,

Is there any way to open an external link using safe link and Write operation into Data Base on Single Link from User Interface Read-only Grid level.

Current functionality using two columns in Grid

Column1: Link (safe link) will open the external URL

Column2: Start Process Link Writing operation in Database

User Requirement: Merge these two columns with single Click do both operations. 

Thanks

Vinod

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    There's no out-of-box way to combine these two operations - a!safeLink() has no overlap in functionality with links that kick off internal processing (dynamic link, start process link, etc). 

    I suppose it might be possible for Appian to add some additional parameters to a!safeLink() to do some additional actions on click of the link, if enough people request it, but you'd be waiting a long time for this.  Generally I suggest this requires better user expectations-setting.

Reply
  • +1
    Certified Lead Developer

    There's no out-of-box way to combine these two operations - a!safeLink() has no overlap in functionality with links that kick off internal processing (dynamic link, start process link, etc). 

    I suppose it might be possible for Appian to add some additional parameters to a!safeLink() to do some additional actions on click of the link, if enough people request it, but you'd be waiting a long time for this.  Generally I suggest this requires better user expectations-setting.

Children