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
10 subscribers
Views
1710 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 11 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
0
sushilk307
over 11 years ago
Just want to know .. Is Open Office Writer Doc from Template smart service has Form which is opened by user.. on sumbit of that ...Convert to PDF smart service is getting Executed....? is this your flow?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sushilk307
over 11 years ago
To open any chained form first Form is accept by user.. then with in 8 sec next form node is getting execute.. then it dispay... Any chaning remain active only for 8 sec max....after that chaning expires...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
poojas
over 11 years ago
Open Office Writer Doc from Template smart service does not have form .
"Convert to PDF" has form.
"Open Office Writer Doc from Template" executed and after that "Convert to PDF" should be executed both r chained and form of "Convert to PDF" should be auto submitted . But "Convert to PDF" is not getting submitted because chaining is not working
"Open Office Writer Doc from Template" executed and after that "Convert to PDF" should be exected both r chained and form of "Convert to PDF" should be auto submitted . But "Convert to PDF" is not getting submited because chaining is not working
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sushilk307
over 11 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