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
9 replies
Subscribers
7 subscribers
Views
2390 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
We are migrating to 7.3 and I just want to check if Appian recommends using the
padmanabhanv
over 11 years ago
We are migrating to 7.3 and I just want to check if Appian recommends using the portal going forward or move all the functionality to the tempo?...
OriginalPostID-92584
OriginalPostID-92584
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
Tempo allows you to integrate work automation with mobile and social capabilities with all the data, all the processes, all the documents, and all the collaborations in one environment on any device. With the enhancements made to the Tempo Interface as of Appian 6.7.0, the Portal Interface should now only serve as a way to update profile information, modify account settings, and view portal pages. Tasks and actions should be completed through the Tempo Interface when possible.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
padmanabhanv
over 11 years ago
thanks patty, so if we have a use case which can only be done using javascript and tempo forms dont support javascript, how I do expose that to the user?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
forum.appian.com/.../Component_Configuration_Properties
Please keep in mind that by using javascript, your forms will no longer be Tempo enabled.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
padmanabhanv
over 11 years ago
So if I have a use case for activity chained forms and one of them has a need for some javascript logic, I guess the chain will break. In such cases(where we cannot avoid using javascript), what is the pattern people follow. Just launch the action from tempo in a popup window?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
What is the javascript logic?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
padmanabhanv
over 11 years ago
Its a simple logic to check if all the components(checkboxes) in a grid are selected or not? Irrespective of the complexity of the logic, the activity chain will break if I use javascript in one of the forms right?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
Can you use an expression rule to determine if the number of checked values = the number of values. You can then use a gateway to route whether to user can continue with the chained task.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mike Schmitt
Certified Lead Developer
over 11 years ago
I would suggest you work on ways to get around javascript logic on forms where possible (chaining will be broken on any non-tempo-enabled forms, and you won't be allowed to tempo-enable forms when they contain javascript, so yes). But the use case you describe could probably be handled by post-form validation...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
padmanabhanv
over 11 years ago
thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel