-
Tip: Opening a URL when clicking on a button
If you want to open a URL based on the click of a button, set the Button action property to "Client Operation". Then, set the When button pressed property to the following: var url = eworkGetField("txtURL",""); var wnd = window.open(url, "", "menubar=no,toolbar=no,location=no,width=650,height=500,resizable=yes"); This…
-
Introducing Side-By-Side for Version 9
Let’s be frank. Migration is never easy. Consider the challenges you face when migrating standalone desktop applications let alone platform based infrastructure that involving both repository, server, and desktop based components. In the past, we took a Big Bang (all or nothing) approach to migration. However, times have…
-
(Untitled)
-
Smart Business Workspace
Hi Actually I'm not sure if this is the right place for this post, but I couldn't find any better within this community. I saw the very exciting presentation of the Smart Business Workspace at the User Conference. In order to transfer my excitement to my team and the managers it would be great if there would be some…
-
(Untitled)
-
(Untitled)
-
(Untitled)
-
(Untitled)
-
(Untitled)
-
An Example of a Group Review Stage where the folder auto-progresses once all Approvers have Approved
The attached zipped solution file includes an example of a Group Approval stage. When each reviewer approves the folder, his/her name is removed from the To Do list. Each time a name is removed a conditional action checks to see if the To Do list is empty (i.e., if all reviews are completed). When the To Do list is empty,…