#Embedded Interfaces. We are on Appian 7.11 cloud instance. We have embedded rel

#Embedded Interfaces. We are on Appian 7.11 cloud instance. We have embedded related action of a record in our company portal. As per the documentation in Appian forum forum.appian.com/.../Embedded_Interfaces.html we can handle 3 javascript events(submit, error, dismiss). We tried the following code but the surrounding webpage was not able to capture the event ! What are we doing wrong ? has anyone implemented this successfully ? Any help will be much appreciated !

<body>
<div>
<script src="avivadev.appiancloud.com/.../script>
<appian-related-action Id=”embeddedRA” recordTypeUrlStub="abcXYZ" recordIdentifier="37" processModelUuid="0002db32-6597-8000-f92f-7f0000014e7a" />
</div>
</body>
<script>
function submitted() {
// Place appropriate submit handling here
alert("The related action has been subm...

OriginalPostID-179843

OriginalPostID-179843

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data