Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
9 subscribers
Views
3629 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am implementing the embedded interface. I have a web application that is deplo
yogeshs5060
Certified Lead Developer
over 9 years ago
I am implementing the embedded interface. I have a web application that is deployed on same host. I am able to embed the task but not able to embed the Action. I have gone through JavaScript console, there is no error. All CSS and JS are being picked properly.
Could any one please help me out to embed the Action?
Thanks in advance
OriginalPostID-179563
OriginalPostID-179563
Discussion posts and replies are publicly visible
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
I assume you are on Appian 7.11 (Appian 7.10 and lower versions, you can only embed Related Action).
Check the user logged in has atleast initiator access to the PM that configured to as action.
Any thing on Appian logs related to this?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
yogeshs5060
Certified Lead Developer
over 9 years ago
@shyamb Thank you, I was testing it on 7.9 that's why it was not working.
I have tested it on 7.11 and Its working fine now.
really appreciated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sahilb
over 9 years ago
Hi Yogesh
I am trying to implement embedded interface with the reference from
forum.appian.com/.../Embedded_Interfaces.html
forum.appian.com/.../Embedding_Appian_Interfaces_in_External_Sites.html
I created a simple Application with an Action containing a UI. I clicked on the Action and when my Task opens I go to the Tasks Tab and fetch it's task id to be used, as described in the above links, in my HTML.
However, when my HTML runs what I get is a blank page. I am also attaching my HTML code for your reference.
Can you please suggest me what am I missing...
embedded.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
yogeshs5060
Certified Lead Developer
over 9 years ago
Hi Sahib,
Please verify the following things -
1) Make sure you have mentioned the correct taskId and that task contains the SAIL form (Interface).
2) If your Application and Appian are hosted on different servers, then make sure you have added your application domain name in CORS Allowed Origins.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sahilb
over 9 years ago
Hi Yogesh
Thanku. I am new in appian and I am not understanding CORS Point. Can you help in regarding that .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
yogeshs5060
Certified Lead Developer
over 9 years ago
Go to the admin interface, follow the path Integration->Embedded Interfaces->Origins->New Allowed Origin
Here you can add your application domain like xyz.com.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sahilb
over 9 years ago
Hi Yogesh
I am trying to embed apian task in HTMl page which is on my local machine and I am getting blank screen . Can you tell how I can run it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
yogeshs5060
Certified Lead Developer
over 9 years ago
You can not access it through local machine, You need to publish your application publicly or you have to place your application on the same server where Appian resides.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel