I created an interface with read only grid which pulls data from process analytics. I would like to bring dialog box when user clicks on a link from the interface.
Any suggestion how I can implement this? Thank you.
Discussion posts and replies are publicly visible
I used this but not working. Its opening a new tab.
a!gridColumn( label: "Status", value: a!linkField( links: a!processTaskLink( label: fv!row.c12, task: fv!identifier, openLinkIn: "SAME_TAB" ) ) ),
You cannot get a Pop-Up for any thing other than a Record or Related action.
Thats what I also know
amikb0002 Where is your grid placed? On a site page, in a UIT or as a record action?
If it is in a recordAction, opened as a Popup, then SAME_TAB won't work.
I learning Appian and trying to understand the problem and give suitable solution for that.
I get it and I don't mean to demotivate you. But does it truly make sense to go on ChatGPT, search the question, and write the answer here without even verifying if it actually works? The OP could have done it but everyone knows that 50% of the time either it is incomplete code or it just doesn't work/exist. You aren't helping if you don't know the answer and are generating these answers (which don't even exist) from somewhere.
prakhar2511 said:rying to understand the problem and give suitable solution
prakhar2511 said:not eligible to answer because I can't solve the problem as I can't learn by solving ot try to solve others problem.
You took it in the wrong way , We never said you were wrong , We just said after searching it in AI/ChatGpt Check once if it's working or not
ok got it .but I tried on my org env it works but may be they are using some other internal plugin that is still in testing phase or for internal use that why I have removed above code may that will effect me also from org side. Thanks for suggesting that I try sol on my personal env than only will give answer that way it will not create any difference between.
sure
No, so anything that starts with 'a!' has to be Appian's native. It cannot be a plugin. Interesting.. It could be that your env was upgraded to 24.1 as part of an early release. Did you check the environment version? I am interested in knowing about its functionality. When you put your cursor on it, what does the description of a!readLink() say?