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
4 replies
Subscribers
8 subscribers
Views
1622 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have assigned Convert to PDF smart service to a user and written auto submit s
poojas
over 10 years ago
I have assigned Convert to PDF smart service to a user and written auto submit script on load event of the form
Auto submit script :- $('input:submit.submitButton')[0].click();
I am using "Open Office Writer Doc from Template smart service" node just before this "convert to PDF” node. Enabled Activity chaining between these two no nodes.
Every time when "Open Office Writer Doc from Template smart service" node excuted next chanined form which is "convert to PDF” is not getting opended automatically and and user has to click on the task.
Chaining is not working
...
OriginalPostID-92636
OriginalPostID-92636
Discussion posts and replies are publicly visible
Parents
0
sushilk307
over 10 years ago
Start First form nned to open by user itself... then next chained automatic display and for autosubmit use the following code...
setTimeout(function() {$('input:submit.submitButton')[0].click();},4);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sushilk307
over 10 years ago
Start First form nned to open by user itself... then next chained automatic display and for autosubmit use the following code...
setTimeout(function() {$('input:submit.submitButton')[0].click();},4);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data