Workflow, Form Manager and email question...

Hi All,
We have a client with 36,000 world-wide users of Form Manager. They need all 36,000 users to default to getting an email when a work item hits their worklist. The default is normally that this option be "un-checked"
until each an every user goes to the Form Manager site, chooses
"Preferences" and then "Workflow" and then places a check-mark beside
"Send me an email when assigned a task".
They can't depend on getting all 36,000 employees to go to Form Manager
and do this, so a work item will surely get assigned to someone who
hasn't done this, and will never know they got a work item in their
worklist.
Does anyone know how we can change the default for everyone so that this
option is automatically "checked" for each of the 36,000 users?
Thanks.

Hello -
Firstly you should go into the AdminUI component and make sure the email settings are correctly set there - the settings in the admin for email notifications will be applied to a new user. A new user is either a user who logs in for the first time or who is assigned work in a user qpac.
Secondly for users who have already logged in you could write a simple db update statement to change all of the user's preferences. STMT would look like this:
UPDATE tb_workflow_user SET email_task_assigned = 1
There are other columns for the user preferences in that table as well. Also note that these fields may be of type boolean on databases which support it, others use a bit or short type.
Good luck!
Will@Adobe

Similar Messages

  • Installing WorkFlow with ARES, Form Manager and Forms

    Hi All,
    I'm having issues when trying to install WorkFlow with ARES, Form Manager and Forms.
    I've followed these steps:
    1. Installed Forms v. 7.1
    2. Installed Form Manager v. 7.0.1
    3. Installed ARES v. 7.0 (using a trust directory with a keyfile, etc.)
    4. Installed Workflow v. 7.0.1 with Turnkey option checked.
    5. Ran configuration manager.
    The progress gets to 12% then displays the error code "LCMerror101" with the message "Livecycle module pdfagent-client could not be copied to working directory".
    I don't know what this error means, can someone help me?? I know the issue isn't related to disk space (20+ gigs free) and I'm using the administrator account to install. Any suggestions or tidbits of info would be much appreciated.
    Thanks,
    Stone.

    Here's a copy of the log file. lcm.log
    [2006-02-21 14:11:34,437], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@857327[monitorui,../components/monitorui,./wor king/monitorui]
    [2006-02-21 14:11:36,750], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@14b2db7[xmlform,../components/xmlform,./workin g/xmlform]
    [2006-02-21 14:11:38,718], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@a65760[fontmanager,../components/fontmanager,. /working/fontmanager]
    [2006-02-21 14:11:48,312], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@1e140bf[registry,../components/registry,./work ing/registry]
    [2006-02-21 14:12:30,593], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@161bfa3[pof,../components/pof,./working/pof]
    [2006-02-21 14:12:32,390], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@6c9220[workflow,../components/workflow,./worki ng/workflow]
    [2006-02-21 14:12:35,515], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@1ed7524[fm,../components/formmanager,./working /fm]
    [2006-02-21 14:12:39,921], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, INFO , Copying component to working dir: com.adobe.idp.install.lcm.config.Component@a5c9f1[pdfagent-client,../components/pdfagent- client,./working/pdfagent-client]
    [2006-02-21 14:12:39,921], Runnable bean context: My Action (bean23), com.adobe.idp.install.lcm.LCMProcessManager, ERROR, Could not copy components
    com.adobe.idp.install.lcm.LCMException: Could not copy components
    at com.adobe.idp.install.lcm.LCMProcessManager.copyComponentsToWorkingDirectory(LCMProcessMa nager.java:463)
    at MyAction.execute(MyAction.java:165)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Caused by: com.adobe.idp.install.lcm.LCMException: Illegal state found: File does not exist
    at com.adobe.idp.install.lcm.LCMProcessManager.copyDirOrFile(LCMProcessManager.java:554)
    at com.adobe.idp.install.lcm.LCMProcessManager.copyDirOrFile(LCMProcessManager.java:508)
    at com.adobe.idp.install.lcm.LCMProcessManager.copyComponentsToWorkingDirectory(LCMProcessMa nager.java:459)
    ... 2 more
    [2006-02-21 14:12:40,015], Runnable bean context: My Action (bean23), MyAction, ERROR, LCMerror101{pdfagent-client}
    com.adobe.idp.install.lcm.LCMException: Could not copy components
    at com.adobe.idp.install.lcm.LCMProcessManager.copyComponentsToWorkingDirectory(LCMProcessMa nager.java:463)
    at MyAction.execute(MyAction.java:165)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Caused by: com.adobe.idp.install.lcm.LCMException: Illegal state found: File does not exist
    at com.adobe.idp.install.lcm.LCMProcessManager.copyDirOrFile(LCMProcessManager.java:554)
    at com.adobe.idp.install.lcm.LCMProcessManager.copyDirOrFile(LCMProcessManager.java:508)
    at com.adobe.idp.install.lcm.LCMProcessManager.copyComponentsToWorkingDirectory(LCMProcessMa nager.java:459)
    ... 2 more
    [2006-02-21 14:12:40,031], Runnable bean context: My Action (bean23), MyAction, ERROR, ErrorCode: LCMerror101, ErrorStr: Livecycle module pdfagent-client could not be copied to working directory.

  • Workflow Task Number and Email Description Can't be seen in QA Server

    Dear All,
                I have created a workflow; in which I want to send an email to management personnel, when someone change the quantity of Purchase requisition. It is working quite fine in Development server, but when this workflow is transported to test server, I cannot see the title, task and email description of that wokflow in SWDD. It is transported in 600, but task number description of email and title dissappeared. What can be the problem? What I have to do in this regards.
    Thanks.
    Sohail

    Hi,
    you should've send this to the appropriate forum (the workflow forum)
    I would first start by checking the transport logs to see if indeed everything is present in the QA server.
    Then I would check if everything is up and running in the QA server, espescially the workflow customizing.
    Then I would check if the appropriate background jobs for handling emails is running correctly.
    Then I would test if you can create a simple message in S00 or System-->short message and send that to you.
    If this doesn't solve it or give you directions I would create a message in the workflow forum explaining your situation.
    Kind regards, Rob Dielemans

  • Form name and email being autofilled. cant delete

    I am using latest firefox 4 /vista ...see below
    when I go to certain sites, the logon name and email that i used previously a loooong time ago on another site appear automatically in the name and email field (of the comment section) .
    I have never visited these sites before let alone posted anything on them, or used the email/logon in any other way. There are no cookies associated with these sites in my cookies.
    I tried turnign off remember search and form history
    I tried delete and shift delete
    everytime I return to those site domains, same thing.
    I am not using any autoform plugin.

    I think some further detective work may be required. Here's one thought. Some sites share comments, reviews, and surveys. If you right-click near the form with the unwanted information in it, is there a "This Frame" on the context menu? If so, follow that to View Frame Information to see the true source domain. You may need to clear cookies for that domain.

  • Acrobat Forms Cache and Emailing

    I have a technical question regarding using the Auto-Complete function on Acrobat.  I fill in mutiple forms with mutilple pages prior to emailing them to clients.  The information being filled in is personal information and should not be accessed by anyone other than the recepient.  Having the Auto-Complete function turned on would really shorten the time spent filling in the data.  However, given that I email the PDF file to the client I have to ensure that they cannot see anyone elses personal data when they open the PFD to finish the form.  When sending a form in which Auto-Complete is used, does any other infromation from the "Cache" go with the PDF or does it all reside on the in the "Cache" on the "C" drive?

    >1. I noticed that it seems the form will save in Acrobat Reader 8 and not the Reader version 9. Why might this be?
    A problem with the system that the IRS is using. They need to update to get it to work.
    >2. Can a developer of software freely "redistribute" those forms in a software package? In other words, an end user can download the PDF fillable forms (such as Form 1040 or perhaps a state form, etc) but can a software developer then download those forms and then redistribute them in their own software program?
    That's between the owner of the forms and the developer.
    >3. What is this 500 limit all about? Is it that a form can only be "filled out" in the Acrobat Reader 500 times? Or does the 500 apply to something else?
    You got the first one correct BUT, that only applies to forms created with Acrobat Pro using the newly available enabling features. The IRS for instance, uses LiveCycle Extensions for Reader which uses a server side solution for enabling forms. If you can stay under the 500 limit, you can simply enable the forms using Acrobat Pro.
    >4. Where on Adobe's web site can I find this information in their licensing agreements?
    You'd probably want to give customer service a call. It would be located in the two different product's EULA's which I've never seen on the site (not that they aren't there. I've just never found them.)

  • Adobe Acrobat form created and emailed but recipient cannot save the form in reader after filling it out

    When I purchased Acrobat today, the Adobe sales rep told me I could create fill-in forms that I could email to others, who could fill them out using Adobe Reader.  When the recipient tried to save the completed form, he was unable to save it to his computer, only able to print.  Is this correct, or is there a step we are unaware of?  He owns Adobe Acrobat Pro 9, but I'm using Acrobat 11 (purchased it today).  Acrobat Pro 9 cannot open the forms I sent...  now we are stuck. 
    Solutions?

    Hi DMOliver,
    Please try saving the form as 'Reader Extended' and check.
    Regards,
    Rave

  • IPv6 Address Management and Security Questions

    I'm trying to draft an IPv6-based version of our location's current routing configuration in anticipation of when our ISP will finally roll it out, and address management has been giving me the biggest headache - ironic, considering IPv6 was supposed to simplify address allocation.
    My first config draft was made assuming that I would be getting a static /56 or /60 prefix from the ISP, and I was just going to insert the prefix into my DHCP pools and there would be no issues. That was before reading around and discovering that some ISPs are considering prefix delegation (PD) for both residential and business accounts instead of static blocks. Now I have questions about how to stick as close to the current IPv4 configuration as possible.
    For the PD scenario, what I am looking at now are two addresses ranges for each network - a ULA /120 space that I want to control using stateful DHCPv6, and the global space which can be /64 and auto-configured. That way there will be a "private" address space for internal routing in the event of a prefix change or an extended outage. But I'm not sure how the config should look for such a scenario. What I have drafted so far is this:
    ipv6 dhcp pool DHCP6_INTERNAL
     address prefix FDAB::1:0/120
     domain-name whatever.net
     dns-server FDAB::1:1
    ipv6 dhcp pool DHCP6_DMZ-WIFI
     address prefix FDAB::2:0/120
     domain-name guest.whatever.net
     dns-server FDAB::2:1
    interface GigabitEthernet0
     description WAN-LINK
     ipv6 enable
     ipv6 address dhcp
     no ipv6 unreachables
     no ipv6 redirects
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     ipv6 nd autoconfig default-route
     ipv6 dhcp client pd hint ::/56
     ipv6 dhcp client pd ISP-PREFIX
     zone-member security OUTSIDE
     speed auto
     duplex auto
     no cdp enable
    interface FastEthernet8.1
     description VLAN_1-INTERNAL
     encapsulation dot1Q 1 native
     ipv6 enable
     ipv6 address FDAB::1:1/120
     ipv6 address ISP-PREFIX ::1:0:0:0:1/64
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     zone-member security INSIDE
     ip tcp adjust-mss 1300
     ipv6 dhcp server DHCP6_INTERNAL
     ipv6 nd managed-config-flag
     ipv6 nd other-config-flag
    interface FastEthernet8.2
     description VLAN_2-DMZ-WIFI
     encapsulation dot1Q 2
     ipv6 enable
     ipv6 address FDAB::2:1/120
     ipv6 address ISP-PREFIX ::2:0:0:0:1/64
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     zone-member security DMZ
     ip tcp adjust-mss 1300
     ipv6 dhcp server DHCP6_DMZ-WIFI
     ipv6 nd managed-config-flag
     ipv6 nd other-config-flag
    Will this config work? By which I mean: will the DHCPv6 servers provide ULA addresses, and will SLAAC work for global address allocation? If not, what needs to be changed?
    Also, another question. I found a few references to a prefix name (the "ISP-PREFIX") which can be used as part of a static IPv6 address on an interface, which is a good idea in case the prefix changes. But that brings up another concern - if the prefix changes, that will invalidate ACLs referencing the global addresses using the previous prefix. Is there anything similar to the prefix name string that can be used in ACLs to keep this from occurring?

    DHCPv6-PD is not necessarily dynamic the same way as DHCP was with the public IPv4 addresses in the IPv4 world.
    While the outside network (PPPoE, DHCPv6, anything) might be truly dynamic and changing with possibly every login session, the DHCPv6 delegated prefix might be tied to your login credentials or DHCPv6 client's DUID after the first connection. A bit like a DHCP lease reservation.
    If that is the case, there is some possibility that your ISP will run reverse route injection, and will always route your "fixed" prefix  to the currently active dynamic "outside" address.
    Talk to your ISP and have them confirm that, once the PD'd /48 or /56 is initially assigned, it won't change, and that the same prefix will be delegated every time. Then you can treat it as if it were fully static, and you won't have to go down the ULA path.
    I contacted one of our local ISPs, and they're doing it exactly that way: PPPoE for IPv4 and IPv6 (fully dynamic), and DHCPv6-PD with the /48 tied to the PPPoE login credentials. I might change to that ISP sooner or later.
    With my current ISP, my IPv6 access is 6RD based. I get a /60, with my current public ipv4 address (by DHCP) embedded into those 60 bits. Readressing is bound to happen sooner or later, and it happens every so often, and it breaks my IPv6 ACLs.
    I'm also looking for a way to write IPv6 ACLs with wildcard bits, not prefix/mask, so I can use them with ZBFW. So far, no sign of it.
    A few more comments:
    ULA addressing: 
    It may look tempting, plausible and intuitive to use dual global and ULA addressing. 
    I started this way as well. However, it turns out that Windows 7 has (had?) some issues with proper source address selection. The "longest common prefix" rule never seemed to work properly. In some cases, it would pick the global address to talk to ULA hosts, or stubbornly insist to use the ULA address to talk to an IPv6 internet host. It was a frustrating experience. Be sure to test this to the full extent (and back, and again and then some more) with every operating system you intend to use.
    Using /120:
    Be sure to test this as well, and very thoroughly. Subnet masks longer than /64 are sometimes called "uncharted territory" in IPv6. Longer subnet masks will break SLAAC, and there may be (embedded) devices that will not react benevolently to a subnet mask other than /64, or simply lack support for DHCPv6.
    adjust-mss
    I see you have "ip tcp adjust-mss 1300". While PMTUd may be mandatory with IPv6, I found it being broken already :-( . "ipv6 tcp adjust-mss .... " is now a separate command since IOS 15.4(1). I would suggest considering it, depending with your experience with PMTUd on IPv6.

  • Unable to Sign pdf but can add digital signature, add form data and email

    I created a pdf form in Acrobat Pro 10 and saved using the extended Reader using the Enable Additional Features.  When I access the pdf online, I can add a digital signature, I can fill in all the text and form fields, I can email it, save it etc.  However, if I click on the Sign button, I can't sign it that way (ie the non-digital signature way).
    When I click on the button I get the same security message that I did before I had saved it using the extended reader enabled (security settings on this document prevent adding text and/or placing a signature on it).  I CAN add text and add a digital signature though.
    This is SO annoying. 

    I do not understand which "Sign" button are you talking about? When you say "add a digital signature", do you mean signing the document or adding an unsigned signature field for future signing? Please, provide more details.

  • General workflow between FCS and FCP question....

    Hey all.
    I'm totally new to FCS, and while in a few hours I've figured out a lot about how it works, what is totally eluding me is how to establish an efficient work flow back and forth between FCS and FCP...it's really driving me crazy.
    Yeah, I know, read the manual...but nothing I'm finding anywhere seems to be a really direct, straight-up description of how to get a FCP project up and running.
    Specifically I am dealing with the whole "checking out" a project thing, creating proxies, etc., it just feels very awkward. The test project I'm working with has 1 (ONE!) clip (granted a 28GB HD clip)...but FCS is not allowing me to make a proxy into the cache, this is after I already took that clip into FCP, cut it, saved it, checked it back into FCS just to make sure I got the basics of flowing back and forth down.
    I wish I could be more specific, but I really really really just want a basic explanation of how to use the FCS as, you know, a server.
    Anyone who can point me in that direction is a GOD!
    thanks,
    Mark

    Hi Mark,
    Here are the specific sections of the manual that should give you the best explanation regarding the Check out/in workflow for FCP projects in Final Cut Server:
    Check out:
    http://documentation.apple.com/en/finalcutserver/usermanual/#chapter=7%26section =5
    Editing:
    http://documentation.apple.com/en/finalcutserver/usermanual/#chapter=7%26section =6
    Check in:
    http://documentation.apple.com/en/finalcutserver/usermanual/#chapter=7%26section =7
    -Daniel

  • Cisco Call Manager and MGCP Question

    Hello,
    I appreciate if somebody can help.
    Scenario:
    Site 1 PSTN E1----VG----Call Manager----VG--- PABX---Site 2 PSTN1 E1
    I have configured a dialing pattern on Cisco call manager 6.xxxxxx to Send to VG on Site1
    Both VG routers are using MGCP with call Manager.
    The problem if from Site 2 tries to call 6xxxxxx the call manager is not routing the call to the VG in site 1.
    I did debug ccapi inout and on Site 2 VG the call response was the number unassigned. This means that the call Manager is searching the directory for the destination but it is not searching the route patterns.
    Any ideas to override this and ask the call manager to check it's destination pattern?
    Thanks,

    Problem solved. The VG in Site 2 was in a CSS that is not allowed to dial PSTN.
    Regards,

  • Form/Radio Button/Email Question

    How can I fix the form on http://www.cec-waterjet.com/Contact/index.html so that it sends an email to the contact whose radio button is selected?

    The script you have now should work, it's just not very secure. I meant find a different script where, instead of entering the actual email address in the recipient field, you entered a key or index that points to the address that's been entered somewhere in the script or configuration file, so the email address isn't anywhere in the HTML. I've got an (old-ish) PHP script that works that way here:
    http://www.mindpalette.com/scripts/index.php#NMAnchor
    ...but if you need another CGI script like you've already got, I don't have any specific recommendations, sorry. It was just a suggestion :-)
    I removed your code from your message #2 to try to prevent that from getting spam harvested.

  • Mac book, iphone, and email question...

    Hi all, I am about to buy my first mac book and hopefully in the near future (after current service contract up... although I'm not 100% sold on AT&T) buy an iphone. I am also beginning to search for a new email provider since embarq will no longer be using earthlink. Knowing I'm moving to mac book and will likely soon have an iphone, I'm seeking suggestions for a new email service that will work best with those. Any advice would greatly be appreciated.

    sorry, just hoping to get feedback from those in both the macbook forum and the iphone forum.

  • HT201320 iPhone and email question

    I have an iPad where i set up an apple email @me.com and now i purchased an iPhone but cannot seem to set up the same email address on the iPhone - any ideas?

    I may be wrong, since it's been so long since I did this, but I believe if you sign into iCloud on your iPhone with the same account you signed into on your iPad, it should set up an @me.com email.

  • Easy recovery and Email questions

    1. After clean all data you can recovery your backup only use Data , no WiFi. Why? Some operator can't turn on data automatically, u have to go to settings and activate it. If you do this you can't back to choose backup , just have a one way , set phone again.
    2. Email have problems because have not free space. But free space 3gb by phone and 4 GB at card.??

    It is unwise to put personal email details in a public forum.   It can lead to all kinds of spam and other misuse.   I have mentioned it to the hosts who may decide to edit it out for your security.

  • Icloud and email questions

    Today I changed my Apple ID email. Why does icloud still show my old email, but when I log in it uses my new email. Also, how can I stop my home email from transferring to my ipad.

    If you are the original owner and have proof of purchase, you can call Apple or go to an Apple Retail Store and ask them to remove the iCloud account from the device.

Maybe you are looking for

  • How to pass the selected data of a table to SAP(R/3)

    Hi all,          I have a table with 2 colums and 10 records.Now i want to send the selected record to the R/3. Once the user checks the checkbox i retrivred the colum values of that row into a string array. and i added all the string arrays to an Ab

  • IMessage inconsistency - Help

    When I am using iMessage only the messages that I send show up on my iPad 2 and iPhone 4s. The messages I recieve only show up on one or the other device depending on which one I sent the original message from. Anyone know why?

  • Sync Highlight in PDF file between Mac and iPad

    I need to read hundreds of PDF articles/books(downloaded from non-apple sources) on Mac(OS X 10.9.5) and iPad(iOS 7.2). Problem is that marking/highlight done in PDF file in iPad using Adobe reader/Foxit/TinyPDF or any other PDF reader can not be syn

  • HT204266 App store does not display updates

    App store will not display updates, any body know how to fix this.

  • Non-Batch Index Performance Issue

    I have two tables that have identical data, one is receiving the data via a batch import, the other is receiving data real time at about 10 rows per second, every second, every day. Both tables also have the same index applied and both tables have a