When i try to open the site, i usually get some junk (unreadable) data inbetween URl.How to find the exact meaning and where, why it is coming for.
For performance testing, it is requesting for ${recordRef} in place of unreadable data.
Below url is the sample, and highlighted is the data.
exampledev.appaincloud.com/.../lYBBXHnIAzvJNsJ8n_V2CdTFIgVW3uUpgSBXq7XIpgCDEq6fhGkl2FCltx7z6fkF8L4XaCufTwNcaD2hb7zVFHWb8czcdEIPpDAx5SAGI0HGGaCV8QdbA/view/summary
Please help me on this.
Thanks,
Malleswari
Discussion posts and replies are publicly visible
This is opaqued combination of record type and record id - it is unique to the environment. For performance testing you should be able to retrieve the link url from a previous request's response, and use it in the subsequent request.
Thank you so much Mike.
I have a followup question,in Appian we have a Primary database which maintain unique id as above for each Appian object like Datatypes,data stores,interface,expression rule etc..
So, from the record type above, is it overwriting the primary unique id with this case record type , or both are maintained differently.
Not sure I completely understand your question, but the record type id would be stored in the primary db but is not overwritten. The url is generated dynamically.
Sure Mike.
Thank you so much.