Hi,
I have a plain Interface where there is a recordLink to the summary view of a Record Type.In preview mode the Interface works well: the link succeeds in opening iebr.appian.community/.../ [...]But when the Interface is launched as a starting module of a Process Model the link doesn't work anymore and returns a 403 message (Access Denied). In this case, it tries to open iebr.appian.community/.../ [...].My authorization levels seem ok.Where could be the problem?
Many thanks
Discussion posts and replies are publicly visible
Can you share the code snippet?
What exactly do you mean with "Interface is launched as a starting module of a Process"?
He means the interface is plugged as the process start form.
There seems to be a problem with the second like. If you notice, this is an invalid link and needs to be fixed. Can you please tell me how are you constructing this link?
I used a recordLink construct:
a!linkField( links: a!recordLink( label: "link", recordType: 'recordType!{403fa7de-3e5a-43eb-b9d7-0e8199162c21}TB Prova', identifier: 1 ) )
Thank you Sunil
That seems to be OK. Is that identifier correct?
No, I just appreciated the suggestion...
Actually, I don't know the cause of the second wrong link.. but I found that the link works fine if the Interface is declared as a Page of a Site. And this might be enough for me
Well. That is strange. Appian doesn't work like that.