<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>PerfectForms Forums: Forum: WorkFlow - Recent Posts</title>
<link>http://www.perfectforms.com/forums/</link>
<description>Forums for the PerfectForms.com Application</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 09:40:27 +0000</pubDate>

<item>
<title>tmrhymer on "Dynamically Configuring A User-Group"</title>
<link>http://www.perfectforms.com/forums/topic/dynamically-configuring-a-user-group#post-1497</link>
<pubDate>Mon, 14 Jun 2010 20:06:59 +0000</pubDate>
<dc:creator>tmrhymer</dc:creator>
<guid isPermaLink="false">1497@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I assume you mean the notifications? It sounds like you have a bunch of paths leaving one stage and going to a whole bunch of other stages, each stage being for a different role. If that's the case, are each of those roles technically the same stage, just different recipients? If so, I would bring those all into one stage. Now you would just have a stage  with a single path going to this next stage (all of your previous stages lumped into one). In that paths properties, I would create branches, one for each scenario, testing for these various parameters the user has entered into the form. So now, once you decide who the form should go to, send the notification. You will have a notification command for each of your possible roles. By placing that logic inside of the behavior, it should give you a cleaner workflow diagram. You probably would want to add some type of comment documenting this for future reference.&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/?bb_do_not_attempt_to_manage_workf.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/?bb_do_not_attempt_to_manage_workf.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>asrivastav on "Dynamically Configuring A User-Group"</title>
<link>http://www.perfectforms.com/forums/topic/dynamically-configuring-a-user-group#post-1494</link>
<pubDate>Fri, 11 Jun 2010 16:58:10 +0000</pubDate>
<dc:creator>asrivastav</dc:creator>
<guid isPermaLink="false">1494@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Is it possible to dynamically assign a user-group to stage in the workflow?  Basically, our workflow is going out-of-control with the number of branch conditions and the end doesn't appear to be coming any time soon.  To alleviate this problem, I was hoping that I could dynamically assign a user-group to a stage in the workflow so that emails get sent to the &#34;right&#34; people(s) based on parameters entered by the user.  Is that possible?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Avaneesh
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Notifications cancelling without condition being met."</title>
<link>http://www.perfectforms.com/forums/topic/notifications-cancelling-without-condition-being-met#post-1420</link>
<pubDate>Fri, 14 May 2010 16:20:24 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">1420@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Can only think there may be some other 'rule' in the notifications either in this stage submission or another that may be conflicting, but if you still see this when you have upgraded and can't see why, please raise via the support ticket, attaching your form (also advise where on the form this notification is) and we can check it out to see what is going on
&#60;/p&#62;</description>
</item>
<item>
<title>TWenzel on "Notifications cancelling without condition being met."</title>
<link>http://www.perfectforms.com/forums/topic/notifications-cancelling-without-condition-being-met#post-1415</link>
<pubDate>Wed, 12 May 2010 20:54:09 +0000</pubDate>
<dc:creator>TWenzel</dc:creator>
<guid isPermaLink="false">1415@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I have notifications set to cancel (&#34;this instance only&#34;) when a certain condition is met (Stage=Closed). When I use the notification to access the instance and submit the form a second time (but not advancing to Closed stage); the notification is cancelled.No other actions initiated on the instance in between or after submits. What am I missing? We are currently on 1.16 about to upgrade to 1.17.
&#60;/p&#62;</description>
</item>
<item>
<title>Peanuts890 on "Invalid email"</title>
<link>http://www.perfectforms.com/forums/topic/invalid-email#post-1293</link>
<pubDate>Mon, 22 Mar 2010 17:01:29 +0000</pubDate>
<dc:creator>Peanuts890</dc:creator>
<guid isPermaLink="false">1293@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Thanks - will look into using your suggestion
&#60;/p&#62;</description>
</item>
<item>
<title>Peanuts890 on "Lost email notification"</title>
<link>http://www.perfectforms.com/forums/topic/lost-email-notification#post-1292</link>
<pubDate>Mon, 22 Mar 2010 16:38:00 +0000</pubDate>
<dc:creator>Peanuts890</dc:creator>
<guid isPermaLink="false">1292@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Thanks - forgot about the notification being available through the dashboard.
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Invalid email"</title>
<link>http://www.perfectforms.com/forums/topic/invalid-email#post-1291</link>
<pubDate>Mon, 22 Mar 2010 16:11:11 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">1291@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Can't see any reason why you can't do this already. depends what you mean by 'external list'. if this is a database table for instance, then you can do this using the 'connect' action where you can set the 'send parameter' to the 'entered email address' with the return parameter set to the email address.. and then using the Special - last behaviours command was successful' property (ie if it found the email address it was 'successful', if it did not find the email it would not be successful) in a condition you can stop users proceeding until your requirements are met&#60;/p&#62;
&#60;p&#62;have a look at the interactive example form on this&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/admin_database_lookups_examples.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/admin_database_lookups_examples.htm&#60;/a&#62;&#60;br /&#62;
where you can see how this property can be used
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Lost email notification"</title>
<link>http://www.perfectforms.com/forums/topic/lost-email-notification#post-1290</link>
<pubDate>Mon, 22 Mar 2010 16:01:28 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">1290@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;there is no 'automatic' resend method and you will basically have to program this into your form and using the 'new version' and 'map versions' functions, deploy a new version of the form, transfer the existing instances into this new form so you can then resend.&#60;/p&#62;
&#60;p&#62;The form will probably be in the 'next stage' but you can look at adding in a method so you could reload the form in this stage and then resend the notification but not then changing the stage of the form when you submit. Something like a 'check' box you need to check on the form and then if your workflow path conditions are reviewed for the next stage the form should have been sent to so it will only go to the next stage if this checkbox is NOT selected, then the form can be submitted, a notification sent but it does not go into the next stage.&#60;br /&#62;
Remember of course that you will need to ensure that this 'check' box is unselected as the form is then accessed by the correct users so it will then route to the next stage as expected. Publish the form as a new version and 'map' the old instance into this new form, so you can then re run the form&#60;/p&#62;
&#60;p&#62;I would say thought that it may be best initially (assuming that the user does not have a 'deleted email' folder he/she can access to find what they deleted)  to talk to your mail admin as they may have a log of the emails sent and can 'resend' from there ? &#60;/p&#62;
&#60;p&#62;Also though, and dependent on how many 'users' you have in your account, if you use the 'attention is needed' function in the email notification, your users can always access the form from the notifications dashboard as well if they delete emails that they shouldn't :)
&#60;/p&#62;</description>
</item>
<item>
<title>Peanuts890 on "Invalid email"</title>
<link>http://www.perfectforms.com/forums/topic/invalid-email#post-1289</link>
<pubDate>Mon, 22 Mar 2010 15:33:00 +0000</pubDate>
<dc:creator>Peanuts890</dc:creator>
<guid isPermaLink="false">1289@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Other than using a drop-down list or a user group, is there or is there going to be a facilty to check email addresses against an external list.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Peanuts890 on "Lost email notification"</title>
<link>http://www.perfectforms.com/forums/topic/lost-email-notification#post-1288</link>
<pubDate>Mon, 22 Mar 2010 15:25:03 +0000</pubDate>
<dc:creator>Peanuts890</dc:creator>
<guid isPermaLink="false">1288@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Have had a couple of occasions where email notifications with links have been deleted by the user before accessing the form. Is it possible to re-issue an email notification with the link to a form.
&#60;/p&#62;</description>
</item>
<item>
<title>pointreyes on "Continous notification proccess"</title>
<link>http://www.perfectforms.com/forums/topic/continous-notification-proccess#post-915</link>
<pubDate>Fri, 30 Oct 2009 20:51:48 +0000</pubDate>
<dc:creator>pointreyes</dc:creator>
<guid isPermaLink="false">915@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I think I solved it!&#60;br /&#62;
1) Keep the workflow on the form.  If I remove the workflow the roles will not work.&#60;br /&#62;
2) Don't use the submit button.  Use the normal button.&#60;br /&#62;
3) Copy the process in the workflow into the normal button's behavior and add the Submit Data Form command at the end of the behavior.&#60;br /&#62;
4) Remove the Send e-mail check from workflow notifications (prevents multiple email).&#60;br /&#62;
What happens:&#60;br /&#62;
User is capable of making changes at anytime and email notifications start at the correct stage.  All the roles are kept intact so the links on the email will take the email recipient to the correctly formated form based on the role. So far, I have not had a hiccup using this method on the testing I have done.  However, next week will be a more extensive test period - if I have a problem I will post it here first.
&#60;/p&#62;</description>
</item>
<item>
<title>rgatson on "Continous notification proccess"</title>
<link>http://www.perfectforms.com/forums/topic/continous-notification-proccess#post-888</link>
<pubDate>Tue, 27 Oct 2009 20:25:16 +0000</pubDate>
<dc:creator>rgatson</dc:creator>
<guid isPermaLink="false">888@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi Pointreyes,  I saw your support enquiry.   I've responded to that and we can continue to use the support form.
&#60;/p&#62;</description>
</item>
<item>
<title>pointreyes on "Continous notification proccess"</title>
<link>http://www.perfectforms.com/forums/topic/continous-notification-proccess#post-883</link>
<pubDate>Mon, 26 Oct 2009 18:03:30 +0000</pubDate>
<dc:creator>pointreyes</dc:creator>
<guid isPermaLink="false">883@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;This form needs to allow constant changes by the user for the next two years.  It has a simple workflow that seems to work on the first pass.  However, on the next pass notification is not invoked.  I have tried using the 'Set Next Stage' behavior to cause the last stage in the process to go back to the first stage but that is not working.&#60;/p&#62;
&#60;p&#62;e.g. User asks for two items out of a possible four items.  User submits 2 items, those items are approved and emails are sent-out.  Form is approved.  Now the user is ready to submit another item on that form - submits and no email to the approver.  If the approver approves of the request then an email should go out to inform requester that the new request has been approved - no email was generated.&#60;/p&#62;
&#60;p&#62;Is there a way to cause email notification in each stage regardless of what stage it is in?  In other words, if in stage 3 and stage 2 was re-submitted then send out an email about stage 2.
&#60;/p&#62;</description>
</item>
<item>
<title>ddejonghe on "Notifications email"</title>
<link>http://www.perfectforms.com/forums/topic/notifications-email#post-498</link>
<pubDate>Thu, 11 Jun 2009 12:35:21 +0000</pubDate>
<dc:creator>ddejonghe</dc:creator>
<guid isPermaLink="false">498@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Could that be a request for a future 'on demand' version....:-)
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Notifications email"</title>
<link>http://www.perfectforms.com/forums/topic/notifications-email#post-497</link>
<pubDate>Thu, 11 Jun 2009 11:57:38 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">497@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;In the 'on demand' version, you can't change this.
&#60;/p&#62;</description>
</item>
<item>
<title>ddejonghe on "Notifications email"</title>
<link>http://www.perfectforms.com/forums/topic/notifications-email#post-494</link>
<pubDate>Wed, 10 Jun 2009 20:29:37 +0000</pubDate>
<dc:creator>ddejonghe</dc:creator>
<guid isPermaLink="false">494@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;My notification emails are all send from &#60;a href=&#34;mailto:perfectforms@perfectforms.com.&#34;&#62;perfectforms@perfectforms.com.&#60;/a&#62;  Where do I change this email adress?
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-424</link>
<pubDate>Fri, 22 May 2009 11:23:02 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">424@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;James&#60;/p&#62;
&#60;p&#62;still wouldn't see this as necessarily complex but key probably I'm not seeing is how you are able to identify what regions a specific product is sold in. If each product has a defined 'sold in' set of regions, do you have that information stored anywhere? in a database table for instance. if so, then as a product is selected on the form, you could then write back this information to a field on the form with a 'connect' action and then use that data in your branch condition. then you only need 6 options in the branch.&#60;/p&#62;
&#60;p&#62;if you are looking though at having to control the routing with the condition based on the product itself, yes, I could see this would be not as easy
&#60;/p&#62;</description>
</item>
<item>
<title>jlau on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-423</link>
<pubDate>Thu, 21 May 2009 15:34:56 +0000</pubDate>
<dc:creator>jlau</dc:creator>
<guid isPermaLink="false">423@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Sorry for the confusion, the number of approval combination scenarios depend upon what region(s) the product is being sold to. For example, the regions are US, Asia, Europe, and Africa.&#60;/p&#62;
&#60;p&#62;Scenario 1) If the product is being sold only in US, only the US manager needs to approve.&#60;/p&#62;
&#60;p&#62;Scenario 2) If the product is being sold in US and Asia, only the managers from those two regions need to approve.&#60;/p&#62;
&#60;p&#62;Scenario 3) If the product is being sold in US and Africa, only the managers from those two regions need to approve.&#60;/p&#62;
&#60;p&#62;Scenario 4) If the product is being sold in Europe and Africa, only the managers from those two regions need to approve.&#60;/p&#62;
&#60;p&#62;Scenario 5) If the product is being sold in US, Europe and Africa, only the managers from those three regions need to approve.&#60;/p&#62;
&#60;p&#62;Scenario 6) If the product is being sold in US and Africa, only the managers from those two regions need to approve.&#60;/p&#62;
&#60;p&#62;With that said, it could have lots of conditions and I'm looking to see if Perfectforms has a better way to handle this rather than setting up hundred of routing conditions.&#60;/p&#62;
&#60;p&#62;Thanks for you help.&#60;br /&#62;
James
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-422</link>
<pubDate>Thu, 21 May 2009 08:54:27 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">422@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;that is entirely possible of course, but all depends on your rule. if the driver is the location where the product is sold and you have 5 location involved, then you would only need to have 5 conditions.. and under each is a notification action that is set to send out the emails appropriate for that selection. One notification action can be set up to send out as many notification as you need
&#60;/p&#62;</description>
</item>
<item>
<title>jlau on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-418</link>
<pubDate>Wed, 20 May 2009 16:40:47 +0000</pubDate>
<dc:creator>jlau</dc:creator>
<guid isPermaLink="false">418@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;given the example of 5 regions, wouldn't the number of possible conditions be enormous?
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-414</link>
<pubDate>Wed, 20 May 2009 09:28:25 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">414@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;within your workflow diagram, where you define the notification actions would probably be the best place for such a scenario, where you can encompass the notification rules within a conditional script  (simple or multiple branch actions depending on your specific requirements)
&#60;/p&#62;</description>
</item>
<item>
<title>jlau on "Variable approver routing"</title>
<link>http://www.perfectforms.com/forums/topic/variable-approver-routing#post-411</link>
<pubDate>Tue, 19 May 2009 23:59:07 +0000</pubDate>
<dc:creator>jlau</dc:creator>
<guid isPermaLink="false">411@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;What is the best approach to do variable approver routing? Scenario is during the approval routing, depend upon where the product will be sold, the approval may only go to 1 regional manager for approval or up to 5. For example, the regions are US, Asia, Europe, and Africa. So the approvers could be US only, or US and Asia, or Asia, Europe and Africa, or US and Africa, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>ccapra on "Work Flow Stages Advance Without Permission"</title>
<link>http://www.perfectforms.com/forums/topic/work-flow-stages-advance-without-permission#post-375</link>
<pubDate>Fri, 08 May 2009 13:22:37 +0000</pubDate>
<dc:creator>ccapra</dc:creator>
<guid isPermaLink="false">375@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Thanks Ray - that helps!
&#60;/p&#62;</description>
</item>
<item>
<title>rgatson on "Work Flow Stages Advance Without Permission"</title>
<link>http://www.perfectforms.com/forums/topic/work-flow-stages-advance-without-permission#post-367</link>
<pubDate>Thu, 07 May 2009 22:03:42 +0000</pubDate>
<dc:creator>rgatson</dc:creator>
<guid isPermaLink="false">367@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi Christine, are you accessing the form from a notification email, or are you accessing the form from the notification view of the Perfectforms Dashboard?  &#60;/p&#62;
&#60;p&#62;In your workflow diagram, as you transition from one stage to another, are you sending notifications to yourself?  If so, by default, as you access the form from those notifications, the form will move to the next stage.
&#60;/p&#62;</description>
</item>
<item>
<title>ccapra on "Work Flow Stages Advance Without Permission"</title>
<link>http://www.perfectforms.com/forums/topic/work-flow-stages-advance-without-permission#post-364</link>
<pubDate>Thu, 07 May 2009 19:21:21 +0000</pubDate>
<dc:creator>ccapra</dc:creator>
<guid isPermaLink="false">364@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Why is it that when I submit an instance &#38;#38; reopen the same instance, it moves to the next stage?
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Dynamic routing"</title>
<link>http://www.perfectforms.com/forums/topic/dynamic-routing#post-272</link>
<pubDate>Thu, 02 Apr 2009 10:20:49 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">272@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;work is 'in hand' to be able to notify to 'multiple' selections (list object and also in table objects as well). Currently it isn't supported I'm afraid.&#60;br /&#62;
do you have though any specific 'rules' to what you are looking to do here ? Perhaps in terms of users being allowed to select no more than X users to send to ?&#60;br /&#62;
if so, you could run behaviors on the 'when data has changed' event that can write this value (email) out to an individual text field on the form (possibly on a hidden page that the form users can't access) and then set up a notification to those text fields.
&#60;/p&#62;</description>
</item>
<item>
<title>moona on "Dynamic routing"</title>
<link>http://www.perfectforms.com/forums/topic/dynamic-routing#post-271</link>
<pubDate>Thu, 02 Apr 2009 09:45:59 +0000</pubDate>
<dc:creator>moona</dc:creator>
<guid isPermaLink="false">271@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm still having problems with setting up a List object on my form which can be used to allow a user to choose multiple recipients for a notification.&#60;/p&#62;
&#60;p&#62;I've tried the &#34;allow multiple selection&#34; option on the List object, but then I can't specify the Value field of the list when setting up my notifications - I want to &#34;Send notifications to Email taken from a field&#34; but instead of being able to specify the Value field of the list object, I'm forced to specify one of the rows.  &#60;/p&#62;
&#60;p&#62;Can you advise on this please?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Ali
&#60;/p&#62;</description>
</item>
<item>
<title>moona on "Dynamic routing"</title>
<link>http://www.perfectforms.com/forums/topic/dynamic-routing#post-264</link>
<pubDate>Wed, 01 Apr 2009 14:43:56 +0000</pubDate>
<dc:creator>moona</dc:creator>
<guid isPermaLink="false">264@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Thanks, that's really useful.  On the last bit though - I'd like the user to be able to pick multiple users to receive the form.  &#60;/p&#62;
&#60;p&#62;I've created a simple form with a list and a submit button.  The list is configured with a few names (as the captions) and e-mail addresses (as the values).  The submit sends a notification to the selected e-mail addresses.  My problem at the moment is that I can't seem to select more than one option in the list when it's on the form so I can't any further.&#60;/p&#62;
&#60;p&#62;Do you have any suggestions?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Ali
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "Dynamic routing"</title>
<link>http://www.perfectforms.com/forums/topic/dynamic-routing#post-261</link>
<pubDate>Wed, 01 Apr 2009 10:03:12 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">261@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Moona&#60;/p&#62;
&#60;p&#62;you can control how the form routes in the W diagram, not only in terms of the condition you can set to dictate what 'stage' the form can go to, but also in the behavior area where you can also define conditions with the branch action (simple or multiple) to control who the notifications go to as well.&#60;br /&#62;
in terms of the form user being able to select from a drop down who is to receive the form, the notification can be set to 'value of' that field, and if the value of the drop down is that users email address, they will receive the notification&#60;/p&#62;
&#60;p&#62;hope that helps
&#60;/p&#62;</description>
</item>
<item>
<title>moona on "Dynamic routing"</title>
<link>http://www.perfectforms.com/forums/topic/dynamic-routing#post-258</link>
<pubDate>Tue, 31 Mar 2009 13:58:12 +0000</pubDate>
<dc:creator>moona</dc:creator>
<guid isPermaLink="false">258@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Is it possible to define the individuals/user groups to receive a notification based upon the way in which the form has been filled out?&#60;/p&#62;
&#60;p&#62;For example, if the user filling in the form is from Organisation A, then the form should be sent to the Organisation A User Group for approval by one of Organisation A's senior managers.  Also, if the initiating user has specified that the form is to be sent to Organisation B (as opposed to Org C or Org D), then the form should be routed to the Organisation B User Group after it has been approved by a senior manager at Organisation A.&#60;/p&#62;
&#60;p&#62;Once the form has been picked up by a member of the Organisation B User Group, that user should be able to dynamically define (perhaps from choosing from a drop-down list) which individuals in Organisation B need to see the form and notify them to look at it.&#60;/p&#62;
&#60;p&#62;Can you advise me on how this dynamic routing logic could be implemented?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Ali
&#60;/p&#62;</description>
</item>

</channel>
</rss>
