• Use DocuWare Export to send data to Great Plains

    Has anyone used DocuWare Export to send data to Great Plains? 

    Any tricks, tips, standard formats?

    All clues appreciated
  • Import data to Great Plains using DocuWare Export (V7.7)

    Has anyone used DocuWare Export to send data to Great Plains? 

    Any tricks, tips, standard formats?

    All clues appreciated
  • Updating users to use SSO

    I'm going forward with the User Sync: https://support.docuware.com/en-us/knowledgebase/article/KBA-36998. One thing it doesn't mention or maybe I missed it, what is the behavior if a user is removed from Azure AD?  Is the account deactivated, deleted, or is that out of the scope of the sync? 

    In V1 synchronizations we were mapping Active Directory groups to DocuWare groups. There was an option ‘Delete not found users’ which would simply delete any user from DocuWare that did not have an match in AD. I assumed there would be a similar option in Version 2.
  • User Synchronization with AAD V2

    <p>&lt;span style=&quot;font-size:11pt;&quot;&gt;&lt;span style=&quot;font-family:Calibri,sans-serif;&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Aptos&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;color:black;&quot;&gt;I'm going forward with the User Sync: &lt;a href=&quot;https://nam11.safelinks.protection.outlook.com/?url=https://support.docuware.com/en-us/knowledgebase/article/KBA-36998&amp;amp;data=05%7c01%7csteve.shriver%40keymarkinc.com%7c7811427fa6c64dd404d308dbc10f7010%7c9b64d71b18cc44cbb2323e858b50be81%7c0%7c1%7c638316044327647702%7cUnknown%7cTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7c3000%7c%7c%7c&amp;amp;sdata=ag4irSEIAnAeNblc/oHp1ypi7vkBQhhVMlW%2BSzPHLRE%3D&amp;amp;reserved=0&quot; style=&quot;color:blue;text-decoration:underline;&quot;&gt;https://support.docuware.com/en-us/knowledgebase/article/KBA-36998&lt;/a&gt;. One thing it doesn't mention or maybe I missed it, what is the behavior if a user is removed from Azure AD?&amp;#160; Is the account deactivated, deleted, or is that out of the scope of the sync?&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt; &lt;br&gt;</p> <p><span style="font-size:11pt;"><span style="font-family:Calibri,sans-serif;">In V1 synchronizations we were mapping Active Directory groups to DocuWare groups. There was an option ‘Delete not found users’ which would simply delete any user from DocuWare that did not have an match in AD. I assumed there would be a similar option in Version 2.</span></span></p> <p></p> <p>Many thanks,</p>
  • Adding entries to a keyword variable in workflow manager

    I need to get a total of all the amount fields, of all existing records in a file cabinet, in a workflow. I can read all of these fields into a keyword variable and then loop through the keyword variable adding each amount. (I am aware of the 100 record limit). However, keyword variables only record one entry if any of the other entries are the same.

    For example, 5 documents exist in the FC. Each has an amount index field. the amounts are 100 200 300 300 400. When I read these into a keyword variable using an Assign Data task, I will get a count of only 4 records and the values will be 100, 200, 300 and 400. The 300 amount will only get written once.

    Does anyone know of a way or more sophisticated approach to the problem?

    Many thanks,
  • Updating users to use SSO

    A system created many versions ago is now updated to version 7.7 and the administrator would like to now take advantage of SSO using Azure Active Directory. There are already many users, groups and roles created and assigned various permissions. There are also named license users, concurrent license users and workflow license users.<br>

    The existing user names are in a simple First Name, Last Name format. I.e., Steve Shriver

    <br> Would it be possible to configure the Synchronization tool V2 to update all of the existing user names provided that the user's email matches in Azure AD?<br> <br> Thanks,

  • Error when sending test email from SMTP configuration

    When trying to send a test email from the SMTP configuration, an error is thrown; &quot;no connection could be made because the target machine actively refused it&quot;. This is undoubtedly why all of the Email activities in my workflow are faulting.<br> <br> I have another machine with SMTP configured in the same way that sends email without incident.<br> <br> Any clues appreciated.<br> <br> Thanks,
  • RE: Table as a destination in workflow Assign Data activity

    Thank you Simon and Gerado. You are correct. I need to add a new row to the existing table for each new invoice. Looks like I need to wait for version 7.8 or maybe 7.9. Unfortunately I'm too old to learn to code it myself :)

    Thanks again both,
  • RE: Table as a destination in workflow Assign Data activity

    Some further testing has shown this: If I prefill the table with one row of data, the workflow will populate the table with the data I want, overwriting the prefilled row. When a second invoice is stored it will update the table, but will again overwrite the first row. I have the filter set to 'is not empty'. If I change the filter to 'is empty' it will not write any data.

    What I would like to do is add a new row for the second and all subsequent invoices. Also, there does not seem to be anyway to prefill the table row/columns when using a form.

    Again, any ideas are appreciated,
  • RE: Table as a destination in workflow Assign Data activity

    Thanks Simon and Gerado for your comments. Here is what I am trying to accomplish:

    A Purchase Order Document is on file in the PO File cabinet. When an Invoice is added to the Invoice File Cabinet with a PO Number field that is not empty, an AutoIndex job is triggered which finds the matching PO number in the PO File Cabinet and updates the 'Last Vendor Name', 'Last Invoice Amount',' Last Invoice Number' and 'Last Invoice Store Date' field of the PO document. This triggers a workflow on that document that updates the 'Remaining Amount' field of the PO document with some simple math. There is a table field also in the PO Document with 4 columns. I want to capture the 'Last Invoice Amount', Last Invoice Number' etc. fields from the PO Document fields and update the columns in this table so I will have a history of all of the invoices added to the Invoice File Cabinet that posted against this PO document when viewing this PO. The PO document is a DocuWare Form submitted by the requesting user and at the time of submission the table field is empty.

    Any suggestions are appreciated.

    Thanks again,