Record Linking Outside Appian

I have an interesting User Case where I need to link an Appian record with something outside of appian in a react application we are using. I don't understand the record generation since its not using any information from the database in that generation which it shouldnt because it could be a security issue, but I was wondering how I could get that link specifically and pass it to a button on my react app so when they click it, they will be taken to the specific record in appian for whichever record they clicked. 

Sorry if this doesnt make much sense. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I'm a little unclear whether or how you can pass data from Appian into your outside application, but it seems like if you were able to call "urlForRecord()" on the individual record entries, and store aspects of the generated text URL and somehow pass that out, and later use that to construct a link from your external application pointing back to Appian, that you might be able to link users straight into whatever record entries they inherently have access to in Appian already.  It seems like a lot of work though to save... 1 or 2 clicks, i'd guess?

Reply
  • 0
    Certified Lead Developer

    I'm a little unclear whether or how you can pass data from Appian into your outside application, but it seems like if you were able to call "urlForRecord()" on the individual record entries, and store aspects of the generated text URL and somehow pass that out, and later use that to construct a link from your external application pointing back to Appian, that you might be able to link users straight into whatever record entries they inherently have access to in Appian already.  It seems like a lot of work though to save... 1 or 2 clicks, i'd guess?

Children