-
Notifications
You must be signed in to change notification settings - Fork 0
/
knowledge-springcm-com-rss-fixed.xml
3341 lines (3133 loc) · 846 KB
/
knowledge-springcm-com-rss-fixed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>SpringCM Knowledge Blog</title>
<link>https://knowledge.springcm.com</link>
<description>
SpringCM's applications help global brands and public agencies - Google, Facebook, Entegris, and the Commonwealth of Virginia, among others - increase revenues, cut costs, mitigate risk, engage employees, and delight customers. We make it easy to collaborate inside and outside the enterprise, work on mobile devices, sync content, and interact with relevant documents and files within the native application to get work done, including Salesforce, SharePoint, Office, NetSuite, and more.
</description>
<language>en-us</language>
<pubDate>Thu, 20 Aug 2015 13:31:20 GMT</pubDate>
<dc:date>2015-08-20T13:31:20Z</dc:date>
<dc:language>en-us</dc:language>
<item>
<title>SpringCM Edit Setup for use with Firefox</title>
<link>https://knowledge.springcm.com/springcm_edit_setup_for_use_with_firefox</link>
<description>What is it?</description>
<content:encoded>What is it?When is it Used?Setup InstructionsTroubleshootingWhat is it?The first time you select a document to edit using SpringCM Edit within&nbsp;Firefox&nbsp;you will receive a pop_up dialog asking you to associate an external application with the&nbsp;springcmedit link.&nbsp;When is it used?Refer to this knowledge article when you are installing SpringCM Edit the first time or as you are prompted.Setup InstructionsDownload the SpringCM Edit local application.Install the SpringCM Edit local application on your computer and restart your computer as appropriate.&nbsp;Launch Firefox.You should be prompted with the following.[[{"type":"media","view_mode":"media_large","fid":"670","attributes":{"alt":"","class":"media_image","height":"330","typeof":"foaf:Image","width":"443"}}]]If not, please go to Add_Ons from the Firefox menu and select Extensions from the Add_Ons Manager. You can do this by performing the following actions:In WindowsFrom within Firefox, select the Firefox menuSelect Add_OnsSelect ExtensionsIn Mac OS XFrom within Firefox, select ToolsSelect Add_OnsSelect ExtensionsConfirm that the SpringCM Edit extension is installed.Enable the SpringCM Edit extension if it is not.Restart Firefox.Select a document from any document list in SpringCMSelect&nbsp;File&nbsp;then&nbsp;Edit Document&nbsp;from the menu bar (or some other means of editing the document) If it is the first time that you have selected Edit Document after installing SpringCM Edit, you will be prompted with a Firefox pop_up dialog (as shown below)&nbsp; asking you to launch an external application to process the springcmedit link. &nbsp;Please confirm that SpringCM Edit is selected. If SpringCM Edit is not selected, then click&nbsp;Choose, and select the SpringCM Edit executable using the browse window.Check the option&nbsp;Remember my choice for springcmedit links&nbsp;if it is uncheckedClick&nbsp;OK&nbsp;to complete the associationTroubleshootingIf SpringCM Edit is installed, but is not working as expected, check the following:Are you running the current version of Edit?The first step in troubleshooting Edit on Firefox is confirming that the most current version of Edit is installed.&nbsp; SpringCM Edit periodically checks to see if a new version of Edit is available and will let you know that a new version exists. You are under no obligation to upgrade. To confirm if a new version of the Edit client exists, perform the following steps:Open SpringCM EditRight Click on the Edit Tray Icon and select PreferencesSelect the Check for Updates LinkIf an update exists, please upgrade the Edit client and reboot on completion.&nbsp;Did you select the correct application?If you selected a different application than SpringCM Edit when Firefox asks what application should hande springcmedit links, then documents may not be dowloaded and handled properly from SpringCM. Check your Firefox Configuration for the correct configuration.From within Firefox, Select&nbsp;Options.Select&nbsp;Application Options.Find content type of SpringCM EditSelect&nbsp;Always Ask if you want Firefox to always ask what application to use&nbsp;OR select&nbsp;SpringCM Edit&nbsp;to ensure that the springcmedit links always open in SpringCM Edit.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 18 Aug 2014 16:11:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit_setup_for_use_with_firefox</guid>
<dc:date>
2014-Aug-18T16:11:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Advanced Workflow</title>
<link>https://knowledge.springcm.com/advanced_workflow</link>
<description>What is it?When is it used? </description>
<content:encoded>What is it?When is it used? How is it used?&nbsp;What is it?Advanced Workflow&nbsp;allows you to pick from a variety of pre_defined user or system workflow activities and assimilate them in any order needed to build workflows for automating complex business processes so as to simplify and reduce the time spent on these processes.Using the&nbsp;Advanced Workflow Process Designer, you can choose from among the pre_defined activities, and graphically arrange them into a logical workflow which mirrors your business process.There are four different types of pre_defined activities:Automated Document Management Activities&nbsp;_ These activities include all the actions related to document handling that are normally done by the user to create, manage, and work with documents and folders in SpringCM. This includes but is not limited to creating documents from templates, creating folders,&nbsp; applying security to documents and folders, copying &amp; moving documents, emailing documents, locking documents, assigning document attributes, and searching for documents and folders.Human Activities&nbsp;_ These are activities that will require some human intervention and which will appear as workflow tasks in the SpringCM users workflow inbox. This includes but is not limited to editing documents, approving documents, selecting documents for inclusion in the workflow or users to participate in the workflow, and providing input via an electronic form.Engine Activities &nbsp;These are activities which allow you to construct the logical flow and decision tree of your workflow such as variable manipulation, loops, decision rules, and the ability to initiate additional workflows.Scheduling and Communication&nbsp; These are activities which allow you to control the timing and the communication surrounding the workflow such as setting timers, reminders, alerts, and sending e_mail status updates or step_ownership notifications.When is it used?There are several built_in methods in SpringCM for automating business processes such as&nbsp;Smart Rules,&nbsp;Send for External Review,eForms, Send for Signature, and&nbsp;Approval Workflows. These methods are targeted but flexible, and can provide some rather extensive capabilities. However, there may be times when you are trying to automate more complex business processes that cannot be met by one of these targeted features alone. For these business processes, the SpringCM&nbsp;Advanced Workflow&nbsp;provides a solution. It is flexible and powerful enough to allow you to map any business process regardless of the complexity. In many cases an&nbsp;Advanced Workflow&nbsp;may be used in tandem with another SpringCM feature (e.g., Smart Rules, eForms) to provide the complete workflow solution.For example, a common use of the SpringCM&nbsp;Advanced Workflow&nbsp;is the complex processes surrounding contract generation and approval. Contracts are often standard in format but by their nature are highly susceptible to human error.&nbsp; Automating the contract generation from pre_defined data using Advanced Workflow can remove human error and reduce human effort. Once created, contracts need to be reviewed, updated, and approved by people with different access levels and authorities.&nbsp; In this situation, advanced workflow can handle the distribution, the version control, and the approval process to ensure that the most current version of the contract is being reviewed and approved by all the right people. Finally, an approved contract needs too be archived for future reference. For this, advanced workflow can create folders and move documents to different folders based on document attributes and workflow status. Because of the flexibility and power of the SpringCM Advanced Workflow, this entire contract process can be managed with a single workflow allowing for governance of the contract from generation through to renewal.Advanced Workflow is available only to&nbsp;Enterprise&nbsp;customers.&nbsp; If you do not have Advanced Workflow and want to add this option to you account, please visit the&nbsp;Add Advanced Workflow&nbsp;page.How is it used?Advanced Workflow provides the ability to build complex workflows, and by its nature it is intended to provide a platform for development of these complex workflows. Creation of a workflow using Advanced Workflow cannot be described in a series of steps, but rather requires a thorough understanding of the Advanced Workflow Process Designer, XML, xPath, process logic fundamentals, and many other supporting topics. With this in mind, it is not feasible to provide a simple set of steps for how to use Advanced Workflow.For persons interested in using Advanced Workflow, SpringCM also offers a 2_3 day training program that teaches participants how to use the SpringCM Advanced Workflow Process Designer to configure complex workflows. Taught in a workshop format, the course focuses on best practices, standard conventions, and the creation of advanced workflow processes based on real business cases.&nbsp; The Advanced Workflow Process Designer will not be enabled in any Production account until a user in the account has attended training.Contact Client Services at&nbsp;[email protected]&nbsp;or&nbsp;877.362.7273&nbsp;if you are interested in Advanced Workflow training or Professional Services support for your advanced workflow design needs.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 15 Sep 2014 21:21:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/advanced_workflow</guid>
<dc:date>
2014-Sep-15T21:21:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Personas</title>
<link>https://knowledge.springcm.com/personas</link>
<description></description>
<content:encoded>What is it?When is it used?How is it used?What is it?Personas, or role_based user settings, are used to create a unique display in the SpringCM interface for things like menu, toolbar and navigation options.&nbsp;The "Persona" is based on a Security Group name, and an individual user is assigned a single "Persona" in their user record in the SpringCM Address Book.&nbsp; Personas are created from Security Groups and are applied in users' profiles.When is it used?Based on the specific job a person has in SpringCM, use of Personas can help simplify a user's experience and actions taken while working in the platform.&nbsp; Different buttons and menu items are displayed specific to the user's Persona or job function.For example, a training manager will see different buttons on the user interface than an HR manager will, making end_user training a matter of minutes and hours rather than days or weeks.How is it used?Steps to assign a SpringCM user to a specific "Persona":Navigate to the Address Book tab.Create a Security Group with the name of the desired Persona.&nbsp; For example, "Accounts Payable Processor", or "HR Resume Reviewer".Navigate to each user's record who should be assigned the Persona.&nbsp; In the "Persona" field on their user record, type in the name of the Security Group created in step 2.&nbsp; To note: A user can only be assigned one persona.&nbsp;Assign the same user the corresponding Persona from the Persona dropdown menu.Steps to create a "Persona" view:&nbsp;Navigate to Documents tab.Select View menu option.Choose "Customize Navigation", "Customize Toolbar" or "Customize Menu"When any of the 3 options are selected, you will be given a choice to create a view and assign it to a "Persona".&nbsp;Make your selection and click "Save".Any user who has been assigned the "Persona" will now see the changed display(s) when they login to SpringCM.</content:encoded>
<category>legal</category>
<pubDate>
Wed, 22 Oct 2014 15:03:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/personas</guid>
<dc:date>
2014-Oct-22T15:03:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Custom Menus and Toolbars</title>
<link>https://knowledge.springcm.com/custom_menus_and_toolbars</link>
<description></description>
<content:encoded>What is it?When is it used?How is it used?What is it?In the Documents section under the View menu dropdown, Super Administrators can "Customize Menu" and "Customize Toolbar" to determine which actions are visible for all users' Menu selections and Toolbar icon displays.&nbsp; Custom Menu Items can be converted to Toolbar Buttons.When is it used?Clients use Customize Menu and Customize Toolbar to add specific actions (like Workflow events) or to remove certain Toolbar icon displays (like "Create Folder").&nbsp; When customizing these views, new actions can be ADDED to the menu dropdowns.&nbsp; Those new actions can then be ADDED to the toolbar.&nbsp;The addition or removal of actions from displays can help simplify a users' experience for the task they have to perform.&nbsp; For example, an AP Processor might need to just have to take actions like "Approve Invoice", "Reject Invoice", or "Escalate Invoice".&nbsp; Based on workflows tied to these actions, "Customize Menu" could be used to build links to these workflows, and then "Customize Toolbar" used to add actual icons for each of these 3 actions.&nbsp; The view can be tied to a group of users via a Persona assignment.How is it used?Customize MenuClick the Documents tab.Open the View menu and choose the Customize Menu feature.To add a new menu item, click the New Menu Item button, complete the Name, Description, and URL.If necessary, add a User Key, Selection, and Icon URLSelect the Menu item the New item will follow, and&nbsp;if necessary, Personas to which the item will be available using the drop down menus.Click the Save button.To edit an existing menu item, select it from the example menu. Customize Toolbar1. Click the Customize Toolbar from the View menu2. In the window that appears, select the Menu Item to convert to a Toolbar Item. The menu item icon will appear on the toolbar at the right_most position.3. Using the window controls, move the Toolbar Icon to the desired positon on the toolbar, and add Separators if desired.4. If necessary, Select a Persona to which the Toolbar Icon will be available using the drop down menu.5. Click the Save button.&nbsp;&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Wed, 22 Oct 2014 15:20:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/custom_menus_and_toolbars</guid>
<dc:date>
2014-Oct-22T15:20:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>250 Character Windows Path Limitations</title>
<link>https://knowledge.springcm.com/250_character_windows_path_limitations</link>
<description></description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?The 250 character limitation is a Windows limitation where the number of characters that can be used to define the path to where a document resides locally. This limit is 250 characters and begins from the hard drive that the document is stored on and ends with the document name. All folders are included in the path.&nbsp; This may impacts document and folders when SpringCM Business Sync is used.&nbsp;When is it used?It is used as part of the sync process to identify where documents are stored locally. The Windows Sync application calculates the number of characters that are used when creating a document locally and if the entire path exceeds 250 characters, it will trigger a conflict for the user to resolve.How is it used?For users that have just installed SpringCM Sync 1.6 or greater for Windows, the default My SpringCM Files Location has been set to:&lt;&gt;:\Users\&lt;&gt;\SpringCM. (ex C:\Users\tsmith\SpringCM).&nbsp;The SpringCM Folder Location can be changed by selecting Move from the SpringCM Business Sync Account Preferences Page. When you select Move, you will need to select a Folder that does not have any other content.There are three scenarios for using Sync, and the way the 250 character limitation is processed in SpringCM is handled slightly differently.Scenario #1 : Users that have a single SpringCM account that has been enabled for SyncThe Account Name Folder will not be defined in the Path. Most customers meet this criteria and only have a single account. In the example below, the Account Name is not included in the Path.&nbsp;Scenario #2: Users that have multiple SpringCM accounts that have been enabled for SyncThe Account Name Folder will be defined in the Path.&nbsp;Scenario #3: Users that start with a single SpringCM account that has been enabled for Sync and then a second account is enabled for SyncThe application must update Folder Paths to include the Account Name. When the app identifies that this event has occurred, it will begin update local folder structures to account for this change.&nbsp;If it identifies that documents are folders are open at the time this takes places, then it will warn the user and ask them to close all documents and folders.&nbsp; If the user identifies that they want to try later, it will try again until Sync is restarted.&nbsp; If the user completes this task and it finds that documents are still open, then it will warn the user.</content:encoded>
<category>legal</category>
<pubDate>
Wed, 22 Oct 2014 15:24:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/250_character_windows_path_limitations</guid>
<dc:date>
2014-Oct-22T15:24:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Accessing Public Forms</title>
<link>https://knowledge.springcm.com/accessing_public_forms</link>
<description>&nbsp;What is it?</description>
<content:encoded>&nbsp;What is it?When is it used?How is it used?&nbsp;What is it?A Form is an electronic version of a paper form.&nbsp; Public Forms are Forms that have been published and made available to the general public through the use of a link created in SpringCM.&nbsp; The recepient can access, complete and submit the information in the Form all through the internet.When is it used?Once a user or super&nbsp;administrator has created a Public Form, SpringCM users or, if specified, anyone with Internet access can complete a Form.How is it used?To access a public Form, follow the steps below:Click the public URL or open the Forms tab and click the appropriate form.Complete all fields, calendars, and/or drop_down menus.Fill out the CAPTCHA field at the end of the Form.Click Save to submit the Form.</content:encoded>
<category>legal</category>
<pubDate>
Wed, 22 Oct 2014 15:36:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/accessing_public_forms</guid>
<dc:date>
2014-Oct-22T15:36:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Upload, Download, and Conversion Limits</title>
<link>https://knowledge.springcm.com/upload_download_and_conversion_limits</link>
<description>What is it</description>
<content:encoded>What is itWhen it is used?How is it used?Enterprise Account Upload and Download LimitsBusiness, Free Edition Account Upload and Download LimitsConversion (full_text search, preview, comparison) limitationsWhat is it?There are several methods by which documents can be uploaded and downloaded between your computer and SpringCM. The maximum document size and the maximum number of documents which can be uploaded and downloaded will vary depending on the method by which the document was transferred and based on your SpringCM account type.When is it used?This knowledge article will help you to understand your document upload and download limits based on your account and the method of transfer. Refer to this knowledge article when troubleshooting download and upload issues or when planning for your SpringCM role and use training.How is it used?To determine your upload and download limits, you must first understand your account limitations. Work with your SpringCM administrator or account manager to determine if you are an Enterprise, Business, or Free account, then refer to the appropriate table below to determine based on the account type. If you are trying to understand limitations that may impact your ability to full_text search, preview or compare documents, refer to the conversion table further down in this knowledge article.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enterprise Account Upload and Download LimitsMethodMaximum Document SizeMaximum Number of DocumentsMaximum File Size with Multiple DocumentsDrag and Drop/Standard1.5 GB201.5 GB x # of docs uploaded up to the the limit of the space left in the account.&nbsp;Download via the UI1.5 GB201.5 GB x # of docs downloadedSalesforce Widget Drag and Drop Upload1.5 GB201.5 GB x # of docs uploaded up to space left in the account.&nbsp;Salesforce Widget Upload1.5 GB201.5 GB x # of docs uploaded up to space left in the account.&nbsp;WebDav Upload or DownloadUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)UnlimitedUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)SFTP Upload or DownloadUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)UnlimitedUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)Inbound EmailLimited to the size that the inbound client will allow. Typically this is less than 10 MB.&nbsp;Limited to the number of attachments you can add to an emailLimited to the size that the inbound client will allow. Typically this is less than 10 MB.&nbsp;Sync Upload or DownloadWhat can be successfully transmitted within 2 hours.&nbsp;Up to 5 transfers (upload or download) concurrentlyWhat can be successfully transmitted within 2 hours.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Business, Free Edition Account Upload and Download LimitsMethodMaximum Document SizeMaximum Number of DocumentsMaximum File Size with Multiple DocumentsDrag and Drop/Standard1 GB201 GB x # of docs uploaded up to the the limit of the space left in the account.&nbsp;Download via the UI1 GB201 GB x # of docs downloadedSalesforce Widget Drag and Drop Upload1 GB201 GB x # of docs uploaded up to space left in the account.&nbsp;Salesforce Widget Upload1 GB201 GB x # of docs uploaded up to space left in the account.&nbsp;WebDav Upload or DownloadUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)UnlimitedUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)SFTP Upload or DownloadUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)UnlimitedUnlimited up to the space limit in the account &nbsp;(pending network connection and bandwidth)Inbound EmailLimited to the size that the inbound client will allow. Typically this is less than 10 MB.&nbsp;Limited to the number of attachments you can add to an emailLimited to the size that the inbound client will allow. Typically this is less than 10 MB.&nbsp;Sync Upload or DownloadWhat can be successfully transmitted within 2 hours.&nbsp;Up to 5 transfers (upload or download) concurrentlyWhat can be successfully transmitted within 2 hours.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Conversion (full_text search, preview, comparison) limitationsAs documents are added or changed in SpringCM, business documents need to be indexed for full_text search and document preview. In cases where large files of a type generally not associated with a business document (e.g., large log files) are added to the system, full_text search and preview are not typically not required. With that in mind, the following limits have been put in place to ensure overall system performance:The following file types and sizes will not generate a document previewText files (*.txt) greater than 1MB in sizeAny file greater than 256MB in sizeAny file that creates a PDF greater than 256MB in sizeAn empty Excel (*.xls or *.xlsx) fileThe following file types and sizes will not be full_text searchableAny file larger than 256MB in sizeThe following file types and sizes will not be available for document comparisonAny valid file type (i.e., those which are supported with the document comparison feature) greater than 128MB in size</content:encoded>
<category>legal</category>
<pubDate>
Tue, 28 Oct 2014 18:41:24 GMT
</pubDate>
<guid>https://knowledge.springcm.com/upload_download_and_conversion_limits</guid>
<dc:date>
2014-Oct-28T18:41:24Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Salesforce Security Mapping</title>
<link>https://knowledge.springcm.com/salesforce_security_mapping</link>
<description>When is it used?How to setup secure mappingHow to edit/delete secure mapping</description>
<content:encoded>When is it used?How to setup secure mappingHow to edit/delete secure mappingWhat is it?Salesforce Security Mapping is a feature that allows for one_step synchronization&nbsp;of Salesforce (Profiles and Roles) and SpringCM (Security Groups). This allows for administrators in Salesforce to setup mapping in SpringCM that automatically places Salesforce users by their Profile or Role into the correct SpringCM security groups.When is it used?Salesforce Security Mapping is used when administrators want to easily map their Salesforce users by Profile and Role into the correct SpringCM security groups. Setting up the secure mapping feature before adding users allows for easily intergration as you add in new users.How to setup secure mappingGo to Preferences &gt; Account Preferences &gt; Salesforce ConfigurationNote: This can be done by logging into SpringCM or navigating to the SpringCM Viewer in SalesforceScroll to Map Salesforce and SpringCM Security.Click Add New Mapping.Select the Salesforce Profiles/Roles.Select the desired security group under SpringCM Security Groups.Click the &gt;&gt; button to add the security group.Click Save&nbsp;when done.How to edit/delete secure mappingGo to Preferences &gt; Account Preferences &gt; Salesforce ConfigurationNote: This can be done by logging into SpringCM or navigating to the SpringCM Viewer in SalesforceScroll to Map Salesforce and SpringCM Security.Select Edit or Delete next to desired Salesforce Profile/Role Name.Select the desired security group under SpringCM Security Groups.Click the &gt;&gt; button to add the security group.Click the &lt;&lt; to delete the security group.Click&nbsp;Save&nbsp;when done.Note: Security groups must be setup in SpringCM before securing mapping, otherwise an error will occur.</content:encoded>
<category>legal</category>
<pubDate>
Tue, 28 Oct 2014 18:59:57 GMT
</pubDate>
<guid>https://knowledge.springcm.com/salesforce_security_mapping</guid>
<dc:date>
2014-Oct-28T18:59:57Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>WebDAV</title>
<link>https://knowledge.springcm.com/webdav</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to setup WebDAVWhat is it?WebDAV is a method for transferring data via the Internet that bypasses most firewalls. It serves as a powerful alternative to FTP.When is it used?Use WebDAV to edit documents using Microsoft Office (MS Office) applications without physically checking out / in documents. You can configure Windows Explorer to provide drag_and_drop access to your SpringCM folders and to create a seamless integration with your documents in SpringCM.WebDAV creates a secure Web link to your SpringCM folders that gives you access to all your accounts. It uses a single network folder in My Network Places that you log into securely, much like the Web login but within the familiar Windows Explorer environment. WebDAV requires use of the following software:Windows 7, Vista, or XPInternet Explorer 7 or higherYou can perform the following actions while viewing your SpringCM content in Windows Explorer:Create new folders.List folders, subfolders, documents in foldersUpload and download documents.Move, copy, rename and delete folders and/or documents.WebDAV integration means that the SpringCM Toolbar for MS Office is no longer necessary, but a one_time configuration of your WebDAV Server Access to Folders in SpringCM is required.How to setup WebDAVWindows XP or VistaWindows XP or Vista has a basic WebDAV client pre_installed that manages the checking in and out of Microsoft documents. To use advanced functionality, you may want to install a separate client such as Web Drive.Select Start &gt; My Network Places &gt; Add Network Place.1. You will see a window requesting Service provider information. Select Choose another network location.2. In the Internet or network address field, type the following: https://webdav.springcm.com3. The WebDAV server is password_protected. You must enter your SpringCM username and password to access your folders.4. After you log in, you will see your SpringCM folder available in My Network Places. Opening this folder reveals the main folder for each of your accounts.Windows 71. Selct Computer &gt; Map&nbsp;a Network Drive.2. Select a&nbsp;drive letter.3. Type&nbsp;https://webdavna11.springcm.com/ into the folder field.4. Click Finish.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Tue, 28 Oct 2014 21:01:39 GMT
</pubDate>
<guid>https://knowledge.springcm.com/webdav</guid>
<dc:date>
2014-Oct-28T21:01:39Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>User Bulk Load</title>
<link>https://knowledge.springcm.com/user_bulk_load</link>
<description>User Synchronization</description>
<content:encoded>User SynchronizationSpringCM offers three integration methodologies for the synchronization of users and groups from an enterprise user repository to the SpringCM Address Book. The three methods are:Bulk loading via predefined CSV formatsSOAP based Web servicesSynchronization from SalesforceNote: The first 2 methods listed above do not involve directly connecting SpringCM to an internal LDAP or Active Directory instance. They first require the data to be queried from the repository and then pushed via web services or CSV. With the third option, SpringCM will directly connect to Salesforce for synchronization.All options are described in detail in this section.Bulk User Import CSV File and Document Rule&nbsp;SpringCM provides a standard CSV format that can be used to create users, delete users, create groups, and update group memberships. The CSV &nbsp;file may be uploaded directly in the Address Book user interface or triggered via a Bulk User Import Document Rule that is often used in conjunction with FTP/SFTP. The CSV file may be generated manually in an application like Microsoft Excel or it can be scripted against a source repository. Some scripting examples are shown later in this section.CSV FormatThe first row of the CSV file must contain the headers describing each column's data. The headers can be the following:Email:&nbsp;The email address of the user. This is always required.FirstName:&nbsp;First name of the userLastName:&nbsp;Last name of the userRole:&nbsp;The users role. If omitted for a new user, the user will be created with the role of "Full Subscriber". If updating the user, they will maintain their current role.Groups:&nbsp;This is a pipe(|) delimited list of the group names that the user on the line is a member of. The user will be removed from any groups they are currently a member of that are not in the list and will be added to any new groups in the list. If the group name does not exist in the account, the group will automatically be created and the user will then be added as a member.Active:&nbsp;Valid values for this field is either "true" or "false". A value of "true" means they belong in the Address Book, and false means that they will be deleted.Title:&nbsp;The user's title that will show in the address book.Department:&nbsp;The user's department that will show up in the address book.Company:&nbsp;The user's company that will show up in the address book.Address1:&nbsp;The user's address line 1 that will show up in the address book.Address2:&nbsp;The user's address line 2 that will show up in the address book.Address3:&nbsp;The user's address line 3 that will show up in the address book.City:&nbsp;The user's city that will show up in the address book.State:&nbsp;The user's state/province that will show up in the address book.PostalCode:&nbsp;The user's postal code that will show up in the address book.Country:&nbsp;The user's country that will show up in the address book. Should be a valid country name from the address book's country drop down list.PhoneNumber:&nbsp;The user's phone number that will show up in the address book.FaxNumber:&nbsp;The user's fax number that will show up in the address book.Persona:&nbsp;The user's persona, should a valid name of a persona already created in the account.ManagedBy:&nbsp;The user's manager, should be a valid email address of a user in the account. SendActivationEmail: Valid values for this field is either "true" or "false". Indicates if activation email will be sent to created user.EnabledStartDate:&nbsp;The start date when this user can access the account.EnabledEndDate:&nbsp;The end date when this user can access the account.Processing via Address Book UploadOnce a CSV file is created, it may be uploaded directly in the Address Book user interface. On the Address Book tab choose Address Book&gt;Bulk Import Users. You will be taken to a new screen and prompted to upload your CSV. If any errors or warnings occur, SpringCM will email you with a detailed log of the data issues encountered while processing the CSV.Document Rule ConfigurationTo setup an account to process bulk user import formatted CSV files, first create a folder in SpringCM that will be used as the destination for uploading the inbound CSV files. Best practices dictate that this folder should only be accessible by Super Administrators and only used to upload bulk user import CSVs. Once the folder is created, navigate to Preferences, click on Smart Rules and then choose Rule_&gt; New Document Rule from the drop down menu and configure a new rule with the following parameters.Event: Document AddedFilters: In Folder [your bulk user import folder] and Has Name Like [*.csv]Actions: "Bulk Import Users" is the only action required. It is optional, but a best practice to add a "Move Document" action following the "Bulk Import Users" action so that the CSV file is moved to an archive folder after it has been processed. It can be moved to the Trash as well. When a Bulk Import Users Document Rule executes, the document rule log will indicate how many users were Added, Updated and Deleted.&nbsp;User Bulk LoadCustomers using SSO can add Users to SpringCM using Directory Sync. Two components are required:Formatted CSV fileSpringCM&nbsp;Document RuleWhat scenario best fits your needs?If you are using Single Sign On (SSO) this will allow you to setup a process that will sync users that are allowed to use SpringCM with the same directory that is used to verify SSO.&nbsp;For first time customers if you have a large list of customers that you want added to your account at one time this will add them all at once.&nbsp;Formatted CSV&nbsp;The CSV file must have the following column headers:Email:&nbsp;&nbsp;SpringCM&nbsp;UsernameFirstName:&nbsp;First Name of the new SpringCM UserLastName:&nbsp;Last Name of the new SpringCM UserGroups:&nbsp;This is a pipe (|) delimited list of Security and Distribution groups to which the new User should be added.&nbsp; If a listed group does not exist SpringCM&nbsp;will create it and add the user to it.Active: 'True' if the User should be added to SpringCM, otherwise add 'False.'How to create the Document Rule for Directory Sync:Select the Preference tab and click the Document Rules link.Click the Rule menu, and select New.Name the Rule, and select Document Added in the For Event field.Select In Folder Filter and use the Select button to choose a folder to which you will upload the CSV, and click Add.Select Has Name Like and enter '*.csv' in the field that appears. Click Add.Select the User Sync Action, and click Add.Click Save, and select Enable from the Rule menu to activate the Rule.Directory Sync will now take place when the CSV&nbsp;is uploaded to the folder named in the Rule.Note: All Users added to SpringCM by Directory Sync will be assigned the Full Subscriber role. Account Administrators should manually adjust the role assignments of Full Subscribers, User Administrators, or Super Administrators.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:39:05 GMT
</pubDate>
<guid>https://knowledge.springcm.com/user_bulk_load</guid>
<dc:date>
2014-Nov-03T07:39:05Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>User Roles</title>
<link>https://knowledge.springcm.com/user_roles</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?What is it?&nbsp;SpringCM user roles define what&nbsp;the maximum level of access is that&nbsp;a user has in your&nbsp;environment.&nbsp; Each user role has a defined set of capabilities.&nbsp;There are&nbsp;five user roles:Guests are the minimal user role in SpringCM, and maximally can upload or view documents in SpringCM. Use the Guest role when users only need to create (upload) documents, or view or&nbsp;download&nbsp;documents.&nbsp; Guests can not move, edit, or share documents and can not participate in workflow. Guests can execute Searches and can fill out eForms, but not edit or create them. They are limited to changing their passwords in the Preferences tab. Guests cannot view or create reports or access the Address Book.Limited subscribers are similar to Guests; however, they can participate in workflows and edit documents within workflows.&nbsp;&nbsp;Limited Subscribers&nbsp;can execute Searches and can fill out eForms, but not edit or create them. They are limited to changing their passwords in the Preferences tab.&nbsp;Limited Subscribers&nbsp;cannot view or create reports or access the Address Book.&nbsp;Full subscribers can view, edit, and upload documents. Use this role when a user needs full access to documents and workflow. Full Subscribers can execute but not create or edit reports, and have limited access to functionality in Preferences (Inbound Email and&nbsp;Password and User&nbsp;Preferences.) Full Subscribers are the most common type of users.User administrators have the ability to manage users and to administer certain account_level Preferences. User Administrators cannot create or edit Security Groups, but they can create and edit Distribution Groups.&nbsp;Super Administrators should assign&nbsp;this role to delegate administrative tasks within&nbsp;a SpringCM account.&nbsp;There can be&nbsp;multiple User Administrators&nbsp;per account.Super administrators are the highest level administrator in your SpringCM account. They have rights and access to everything in your SpringCM repository, including all users' home folders. Use this role when you designate a repository administrator.&nbsp;There can be multiple super administrators per accountWhen is it used?You assign a User Role for each person who logs in to your SpringCM account, so the User Role is foundational to how any user is allowed to work in SpringCM. User Roles are also used when setting security on folders and documents.How are User Roles used?When creating a new user in SpringCM, you will be required to configure the user's role. Think about the maximum level of action they will be taking, and then assign the appropriate User Role which accommodates that level of action.&nbsp; For example, if you are granting a client access to SpringCM, and all they will be doing are viewing documents, assign them a Guest user role.&nbsp; If a person is a member of your internal team who will need to add new documents to SpringCM, as well as edit those documents, assign them a Full Subscriber user role.&nbsp;When setting security on documents and folders, you can define access based on User Role. To learn more about defining access rights based on User Role refer to the knowledge article titled Security.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:41:49 GMT
</pubDate>
<guid>https://knowledge.springcm.com/user_roles</guid>
<dc:date>
2014-Nov-03T07:41:49Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>What is SpringCM Missing Content</title>
<link>https://knowledge.springcm.com/what_is_springcm_missing_content</link>
<description>SpringCM Business Sync:&nbsp; What is Missing Content?</description>
<content:encoded>SpringCM Business Sync:&nbsp; What is Missing Content?Missing content is used to identify documents or folders that are in SpringCM that are not synchronized locally. &nbsp;SpringCM Missing Content is only available for folders that contain content in SpringCM but not in the local folder. &nbsp;When you select Missing Content, it retrieves only the documents and immediate folders that are not in the folder selected. &nbsp;Nested folders are not shown.&nbsp;Selecting it will show you content that does not exist locally but does exist in SpringCM. It only shows content for the immediate folder; it does not traverse down the tree to show missing content below the folder selected. Documents and folders may exist in this folder and each will have a link to it in SpringCM.&nbsp;How do I access SpringCM Missing Content?&nbsp;Navigate to a folder that includes the Warning Icon (Conflict) and right click on the folder. If content exists in the folder in SpringCM but not locally, you will have the option to right click and Select SpringCM Missing Content.When you select this option, &nbsp;a window will pop up that retrieves a listing of documents and folders that exist in SpringCM but not locally.Clicking on the folder or document will open up SpringCM and take you to the object selected.&nbsp;This typically occurs because of an ignorable conflict but may be due to a mainline conflict.&nbsp;Does this include age filtering?&nbsp;No, Missing Content only accounts for documents that are not being synchronized due to a conflict. Documents that are not being synchronized because they fall beyond the outer extent of the age filter will not display.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:43:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/what_is_springcm_missing_content</guid>
<dc:date>
2014-Nov-03T07:43:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Account General Preferences</title>
<link>https://knowledge.springcm.com/account_general_preferences</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?&nbsp; Many of the account preference and configuration settings are available through the Account Preferences' General tab.&nbsp; All changes in this section applies to the entire account and not just to the individual user.&nbsp; Only super administrators the general account preferences.Key options in this section include:General _ set account name, time zones, log out direct URL, report setting, views, upload options, maximum number of documents versions retained, workflow error notifications and the account storage usage and availability.Folder Auto_Refresh _ Set folder refresh intervals and mode.Document Permissions _ Set delete and download options for roles.Document Viewing _ Define viewing settings for the preview pane, tracking documents changes and default view mode for documents.Advanced View And Markup (Internet Explorer only) _ Select advanced view and markup for options like CAD, Image, PDF and Microsoft products.Search _ Define weights for searches, number of hits to display and maximum documents, characters and document content size to display.&nbsp; Workflow _ Identify if weekends should be skipped for calculating durations and alert times and whether emails should be sent when an approval workflow starts.&nbsp;Allow Duplicate Folder And Document Names _ Determine if duplicate folder and document names should be included.Notification Settings _ Determine if notifications should be enabled for all folders and all users by default.&nbsp;When is it used?This section is primarily used to modify default SpringCM account settings.&nbsp; SpringCM has many default settings have the ability to change many options within SpringCM.&nbsp; Account settings may also be modified to fit or comply with changes in a company's policy and standards. &nbsp;&nbsp;How is it used?The most popular configurations from the Account General Preferences are:Account Time Zone _ Select your account's time zone from the drop_down menu. Users can override this setting in My Info.Document Download Permissions _ Click the desired Native and PDF check boxes to establish document access to full subscribers, limited subscribers, and guests.Document Retention Permissions _ Click the Enable or Disable radio button to establish full subscribers' delete privileges.Set Start Page for Login _ Select Default, Dashboard, My Workflows, Initiate Work Process, Address Book, Documents, Reports, or Preferences from the drop_down menu to determine the start page for all members of the primary account or current account. Users can override this setting in My Info.Folder Access E_mail Notifications _ Select the Account Default, Yes, or No radio button to receive daily e_mails notifying you which folders you have been granted access. Users can override this setting in My Info.Set Default Folder Notification Frequency _ Select None, Daily, or Real_time E_mails from the drop_down menu to determine the frequency all members of the primary or current account are notified of documents placed in folders. Users can override this setting in My Info.Edit Document Page _ The Edit Document Page section enables you to customize certain areas of the Documents workspace.&nbsp; Change which tools appear in the "Information" section and click the desired check boxes to determine which portions of the Information section, located within the Navigation panel, are displayed account_wide.Simplified Guest View _ Click the Enable or Disable radio button to limit guests' access to the Dashboard workspace.Search Relevancy _ Tailor the Search function to your business needs. You can rank the importance of Metadata, File Content, Keywords, Owner, and Title by entering higher numbers in paramount fields and lower numbers in nugatory fields. For example, if you often search with titles, keywords, and content as your criteria, your ranking should mimic the following: Documents' content is 40 times more important than their owners; their keywords 30 times more important than their metadata.SpringCM Integration with salesforce.com _ Access salesforce.com (SF) features such as the Contract and Proposal Accelerator. You can relate SF objects to documents and use many other options. If you work with SF, enter your Organization ID in the field and click the Use Current button.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:45:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/account_general_preferences</guid>
<dc:date>
2014-Nov-03T07:45:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>User Management Overview</title>
<link>https://knowledge.springcm.com/user_management_overview</link>
<description>Options for Implementing Single Sign On (SSO)</description>
<content:encoded>Options for Implementing Single Sign On (SSO)SAML 2.0, which is supported by most enterprise SSO products.&nbsp;Note: SSO integration only supports authentication, the user must still exist in SpringCM accounts address book. User accounts in the Address Book can be managed in one of 3 ways:Manual Management: User creates, deletes, and group membership are managed in the SpringCM UIWeb services: User creation, deletion, and group membership can managed via the SpringCM Web Services API. Learn more about Web Services APIBulk load: SpringCM supports a CSV file format for managing user adds, deletes, and group membership in batch. Learn more about Bulk Attribute Upload</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:46:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/user_management_overview</guid>
<dc:date>
2014-Nov-03T07:46:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>What are Notifications in SpringCM Sync</title>
<link>https://knowledge.springcm.com/what_are_notifications_in_springcm_sync</link>
<description>What is it?&nbsp;</description>
<content:encoded>What is it?&nbsp;What can I do with a Notification?&nbsp;Can I enable notifications?&nbsp;How often does Sync check for new notifications?&nbsp;&nbsp;What is it?&nbsp;SpringCM Notifications&nbsp;are received by the Sync Client from SpringCM. &nbsp;These notifications include:&nbsp;Document Notifications ( a document has been checked in, a document has been added, a document merge task has succeeded or failed)&nbsp;Admin Notications (an attribute group has been deleted, an attribute field has been deleted, a cascading drop down csv is malformed)Case Notifications (a new task has been created, a new task has been assigned to you)Sync Notifications (are only present in the Sync client) but these represent items that are synchronized due to conflicts that others have caused.&nbsp;What can I do with a notification?&nbsp;A Notification may have links to objects in SpringCM. These objects are clickable and depending on the type of notification, you may have the option to either open the document locally (if synchronized) or in SpringCM.&nbsp;Can I enable notifications?&nbsp;Yes, SpringCM Notifications can be enabled by going to Settings within Sync Preferences and toggling the checkbox to off. &nbsp;Sync will still retrieve notifications if you select the Sync Center however.&nbsp;How often does Sync check for new notifications?&nbsp;By default, Sync checks SpringCM every 10 minutes if enabled. This can be changed as desired but should not be quicker than every 10 minutes. &nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:50:42 GMT
</pubDate>
<guid>https://knowledge.springcm.com/what_are_notifications_in_springcm_sync</guid>
<dc:date>
2014-Nov-03T07:50:42Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>What are SpringCM Attributes in Sync</title>
<link>https://knowledge.springcm.com/what_is_springcm_attributes_in_sync</link>
<description>What are SpringCM Attributes?</description>
<content:encoded>What are SpringCM Attributes?Viewing and editing Attributes associated to a document can now be accomplished directly from documents from the Sync folder. This allows the user to participate in processes that utilize these capabilities without accessing the document in SpringCM.Users can view or edit attributes for synchronized documents in My SpringCM Files.&nbsp; Documents that are not synchronized to SpringCM can not invoke SpringCM Attributes.What can be done with SpringCM Attributes?&nbsp;Multiple attribute groups can be assigned to a documentIf the user only has access to view attributes, then the user cannot assign Attribute Groups or edit existing attribute values.If the user has access to edit attributes, then the user can assign Attribute groups or edit existing attribute values.Dynamic drop downs, drop downs, string, number, and date field types are supportedRead only fields are supportedRequired fields are supportedRepeating sets are supportedRepeating fields are supportedHow do I view or edit Attributes?&nbsp;To view or edit attributes associate to a documentNavigate to a document in My SpringCM FilesSelect the documentRight click and select SpringCM AttributesSpringCM Attributes for a document will be displayed.By default, you can see basic attributes of a documentYou will be able to view attributes that are assigned to a document. (View)You will be able to add Attribute Groups to a document if you have permissions &nbsp;(View, Edit)You will be able to edit attributes of a given attribute group if you have permissions. (View, Edit)What works differently than in the SpringCM Web client?&nbsp;Be aware of the following when working with Attributes in Sync.Attributes are not viewable or editable when not connected to the internetCascading attributes currently act as free form text fields and do not validate against the data supplied in the account.Attribute groups once assigned to a document cannot be unassigned.Any Attribute group can be assigned to documents in a folder even though the administrator has restricted a set of Attributes groups to a specific folder in SpringCMDefault Attribute values can not be set for a folder in SpringCM&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:52:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/what_is_springcm_attributes_in_sync</guid>
<dc:date>
2014-Nov-03T07:52:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Advanced Search</title>
<link>https://knowledge.springcm.com/advanced_search</link>
<description></description>
<content:encoded>What is it?When is it used?How is it used?To initiate an advanced searchTo enter search criteriaTo specify search scopeTo search specific properties or attributesAdvanced ConceptsWhat is it?The Advanced Search capabilities of SpringCM allow you to execute document and folder searches with a greater degree of granularity than the Basic Search.&nbsp; The highly configurable Advanced Search&nbsp;enables you to specify the search scope, the content properties or attributes that should be searched, and also to perform OR, phrase, and missing text searches.When is it used?Use an Advanced Search whenever you need to search for folders, search within a specific folder,&nbsp; target specific content properties or attributes for the search or conduct an OR search or a search for missing text.If you do a Basic Search that is returning to many results, use Advanced Search to narrow the search results by specifying additional search criteria.How is it used?To initiate an advanced searchThere are two ways to invoke an advanced search:Select GOTO then Search from the menu barExecute a Basic Search. The advanced search options are displayed above the search results list for you to provide additional advanced search criteria.To enter search criteriaThere are four fields for entering the words that you want to search for. Choose the field which determines how you want the words to be interpreted relative to each other. The fields are:With all of these words _ This creates an AND relationship between the words. For example, entering software contract will find only documents containing both the words software AND contractWith any of these words _ This creates an OR relationship between the words. For example, entering software contract will find any documents with either the word software OR contract, including documents that contain both.With this phrase _ This will treat the words entered as a phrase. It is equivalent to entering a quoted string. For example, entering software contract will find only documents which have the phrase "software contract" in it.Without these words _ Specifying a word in this field will eliminate any document from the search results that contains the specified word. If more than one word is specified, any document containing either of the two words will be eliminated, such that it is interpreted as "this or that word"If you enter text into more than one of these fields, please note that all criteria must be met in order for the document to be returned in the search hit list. For example, if you're searching for either proposals or quotes for the company WorldClass Enterprises, enter WorldClass Enterprises in the With this Phrase field and proposal quote in the With any of these Words field. This will be interpreted as "search for all documents containing the phrase WorldClass Enterprises and having either the word proposal or quote in it."See the knowledge article titled Search Tips for additional information and examples on how to enter search criteria.To specify search scopeBy default, a search is conducted against the most recent version of all documents in the account to which the current user has access. This is referred to as the search scope. The search scope determines the pool of content or objects that will be searched for the specified criteria.Limit by Folder: You can limit the search scope to a single folder or a folder tree so as to provide more targeted search results&nbsp; To limit your search scope in this manner:On the Advanced Search page, expand the section called ContentCheck Limit search to folderClick Select A FolderOn the Select Items Dialog, navigate to the desired folder, and place a check mark in front of the folder name.Click Select to choose the checked folder and close the dialog. The selected folder will be placed in the Advanced Search dialogIf you want to include subfolders of the selected folder in the search (i.e., search the entire folder tree), check And Its SubfoldersExpected Results: With this option selected, when you execute the search it will no longer search the entire account, it will only search the selected folder or folder tree for the search criteria you specified in the other advanced search fields.Include Folders: You can expand the search scope to include folders as well as documents. To expand your search scope in this manner.On the Advanced Search page, expand the section called ContentCheck Folders under the heading called Search For:If you only want to include folders in the search, uncheck Documents.Include Revisions: You can also expand the search scope to include prior versions. To expand your search scope in this manner:On the Advanced Search page, expand the section called PropertiesCheck Include All RevisionsTo search specific properties or attributesBy default, a search will be executed against all of the following content areas:the body of the documentthe document namethe document descriptionlogin ID of the user who last modified the documentall of the document attributesIf you would like to search within a specific content area or a specific property, you can enter search criteria in the specific property or attribute that you want to search using the following as guidelines.Expand the Properties and Attributes sections of the Advanced Search page.Type the text that you want to search for in each or any of the content areas._ Entering text in Title will search for that text only in the document name._ Entering text in Content will search for that text only in the body of the document._ Entering text in Description will search for that text only in the document description.To search for only documents of a certain type, use the Document Extensions drop down to specify a list of document types to return. If you do not like one of the pre_defined categories, select other, and specify the document types you want returned based on the file extension (i.e., XLSX DOCX will return both Word 2010 and Excel 2010 documents)To search for only documents edited by a specific person, use the Modified By field to specify the SpringCM User Login ID that you want to search for.To search for only documents edited within a specific timeframe, Click the calendar icons located next to the Modified Between fields to specify the date range between which the document is to have been edited.To search for only documents with a certain value in any Attribute field, type that text in the In any Attribute Field located in the Attributes section.To search for only documents with a certain value in a specific attribute field, you must first add the attribute group to the Advanced Search page. Use the Add Attribute Group drop_down to select the attribute group to add.Once the attribute group has been added to the Advanced Search page, you can search for only documents with a certain value in a specific attribute field by typing the search text in the specific attribute field.If you enter text into more than one property or attribute please note that all criteria must be met in order for the document to be returned in the search hit list. That is, it will be interpreted as an AND relationship or "documents having this property AND that property."See the knowledge article titled Search Tips for additional information and examples on how to enter search criteria.Advanced ConceptsPhrase Searching _ As mentioned in the section above, you can search for a phrase using the With this Phrase field. However, this method will not work if you want to search a specific attribute or property for a phrase. Therefore, if you would like to search a specific phrase, you can alternatively specify the phrase you want to search for by simply putting the phrase in double quotes ( " ).&nbsp; For example, entering "WorldClass Enterprises" into the Content field will search for the phrase WorldClass Enterprises in the body of the document. This rule applies to all text entry fields on the Advanced Search page.Stemming _ The SpringCM search engine performs stemming by default when providing results so that a search on something like apples will not exclude documents that contain only the singular form apple, or vice versa. If you would like SpringCM to not employ stemming for a specific word, you can enclose that word in double quotes ( " ), and it will search only on the exact word. Please note that phrase searches that are enclosed in quotes will not use stemming, and will return only exact matches. See the knowledge article titled Search Tips for additional information and examples on how stemming will work.Wildcard Searching _ When specifying a word to search, use the asterisk character ( * ) as a wildcard if only part of a word is known. A wildcard can be placed at the beginning of the text string, in the middle of a text string, at the end of the text string, or a combination of all. It represents one or more unknown letters. See the knowledge article titled Search Tips for additional information and examples on how to enter search criteria.Case Sensitivity _ All searches in SpringCM are case insensitive. That is, search criteria can be entered in either upper or lower case, and it will return results which contain hits for either upper or lower case text.Stop Words _ The SpringCM Search Engines removes commonly used words during indexing, such that they are not relevant during searching and are automatically removed from the search query. Refer to the knowledge article titled Springcm Search Stop Words for a list of these commonly used words.Exclude Attribute groups _ All attributes in all attribute groups are automatically included as a content area that will searched. If you want to perform a search, but eliminate the attributes in an attribute group from the search you can do this by first adding the attribute group to the Advanced Search Form, then check Exclude this group. If the group is excluded, no attempt will be made to match the search criteria against the attributes of the group.Saved Searches _ Criteria selected from an Advanced Search can be saved to be re_used with one_click. See the knowledge article titled Saved Search for more information on how to create and use a saved search.Remove an Attribute Group Section _ If you add an attribute group to the Advanced Search screen and determine that it is no longer necessary, simply click the X on the attribute group section header, and the section will be deleted from the Advanced Search page.Full_Text Search Limitations _ If you are having problems searching for a document using a full_text search, then it could be that the file was not indexed due to a size limitation. See the knowledge article titled Upload, Download and Conversion Limits for details.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:52:58 GMT
</pubDate>
<guid>https://knowledge.springcm.com/advanced_search</guid>
<dc:date>
2014-Nov-03T07:52:58Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>System Requirements</title>
<link>https://knowledge.springcm.com/system_requirements</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?What are the minimum system requirements?&nbsp;What is it?SpringCM functions best when minimal system requirements are met.&nbsp; The minimum system requirements need to be met for SpringCM to work correctly.&nbsp; The recommended system requirements offers the best usability experience.&nbsp;When is it used?It is important to ensure system requirements are met to obtain the best experience with SpringCM.&nbsp; If minimum requirements are not met, you may experience serious performance issues such as lag time or features that do not work as expected (or at all).&nbsp; The GUI may look "off" with hyperlinks, buttons and scrolling in incorrect places.&nbsp; SpringCM does not develop or test in unsupported environments. &nbsp;&nbsp;&nbsp;What are the minimum system requirements?Internet Connection _ SpringCM was designed to work best with a high_speed Internet connection of at least a DSL or cable modem connection. SpringCM can be used with slower connections but you will naturally experience slower upload and download times&nbsp;&nbsp;BrowserInternet Explorer 9 or later (Internet Explorer 10 is recommended) Please ensure that all Microsoft updates are appliedGoogle Chrome&nbsp;(SpringCM makes every effort to test and support the most recent version of Chrome)Safari&nbsp;6Mozilla Firefox&nbsp;&nbsp;(SpringCM makes every effort to test and support the most recent version of Firefox)Resolution: 1024x768 pixelsAdobe Acrobat Reader _ Most computers today come with this free software from Adobe installed. Need to install it? Download a free copy from Adobe here.&nbsp;For SpringCM desktop or mobile apps, please select the link below for more informationBusiness Sync ApplicationSpringCM Edit ApplicationMobile IOSMobile Android&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:54:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/system_requirements</guid>
<dc:date>
2014-Nov-03T07:54:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Edit Setup for use with Google Chrome</title>
<link>https://knowledge.springcm.com/springcm_edit_setup_for_use_with_google_chrome</link>
<description>SpringCM Edit Troubleshooting when using Google's Chrome Browser</description>
<content:encoded>SpringCM Edit Troubleshooting when using Google's Chrome BrowserIf SpringCM Edit is installed, but is not working as expected, check the following:Are you running the current version of Edit?The first step in troubleshooting Edit on Chrome is confirming that the most current version of Edit is installed.&nbsp; SpringCM Edit periodically checks to see if a new version of Edit is available and will let you know that a new version exists. You are under no obligation to upgrade. To confirm if a new version of the Edit client exists, perform the following steps:Open SpringCM EditRight Click on the Edit Tray Icon and select PreferencesSelect the Check for Updates LinkIf an update exists, please upgrade the Edit client and reboot on completion.Have you allowed pop_ups for SpringCM urls?When you attempt to edit a document for the first time, you will be alerted that Chrome prevented a pop_up window from opening from this site. When this happens, please ensure that you:Select the Pop_ups were blocked from this page icon in the address bar.&nbsp;Select Always allow pop_ups from na11.springcm.com or any other SpringCM url.&nbsp;Do you see a message that says &nbsp;No apps are installed to open this type to link.If you see this message, pleaseInstall the SpringCM Edit application. If Edit is installed and you still see a message, then check the Chrome application handlers configuration byClose&nbsp;Chrome.Go to&nbsp;C:Users\&lt;UserName&gt;\AppData\Local\Google\Chrome\UserDataOpen&nbsp;Local State.Find the protocol handler excluded schemes section (See example below).Remove the springcmedit line.Save&nbsp;Local State.Restart&nbsp;Chrome.Try to Edit a document and select&nbsp;Launch Application&nbsp;Example:&nbsp;"protocol_handler": {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "excluded_schemes": {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "afp": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "data": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "disk": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "disks": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "file": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "hcp": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "javascript": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mailto": false,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ms_help": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "news": false,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nntp": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "shell": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "snews": false,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"springcmedit": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "vbscript": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "view_source": true,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "vnd": {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ms": {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "radio": true&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp; },Are you running Chrome in Windows 8 Mode? SpringCM Edit only functions in Desktop Mode.&nbsp; If you are in native Chrome mode, then you will need to switch to Desktop mode. To do so, perform the following tasks:1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the Customize and Control Google Chrome application icon2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If you see an action Relaunch Chrome on the desktop, select it.3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Chrome will close and launch in the context of the Windows desktop. At this point, you may be obligated to log back into SpringCM and find your document.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 07:58:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit_setup_for_use_with_google_chrome</guid>
<dc:date>
2014-Nov-03T07:58:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Edit Conflict Resolution</title>
<link>https://knowledge.springcm.com/springcm_edit_conflict_resolution</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?Advanced ConceptsWhat is it?A conflict can arise if two users edit the same document at the same time. When this occurs, SpringCM will prompt the user with a conflict resolution dialog providing them with options for how to handle the conflicting edits. This will resolve the conflict and provide a way for the user to save his or her edits.When is it Used?When a document is opened for editing using SpringCM Edit it is, by default, not locked for exclusive access. This allows more than one user to simultaneously open and edit the document. When simultaneous edits occur, edits from one of the users will be checked in as a new version, and edits from the other user(s) will introduce a conflict because SpringCM will prevent these edits from being checked in as a new version. At this time the user will receive a conflict resolution dialog upon save seeking input on how to handle the conflicting edits.How is it used?Upon any attempt to check_in a new version of a document, SpringCM will check to see if another user has created a more recent version since it was originally opened for editing. If it detects such a version, it will not be able to create a new version, and the user who has attempted to save subsequent edits will be prompted with a conflict resolution dialog seeking instructions on how to handle the edits.To resolve the edit conflict:Optional: Expand the Show Details panel to get additional information about the conflicting edits to help you make your decision.Choose from one of the options for how to handle the conflictOverwrite This will replace the edits made in SpringCM with those made by you, creating a new version which contains only your edits and discarding any edits made by the other use. The edits made by the other user will be found in a previous version.Rename This will save the edits made by you as a new document in SpringCM, and the current version of the original document in SpringCM will contain the edits of the other user.Discard This will discard your edits and the current version of the original document in SpringCM will be contain the edits of the other user.&nbsp;When you have selected an option, click the Resolve Button to complete the operation.Advanced ConceptsHandling your edits after a rename _ If you choose the rename option to save your new edits, you can still create a new version of the original document with your edits after the fact by checking out the original document, then checking in your new document from the SpringCM repository as a new version of the original document. See Check In and Check Out for additional information.Handling edits after an overwrite _ If you choose the overwrite option, and then want to see what changes were made by the other user so they can be incorporated your version, you can use the SpringCM Document Comparison feature to compare two versions.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:26:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit_conflict_resolution</guid>
<dc:date>
2014-Nov-03T16:26:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Edit Change Default Program Associated with a Document Extension in Windows</title>
<link>https://knowledge.springcm.com/springcm_edit_change_default_program_associated_with_a_document_extension_in_windows</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to change default program associationsWhat is it?The default program association is what Microsoft Windows uses to determine which local application will be used to open a document downloaded using SpringCM Edit based on its document type or extension. For example, the default program association for files with an extension of .docx is Microsoft Word.When is it used?If a default program association is not setup or is not setup correctly, then documents that are downloaded and opened using SpringCM Edit may not open in a local application or they will open in the incorrect application.Refer to this knowledge article if you need to setup a new default program association or if you need to correct a default program association that is set incorrectly.How to change default program associationsTo correct this, please perform the following actions:From within Microsoft Windows (versions 7 or 8), navigate to the Control Panel.Select Default Programs (if you do not see this option, it may be because you are in Category view. Change your view to Large or Small Icons to see it)Select Associate a File Type or Protocol with a programNavigate the list of file extensions to find the extension that you want to change.Highlight the extension that you want to change.Click the Change Program button.Find and select the appropriate program to open this extension.Save your selection</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:27:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit_change_default_program_associated_with_a_document_extension_in_windows</guid>
<dc:date>
2014-Nov-03T16:27:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Edit BlackList</title>
<link>https://knowledge.springcm.com/springcm_edit_blacklist</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?What is it?The SpringCM Edit feature provides one_click edit capabilities for a variety of document types. However, there are some document types that are not supported with SpringCM Edit. These document types will not be editable using the SpringCM Edit feature. The SpringCM Edit Blacklist specifies the document types that are not supported.When is it Used?Refer to this SpringCM Edit Blacklist when you are planning for your deployment of SpringCM Edit or when troubleshooting issues related to the use of SpringCM Edit.How is it Used?The following table identifies those document types which are not supported with the SpringCM Edit feature and which will not be editable using SpringCM Edit. Refer to this table as required for your planning and troubleshooting.&nbsp;.ade.adp.bas.bat.bin.cab.chm.cmd.com.cpl.crt.dll.dmg.drv.exe.hlp.hta.inf.ins.iso.isp.jar.js.jse.lnk.mde.msc.msi.msp.mst.ocx.pcd.pif.pkg.reg.scr.sct.shb.shs.swf.sys.url.vb.vbe.vbs.wsc.wsf.wsh&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:28:50 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit_blacklist</guid>
<dc:date>
2014-Nov-03T16:28:50Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Edit</title>
<link>https://knowledge.springcm.com/springcm_edit</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?Advanced ConceptsWhat is it?The SpringCM Edit application simplifies the process of editing and creating versions of a SpringCM document. It is as simple as selecting a document and clicking edit. With this single click, SpringCM Edit will download and open the document in the native application for editing, and check in new versions as the user completes and saves his or her edits in that native application.When is it used?The SpringCM Edit feature is the most widely used method for editing documents in SpringCM because of its ease of use. It is typically used for business documents created using productivity applications like Microsoft Office, but can be used for any document type that is not blacklisted as long as the user has edit rights to the document and the selected document type can be opened for editing on the local machine using a local application.SpringCM Edit requires:Installation and activation of a local SpringCM Edit application on the local computer; andInstallation of a local application which allows the selected document type to be opened and edited.SpringCM Edit should not be used when the user desires exclusive edit rights, or when he or she is working from a public computer that does not have the required local applications installed. Under these conditions, the recommended feature for editing documents is Check_out and Check_in.How is it Used?Using SpringCM Edit requires installation and activation of the SpringCM Edit application on the local computer. When the user selects the SpringCM Edit feature it will check to see if the application is installed, and if it is not, it will initiate the installation. It is recommended, but not required, that your organization plan for installation of the SpringCM Edit application prior to deployment to the end user. Please see SpringCM Edit Download for instructions on how to download, install and activate the SpringCM Edit application.To Edit a Document using One_Click EditClick the Documents tab and navigate to the folder containing the desired documentSelect the desired document by clicking its check box in the document list, OR click on the document to open it in Preview Mode.Select File then Edit Document from the menu barNote: It will check to see if the SpringCM Edit application is installed. If it is not, it will prompt the user to complete the download, installation and activation. Please see SpringCM Edit Download for instructions if prompted.The document will be downloaded locally to the default download directory of your browser and opened in the default native application registered in your local computer operating system for that file type.&nbsp;Edit your document in the native application.When finished, save and close your document.Expected Results: The updated document will be uploaded into SpringCM and checked in as a new version.Advanced ConceptsConflict Resolution _&nbsp;&nbsp;SpringCM Edit does not checkout or lock the document upon download and open, and the document will be available for revision by other users while it is open for editing by you. Since more than one user can simultaneously open and edit the document it can lead to conflicting edits. When simultaneous edits occur, each user will receive a conflict resolution dialog upon save seeking input on how to handle the conflicting edits. See SpringCM Edit Conflict Resolution for details on how to handle these conflicts.Guaranteeing Exclusive Edit Access _&nbsp; Use the Check Out and Check In features when you want to ensure exclusive edit access and avoid simultaneous edits and conflicts.Creating Versions _ SpringCM Edit will monitor activity on the document while it is open for editing and automatically create a new version of the document in SpringCM each time the document is saved within the local application.History/Audit Trail _ When SpringCM Edit determines that changes have been saved to the open document it will create a new version, and an implicit check_in occurs to create and upload the new version of the document. This action will be logged in the document history as a document check_in via the SpringCM Web Service.Creating a toolbar button for SpringCM Edit _ If your organization plans to use SpringCM Edit and has made preparations to deploy the SpringCM Edit local application for easy editing, you may also want to consider adding this option to the toolbar. The Edit Document option, available on the File menu bar is not on the toolbar by default, making it less obvious for your users. Refer to Custom Menus and Toolbars for instructions on how to add Edit Document to the toolbar.Multiple Accounts _ Most SpringCM customers have a single account, but if your organization has multiple accounts, SpringCM Edit provides support for multiple SpringCM accounts allowing you to edit documents from each account using a single installation of the SpringCM Edit local application.Changing your SpringCM Edit Login for Testing _ If you will be testing an upcoming release of SpringCM using SpringCM Edit and need to modify your login to test in our UAT environment, please review to the knowledge article titled SpringCM Edit Toggle between UAT and PROD for instructions on how to accomplish this.Replacement for WebDAV Edit _ For customers who are familiar with the old SpringCM feature for WebDAV Edit, please note that WebDAV Edit has been retired and SpringCM Edit replaces it.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:29:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_edit</guid>
<dc:date>
2014-Nov-03T16:29:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Business Sync Windows Installation</title>
<link>https://knowledge.springcm.com/springcm_business_sync_windows_installation</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to install SpringCM Business Sync for WindowsPrerequisitesWhat is it?SpringCM Business Sync for Windows is the first and only application designed for business. It is free for all subscribers to use and easy to install.&nbsp;When is it used?SpringCM Business Sync for Windows can be used to easily sync documents from your computer to the rest of your team. Syncing documents allows quick access to the information you care about.How to install SpringCM Business Sync for Windows:After downloading the installer, double click on the&nbsp;SpringCM Business Sync&nbsp;installer to start.Click&nbsp;Run.You may need to install Microsoft .Net Framework first (you will be prompted if this program is needed).Click&nbsp;Accept&nbsp;to accept Microsoft .Net Framework License Agreement.Microsoft .Net Framework will download and install.&nbsp;Note:&nbsp;This may take some time to complete and may require a reboot of your computer.Resume the installation of SpringCM Business Sync and click&nbsp;Next&nbsp;to continue.Click&nbsp;Accept&nbsp;to accept the SpringCM Business Sync License Agreement and choose&nbsp;Next&nbsp;to continue.Choose a location to install SpringCM Business Sync and other preferences and click&nbsp;Next.Click&nbsp;Install&nbsp;to install SpringCM Business Sync and click&nbsp;Finish&nbsp;when it has completed.If prompted, reboot your machine.Prerequisites:Windows 7, Windows 8Microsoft .Net 4.0 (if not installed, will be installed as part of the process)Windows C++ Runtime Libraries (if not installed, will be installed as part of the process)Available to all users&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:30:25 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_business_sync_windows_installation</guid>
<dc:date>
2014-Nov-03T16:30:25Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Business Sync Overview</title>
<link>https://knowledge.springcm.com/springcm_business_sync_overview</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?SpringCM Business Sync is an application that allows you to access SpringCM right from your desktop. Documents can be added, viewed, edited, saved and deleted straight from your laptop or desktop without ever needing to log into SpringCM. &nbsp;You can choose which folders you are interested in syncing to your desktop and manage folders right from Sync. &nbsp;&nbsp;SpringCM Business Sync even allows for the update of descriptions and tagging of attributes straight from sync. &nbsp;Once folders, files and the information associated to them are synced, they are always available to you and you can work with the documents even when you are offline. &nbsp;Once you are back on the internet, these files will be synced with your SpringCM account when you reopen you Sync client. &nbsp; &nbsp;Best of all, the documents and folders you have access to, along with the security right you have on those documents and folders tie directly into your SpringCM account so if you have permission to do something in SpringCM, you will be able to do so in Sync. &nbsp;The only exception to this is when sync include rules or exclude rules have been applied by administrators. &nbsp;&nbsp;When is it used?Sync is most commonly used when you need easy access to a few folders and files that you work the most frequently with. &nbsp;It is also a great way option for users who do not like logging into SpringCM to work because the synced SpringCM folders look and behave like any other folder on a user's desktop.&nbsp;&nbsp;How is it used?There are many resources available to you to help you get started with SpringCM Business Sync. &nbsp;Please see our resources below. &nbsp;&nbsp;&nbsp;SpringCM Business Sync Windows Installation FilesDownload SpringCM Business Sync for Windows 32_bit InstallerDownload SpringCM Business Sync for Windows 64_bit Installer&nbsp;&nbsp;SpringCM Business Sync VideosSpringCM Business Sync for Windows Installation&nbsp;_ &nbsp;Walks through how to install the ApplicationSpringCM Business Sync for Windows Getting Around&nbsp;_ &nbsp;Walks through the App and where everything isSpringCM Business Sync for Windows Setup and Configuration_ Walks through authorizing the app for usage and folder selectionSpringCM Business Sync for Windows Conflict Resolution_ &nbsp;Walks through how to manage conflicts and what you should do if you exceed your Subscription LimitSpringCM Business Sync Web Client Configuration and Rules Configuration_ Walks through enabling Desktop Sync for your Account and how to configure Business Rules(&nbsp;For the SpringCM Account Administrator)&nbsp;Release NotesCurrent Release Notes&nbsp;_ &nbsp;Provides an overview of what has changed with the current release of SpringCM Business Sync</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:31:26 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_business_sync_overview</guid>
<dc:date>
2014-Nov-03T16:31:26Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Business Sync OS X Installation</title>
<link>https://knowledge.springcm.com/springcm_business_sync_os_x_installation</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to install SpringCM Business Sync for WindowsPrerequisitesWhat is it?SpringCM Business Sync for OS X is the first and only application designed for business. It is free for all subscribers to use and easy to install.&nbsp;When is it used?SpringCM Business Sync for OS X can be used to easily sync documents from your computer to the rest of your team. Syncing documents allows quick access to the information you care about.How to install SpringCM Business Sync for OS X:After downloading the installer, double click on the&nbsp;Edit installer to start.Select Conteinue at the IntroductionSelect Continue for the License.Agree to the terms of the software license agreement.Select Install for all users on this computer and select Continue.Accept the default location for the Installation TypeEnter the Administrator credentials and select Install Software.PrerequisitesOS X 10.7 or 10.8&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:32:26 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_business_sync_os_x_installation</guid>
<dc:date>
2014-Nov-03T16:32:26Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SpringCM Salesforce Folder Structure Creation Guide</title>
<link>https://knowledge.springcm.com/springcm_salesforce_folder_structure_creation_guide</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it setup?What is it?SpringCM can be added to any standard or custom Salesforce object so that documents can be associated, viewed, and managed within the object record. Each object record is given its own folder in SpringCM, so the objects must be identified and folder structure must be defined.&nbsp;When is it used?Configuring a SpringCM folder for a Salesforce object will allow you to view and manage documents within the object record.&nbsp;Note:&nbsp; The SpringCM Free Edition is restricted to only 2 Salesforce objects.&nbsp;How is it setup?In the App Menu, select&nbsp;SpringCM.In the&nbsp;SpringCM Setup&nbsp;tab, select&nbsp;SpringCM Environment.&nbsp;Production&nbsp;should always be selected for the&nbsp;SpringCM Free Edition. Click&nbsp;Next.Define SpringCM Folder Path and Folder Name for Salesforce objects.Click the&nbsp;Add New Folder Portal Widget&nbsp;link.From the drop down menu, choose the Salesforce object that will incorporate SpringCM.Define&nbsp;SpringCM Folder Path. The folder path is used to establish a folder structure and even relate documents for objects that share a parent/child relationship.&nbsp;For objects that are not linked, follow the examples below.&nbsp;If the objects are linked (share a parent/child relationship), you can relate documents together through connected subfolders. From the parent object like an Account, you can access the documents of a linked child object like an Opportunity. To do this, the folder path for the child object must reference the parent lookup field.&nbsp;Define&nbsp;SpringCM Folder Name. This is how the folder for each object record will be named and will always refer to a field of that object. The folder name is typically the name of the object record:&nbsp;{!Name}. Naming a folder by a custom field would be formatted this way:{!Object.Custom_Field__c}.Save&nbsp;and look for&nbsp;confirmation of a valid folder path.NOTES:The {!ParentObject.Name} is a lookup or master_detail relationship and must be a field on the child object in order to link it to the parent object. This will not work with a related list like Contacts to Opportunities.Object fields referenced in the folder path should be required fields.The Lead object is not recommended if records are converted to Contacts, as the documents will not move</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:33:41 GMT
</pubDate>
<guid>https://knowledge.springcm.com/springcm_salesforce_folder_structure_creation_guide</guid>
<dc:date>
2014-Nov-03T16:33:41Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Smart Rules: Filters</title>
<link>https://knowledge.springcm.com/smart_rules_filters</link>
<description> Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;} Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;}</description>
<content:encoded> Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;} Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;}What is it?When is it used?How is it used?Additional ReferencesWhat is it?A Filter is used when defining a Document Smart Rule to limit the scope of documents to which the Smart Rule will apply. See the knowledge article titled Smart Rules for a general discussion of Smart Rules.When is it Used?Filters are only applicable when defining Document Smart Rules (as opposed to Scheduled Document Smart Rules).How is it Used?When defining a Document Smart Rule, at least one filter condition must be provided, unless the event type for the Document Smart Rule is type Chained (see the knowledge article titled Chained Document Smart Rules for more information).More than one filter condition can be put in a single Smart Rule. If more then one filter condition exists, then the filters will be evaluated with either an AND or OR relationship.Filters of the same filter type are evaluated with an OR relationship (e.g., in this folder OR in that folder).Filters of different filter types are evaluated with an AND relationship, and both conditions must be met (e.g., in this folder AND with name like "contract")If the Exclusive option is checked, then the filter condition will be evaluated for the absence of the specified parameter. For example, if the filter type is Has Attribute Value and you are checking for the value of "OPEN" in the Status Attribute and you check the Exclusive option, it will check for documents where Status is NOT "OPEN"The table below provides details on each of the available filter types, and specifies what additional parameters will be required when you select that filter type. Refer to this table when definition filters on your Smart Rule.FilterType&nbsp;DescriptionRequiredParametersEvents Supported withAssigned Attribute GroupThe rule will only apply to a document if the document has been assigned the attribute group specified in the filter parameter.A valid SpringCM Attribute Group.Attribute Group AssignedChanged Attribute FieldThe rule will only apply to the document if the attribute value for the attribute and attribute group specified in the filter parameter has been changed.A valid SpringCM Attribute GroupA valid Attribute from within that Attribute Group.Document IndexedHas Attribute GroupThe rule will only apply to a document if the document has been previously assigned the attribute group specified in the filter parameter.A valid SpringCM Attribute Group.AllHas Attribute ValueThe rule will only apply to a document if the document has been previously assigned the attribute group specified in the filter parameter, and the specified attribute has the specified value.A valid SpringCM Attribute GroupA valid Attribute from within that Attribute GroupAn attribute value to check forAllHas Name LikeThe rule will only apply to a document if the document has a document name with the specified string.A string valueAllIn FolderThe rule will only apply to a document if the document exists in the specified folder.A valid SpringCM folder pathAllIn SubfolderThe rule will only apply to a document if the document exists in the specified folder or any of its sub_foldersA valid SpringCM folder pathAllFax Delivery StatusThe rule will only apply to the document if the Fax Delivery Status matches the specified value.A valid fax status either Success or FailedOutbound Fax DeliveryUpload SourceThe rule will only apply to the document if the document was uploaded via the method specified in the Source drop down.A valid source selected from the list of available sources.AllAdditional ReferencesThe following knowledge articles provide additional details which will help you to create and work with Smart Rules:Smart RulesSmart Rules: EventsSmart Rules: ActionsSmart Rules: Common Use CasesChained Document Smart Rules&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:34:25 GMT
</pubDate>
<guid>https://knowledge.springcm.com/smart_rules_filters</guid>
<dc:date>
2014-Nov-03T16:34:25Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Smart Rules: Events</title>
<link>https://knowledge.springcm.com/smart_rules_events</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?Additional ReferencesWhat is it?An Event is used when defining a Smart Rule to determine what will trigger the Smart Rule to run. See the knowledge article titled Smart Rules for a general discussion of Smart Rules.When is it Used?The Event is only applicable when defining a Document Smart Rule (as opposed to a Scheduled Document Smart Rule).How is it Used?When defining a Document Smart Rule, an Event will be selected from the list of valid Events. There are different Event types:Document These events are fired based on document activity. They are available only for selection when defining a Document Smart Rule.Chained his is a special case and is not an event at all. It indicates that the Smart Rule will be part of set of Smart Rules that will be triggered by a master Smart Rule rather than triggered by an individual event. See the knowledge article titled Chained Document Smart Rules for more information.Scheduled This is a special case and is not an event at all. It is assumed when the user creates a Scheduled Smart Rule, and cannot be selected from the drop down. It is described below because it will appear in the Smart Rule list as the Event. &nbsp;The table below provides details on each of the Events. Refer to this table when defining Events on your Smart Rules.EventEvent TypeDescriptionDocument AddedDocumentThis event is fired when a document is initially added or uploaded to SpringCM.Document Check InDocumentThis event is fired when a new version of a document is uploaded to a folder, which is considered a check_in.Document Entered FolderDocumentThis event is fired when a document is copied, moved or uploaded to a folderAttribute Group AssignedDocumentThis event is fired when any previously defined attribute group is applied to a particular document. When using this event, it is best practice to add one or more filters for Assigned Attribute Group, so that the event will apply to only the specified attribute group(s).Attribute Value ChangedDocumentThis event is fired when any attribute value within any attribute group is changed. When using this event, it is best practice to add one or more filters for Changed Attribute Field, so that the event will apply to only the specified attribute fields(s).Document IndexedDocumentA document is submitted for indexing anytime there is a change to the document properties, document attributes or versioned. This event is fired when the queued index action is completed.ChainedChainedThis option does not actually monitor for any events. It is specified only when the Smart Rule will be called by another Smart Rule as part of a chain.On ScheduleScheduledThis option is not selectable when defining a Smart Rule. It is assumed when the user creates a Scheduled Smart Rule. It indicates that the Smart Rule is run based on the configured schedule.Document Reminder ProcessedDocumentThis trigger occurs when a document reminder that was applied to a document or set of documents is sent (reminder email to a group of recipients based on the parameters of the reminder).When selecting document events, please note that the events will run for any document. Therefore, it is considered a best practice to utilize filters to limit the scope of the Document Smart Rule. For example, when looking for documents that are added, add an In Folder or In Subfolder filter to limit it to only documents in the specified folder(s).Additional ReferencesThe following knowledge articles provide additional details which will help you to create and work with Smart Rules:Smart RulesSmart Rules: FiltersSmart Rules: ActionsSmart Rules: Common Use CasesChained Document Smart Rules</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:35:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/smart_rules_events</guid>
<dc:date>
2014-Nov-03T16:35:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Smart Rules: Actions</title>
<link>https://knowledge.springcm.com/smart_rules_actions</link>
<description> Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;} Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;}</description>
<content:encoded> Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;} Normal 0 false false false EN_US JA X_NONE /* Style Definitions */table.MsoNormalTable{mso_style_name:"Table Normal";mso_tstyle_rowband_size:0;mso_tstyle_colband_size:0;mso_style_noshow:yes;mso_style_priority:99;mso_style_parent:"";mso_padding_alt:0in 5.4pt 0in 5.4pt;mso_para_margin_top:0in;mso_para_margin_right:0in;mso_para_margin_bottom:10.0pt;mso_para_margin_left:0in;line_height:115%;mso_pagination:widow_orphan;font_size:11.0pt;font_family:Calibri;mso_ascii_font_family:Calibri;mso_ascii_theme_font:minor_latin;mso_hansi_font_family:Calibri;mso_hansi_theme_font:minor_latin;}What is it?When is it used?How is it used?Additional ReferencesWhat is it?Actions define the set of valid operations to be taken by the Smart Rule. See the knowledge article titled Smart Rules for a general discussion of Smart Rules.For a Document Smart Rule, these operations will be taken against a the document that triggered the Smart Rule event and that matches the criteria defined in the Smart Rule filters.For a Scheduled Smart rule, these operations are not document related.When is it Used?One or more action is required when defining any Smart rule.How is it Used?When defining a Document Smart Rule, one or more actions will be selected from the list of valid actions. Valid actions will be determined based on the event and the filters that have been configured for the Smart Rule.Each action will require its own set of parameters. The parameters are information that will be required to complete the operation.The table below provides details on each of the actions. Refer to this table when defining actions on your Smart Rules.ActionValid WithDescriptionParametersRequirementsAssign Attribute GroupDocument Events&nbsp;&nbsp;Assign a new attribute group to the document.Attribute Group&nbsp;Assign Attribute ValueDocument Events&nbsp;Assign a value to an attribute with an attribute group.Attribute GroupAttribute NameValid Value&nbsp;Bulk Import UsersDocument Events&nbsp;&nbsp;Takes a .CSV file of user information &nbsp;and imports as SpringCM Usersn/aOne Has Name Like Filter&nbsp;Execute as initiatorBulk Metadata ImportDocument Events&nbsp;&nbsp;This process takes a flat .csv file and applies the values in the file to SpringCM documents as part of a mass ingestion process.A valid CSV mapping definitionOne Has Name Like Filter&nbsp;Execute as initiator&nbsp;&nbsp;Copy DocumentDocument EventsMakes a copy of the document in the specified folderFolder path for storing the copied document&nbsp;Create FolderDocument EventsCreate a new folder if it does not already exist at the specified pathA static folder path or a dynamic folder path which utilizes XPath&nbsp;Move DocumentDocument EventsMoves a document to the specified folderA destination folder path for the document&nbsp;Move to TrashScheduledEvaluates documents which have not been updated within a specified number of days and moves them to the trashNumber of days old without an update&nbsp;Notify Web ServiceDocument EventsSend notification to the specified web service to runA correctly formed Web Service URL Path&nbsp;RenameDocument EventsRename the documentA static name or a dynamic name which utilizes XPath&nbsp;Run RuleDocument Events&nbsp;Start a specified chained ruleA chained Smart Rule&nbsp;Send Chatter postDocument EventsPost a message to Saleforce.com ChatterSFDC Group names to Send the post in format&nbsp; Group1|Group2|etc.&nbsp;SFDC User IDs names to Send the post in format&nbsp; UserID1|UserID2|etc.&nbsp;Send EmailDocument Events&nbsp;ScheduledSend an email message to a distribution group or personA valid email address (can to be an individual or group)&nbsp;A static message&nbsp;Send ReportScheduledGenerate a SpringCM report and send it to a specified recipientPreviously defined report&nbsp;Desired output format&nbsp;A previously defined distribution group in the Address Book&nbsp;A static or dynamic message&nbsp;Set SecurityDocument EventsApply security to the documentA security definition consisting of the candidate type (role, group, user), the candidate name, and the desired security setting for the candidate&nbsp;Start Approval TemplateDocument EventsStart a specified chained ruleA previously defined approval workflow template&nbsp;A run name for the approval process&nbsp;Start WorkflowDocument Events&nbsp;ScheduledStart a predefined advanced workflowA previously defined and published advanced workflow&nbsp;Update DescriptionDocument EventsUpdate the description on the document with the specified valueA static description value or a dynamic description value which utilizes XPath&nbsp;Schedule Document ReminderDocument EventsAllows selection of a valid reminder templates to be applied, allowing the rule to automatically add a reminder based on the scenario of the rule.Valid Document Reminder Templates are referenced.&nbsp;Additional ReferencesThe following knowledge articles provide additional details which will help you to create and work with Smart Rules:Smart RulesSmart Rules: EventsSmart Rules: FiltersSmart Rules: Common Use CasesChained Document Smart Rules</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:36:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/smart_rules_actions</guid>
<dc:date>
2014-Nov-03T16:36:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Smart Rules</title>
<link>https://knowledge.springcm.com/smart_rules</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?To create a document ruleTo create a scheduled ruleTo enable or disable a ruleAdvanced ConceptsAdditional ReferencesWhat is it?The SpringCM Smart Rules feature provides an easy_to_use interface for automating actions on a folder or document based on events that occur in that folder or with that document. It is a very powerful feature that allows your organization to do significant process automation with little or no training.When is it used?Use a Smart Rule whenever you encounter a repetitive task that you would like to automate so as to eliminate human intervention or to trigger larger or more advanced workflows.For example, a Smart Rule can trigger&nbsp;an invoice to automatically move from a Pending Approval folder to a Approved Invoices folder when an invoice approver marks the invoice as approved using a document attribute. The same Smart Rule can also apply an attribute group, attribute values or security to the invoice after it is moved to the Approved Invoices folder.A Smart Rule is a common way to kick off a SpringCM Advanced Workflow process as well, as it monitors for the event necessary to trigger the start of the workflow.A Smart Rule is also commonly used to automate administrative tasks such as Address Book management (i.e. adding, editing, and deleting users) and Attribute Group Management (i.e., adding values from an external system to an attribute in an attribute group).These are just a few examples of how the powerful Smart Rules feature can be used to automate processes within your organization. For additional examples, see our knowledge article titled Smart Rules: Common Use Cases.How is it used?To create a Document RuleUse a Document Rule when you want to monitor for an event on a document or in a folder that will trigger a specified action. You must be a SpringCM Super Administrator to create a Smart RuleSelect GOTO then Preferences from the menu barSelect Smart Rules from within the Account Preferences section of the tree.Select Rule then New Document Rule from the menu bar.Type in a descriptive name for the rule in the Name field (required).Use the Event drop down to select the document event that should trigger the rule. See the knowledge article on Events for details on the meaning of each of the available events.Define the User ID that should be used to execute the specified after the event has been detected and the rule triggered from among the following options:Initiator _ the person who was logged in and took the action that resulted in the event. For example, if JSmith uploaded a document to a folder, and the event was Document Added, then the action would be run as if JSmith were taking the action. Use this option to reflect the actual user who took the action. When using this option you need to make sure that the user will have access to the objects required to complete the action and that the user ID will not be disabled. Since this is not guaranteed, it is considered a best practice to use one of the other two options.{Your ID} _ As a Super Administrator who is defining the rule, you can indicate that your User ID should be used to complete the specified action. Use this option if the action requires access that the user who initiated the event would not have.Specific User _ the action will be run as if this specific user were taking the action. Use this option when specific access rights are required, and you do not want to capture the actual user who took the action.Use the Filter drop down to select a Filter type. This will limit the scope of folders, documents or attribute groups that will be monitored for the specified event. See the knowledge article on Filters for details on the meaning of each of the available filter type.For each Filter Type there is a requirement to provide additional details which will define the scope for that Filter type. For example, if the filter type is In Folder you will need to provide a folder name, or if the filter type is With Attribute Group, you will need to provide an attribute group name. Type in the required scope based on the Filter type as required.Click the Add Filter to add the defined filter to the filter list.If you want to add additional filters, repeat steps 7 and 9 for the new filter type. If you add more then one filter, then the filters will be evaluated with either an AND or OR relationship. Filters of the same filter type are evaluated with an OR relationship (e.g., in this folder OR in that folder). Filters of different filter types are evaluated with an AND relationship, and both conditions must be met (e.g., in this folder AND with name like "contract")Use the Actions drop down to select an action. This will define the action that should be executed as the specified user when the event is detected within the scope of the specified filters. See the knowledge article on Actions for details on the meaning of each of the available Action.For each action there is a requirement to provide additional details which will define the necessary parameters for the action. For example, if the action is Move Document you will need to provide a folder name, or if the action is Set Security, you will need to provide the security definition. Type in the required parameters based on the action as required.Click Add Action to add the defined action to the Action Sequence.If you want to execute more than one action, repeat steps 11_13 for the new action. If you add more then one action, all actions will be execute when the event occurs within the scope of the specified filters.Reorder your actions using the up and down arrows in the Action Sequence if necessary.When you are finished defining your rule, click SaveTip: Next to the Save button there is an option called Analyze. Clicking Analyze will check for and report on problems with your rule definition. It is best practice to check your rule prior to save.Expected Results: The rule will be created and added to the rule list as a disabled rule. The rule list will display the name, the events, the filters and the actions that make up the rule.To create a Scheduled RuleUse a Scheduled Rule when you want to run a Smart Rule at a specific time. You must be a SpringCM Super Administrator to create a Smart RuleSelect GOTO then Preferences from the menu barSelect Smart Rules from within the Account Preferences section of the tree.Select Rule then New Scheduled Rule from the menu bar.Type in a descriptive name for the rule in the Name field (required).Define the User ID that should be used to execute the specified actions. See definitions above for additional information.In the Schedule section, select a pre_defined schedule from the drop down. If you do not see a pre_defined schedule, then the SpringCM Super Administrator will need to create one. See the knowledge article titled Schedules for instructions on how to create a schedule.Use the Actions drop down to select an action. This will define the action that should be executed as the specified user when the event is detected within the scope of the specified filters. See the knowledge article on Actions for details on the meaning of each of the available Action.For each action there is a requirement to provide additional details which will define the necessary parameters for the action. For example, if the action is Move Document you will need to provide a folder name, or if the action is Set Security, you will need to provide the security definition. Type in the required parameters based on the action as required.Click Add Action to add the defined action to the Action Sequence.If you want to execute more than one action, repeat steps 11_13 for the new action. If you add more then one action, all actions will be execute when the event occurs within the scope of the specified filters.Reorder your actions using the up and down arrows in the Action Sequence if necessary.When you are finished defining your rule, click SaveTip: Next to the Save button there is an option called Analyze. Clicking Analyze will check for and report on problems with your rule definition. It is best practice to check your rule prior to save.Expected Results: The rule will be created and added to the rule list as a disabled rule. The rule list will display the name, the events, the filters and the actions that make up the rule.To Enable or Disable a RuleA rule is disabled by default upon creation. As SpringCM Administrator, you must enable the rule in order for it to run.Select GOTO then Preferences from the menu barSelect Smart Rules from within the Account Preferences section of the tree.The list if defined rules will appear on the page. The status column will indicate if the rule is currently enabled or disabled.Check the rule(s) for which you want to the status.Select Rule then either Enable or Disable from the menu bar.Advanced ConceptsChaining _ Smart Rules can be chained together so that rules with different filter conditions and actions can be combined to fire based on a single event. See the knowledge article titled Chained Document Smart Rules for more information.Dynamic Attribute and Path Values _ When defining attribute and path values in Smart Rule actions it is often desirable to use dynamic values derived from document metadata in the value or the path name rather than a static value. This is accomplished in SpringCM Smart Rules using XPath.&nbsp; Examples of how this is accomplished can be found in the knowledge article titled Smart Rules: Common Use Cases.Disabling of Scheduled Smart Rules _ When a scheduled rule runs, the schedule will be evaluated based on the effective dates configured in the schedule parameters. If it is determined that there is no valid future date on which the Smart Rule will run, then the Smart Rule will be marked as disabled automatically.Additional ReferencesThe following knowledge articles provide additional details which will help you to create and work with Smart Rules:Smart Rules: EventsSmart Rules: FiltersSmart Rules: ActionsSmart Rules: Common Use CasesChained Document Smart Rules&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:36:49 GMT
</pubDate>
<guid>https://knowledge.springcm.com/smart_rules</guid>
<dc:date>
2014-Nov-03T16:36:49Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Send for Electronic Signature Using Echosign</title>
<link>https://knowledge.springcm.com/send_for_electronic_signature_using_echosign</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to setup the Electronic Signature preferencesHow to send an Electronic Signature requestWhat history events are written?&nbsp;What is it?Send for Electronic Signature&nbsp;enables you to send a document for an electronic signature or physical signature from within the Documents workspace or Preview Mode.&nbsp; Once the document is signed, it is stored SpringCM&nbsp;as a PDF verified through Adobe_Echosign integrity protocols.&nbsp;Send for Electronic Signature&nbsp;allows for either a physical signature or an electronic signature.&nbsp;If the sender prefers a physical signature, this option can be selected in the setup of the Send event.&nbsp; With physical signature requests,&nbsp;a bar coded cover page is appended to the document. After the signatory signs the document, they fax it back (including the bar code cover page).&nbsp; Using the bar code on the cover sheet, SpringCM versions the signed document as a PDF.&nbsp;&nbsp;Send for Electronic Signature is the default setting for the&nbsp;action.&nbsp; To note, the recipient does not have to be a SpringCM user _ the email address of the recipient can be entered freely.For SalesForce integrated users, this option is also on the context menu of the portal widget.&nbsp;When is it used?Send for Electronic Signature is used when a signature is needed on the document or is needed to move to the next step in a workflow.&nbsp;How to setup the Electronic Signature preferencesPreferences &gt; Account Preferences &gt; Electronic SignatureIf you would like to use&nbsp;your own&nbsp;EchoSign account (ie.direct contract with EchoSign):Choose&nbsp;I do have an EchoSign account in the&nbsp;Electronic Signature Type field.Enter&nbsp;EchoSign API Key, type in your account API key.Enter&nbsp;Designated Sender&nbsp;(i.e. email of the sender and is optional).Click&nbsp;Save.&nbsp;If you would like to use&nbsp;SpringCMs&nbsp;EchoSign account:Choose Use SpringCM's Signature Account.Click&nbsp;Change Designated&nbsp;to add the designated sender information.Under&nbsp;Designated Sender, type in the desired senders email.Type in the first name of the sender under&nbsp;First Name.Type in the last name of the sender under&nbsp;Last Name.Select the option for who can send signature actions (Sender and Super Administrators OR any user with security privileges)Click&nbsp;Save.Note: This is a paid feature.How to send an Electronic Signature requestClick the documents checkbox to select it.Click on&nbsp;Send &gt; For Electronic SignatureType in the recipients name(s) under&nbsp;&nbsp;To:.&nbsp;Here you can add multiple recipients from the Address Book or the recipients can be free_form entered. Up to 25 recipients are allowed.By default, the order you enter the recipients will be the order that they are required to sign the document. &nbsp;Optionally, you can allow any order for signature by selecting the checkbox in the options menu. &nbsp;Type in a message, if desired.Evaluate and if necessaey, change the expiration date. The expiration is typically defaulted to 10 days from the initation but can be scheduled up to 120 days into the future.&nbsp;If the document is not signed before the expiration date, the signature request will be automatically cancelled and the document will be checked back in to the SpringCM document repository.If you also need to sign the document, please include yourself and put yourself at the last of the list.By default, you will be able to preview the Electronic Signature in Echosign before sending by selecting Next.&nbsp;The Echosign preview page will load. Here you can add, move, or change signature blocks.&nbsp;When finished, please hit&nbsp;Send&nbsp;in the Echosign&nbsp;page.&nbsp;SpringCM will send the recipient(s) an email containing a secure link to sign the document through Adobe EchoSign. The sender and recipient will be notified by email as the process is completed.&nbsp;What history events are written?&nbsp;History Events are written in the following scenarios:When the document is sentout for signatureWhen the document is viewedWhen the document is signedWhen the document is rejectedWhen the document is cancelled.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:38:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/send_for_electronic_signature_using_echosign</guid>
<dc:date>
2014-Nov-03T16:38:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How to install Sync silently</title>
<link>https://knowledge.springcm.com/how_to_install_sync_silently</link>
<description>What is it?</description>
<content:encoded>What is it?What are the contents of the archive file?What are the prerequisites?How to deploy?What are the override settings?What are the rules?&nbsp;&nbsp;What is it? The SpringCM Sync&nbsp;scriptable installer&nbsp;is a special form of installer which can be used in advanced scenarios where the administrator remotely installs the application to client workstation while specifying values for specific settings by default.&nbsp;&nbsp;What are the contents of the archive file? Business Sync_.zip32 bit workstations64 bit workstationsThe &nbsp;Business Sync.zip file contains:Folder vcredist_x64: Visual C ++ Redistributable PackageFolder FilesMSI installer:&nbsp;SpringCM_Business_Sync.msiDeployed filesApplication files:&nbsp;Folder Business SyncConfiguration templates:&nbsp;&nbsp;located under SpringCM Desktop Sync\DefaultConfigSetup boostrapper (setup.exe) this is not part of the scriptable installer but can be used in certain situations under conditions when a .exe package can be pushed to clients.The MSI uses "Uncompressed" mode which allows the IT Administrator to change specific files which are part of the installation package. &nbsp;See "Overriding settings" below. This means that the application files are not packed inthe MSI but instead are placed alongside the MSI installer.&nbsp;The MSI installer can be pushed to client workstations typically by configuring a Group Policy object on the domain controller.&nbsp;When SpringCM Edit is installed via the scriptable installer, the end user will need to do the following after the installation:Reboot the computerAccept the license agreementAuthorize the app to begin using it.What are the prerequisites?&nbsp;The following prerequisites must be installed manually before pushing the package to end user workstations:Visual C++ 2008 Redistributable.NET 4.0 Full (9.0.30729) x86 or x64The .NET Framework 4.0 installer can be obtained from the Microsoft website or pushed to the client workstation using WSUS or some other mechanism.Web Installer:&nbsp;http://www.microsoft.com/en_us/download/details.aspx?id=17851Stand alone Installer:&nbsp;http://www.microsoft.com/en_us/download/details.aspx?id=17718If the user installs Sync&nbsp;manually, these items are installed as part of the package.&nbsp;If Sync&nbsp;has been installed manually prior to the push installation, it should be completed uninstalled prior to completing a fresh installation of Edit.&nbsp;How to deploy?The Push deployment is typically set up using Group Policy on the windows domain controller. This overview does not walk through configuring the MSI installer as each organization has different standards and requirements. &nbsp;&nbsp;The MSI installer is a standard MSI package which means that it accepts standard msiexec parameters. It uses the silent switch by default when deployed using Group Policy. &nbsp;Please refer to the following Knowledge Base Article:&nbsp;http://support.microsoft.com/kb/816102. When placing the MSI file on the server, the application files &nbsp;found in the SpringCM folder need to be placed in a shared folder parallel to the MSI.&nbsp;Each managed versions should have its own root folder. This ensures that the application be uninstalled or upgraded properly.&nbsp;&nbsp;What are ther override settings?Overridable settings can be found in x86_Release_SpringCM\Files\SpringCM\Edit\DefaultConfig folder &nbsp;in the decompressed scriptable installer package. The user is able to change most settings after the application has been installed with the exception of Check for Updates. These settings templates are meant to minimize the number of steps that the user needs to perform after the installation is complete.Proxysettings.xml&nbsp;&lt;?xml version="1.0" encoding="utf_8"?&gt;&lt;ProxySettings xmlns:xsi="http://www.w3.org/2001/XMLSchema_instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://springcm.net/schemas/syncclient/proxyconfig/v1"&gt;&nbsp;&nbsp;&nbsp; &lt;Mode&gt;Auto&lt;/Mode&gt;&nbsp;&nbsp;&nbsp; &lt;Url&gt;&lt;/Url&gt;&nbsp;&nbsp;&nbsp; &lt;Port&gt;&lt;/Port&gt;&nbsp;&nbsp;&nbsp; &lt;RequiresAuthentication&gt;false&lt;/RequiresAuthentication&gt;&nbsp;&nbsp;&nbsp; &lt;UserName&gt;&lt;/UserName&gt;&lt;/ProxySettings&gt;XML NodeDescriptionModeo Proxy: Used if you do not access a proxy server to access resources on the internet. Choose this option if you do not use a proxy server. If you have a proxy server configured in Windows and this option is selected, then the Windows proxy configured will not be utilized.Auto_detect: Used if a proxy server is configured in Windows. Selecting Auto_detect is used when the Proxy is setup in LAN Settings in WindowsManual:&nbsp; Used typically by advanced users when a non_standard proxy server configuration has been implemented. SpringCM Sync only supports HTTP Proxy servers. SOCKS4 and SOCKS5 Proxy server implementations are not supported.UrlThis contains the URL or IP address of the proxy server. For example: 192.168.110.5PortThe port that the proxy server is setup to listen at. For example: 8080RequiresAuthenticationWhether or not the proxy server requires usernames and password from the user. For example: true, falseUserNameThe username can be setup in the templates but this is not reqiored as the user is required to enter their username and password the first time the application is executed when Requires Authentication is set to true.&nbsp;&nbsp;Options.xml&nbsp;&lt;s:SyncClientSettings xmlns:s="http://springcm.net/schemas/syncclient/config/v1"&gt;&nbsp; &nbsp; &lt;s:NewVersionBehavior&gt;CreateVersionOnSave&lt;/s:NewVersionBehavior&gt;&nbsp; &nbsp; &lt;s:SynchronizationPerformance&gt;2&lt;/s:SynchronizationPerformance&gt;&nbsp; &nbsp; &lt;s:AutomaticUpdates&gt;true&lt;/s:AutomaticUpdates&gt;&nbsp; &nbsp; &lt;s:AutomaticStartup&gt;true&lt;/s:AutomaticStartup&gt;&nbsp; &nbsp; &lt;s:ShowNotifications&gt;true&lt;/s:ShowNotifications&gt;&nbsp; &nbsp; &lt;s:RetentionIntervalDays&gt;0&lt;/s:RetentionIntervalDays&gt;&nbsp; &nbsp; &lt;s:UseSSO&gt;false&lt;/s:UseSSO&gt;&nbsp; &nbsp; &lt;s:MaxMailBodyLength&gt;1400&lt;/s:MaxMailBodyLength&gt;&nbsp; &nbsp; &lt;s:AutomaticUpdateCheckIntervalDays&gt;3&lt;/s:AutomaticUpdateCheckIntervalDays&gt;&nbsp; &nbsp; &lt;s:IsDiagnosticLoggingEnabled&gt;false&lt;/s:IsDiagnosticLoggingEnabled&gt;&nbsp; &nbsp; &lt;s:UpdateCheckMode&gt;Normal&lt;/s:UpdateCheckMode&gt;&nbsp; &nbsp; &lt;s:NotificationPollingIntervalMinutes&gt;10&lt;/s:NotificationPollingIntervalMinutes&gt;&nbsp; &nbsp; &lt;s:CheckinReminderIntervalMinutes&gt;10&lt;/s:CheckinReminderIntervalMinutes&gt;&nbsp; &nbsp; &lt;s:EnableCheckinReminder&gt;true&lt;/s:EnableCheckinReminder&gt;&nbsp; &nbsp; &lt;s:FolderSelectionMode&gt;SelectParent&lt;/s:FolderSelectionMode&gt;&nbsp; &nbsp; &lt;s:WelcomeWizardFinished&gt;false&lt;/s:WelcomeWizardFinished&gt;&lt;/s:SyncClientSettings&gt;&nbsp;&nbsp;XML NodeDescriptionNewVersionBehaviorThis is used to identify if Sync prompts the user on Save when they want to create a new version or if new version is automatically created on Save. For example: CreateVersiononSave or CreateVersionLaterSynchronizationPerformanceThis is used to identify how often Sync checks for changes in SpringCM. For example: 1: Low Performance, Checks every minute and uses 1 thread2: Medium Performance, Checks every 30 seconds and uses 5 threads3: High Performance, Checks every 15 seconds and uses 25 threadsAutomaticUpdatesThis is used to identify if Sync checks for automatic updates. When the application is being pushed to remote clients, this should be Disabled.&nbsp;AutomaticStartupThis is used to identify if Sync starts automatically when Windows launches. For example: true, false.ShowNotificationsThis is used to identify if Sync presents bubble notifications to the user when events occur. For example: true, false.RetentionIntervalDaysThis is used to identify if Sync keeps content locally if content has not changed in SpringCM. For example, if the value is set to 30, then if a document has not been changed within the last 30 days it will not be synchronized down to the desktop.&nbsp;UseSSOThis is used to identify if the user accesses a Single Sign On Identify provider or if they access SpringCM via the SprinCM login page. For example: true, false.MaxMailBodyLengthThis is used to identify how large the mail message can be when the user is sharing links form Sync via the SpringCM Share right click option.&nbsp;AutomaticUpdateCheckIntervalDaysThis is not relevant given that AutomaticUpdates should be set as DisabledIsDiagnosticLoggingEnabledBy default this is set to false. It should only be set as true if an issue has occurred that requires analysis by SpringCM.&nbsp;UpdateCheckModeBy default this is set to Normal. &nbsp;Normal indicates that the user can manually check for updates manually as well as have Automatic Updates enabled. If Disabled, then the user will not see in the client the ability to manually check for updates. Automatic updates is also disabled.&nbsp;NotificationPollingINternalMinutesThis identifies how often Sync interrogates SpringCM for new notifications.&nbsp;CheckinreminderNotificationIntervalMinutesIf documents are checked out in SpringCM or saved locally but not updated, this reminds the user that documents exist that need to be updatef in SpringCM.&nbsp;EnableCheckinReminderIf documents are checked out in SpringCM or saved locally but not updated, this identifies if the user receives a reminder.&nbsp;FolderSelectionModeThis determines if &nbsp;the parent folder is selected when the user selects folders for synchronization. For example, SelectParent,DoNoSelectParent.WelcomeWizardFinishedThis determines if the Welcome Wizard needs to be walked through by the user after the install is complete. For example, false or true.What are the rules?Typically the configuration templates are used as a means of first configuration. They cannot be used to enforce specific configuration on an end machine.The configuration templates are installed by the MSI installer under %APPDATA%\SpringCM\SpringCM Desktop Sync\DefaultConfig\The following rules apply:First start after installApplication picks up the default settings and makes these per_user settings (per user settings are located under %APPDATA%\SpringCM\SpringCM Desktop Sync\UpgradeDefaultConfig will be updated from the distribution server, but application will not pick the new settings (it will continue using the existing per_user settings)Re_configurationThe user can come back to the setting template by manually deleting per_user settings while sync is not running and restarting sync.The Administrator should disable checking for automatic updates and should push updates to SpringCM Sync based on defining the GPO Policy. &nbsp;You can disable checking for auomatic updates by setting&nbsp;&lt;s:UpdateCheckMode&gt;Disabled&lt;/s:UpdateCheckMode&gt;&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:38:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_to_install_sync_silently</guid>
<dc:date>
2014-Nov-03T16:38:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Send for Electronic Signature Using DocuSign</title>
<link>https://knowledge.springcm.com/send_for_electronic_signature_using_docusign</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How to setup Electronic Signature preferencesHow to send an Electronic Signature request&nbsp;What is it?Send for Electronic Signature&nbsp;enables you to send a document for an electronic signature or physical signature from within the Documents workspace or Preview Mode.&nbsp; Once the document is signed, it is stored back in SpringCM&nbsp;as a PDF verified through&nbsp;DocuSign integrity protocols.&nbsp;When a user sends a document out for Signature, SpringCM connects to DocuSign on behalf of that user as the designated sender and&nbsp; initiates the send for signature process.&nbsp; The email that is received by the recipient comes specifically from the sender that initiated the process in SpringCM, not the designated sender. Additionally, every user that needs to send a document from SpringCM via Docusign needs to exist in the address books of both SpringCM and DocuSign.Send for Electronic Signature&nbsp;allows for either a physical signature or an electronic signature.&nbsp;If the sender prefers a physical signature, this option can be selected in the setup of the Send event.&nbsp; With physical signature requests,&nbsp;a bar coded cover page is appended to the document. After the signatory signs the document, they fax it back (including the bar code cover page).&nbsp; Using the bar code on the cover sheet, SpringCM versions the signed document as a PDF.&nbsp;&nbsp;Send for Electronic Signature is the default setting for the&nbsp;action.&nbsp; To note, the recipient does not have to be a SpringCM user _ the email address of the recipient can be entered freely.For SalesForce integrated users, this option is also on the context menu of the portal widget.&nbsp;When is it used?Send for Electronic Signature&nbsp;is used when a signature is needed on the document or is needed to move to the next step in a workflow.How to setup the Electronic Signature preferencesPreferences &gt; Account Preferences &gt; Electronic SignatureTo use&nbsp;your own&nbsp;DocuSign account (ie.direct contract with DocuSign):The DocuSign Account Administrator needs to identify and setup a user email address within Docusign that acts as a service account, much like an API user, that allows SpringCM to interact with DocuSign in initiating signature requests.&nbsp; This user needs to have Account_Wide Rights and Send of Behalf of Rights.&nbsp;&nbsp;&nbsp; Changing the password in Docusign for the user will require a change of the password in SpringCM.Select&nbsp;I am a DocuSign Customer in the&nbsp;Electronic Signature Type fieldEnter a Designated Sender&nbsp;(i.e. email/user id). Again, the desginated sender realEnter the Designated Senders&nbsp;PasswordClick&nbsp;SaveHow to send an Electronic Signature requestClick the documents checkbox to select itClick on&nbsp;Send &gt; For Electronic SignatureType in the recipients name(s) under&nbsp;To:.&nbsp;Here you can add multiple recipients from the Address Book or the recipients can be free_form entered. Up to 25 recipients are allowed.By default, the order you enter the recipients will be the order that they are required to sign the document. &nbsp;Optionally, you can allow any order for signature by selecting the checkbox in the options menu. &nbsp;Type in a message, if desired.If you also need to sign the document, please include yourself and put yourself at the last of the list.By default, you will be able to preview the Electronic Signature in Docusign before sending by selecting Next.&nbsp;The Docusign preview page will load. Here you can add, move, or change signature blocks.&nbsp;When finished, please hit Send in the Docusign page.&nbsp;SpringCM will send the recipient(s) an email containing a secure link to sign the document through Docusign. The sender and recipient will be notified by email as the process is completed.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:39:39 GMT
</pubDate>
<guid>https://knowledge.springcm.com/send_for_electronic_signature_using_docusign</guid>
<dc:date>
2014-Nov-03T16:39:39Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Select Folders for Sync</title>
<link>https://knowledge.springcm.com/select_folders_for_sync</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?&nbsp;After authorizing the application for use, one of the first steps performed is selecting folders to be synchronized between SpringCM and your local computer. Folders that are synchronized can be updated or changed at any time.&nbsp;When is it used?&nbsp;When you wish to add or remove folders that are being synchronized between SpringCM and your computer you update your folder subscriptions. Reasons for changing subscriptions are varied but typically occur when you wish to sync other relevant content to your desktop, remove content that you no longer need, or hit your subscription limit.&nbsp;How is it used?To change you subscription, perform the following steps:Open up SpringCM Business Sync Preferences PageSelect Select Folders.Upon selecting this, the Folder tree will load. &nbsp;If only one account exists, then the Folder Tree will be automatically expanded for all root folders.Each Folder can be navigated through to the lowest level of the Folder Tree, if required.If multiple Accounts exist, then each Account will need to be expanded.As you look at the folder tree, you may notice folders that are greyed out and folders that contain an asterisk.&nbsp;Select or de_select a set of folders as necessary.Select OK. This action will update your sync profile with the changes requested and begin processing the changes on your computer.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:40:39 GMT
</pubDate>
<guid>https://knowledge.springcm.com/select_folders_for_sync</guid>
<dc:date>
2014-Nov-03T16:40:39Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Security Groups</title>
<link>https://knowledge.springcm.com/security_groups</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?To create a security groupTo apply access to foldersWhat is it?The Security Group feature, located in the Address Book, enables you to create and modify one or more groups of SpringCM users which will be used to define access to folders. Each security group will consist of a list of users with similar document_access needs. A security group can consist of only licensed user accounts, and cannot have contacts in the group membership.When is it used?Security Groups are used to define access rights to folders in lieu of User Role (which may be too permissive for sensitive content) as well as in lieu of specifying individual users. Specifying access based on a group of users rather than User Role or by individuals greatly simplifies the process of defining and maintaining security access and it is the recommended best practice for managing document and folder access in your SpringCM account.&nbsp;A Security Group can consist of any group of users who have similar document access requirements, but they often emulate department or project teams (e.g.., Human Resources, Sales and Marketing, Executive Team, Resume Processors, Project ABCD, etc.)Once a group of users is identified that have similar access needs, you just need to decide upon a group name, define the group, and finally assign the group access to the SpringCM folder.How is it Used?To create a Security GroupOnly your SpringCM account's Super Administrator has the ability to create or modify Security Groups.Select GOTO then Address Book from the menu bar.Click the Create Security Group button on the toolbar.Provide a name for the security group (required)Begin typing the name of a user or group in the field titled User or Group.Note: You cannot select contacts or distribution groups because contacts are not allow in a security group.When the name of the user or group appears in the drop down, click on that name or highlight and select it to add it to the new security group.Note: if you select a group name, all users from the selected group will be added to the new group.Click the Save button to create the security group.To apply access to foldersOnce the security group has been created, it can be used to define access to folders (and documents within those folders). You must be a super administrator or have been granted Set Access rights to the folder in order to manage the security on the folder.Select GOTO then Documents from the menu bar.Navigate to the folder for which you want to define access.Check the folder to select it.Select Manage then Security from the menu bar.Type the first few letters of the security group name in the field provided.When the name of the security group appears in the drop down, click on that name or highlight and select it to add it to role/group/user list below.In the drop down next to the security group name, choose the desired security level that you want members of the security group to have. Refer to the knowledge article titled Security for a detailed description of the available security options.Click the Save button to save your changes.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:41:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/security_groups</guid>
<dc:date>
2014-Nov-03T16:41:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Security</title>
<link>https://knowledge.springcm.com/security</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?To set access rights on a folder/documentsEligible Candidates for security accessSecurity Access DefinitionsSecurity InheritanceView Permissions for All UsersDetermining a User's Security SettingsWhat is it?Security Overview VideoThe Security actions allow you to set permissions on the folders in SpringCM to control and manage access by the SpringCM users in your account.&nbsp;When is it used?Security is applied at the folder level in SpringCM, and is inherited by the documents within that folder. As you create and manage your folder structure in SpringCM, you will need to determine which users should have access to each folder, and what that level of access should be.How is it used?To set access rights on a folder (and thus, all documents in that folder):Select GOTO then Documents from the menu bar.Navigate to the folder for which you want to define access.Check the folder to select it.Select Manage then Security from the menu bar.Set the desired access rights for each role.If you want to add any other candidates, type the first few letters of the user or security group name in the field provided, and when the name of the user or security group appears in the drop down, click on that name or highlight and select it to add it to the candidate list.Set the desired access rights for each candidate added to the list.Click the Save button to save your changes.Eligible Candidates for Security AccessWhen apply security to a folder or document, you can specify that security based on a user role, an individual user or a group of users. Each of these eligible candidates are described below:User Roles&nbsp; _ The default layout allows you to grant or revoke access based on the user role. Only four user roles are candidates__user administrator, full subscriber, limited subscriber, and guest. Super administrators have access to all documents and folders by default.Users _ If a specific user needs explicit access granted or revoked, that user can be added to the list of candidates, then assigned the desired security setting.Security Groups _ If a specific security group needs explicit access granted or revoked, that security group can be added to the list of candidates, then assigned the desired security setting.Security Access DefinitionsWhen applying security you can set the following access rights to each candidate or candidate group:No Access _ prohibits the user from accessing folders or documents. This is the default setting for all content in SpringCM.View _ permits users to view folders and documents (via preview mode or download)View &amp; Create _ permits users to view the folder, upload new content and to revise the content of a document, but they cannot edit the attributes of a document.View &amp; Edit _ permits users to view, revise, share and upload new content, but they are not allowed to delete either the folder or the document, nor grant access.View, Edit, &amp; Delete _ permits users to view, revise, share, upload new content, and delete documents and folders, but they are not allowed to grant access.View, Edit, Delete, &amp; Set Access _ permits users to grant or revoke access to folders and documents in addition to full privilege for view, edit, share, upload and delete.Security InheritanceUnless otherwise specified, documents and subfolders inherit the security settings established at the parent folder. When viewing the security settings of subfolders or documents, you will see that most, if not all, security settings are noted as (Inherited) (e.g.., Guest _ No Access (Inherited))(Inherited) indicates that the No Access security setting for the Guest role is inherited from the parent folder. Settings not noted as (Inherited) mean that the setting has been explicitly set at the subfolder or document level.Use Explicit settings for specific subfolders that require different security settings than those established in the parent folder.View Permissions for All usersClick the View Permissions for All Users check box to see all the users who have access to a specific folder or document. This feature functions as a convenient way to double check who will be able to see the folder, and that all the appropriate users have the proper security settings.Determining a User's Security SettingsSecurity settings can be established using different group, role and user settings. Use the following to determine the order of precedence for interpreting a user's access rights.Check to see if the user is a Super Administrator. Super administrators have access to all folders and documents, thus need no explicit or effective security settings. If the user is NOT a super administrator, proceed to the next step.Check to see if the user has explicit settings. If yes, the user's security settings have been established at this level. If the user does NOT have explicit settings at this level, proceed to the next step.Check to see if the user is a member of a security group with explicit settings. If yes, the user's security settings have been established at this level. If the user does NOT have explicit security group settings at this level, proceed to the next step.Check to see if the user is a member of multiple security groups with explicit settings. If yes, the least restrictive group (i.e.. _ the one that provides access to the most folders and documents) takes precedent. If the user is NOT a member of multiple explicit security groups at this level, proceed to the next step.Check to see if the user's user role includes explicit settings. If the user's user role includes specific security settings, the user's security settings have been established at this level. If the user's user role does NOT contain explicit security group settings at this level, proceed to the next step.Move up one folder level and perform steps Steps 2_5. Continue moving up one folder level if none of these steps reveal a user's security settings.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:42:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/security</guid>
<dc:date>
2014-Nov-03T16:42:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Schedules</title>
<link>https://knowledge.springcm.com/schedules</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?To create an explicit scheduleTo create a recurring scheduleTo manage schedulesWhat is it?A Schedule is simply a specific date and time definition or a recurring day and time definition that is stored for use by other SpringCM features such as rules or reports. It is similar in concept to defining an individual or recurring meeting on your calendar, except that it is stored for general use.There are two kinds of schedules that can be created:Explicit _ Allows you to specify a specific date and time.Recurring _ Allows you to specify a day and time relative to the Hour, Week, or MonthWhen is it used?Create a schedule when you want to establish a explicit date and time or a recurring day and time for a Smart Rule to reference so as to define when that rule will be run. In turn, the scheduled Smart Rule can execute a variety of actions that will occur at the scheduled time. These actions include:Send an EmailStart a WorkflowSend a Custom ReportMove Document(s) to TrashHow is it used?To create a explicit scheduleSelect GOTO then Preferences from the menu barSelect Schedules from the Account Preferences treeSelect Schedule then New from the menu barEnter a descriptive Name for the schedule. A descriptive name will help you choose from among options when using a schedule selection drop down. (required)Enter a Description for the schedule (optional).Enter a date when in the Effective Between From date field in the format MM/DD/YYYY. If a To date is specified, it will be removed since you are not configuring a recurring schedule.Enter an Execution Time in the format HH:MM:SS ?M where ?M is either AM or PM. Please note that you will need to adjust the time so that it is entered in Central Standard Time (i.e., the time will not automatically adjust for your time zone or daylight savings time)Click SaveExpected Results: The schedule will be saved and added to a list of schedules so it ready for selection by scheduled Smart Rules. The Smart Rule that runs on this schedule will execute at the specified time for the date specified. After the Smart Rule runs, it will be automatically disabled because there is no future scheduled date.To create a recurring scheduleSelect GOTO then Preferences from the menu barSelect Schedules from the Account Preferences treeSelect Schedule then New from the menu barEnter a descriptive Name for the schedule. A descriptive name will help you choose from among options when using a schedule selection drop down. (required)Enter a Description for the schedule (optional).Enter a date range in the Effective Between date fields in the format MM/DD/YYYY. This will represent the dates during which the schedule will be valid.Enter an Execution Time in the format HH:MM ?M where ?M is either AM or PM. Please note that you will need to adjust the time so that it is entered in Central Standard Time (i.e., the time will not automatically adjust for your time zone or daylight savings time)Expanding the section titled RecurrenceChoose the radio button for Hourly, Weekly, or Monthly then provide the additional information required for each option as noted below:Hourly _ Use this option if you want to run a Smart Rule more than one time a day on&nbsp; particular days of the week. You will need to provide the interval in hours (e.g., every 1 hour, every 2 hours, etc.) and also specify the days of the week when it will be run. The initial time will be taken from the Execution time field then it will execute every two hours after that. The schedule will only be valid within the dates configured in the Effective Between fields.Weekly _ Use this option if you want to run a Smart Rule at the configured time on&nbsp; particular days of the week (rather than every day). You will need to specify the days of the week when it will be run. The time will be taken from the Execution time field, and the schedule will only be valid within the dates configured in the Effective Between fields.Monthly _ Use this option if you want to run a Smart Rule at the configured time on particular days of the month (rather than every day). You will need to choose to either specify specific days of the month or use relative days of the month. If you select specific days using the Days of Month radio button option , enter one or more numbers representing the DD value that you would find in a typical MM/DD/YYYY format (i.e., 01, 15). If you select relative days, the Day of Week radio button option, first select the relative option from the drop down (i.e., First, Second, Last, Second to Last) and then the day of the week from the day drop down. The time will be taken from the Execution time field, and the schedule will only be valid within the dates configured in the Effective Between fields.Click SaveExpected Results: The schedule will be saved and added to a list of schedules so it ready for selection by scheduled Smart Rules. Use the descriptions accompanying the recurrence options above for details on when to expect the schedule to run. After the Smart Rule runs, if it determines that there is no valid future date based on the configured schedule and the effective dates, it will be automatically disabled.To manage schedulesSelect GOTO then Preferences from the menu barSelect Schedules from the Account Preferences treeCheck the schedule that you want to manage from the list of defined schedulesSelect Schedule then select either Edit or Delete from the menu bar to change or eliminate the checked schedule(s).Note: Before deleting a schedule, visit your Smart Rules to ensure that the schedule is not in use, and if it is, change the Smart Rule to point to a different schedule.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:42:55 GMT
</pubDate>
<guid>https://knowledge.springcm.com/schedules</guid>
<dc:date>
2014-Nov-03T16:42:55Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Salesforce Integration</title>
<link>https://knowledge.springcm.com/salesforce_integration</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it setup?InstallConfiguring Salesforce in SpringCMConfiguring SpringCM in SalesforceFAQ _ TroubleshootingHelp Links&nbsp;What is it?SpringCM for Salesforce CRM and Force.com puts collaboration, document sharing, automated workflow, and much more right inside your Salesforce instance. It's more than justs a digital document storage box.&nbsp; With SpringCM integrated with Salesforce, you can do clearly more with your content:Add, view and edit your documents without leaving objects.Upload multiple documents at once to any object in Salesforce.Email documents directly into folders.Avoid using your Salesforce storage (documents are actully stored in SpringCM).Go beyond the 5MB file limit in Attachments.Make documents easier to find by organizing with folders.Quickly find content with relevance_ranked search results.Edit your documents with one_click.Collaborate with teams using shared folders.Email links to folders and documents.Get your content on the go with SpringCM mobile apps for iPad, iPhone and AndroidAvoid overwriting documents being edited by multiple users through use of check_out and check_in (which locks the document for edit by one user).Keep content current through easy assignment of expiration and reminder dates, along with setting up automated email notifications.See everyone who has viewed, edited or shared documents.&nbsp;Collaborate easily with clients or customers that are not Salesforce or SpringCM users using external review or electronic signature tools.&nbsp;&nbsp;When is it used?To have one_click access to all sales_related content as well as the powerful, automated workflows driven by SpringCM for contracts, proposals and collateral updates. &nbsp;To make it easy for sales and service teams to collaborate across your global organization. &nbsp;SpringCM can be configured to be visible from any object or portal page to enable easy access to documents related to the object. &nbsp;For a general overview of the busines value achieved by using SpringCM for Salesforce, click&nbsp;here. &nbsp;&nbsp;How is it setup?Install (link to AppExchange)Visit the AppExchange to download SpringCM for Salesforce. &nbsp;You will find an overview of the app, technical requirements, and reviews. &nbsp;Each element summarized below is taken from our&nbsp;Salesforce Integration Guide.&nbsp;Configuring Salesforce in SpringCMAccount SetupIn order to sync SpringCM with your Salesforce account, SpringCM will need the following Salesforce information:&nbsp;Your Salesforce Oganization IDYour Salesforce UsernameYour Salesforce PasswordYour Salesforce Security TokenUser SetupA Salesforce administrator account will act as the required Salesforce Sync User in SpringCM. &nbsp;The Sync User is the conduit for syncing data between Salesforce and SpringCM. &nbsp; The Sync User enables the following background tasks:Automatic creation or removal of a SpringCM user (based on the SpringCM user checkbox on the Salesforce Managed User record). &nbsp;Automatic creation of object record folders triggered when viewing the Salesforce record.&nbsp;Automatic logging of SpringCM document activity.The information outlined above will need to be saved in your SpringCM account. &nbsp;Go to&nbsp;Preferences __&gt; Salesforce Configuration&nbsp;to enter required Salesforce information (Org ID, token, etc.).&nbsp;Configuring SpringCM in SalesforceUser SetupAs a one_time setup, you will need to take the following actions in Salesforce:Add a&nbsp;SpringCM User&nbsp;checkbox and a&nbsp;SpringCM Role&nbsp;dropdown to the Users' page layout in Salesforce. &nbsp;The SpringCM User checkbox will enable/disable access to SpringCM for each individual Salesforce user. &nbsp;The SpringCM Role dropdown will allow you to manage the SpringCM roles. &nbsp;To automatically link Salesforce Profiles and Roles to SpringCM user roles, click&nbsp;here. &nbsp;Define the SpringCM folder path for each of your Salesforce objects where you would like the SpringCM widget to appear. &nbsp;SpringCM can be added to any standard or custom object so that documents can be associated, viewed and managed within the object record. &nbsp;Each object record is given its own folder in SpringCM, so the objects must be identified and the folder structure defined. &nbsp; For examples and further detail, click&nbsp;here. &nbsp;Create Visualforce Pages for SpringCM. &nbsp;SpringCM provides out_of_the_box configuration for the Salesforce Account and Contact objects. &nbsp;For all others, you must create a Visualforce page for each standard or custom object. &nbsp;Add SpringCM Visualforce Pages to the Object Page layouts. &nbsp;SpringCM must be added to each Salesforce Object layout so the user can upload, access and manage document's on that object's page. &nbsp;SpringCM Viewer in SalesforceSpringCM allows you to access all SpringCM functionality by adding a tab in Salesforce similar to adding a Salesforce object tab. &nbsp;This feature is only available for SpringCM Business and Enterprise customers. &nbsp;To add the SpringCM Viewer, go to Salesforce AddTabs page and select the SpringCM Viewer. &nbsp;To make this tab available to selected groups of users, make the SpringCM Viewer tab part of your profiles.&nbsp;FAQ _ TroubleshootingDownload the Salesforce Troubleshooting Guide&nbsp;that answers the following questions (and more):Why did my existing users in SpringCM get deleted?Why did my Salesforce Admin never received a SpringCM Activation email?Why do Salesforce users do not have access to SpringCM?How do I install the new SpringCM App when old SpringCM App (pre_8/20/12) is already installed.When Salesforce users try to use SpringCM Mobile or SpringCM Edit, theyre prompted for a SpringCM username (email) and password, and their credentials do not work.Why does SpringCM login page appears within the SpringCM section of a Salesforce object record?Why do Salesforce users who used to have access to the SpringCM section in the Salesforce Objects dont have access nowHow to I upgrade an older version of SpringCM_Salesforce package to the most recent one?Help LinksThe following links provide information to help integrate SpringCM with Salesforce:Salesforce Integration Guide (PDF)Salesforce Update Integration GuideSpringCM _ Salesforce Folder Structure GuideSpringCM _ Salesforce FAQs and Troubleshooting Guide&nbsp;(PDF)Document Package Builder GuideSpringCM SSO and User Management Guide</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:44:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/salesforce_integration</guid>
<dc:date>
2014-Nov-03T16:44:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Salesforce Integration Help Links</title>
<link>https://knowledge.springcm.com/salesforce_integration_help_links</link>
<description>The following links provide information to help integrate SpringCM with Salesforce:</description>
<content:encoded>The following links provide information to help integrate SpringCM with Salesforce:Salesforce Integration Guide&nbsp;(PDF)Salesforce Update Integration GuideSpringCM _ Salesforce Folder Structure Guide&nbsp;SpringCM _ Salesforce FAQs and Troubleshooting Guide (PDF)Document Package Builder GuideSpringCM SSO and User Management Guide </content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:44:00 GMT
</pubDate>
<guid>https://knowledge.springcm.com/salesforce_integration_help_links</guid>
<dc:date>
2014-Nov-03T16:44:00Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Round Trip using Numbers in SpringCM Mobile for iOS</title>
<link>https://knowledge.springcm.com/round_trip_using_numbers_in_springcm_mobile_for_ios</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?SpringCM Mobile for iOS now supports the ability to check out a document from SpringCM, edit a document in an external app, and then check the document back in to SpringCM. &nbsp;This walk through depicts the round trip interaction using Numbers.&nbsp;When is it used?This feature is used when you are on the go and need to make changes to documents in SpringCM.What is the process?To complete the round trip process, perform the following steps:Navigate to a document in SpringCM that you have permission to check out.Load the document preview or click and hold on a document and select Check Out.&nbsp;Upon selecting Check Out, the document will be checked out from SpringCM.&nbsp;&nbsp;And, the user will also be presented with a list of viable Apps that are installed on the device that you can use to open the document.&nbsp;The document will be opened in the external application selected. &nbsp;In this case, Numbers&nbsp;The document will be imported into the Numbers File Store.&nbsp;When this occurs, SpringCM Mobile stores a mapping of Document Name to SpringCM Document ID to the application the document is opened in. This allows the app to more easily complete the check in after edits have been completed.&nbsp;If the document has already been opened in Numbers, then Numbers will create a new document with a unique name. For example, if Expense Template.xls is being opened a second time, then it will be imported as Expense Template 1.xlsIf the fonts used in the document opened are not compatible with whats on the iOS device, then Pages will return a notification indicating which replacement fonts are being used. &nbsp;Also be aware that formatting can be lost as well. &nbsp;Please be aware that this can cause formatting to change and the document to look different the next times its opened in a different apps, on Windows for example. You should ensure that when you check it back in and another party is going to work on the document that they be on the lookout for these changes.&nbsp;Numbers does not support Headers and Footers and these may be dropped as well.&nbsp;To succesfully complete the round trip/check in, the external app needs to be able to Open the document In another application.Complete editing your document.When you are ready to check the document back in, perform the following tasksSelect the Wrench in NumbersSelect Share and PrintSelect Open in Another AppChoose the right format. In this case Excel.If the document was checked out as an excel document and then checked in as a PDF, the document name will change to include the pdf extension but a preview will not be generated in SpringCM.&nbsp;Select SpringCMSpringCM will present you with two optionsCheck In: Check in allows you to check in the updated document in SpringCM.Upload New Document: Upload new document allows you to select a folder to upload the document into.&nbsp;&nbsp;What happens when you select Check In?When you select check in, the app will run through the following options:Automatically check the document back in:If the mobile app can determine which SpringCM document this document corresponds to, then it will automatically check the document back in.If multiple documents are checked out in SpringCM with the same name by you, then you will be presented with an option to select the document you wish to check in.Each document will show the following informationWhat folder each document is inWhen it was last updatedWho last updated the documentAdditionally, you will be able to select the &gt; and this will allow you the ability to preview the document.&nbsp;After reviewing the documents, select the document that you want to check in and select Accept.If either of these checks fails, then the app will provide the option to select a document in SpringCM that you want to check these changes in against.&nbsp;Select the document that you want to update and select Accept.You will not be able to select a folderYou will not be able to select a document checked out by someone elseYou will be able to select a document that has been checked out by you.You will be able to select a ocument that is not checked out by anyone.&nbsp;What happens when you select Upload New Document?When you select Upload New Document, you will be able to navigate to a folder to upload the document in SpringCM. This will create a new document in SpringCM. &nbsp;If the folder selected is correct, select UploadIf the folder is not correct, select the Upload Folder dialogue.From here, you will be able to navigate to a different folderFrom here, you will be able to select create a new folderOnce the folder has been finalized, select Confirm FolderSelect Upload.&nbsp;How to cancel a Check OutIf you have checked out a document in error, you can cancel the checkout by:Tapping and holding the document and selecting Cancel Check Out.&nbsp;From the Page preview, select Cancel Check Out from Open In.&nbsp;RequirementsOn your iOS device, you must have the following:External applications that you can use to edit documents.The external app must support the ability to open a document in another application. If the app does not support this capability, you will not be to round trip the document.&nbsp;Apps that support this capability include but are not limited to the following: Pages, Documents to Go, PDF Expert.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:45:27 GMT
</pubDate>
<guid>https://knowledge.springcm.com/round_trip_using_numbers_in_springcm_mobile_for_ios</guid>
<dc:date>
2014-Nov-03T16:45:27Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Round Trip using Pages in SpringCM Mobile for iOS</title>
<link>https://knowledge.springcm.com/round_trip_using_pages_in_springcm_mobile_for_ios</link>
<description>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?</description>
<content:encoded>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?SpringCM Mobile for iOS now supports the ability to check out a document from SpringCM, edit a document in an external app, and then check the document back in to SpringCM. &nbsp;This walk through depicts the round trip interaction using Pages.&nbsp;When is it used?This feature is used when you are on the go and need to make changes to documents in SpringCM.What is the process?To complete the round trip process, perform the following steps:Navigate to a document in SpringCM that you have permission to check out.Load the document preview or click and hold on a document and select Check Out.&nbsp;Upon selecting Check Out, the document will be checked out from SpringCM.&nbsp;And, the user will also be presented with a list of viable Apps that are installed on the device that you can use to open the document.&nbsp;The document will be opened in the external application selected. In this case, Pages.&nbsp;The document will be imported into Pages local file store.&nbsp;When this occurs, SpringCM Mobile stores a mapping of Document Name to SpringCM Document ID to the application the document is opened in. This allows the app to more easily complete the check in after edits have been completed.&nbsp;If the document has already been opened in Pages, then Page will create a new document with a unique name. For example, if March_1.doc is being opened a second time, then it will be imported as March_1 2.docIf the fonts used in the document opened are not compatible with whats on the iOS device, then Pages will return a notification indicating which replacement fonts are being used. &nbsp;Also be aware that formatting can be lost as well. &nbsp;Please be aware that this can cause formatting to change and the document to look different the next times its opened in a different apps, on Windows for example. You should ensure that when you check it back in and another party is going to work on the document that they be on the lookout for these changes.&nbsp;To succesfully complete the round trip/check in, the external app needs to be able to Open the document In another application.Complete editing the document and making any changes.&nbsp;When you are ready to check the document back in, perform the following tasksSelect the Wrench in PagesSelect Share and PrintSelect Open in Another AppChoose the right format. In this case Word.If the document was checked out as a word document and then checked in as a PDF, the document name will change to include the pdf extension but a preview will not be generated in SpringCM.&nbsp;Select Choose AppSelect SpringCMSpringCM will present you with two optionsCheck In: Check in allows you to check in the updated document in SpringCM.Upload New Document: Upload new document allows you to select a folder to upload the document into.&nbsp;&nbsp;What happens when you select Check In?When you select check in, the app will run through the following options:Automatically check the document back in:If the mobile app can determine which SpringCM document this document corresponds to, then it will automatically check the document back in.If multiple documents are checked out in SpringCM with the same name by you, then you will be presented with an option to select the document you wish to check in.Each document will show the following informationWhat folder each document is inWhen it was last updatedWho last updated the documentAdditionally, you will be able to select the &gt; and this will allow you the ability to preview the document.&nbsp;After reviewing the documents, select the document that you want to check in and select Accept.If either of these checks fails, then the app will provide the option to select a document in SpringCM that you want to check these changes in against.&nbsp;Select the document that you want to update and select Accept.You will not be able to select a folderYou will not be able to select a document checked out by someone elseYou will be able to select a document that has been checked out by you.You will be able to select a ocument that is not checked out by anyone.&nbsp;What happens when you select Upload New Document?When you select Upload New Document, you will be able to navigate to a folder to upload the document in SpringCM. This will create a new document in SpringCM. &nbsp;If the folder selected is correct, select UploadIf the folder is not correct, select the Upload Folder dialogue.From here, you will be able to navigate to a different folderFrom here, you will be able to select create a new folderOnce the folder has been finalized, select Confirm FolderSelect Upload.&nbsp;How to cancel a Check OutIf you have checked out a document in error, you can cancel the checkout by:Tapping and holding the document and selecting Cancel Check Out.&nbsp;From the Page preview, select Cancel Check Out from Open In.&nbsp;RequirementsOn your iOS device, you must have the following:External applications that you can use to edit documents.The external app must support the ability to open a document in another application. If the app does not support this capability, you will not be to round trip the document.&nbsp;Apps that support this capability include but are not limited to the following: Pages, Documents to Go, PDF Expert.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:46:09 GMT
</pubDate>
<guid>https://knowledge.springcm.com/round_trip_using_pages_in_springcm_mobile_for_ios</guid>
<dc:date>
2014-Nov-03T16:46:09Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Round Trip using PDF Expert in SpringCM Mobile for iOS</title>
<link>https://knowledge.springcm.com/round_trip_using_pdf_expert_in_springcm_mobile_for_ios</link>
<description>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?</description>
<content:encoded>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?SpringCM Mobile for iOS now supports the ability to check out a document from SpringCM, edit a document in an external app, and then check the document back in to SpringCM. &nbsp;This walk through depicts the round trip interaction using PDF Expert.&nbsp;When is it used?This feature is used when you are on the go and need to make changes to documents in SpringCM.What is the process?To complete the round trip process, perform the following steps:Navigate to a document in SpringCM that you have permission to check out.Load the document preview or click and hold on a document and select Check Out.&nbsp;Upon selecting Check Out, the document will be checked out from SpringCM.&nbsp;&nbsp;And, the user will also be presented with a list of viable Apps that are installed on the device that you can use to open the document.&nbsp;The document will be opened in the external application selected. In this case, PDF Expert.&nbsp;The document will be imported into the PDF Expert local file store.If the fonts used in the document opened are not compatible with whats on the iOS device, then Pages will return a notification indicating which replacement fonts are being used. &nbsp;Also be aware that formatting can be lost as well. &nbsp;Please be aware that this can cause formatting to change and the document to look different the next times its opened in a different apps, on Windows for example. You should ensure that when you check it back in and another party is going to work on the document that they be on the lookout for these changes.&nbsp;To succesfully complete the round trip/check in, the external app needs to be able to Open the document In another application.When you are ready to check the document back in, perform the following tasksSelect the Open In Action from PDF ExpertSelect Open in...If the document was checked out as a word document and then checked in as a PDF, the document name will change to include the pdf extension but a preview will not be generated in SpringCM.&nbsp;Select SpringCMSpringCM will present you with two optionsCheck In: Check in allows you to check in the updated document in SpringCM.Upload New Document: Upload new document allows you to select a folder to upload the document into.&nbsp;&nbsp;What happens when you select Check In?When you select check in, the app will run through the following options:Automatically check the document back in:If the mobile app can determine which SpringCM document this document corresponds to, then it will automatically check the document back in.If multiple documents are checked out in SpringCM with the same name by you, then you will be presented with an option to select the document you wish to check in.Each document will show the following informationWhat folder each document is inWhen it was last updatedWho last updated the documentAdditionally, you will be able to select the &gt; and this will allow you the ability to preview the document.&nbsp;After reviewing the documents, select the document that you want to check in and select Accept.If either of these checks fails, then the app will provide the option to select a document in SpringCM that you want to check these changes in against.&nbsp;Select the document that you want to update and select Accept.You will not be able to select a folderYou will not be able to select a document checked out by someone elseYou will be able to select a document that has been checked out by you.You will be able to select a ocument that is not checked out by anyone.&nbsp;What happens when you select Upload New Document?When you select Upload New Document, you will be able to navigate to a folder to upload the document in SpringCM. This will create a new document in SpringCM. &nbsp;If the folder selected is correct, select UploadIf the folder is not correct, select the Upload Folder dialogue.From here, you will be able to navigate to a different folderFrom here, you will be able to select create a new folderOnce the folder has been finalized, select Confirm FolderSelect Upload.&nbsp;How to cancel a Check OutIf you have checked out a document in error, you can cancel the checkout by:Tapping and holding the document and selecting Cancel Check Out.&nbsp;From the Page preview, select Cancel Check Out from Open In.&nbsp;RequirementsOn your iOS device, you must have the following:External applications that you can use to edit documents.The external app must support the ability to open a document in another application. If the app does not support this capability, you will not be to round trip the document.&nbsp;Apps that support this capability include but are not limited to the following: Pages, Documents to Go, PDF Expert.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:46:50 GMT
</pubDate>
<guid>https://knowledge.springcm.com/round_trip_using_pdf_expert_in_springcm_mobile_for_ios</guid>
<dc:date>
2014-Nov-03T16:46:50Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Resend Account Activation Email</title>
<link>https://knowledge.springcm.com/resend_account_activation_email</link>
<description>The Resend Account Activation E_mail feature, located in the&nbsp;Address Book,&nbsp;enables you to resend an account activation e_mail to an inactive&nbsp;user who has not activated a SpringCM account. Activation emails expire two weeks after the date sent, and Administrators&nbsp;should resend&nbsp;the account activation email&nbsp;to users&nbsp;created more than two weeks before their initial login date.</description>
<content:encoded>The Resend Account Activation E_mail feature, located in the&nbsp;Address Book,&nbsp;enables you to resend an account activation e_mail to an inactive&nbsp;user who has not activated a SpringCM account. Activation emails expire two weeks after the date sent, and Administrators&nbsp;should resend&nbsp;the account activation email&nbsp;to users&nbsp;created more than two weeks before their initial login date.How to resend the account activation emailClick the Address Book tab.Click the desired user's check box.Open the Manage menu and choose the Resend Account Activation E_mail feature.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:47:33 GMT
</pubDate>
<guid>https://knowledge.springcm.com/resend_account_activation_email</guid>
<dc:date>
2014-Nov-03T16:47:33Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Reset Password</title>
<link>https://knowledge.springcm.com/reset_password</link>
<description>What is it?Reset Password&nbsp;enables users the ability&nbsp;to create a new password if they have trouble logging in.&nbsp;Reset&nbsp;Password&nbsp;also&nbsp;gives administrators the ability to change a user's password as well as manage&nbsp;the reset password feature&nbsp;for&nbsp;Single Sign On (SSO)&nbsp;users.When is it used?Reset Password&nbsp;is used when an&nbsp;a user forgot their password and would like a new one, an administrator would like to change a user's or a SSO user's&nbsp;password.How to reset your own password:1. On the login screen, click the&nbsp;Reset Password&nbsp;link.2. Enter your email address at the prompt.3. An email that enables a password change will be send to that address.How to reset a user's password (Admin user action):1. Click the&nbsp;Address Book&nbsp;tab.2. Click the&nbsp;check box next to user.3. Choose&nbsp;Manage &gt; Reset Password.The&nbsp;Reset Password&nbsp;feature can also be disabled/enabled for a select SSO user or for all SSO users.&nbsp;Super Adminstrators&nbsp;or&nbsp;User Administrators&nbsp;can set the account reset defaults, while only&nbsp;Super Administrators&nbsp;can disable/enable a specific SSO users' ability to reset their password. If a&nbsp;User Administrator&nbsp;creates a user, the user will receive the account password reset defaults. For more information, check out the&nbsp;Disable/Enable Password Reset for SSO Users&nbsp;knowledge article.&nbsp;</description>
<content:encoded>What is it?Reset Password&nbsp;enables users the ability&nbsp;to create a new password if they have trouble logging in.&nbsp;Reset&nbsp;Password&nbsp;also&nbsp;gives administrators the ability to change a user's password as well as manage&nbsp;the reset password feature&nbsp;for&nbsp;Single Sign On (SSO)&nbsp;users.When is it used?Reset Password&nbsp;is used when an&nbsp;a user forgot their password and would like a new one, an administrator would like to change a user's or a SSO user's&nbsp;password.How to reset your own password:1. On the login screen, click the&nbsp;Reset Password&nbsp;link.2. Enter your email address at the prompt.3. An email that enables a password change will be send to that address.How to reset a user's password (Admin user action):1. Click the&nbsp;Address Book&nbsp;tab.2. Click the&nbsp;check box next to user.3. Choose&nbsp;Manage &gt; Reset Password.The&nbsp;Reset Password&nbsp;feature can also be disabled/enabled for a select SSO user or for all SSO users.&nbsp;Super Adminstrators&nbsp;or&nbsp;User Administrators&nbsp;can set the account reset defaults, while only&nbsp;Super Administrators&nbsp;can disable/enable a specific SSO users' ability to reset their password. If a&nbsp;User Administrator&nbsp;creates a user, the user will receive the account password reset defaults. For more information, check out the&nbsp;Disable/Enable Password Reset for SSO Users&nbsp;knowledge article.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:48:13 GMT
</pubDate>
<guid>https://knowledge.springcm.com/reset_password</guid>
<dc:date>
2014-Nov-03T16:48:13Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Route Form to Advanced Workflow</title>
<link>https://knowledge.springcm.com/route_form_to_advanced_workflow</link>
<description>Once someone has submitted an Form, user or super administrators can route that submitted Form data to a specific Advanced Workflow step and/or a specific folder. Forms data used in an Advanced Workflow eliminate the need for team members to manually gather data. Customers, contractors, and consultants can access an Form from a public URL available to anyone with Internet access.</description>
<content:encoded>Once someone has submitted an Form, user or super administrators can route that submitted Form data to a specific Advanced Workflow step and/or a specific folder. Forms data used in an Advanced Workflow eliminate the need for team members to manually gather data. Customers, contractors, and consultants can access an Form from a public URL available to anyone with Internet access.StepsClick the Forms tab.Click the check box for the appropriate Form.Open the Routing menu and select the Set Workflow option, or click the Set Workflow button located on the Toolbar.Select the appropriate Advanced Workflow from the drop_down menu.Click the Select button.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:49:13 GMT
</pubDate>
<guid>https://knowledge.springcm.com/route_form_to_advanced_workflow</guid>
<dc:date>
2014-Nov-03T16:49:13Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Round Trip using Keynote in SpringCM Mobile for iOS</title>
<link>https://knowledge.springcm.com/round_trip_using_keynote_in_springcm_mobile_for_ios</link>
<description>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?</description>
<content:encoded>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirementsWhat is it?SpringCM Mobile for iOS now supports the ability to check out a document from SpringCM, edit a document in an external app, and then check the document back in to SpringCM. &nbsp;This walk through depicts the round trip interaction using Keynote.&nbsp;When is it used?This feature is used when you are on the go and need to make changes to documents in SpringCM.What is the process?To complete the round trip process, perform the following steps:Navigate to a document in SpringCM that you have permission to check out.Load the document preview or click and hold on a document and select Check Out.&nbsp;Upon selecting Check Out, the document will be checked out from SpringCM.&nbsp;&nbsp;&nbsp;And, the user will also be presented with a list of viable Apps that are installed on the device that you can use to open the document.&nbsp;The document will be opened in the external application selected. In this case, Keynote.&nbsp;The document will be imported into the Keynote local file store.&nbsp;When this occurs, SpringCM Mobile stores a mapping of Document Name to SpringCM Document ID to the application the document is opened in. This allows the app to more easily complete the check in after edits have been completed.&nbsp;If the document has already been opened in Pages, then Page will create a new document with a unique name. For example, if March_1.doc is being opened a second time, then it will be imported as March_1 2.docIf the fonts used in the document opened are not compatible with whats on the iOS device, then Pages will return a notification indicating which replacement fonts are being used. &nbsp;Also be aware that formatting can be lost as well. &nbsp;Please be aware that this can cause formatting to change and the document to look different the next times its opened in a different apps, on Windows for example. You should ensure that when you check it back in and another party is going to work on the document that they be on the lookout for these changes.&nbsp;To succesfully complete the round trip/check in, the external app needs to be able to Open the document In another application.Complete editing the document and making any changes.&nbsp;When you are ready to check the document back in, perform the following tasksSelect the Wrench in KeynoteSelect Share and PrintSelect Open in Another AppChoose the right format. In this case PowerPoint.If the document was checked out as a powerpoint document and then checked in as a PDF, the document name will change to include the pdf extension but a preview will not be generated in SpringCM.&nbsp;Select Choose AppSelect SpringCMSpringCM will present you with two optionsCheck In: Check in allows you to check in the updated document in SpringCM.Upload New Document: Upload new document allows you to select a folder to upload the document into.&nbsp;&nbsp;What happens when you select Check In?When you select check in, the app will run through the following options:Automatically check the document back in:If the mobile app can determine which SpringCM document this document corresponds to, then it will automatically check the document back in.If multiple documents are checked out in SpringCM with the same name by you, then you will be presented with an option to select the document you wish to check in.Each document will show the following informationWhat folder each document is inWhen it was last updatedWho last updated the documentAdditionally, you will be able to select the &gt; and this will allow you the ability to preview the document.&nbsp;After reviewing the documents, select the document that you want to check in and select Accept.If either of these checks fails, then the app will provide the option to select a document in SpringCM that you want to check these changes in against.&nbsp;Select the document that you want to update and select Accept.You will not be able to select a folderYou will not be able to select a document checked out by someone elseYou will be able to select a document that has been checked out by you.You will be able to select a ocument that is not checked out by anyone.&nbsp;What happens when you select Upload New Document?When you select Upload New Document, you will be able to navigate to a folder to upload the document in SpringCM. This will create a new document in SpringCM. &nbsp;If the folder selected is correct, select UploadIf the folder is not correct, select the Upload Folder dialogue.From here, you will be able to navigate to a different folderFrom here, you will be able to select create a new folderOnce the folder has been finalized, select Confirm FolderSelect Upload.&nbsp;How to cancel a Check OutIf you have checked out a document in error, you can cancel the checkout by:Tapping and holding the document and selecting Cancel Check Out.&nbsp;From the Page preview, select Cancel Check Out from Open In.&nbsp;RequirementsOn your iOS device, you must have the following:External applications that you can use to edit documents.The external app must support the ability to open a document in another application. If the app does not support this capability, you will not be to round trip the document.&nbsp;Apps that support this capability include but are not limited to the following: Pages, Documents to Go, PDF Expert.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:50:31 GMT
</pubDate>
<guid>https://knowledge.springcm.com/round_trip_using_keynote_in_springcm_mobile_for_ios</guid>
<dc:date>
2014-Nov-03T16:50:31Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Round Trip using Documents To Go in SpringCM Mobile for iOS</title>
<link>https://knowledge.springcm.com/round_trip_using_documents_to_go_in_springcm_mobile_for_ios</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?What is the process?What happens when you select Check In?What happens when you select Upload New Document?How to cancel a Check OutRequirements&nbsp;What is it?SpringCM Mobile for iOS now supports the ability to check out a document from SpringCM, edit a document in an external app, and then check the document back in to SpringCM. &nbsp;This walk through depicts the round trip interaction using Documents To Go.&nbsp;When is it used?This feature is used when you are on the go and need to make changes to documents in SpringCM.What is the process?To complete the round trip process, perform the following steps:Navigate to a document in SpringCM that you have permission to check out.Load the document preview or click and hold on a document and select Check Out.&nbsp;Upon selecting Check Out, the document will be checked out from SpringCM.&nbsp;&nbsp;And, the user will also be presented with a list of viable Apps that are installed on the device that you can use to open the document.&nbsp;The document will be opened in the external application selected. In this case, Documents To Go.&nbsp;The document will be imported into Documents To Go. You can save the document locally now or when you have finished editing the document.&nbsp;To save the document locally, perform the following steps:Select the Carrot in the bottom left corner of Documents To Go&nbsp;Select Save AsWhen the dialogue first comes up, the default name may include a parenthesis, eg (01).The parenthesis must be removed else the document can not be checked back into SpringCM. Please save without the parenthesis.When this occurs, it stores a mapping of Document Name to SpringCM Document ID to the application the document is opened in. This allows the app to more easily complete the check in after edits have been completed.To succesfully complete the round trip/check in, the external app needs to be able to Open the document In another application.If the fonts used in the document opened are not compatible with whats on the iOS device, then Pages will return a notification indicating which replacement fonts are being used. &nbsp;Also be aware that formatting can be lost as well. &nbsp;Please be aware that this can cause formatting to change and the document to look different the next times its opened in a different apps, on Windows for example. You should ensure that when you check it back in and another party is going to work on the document that they be on the lookout for these changes.&nbsp;Complete editing your document.&nbsp;You must save the document before checking back into SpringCM. Documents To Go does not automatically perform this task.&nbsp;Select Open In from the external app.&nbsp;Select SpringCMSpringCM will present you with two optionsCheck In: Check in allows you to check in the updated document in SpringCM.Upload New Document: Upload new document allows you to select a folder to upload the document into.&nbsp;&nbsp;What happens when you select Check In?When you select check in, the app will run through the following options:Automatically check the document back in:If the mobile app can determine which SpringCM document this document corresponds to, then it will automatically check the document back in.If multiple documents are checked out in SpringCM with the same name by you, then you will be presented with an option to select the document you wish to check in.Each document will show the following informationWhat folder each document is inWhen it was last updatedWho last updated the documentAdditionally, you will be able to select the &gt; and this will allow you the ability to preview the document.&nbsp;After reviewing the documents, select the document that you want to check in and select Accept.If either of these checks fails, then the app will provide the option to select a document in SpringCM that you want to check these changes in against.&nbsp;Select the document that you want to update and select Accept.You will not be able to select a folderYou will not be able to select a document checked out by someone elseYou will be able to select a document that has been checked out by you.You will be able to select a ocument that is not checked out by anyone.&nbsp;What happens when you select Upload New Document?When you select Upload New Document, you will be able to navigate to a folder to upload the document in SpringCM. This will create a new document in SpringCM. &nbsp;If the folder selected is correct, select UploadIf the folder is not correct, select the Upload Folder dialogue.From here, you will be able to navigate to a different folderFrom here, you will be able to select create a new folderOnce the folder has been finalized, select Confirm FolderSelect Upload.&nbsp;How to cancel a Check OutIf you have checked out a document in error, you can cancel the checkout by:Tapping and holding the document and selecting Cancel Check Out.&nbsp;From the Page preview, select Cancel Check Out from Open In.&nbsp;RequirementsOn your iOS device, you must have the following:External applications that you can use to edit documents.The external app must support the ability to open a document in another application. If the app does not support this capability, you will not be to round trip the document.&nbsp;Apps that support this capability include but are not limited to the following: Pages, Documents to Go, PDF Expert.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:51:20 GMT
</pubDate>
<guid>https://knowledge.springcm.com/round_trip_using_documents_to_go_in_springcm_mobile_for_ios</guid>
<dc:date>
2014-Nov-03T16:51:20Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Resolve Sync Conflicts</title>
<link>https://knowledge.springcm.com/resolve_sync_conflicts</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?&nbsp;SpringCM Business Sync Conflicts can occur in a variety of scenarios: when a document is named incorrectly, when you don't have the ability to edit a document, when the path to the document is too long for the operating system to support, and when a newer version of the document exists that you have just edited to name a few. Sync triggers these conflicts so that you can resolve the issue and synchronize your content as soon as the conflict is resolved.&nbsp;&nbsp;When is it used?&nbsp;The Conflict Resolution Wizard is triggered any time a conflict is detected. When a conflict occurs, the Conflict Resolution Wizard will pop up, requiring intervention. &nbsp;In the event of a conflict, you will have the flexibility to rename, ignore, revert or undo any changes before they are synced. &nbsp;&nbsp;How is it used?How to resolve a SpringCM Business Sync conflictSpringCM Sync will check for changes and when it detects that the subscribed folder has changed, it will trigger a conflict. &nbsp;For a list of all potential conflicts and their recommended resolution, please visit the&nbsp;Business Sync Conflict Resolution and Subscription Limits article. &nbsp;In general, when the Conflict Resolution Wizard opens on your desktop, perform the following steps:Review the conflict&nbsp;that has occurred. &nbsp;At the top of the Wizard there will be a description as to why the conflict occurredReview potential causes and check for key information such as:Folder Name&nbsp;Document nameWhen it was createdWhen it was modifiedWho last modified it?Review&nbsp;resolution&nbsp;options availableChoose resolutionClick&nbsp;OK&nbsp;to exit Conflict Resolution pop_up</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:53:05 GMT
</pubDate>
<guid>https://knowledge.springcm.com/resolve_sync_conflicts</guid>
<dc:date>
2014-Nov-03T16:53:05Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Public or Private Forms</title>
<link>https://knowledge.springcm.com/public_or_private_forms</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?&nbsp;What is it?Forms enable you to replace paper processes with Web_based forms. User or super administrators can determine whether Forms are available only to fellow SpringCM users or anyone with Internet access. Public Forms include a link (URL) that anyone can open in a Web browser without installing software.Regardless of private or public availability settings, all submitted Forms can be stored in a specific folder and/or included as a step in an Advanced Worfklow.&nbsp;When is it used?Private Forms are typically used within a company and between users who have SpringCM access.&nbsp; Public Forms are mostly used between a company and their customers and vendors.&nbsp; It's a popular option because a SpringCM license is not required for someone to complete a Public eForm.&nbsp; Some common examples of Public Forms include capturing new lead information, requesting vendors and customers for information, allowing candidates to submit resumes and capturing invoice payment information. &nbsp; &nbsp;&nbsp;How is it used?To make a Public form Private (all Forms are private by default):Click the Forms tab.Click the check box for the appropriate eForm.Open the Access menu and select the Make Private option.&nbsp;To make a Private eForm Public: Click the Forms tab.Click the check box for the appropriate eForm.Open the Access menu and select the Make Public option.&nbsp;To display a Public Forms' URLs:Click the Forms tab.Click the check box for the appropriate eForm.Open the Access menu and select the Show Public Links option.Copy and the URL and paste it in a location you can easily access.Click the Close button.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:54:03 GMT
</pubDate>
<guid>https://knowledge.springcm.com/public_or_private_forms</guid>
<dc:date>
2014-Nov-03T16:54:03Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Print to SpringCM Installation</title>
<link>https://knowledge.springcm.com/print_to_springcm_installation</link>
<description>What is it?When is it used?Steps to completePrerequisitesWhat is the Virtual Printer Named?&nbsp;&nbsp;What is it?</description>
<content:encoded>What is it?When is it used?Steps to completePrerequisitesWhat is the Virtual Printer Named?&nbsp;&nbsp;What is it?Print to SpringCM allows the user to print documents to SpringCM from applications that allow you to Print. By printing the document to SpringCM, it is treated as if the document were scanned.&nbsp;When is it used?&nbsp;Print to SpringCM is used when you want the document to be stored in SpringCM in a format other than native. Print to SpringCM will print the document through a virtual printer to SpringCM Scan and treat it as if were scanned from the Scanner.How to complete Print to SpringCM InstallationInstall SpringCM Scan onto local computerIdentify if your computer is running 32 bit or 64 bit Windows.Please click on the following link to see instructions on identifying if your computer is running 32_bit or 64_bit Windows.http://windows.microsoft.com/en_US/windows7/find_out_32_or_64_bitDownload SpringCM Print to SpringCM InstallerDouble Click on the Installer to StartConfirm that you want the installer to make changes to your computer by selecting Yes.Click Next to Continue.Accept the SpringCM End User License Agreement and Select&nbsp;Yes.&nbsp;Confirm the Destination Location by selecting Next.Optionally make SpringCM Virtual Printer V2 as the default printer and select Next.&nbsp;Click Install.Do not override newer files.&nbsp;Prequiresites:SpringCM Scan must be installed locally prior to installing Print to SpringCM.&nbsp;What is the Virtual Printer named?&nbsp;The virtual printer is named SpringCM Virtual Printer v2.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:54:45 GMT
</pubDate>
<guid>https://knowledge.springcm.com/print_to_springcm_installation</guid>
<dc:date>
2014-Nov-03T16:54:45Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Merge PDF</title>
<link>https://knowledge.springcm.com/merge_pdf</link>
<description>What is it?How is it used?What is it?The Merge as PDF feature, located in the Documents workspace, enables you to merge two or more PDFs into one document. Documents are merged by the order in which they appear in the Document Preview window.</description>
<content:encoded>What is it?How is it used?What is it?The Merge as PDF feature, located in the Documents workspace, enables you to merge two or more PDFs into one document. Documents are merged by the order in which they appear in the Document Preview window.How is it used?Merge as PDF StepsClick the Documents tab.Select the PDFs you&nbsp; want to merge using the checkbox to the left of each document name.Open the File menu&nbsp;and choose the Merge as PDF option.Select a name for the new file that will be merged, and arrange the documents to display in the order you want them merged as. &nbsp;Confirm the folder location the new PDF will be saved to using the Select Folder option.Click the "Merge" action.The new PDF document will be added to the folder you selected in step #6.&nbsp;&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:55:21 GMT
</pubDate>
<guid>https://knowledge.springcm.com/merge_pdf</guid>
<dc:date>
2014-Nov-03T16:55:21Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How to use Print to SpringCM</title>
<link>https://knowledge.springcm.com/how_to_use_print_to_springcm</link>
<description>What is it?Print to SpringCM allows you to print a document to SpringCM Scan in a scan_like format.&nbsp;</description>
<content:encoded>What is it?Print to SpringCM allows you to print a document to SpringCM Scan in a scan_like format.&nbsp; When is it used?&nbsp;This action is when documents that need to be added to SpringCM need to be converted to a scan format prior to upload to SpringCM.Steps to completeIn an application like Word, Powerpoint, Excel, or any other app that supports Printing, open up a document that you would like to Print to SpringCM.Select Print from the Applicatioin.Select SpringCM Virtual Printer v2&nbsp;as the printer.&nbsp;This will convert the document to a format acceptable by SpringCM Scan.If SpringCM Scan is not opened, it will open up SpringCM and load the printed document in the Documents Panel.Confirm upload folderConfirm attribute group and assign attributesUpload document</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:56:20 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_to_use_print_to_springcm</guid>
<dc:date>
2014-Nov-03T16:56:20Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How to upload a document in SpringCM Scan</title>
<link>https://knowledge.springcm.com/how_to_upload_a_document_in_springcm_scan</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?Steps to complete&nbsp;&nbsp;What is it?Once a document has been added to SpringCM Scan via Print to SpringCM, Add Files, or via Scanner,&nbsp;&nbsp;the upload folder has been properly set and the document has been indexed, then documents can be uploaded into SpringCM.&nbsp;When is it used?&nbsp;Upload is used when the document or documents are complete and ready to be submitted to SpringCM. &nbsp;When a document or documents are ready, the user will upload the document to SpringCM. When the user selects Upload, then SpringCM Scan will initiate the upload of the document to SpringCM.Steps:Add the document to SpringCM Scan via the three methodsSelect or change the upload FolderAssign attributes to the document (optional)Select UploadWhen this occurs, the document selected will begin the process of being uploaded to SpringCM.A user can not upload the document until the following criteria are met:the upload folder is setIf attribute groups are assigned, then all required fields must be entered.&nbsp;Select Upload AllWhen this occurs, all of the documents that meet the following criteria are uploaded:Upload Folders are setIf attribute groups are assigned, then all required fields must be entered.&nbsp;Any document that does not have an asterisk (Doc 2.pdf, Doc3.pdf) will be automatically uploaded. Doc 1.pdf will not be uploaded in the example to below.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:57:01 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_to_upload_a_document_in_springcm_scan</guid>
<dc:date>
2014-Nov-03T16:57:01Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How to cancel a document out for signature</title>
<link>https://knowledge.springcm.com/how_to_cancel_a_document_out_for_signature</link>
<description>What is it?&nbsp;</description>
<content:encoded>What is it?&nbsp;When is it used?&nbsp;How to setup Electronic signature preferencesHow to cancel an Electronic signature requestExpected Results&nbsp;What is it?&nbsp;Documents that have been sent out for signature can be cancelled by a SpringCM user provided that the user has the right permissions to do so. Administrator can configure what permissions are needed in order to perform this task.&nbsp;When is it used?&nbsp;A user may elect to cancel a document out for signature in any of the following cases:The agreement is no longer.The agreement needs to be changedThe signer has changed.&nbsp;How to setup Electronic signature preferenceNavigate to&nbsp;Preferences &gt; Account Preferences &gt; Electronic SignatureTo identify who can cancel Signature requests, identify who can take actions on signature&nbsp;Sender and Super Administrators: if this is selected then the sender or a Super Admin can cancel the signature request. &nbsp;This is the default setting&nbsp;Any User with security privileges: if this is selected, then specify the minimum security privileges requiredViewView &amp; CreateView &amp; EditView &amp; Edit &amp; DeleteView &amp; Edit &amp; Delete &amp; Set AccessSelect Save, which &nbsp;updates your settings immediately.How to cancel an Electronic signature requestA user that has permission to cancel a given agreement, can cancel the requestNavigate to a document that is out for signature. You can detect if the document is out for signature by hovering over the lock icon when looking at the document.Select the Send MenuSelect Signature ActionsSelect Cancel SignatureExpected ResultsWhen the signature has been cancelled, the following will occur:A message will let the user know that the signature has been cancelled.The checkout will be cancelled; the document will no longer be locked.An email will be sent to the original sender, indicating that the Signature&nbsp; has been cancelled.A separate email will be sent to the recipient indicating that the Signature has been cancelled.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:58:18 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_to_cancel_a_document_out_for_signature</guid>
<dc:date>
2014-Nov-03T16:58:18Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How do I determine who has checked out a document in Sync</title>
<link>https://knowledge.springcm.com/how_do_i_determine_who_has_checked_out_a_document_in_sync</link>
<description>What is it?A document can be checked out from SpringCM via the web client, Sync, Mobile, and through other means. When this occurs, you will see a lock icon on the document in the sync folder.&nbsp;</description>
<content:encoded>What is it?A document can be checked out from SpringCM via the web client, Sync, Mobile, and through other means. When this occurs, you will see a lock icon on the document in the sync folder.&nbsp; How can you detect who has a document checked out?Any document that is checked out will have a lock icon.Right click on a document and then select SpringCM AttributesSelect the Information Tab.Here you will see basic information about the document stored in SpringCM. &nbsp;You can find out who has the document checked out.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 16:59:03 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_do_i_determine_who_has_checked_out_a_document_in_sync</guid>
<dc:date>
2014-Nov-03T16:59:03Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How do I check out a document with Sync</title>
<link>https://knowledge.springcm.com/how_do_i_check_out_a_document_with_sync</link>
<description>How do I check out a document using Business Sync?</description>
<content:encoded>How do I check out a document using Business Sync?Synchronize documents from SpringCM to your computerNavigate to the Sync folder on your computer and select the document you wish to check out.&nbsp;Right click on the document and select SpringCM Check out. &nbsp;When this occurs, a bubble will be displayed indicating that the document has been checked out. This means that the document is checked out locally but more importantly, it is checked out in SpringCM and not editable by other users until you check the document back in.&nbsp;When the document is checked out, a lock icon will be provided on the document.Note: documents that are checked out by the user will also be checked out in SpringCM. &nbsp;What documents cannot be checked out?&nbsp;Documents that are not in the SpringCM Sync folder can not be checked out.&nbsp;Documents that you do not have permission to edit can not be checked out.&nbsp;Documents that are&nbsp;checked out&nbsp;in SpringCM by others can not be checked out.</content:encoded>
<category>legal</category>
<pubDate>
Mon, 03 Nov 2014 17:00:32 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_do_i_check_out_a_document_with_sync</guid>
<dc:date>
2014-Nov-03T17:00:32Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How do I check in a document with Sync</title>
<link>https://knowledge.springcm.com/how_do_i_check_in_a_document_with_sync</link>
<description>&nbsp;</description>
<content:encoded>&nbsp;How do I check in a document using Business Sync?When a checked out document is saved on your computer, a pop up notification will display on your desktop that allows you to check the document in to SpringCM.The pop up notification does not impede your ability to work on the active document.&nbsp;If you do not move your mouse over the notification, it will vanish after a short period of time. The next time you save the document, the pop up notificaiton will reappear.You can Check the document back into SpringCM and optionally enter version comments. Version comments are managed and tracked on the document. Selecting Check In will upload the saved document into SpringCM as the most current version of the document. Optionally, you can enter version comments.&nbsp;You can also Save the document to SpringCM but keep it checked out. When this occurs, the saved document will be uploaded into SpringCM as the most current version of the document but wll remain checked out. Optionally, you can enter version comments.&nbsp;You can see a list of documents that require your attention in the&nbsp;Sync Center.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Tue, 04 Nov 2014 01:42:05 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_do_i_check_in_a_document_with_sync</guid>
<dc:date>
2014-Nov-04T01:42:05Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>How do I cancel the checkout of a document</title>
<link>https://knowledge.springcm.com/how_do_i_cancel_the_checkout_of_a_document</link>
<description>How do I cancel the checkout of a document via my SpringCM Folders located on my desktop (via Business Sync application)?&nbsp;Synchronize documents from SpringCM to your computer.Check out a document locally or in the web client. &nbsp;Only documents that &nbsp;you have checked out and that are synchronized can have the checkout cancelled from a right click option.&nbsp;Select the documentRight click on the document and select SpringCM Cancel CheckoutThe document will no longer be checked out in SpringCM. If the document has changed locally, the original version of the document will be restored from SpringCM.</description>
<content:encoded>How do I cancel the checkout of a document via my SpringCM Folders located on my desktop (via Business Sync application)?&nbsp;Synchronize documents from SpringCM to your computer.Check out a document locally or in the web client. &nbsp;Only documents that &nbsp;you have checked out and that are synchronized can have the checkout cancelled from a right click option.&nbsp;Select the documentRight click on the document and select SpringCM Cancel CheckoutThe document will no longer be checked out in SpringCM. If the document has changed locally, the original version of the document will be restored from SpringCM.&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Tue, 04 Nov 2014 01:43:25 GMT
</pubDate>
<guid>https://knowledge.springcm.com/how_do_i_cancel_the_checkout_of_a_document</guid>
<dc:date>
2014-Nov-04T01:43:25Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>SFTP</title>
<link>https://knowledge.springcm.com/sftp</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?What client to use?How is it used?Limitations&nbsp;What is it?FTP, or file transfer protocol, is a method of moving sets of documents or folders from your hard drive to SpringCM and vice_versa.&nbsp; SpringCM's Secure FTP access (SFTP) allows you to access files on your server similarly to how you would navigate through the files on your local computer.&nbsp; SFTP is similar to FTP.&nbsp; SFTP stands for Secure File Transfer Protocol and is the encrypted version of FTP so it is more secure and reliable than FTP.&nbsp; For this reason, SpringCM supports SFTP.&nbsp; FTP is not supported.&nbsp;There are many SFTP software external to SpringCM that can be used.&nbsp; If you have never used SFTP to transfer files before, please make sure you research how to do this from the software's instruction manuals or website.&nbsp;When is it used?SFTP&nbsp;can be used for all your uploading and downloading needs within SpringCM or to move documents across different folders.&nbsp; It most often is used for larger document and folder migrations _ both TO SpringCM, and FROM SpringCM.&nbsp; This approach should be used to move batches of files 30MB or greater (total batch size) up to about 1GB.Folder structure hierarchy is maintained when using SFTP, so if you are moving a folder hierarchy, (i.e. parent folder with children sub_folders), your folder structure will be kept intact through the move.&nbsp; Another great advantage to using SFTP is that most software offers the ability to see the status of each document so you know which documents have been successfully moved and which ones may have failed.&nbsp;SFTP should NOT be used to delete files or folders.&nbsp; When deleting through SFTP, please know that files will automatically be disassociated from the folder in the process (this is a feature of SFTP clients, not SpringCM).&nbsp; If you delete a folder with many files for example, you will see the folder separately from the files in trash folder.&nbsp;&nbsp;What client to use?To use SFTP, you will need to download and install a software to your machine to manage the protocol(s).&nbsp; SFTP software is referred to as an SFTP Client.&nbsp; While any SFTP client should work, SpringCM recommends use of a freeware called Filezilla.&nbsp;There are known issues with WinSCP's SFTP client, specifically the resumable file upload feature.&nbsp;&nbsp;&nbsp;This feature should not be used and SpringCM is not responsible for issues that may occur when uploading files with this feature enabled.How is it used?Once you have installed a SFTP client, you can connect to SpringCM by taking the following steps:Open your preferred SFTP client program.You will enter SpringCM's SFTP URL in the address field.&nbsp; Based on the data center you are working from, the URL will vary.&nbsp; For example, the Address for our NA11 data center will be "sftp://sftpna11.springcm.com".&nbsp; You can confirm and copy the SFTP URL by navigating in the platform to the HELP menu __&gt; SpringCM Resources selection.&nbsp; The SFTP URL for your account will be displayed there.&nbsp;Enter "22" to the Port field.&nbsp;Enter your SpringCM username and password when prompted for your username and password.Once you are connected, you will see two panels _ one, on the left, which will show you your local folders/directory.&nbsp; On the right, a panel showing all folders for each SpringCM account in which you are a member.&nbsp; No documents can be placed in the root of this directory.&nbsp; You should navigate to the desired folder within a specific account you would like to drop documents into and begin uploading or downloading.&nbsp; Making a simple drag_and_drop action of the folders or documents from one panel to the other will copy the files from one location to the other (whether local __&gt; SpringCM, or SpringCM __&gt; local).LimitationsMS Office Naming Convention/Folder Structure LimitationsMicrosoft Office limits the number of characters you can use in the folder path and file names when you transfer documents. If your MS Office documents are stored in a complex folder structure that comprises many characters, you may have difficulty uploading them to SpringCM. If this problem arises, reduce the number of folders and/or truncate document naming conventions. The character length limits vary for each MS Office application as follows:Microsoft Word _ 254 characters including the file name extension.Microsoft PowerPoint _ 258 characters including the file name extension.Microsoft Access _ 258 characters including the file name extension.Microsoft Outlook _ 258 characters including the file name extension.Microsoft Excel _ 218 characters including the file name extension.SFTP Firewall RestrictionsThe tradeoff to being a secure form of transfer is that there may be potential run_ins with firewalls.&nbsp; You may need to reconfigure several firewalls to allow SFTP to work.&nbsp; Please work with your IT department to overcome this obstacle if needed.&nbsp;Date and Time StampsDepending on the FTP client used, the date and time stamps displayed in that client for folders and documents may differ from the actual SpringCM system date and time stamp.&nbsp; This is a known issue which is outside of SpringCM control and unique to the FTP client being leveraged.&nbsp; To confirm the actual modification dates and times on your documents or folders, please view those details in SpringCM (web UI).&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Tue, 04 Nov 2014 01:44:18 GMT
</pubDate>
<guid>https://knowledge.springcm.com/sftp</guid>
<dc:date>
2014-Nov-04T01:44:18Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Fax Documents</title>
<link>https://knowledge.springcm.com/fax_documents</link>
<description>What is it?</description>
<content:encoded>What is it?When is it used?How is it used?To provision a fax number for inbound faxingTo decommission a fax numberTo send a document as an outbound faxWhat is it?SpringCM is capable of receiving faxes and uploading them into a folder associated with a specific fax number. You can also distribute your SpringCM documents via fax.When is it used?Faxing features work well when the sender or the recipient is not a user within your SpringCM account because it allows them to add content and view documents without logging in. It is also typically used when the sender or recipient does not have ready or reliable internet access, yet they need a way to upload content to or receive content from SpringCM.How is it used?To provision a fax number for inbound faxingInbound faxes will be automatically uploaded to a SpringCM folder by associating a fax number with that folder. You must be a SpringCM Super Administrator to provision a fax number for a folder. There is a monthly charge for each fax number that will be applied to your SpringCM account. Your SpringCM Account Representative can help you determine the cost.Select GOTO then Preferences from the menu barSelect Manage Fax Lines. Any fax numbers which have already been provisioned for your account will be displayed.Select Fax then Provision Number from the menu bar if you need a new fax number. If there is already an existing fax number that you want to use, skip to step 5.You will be prompted with a notice about the monthly charge. Click Accept to acknowledge the monthly charge.Check the fax number that you want to configure. If you created a new fax number in step 3, this will be the fax number that was just provisioned for you.Select Folder then Assign Folder from the menu barUse the Select Items dialog to navigate to the folder to which faxes will be delivered, then click Select to select the folder and close the dialog.Expected Results: The selected folder will be associated with the newly provisioned fax number. Any fax that is received to that fax number will be saved as a TIFF image in the designated folder.To decommission a fax numberSelect GOTO then Preferences from the menu barSelect Manage Fax Lines. Any fax numbers which have already been provisioned for your account will be displayed.Check the fax number that you want to decommissionSelect Folder then Unassign Folder from the menu barClick Accept to confirm the unassignCheck the fax number that you want to decommission a second timeSelect Fax then Release Number from the menu barClick Accept to confirm the releaseExpected Results: Unassign Folder is used to dissociate a fax line with a specific folder but it will leave the fax number available for use within your account, and it can be reassigned to a different folder if you like. Release Number will remove the fax number from your account. If you choose to release a fax number, the fax number is no longer available in your account and cannot be recovered. Use Release Number when you no longer need the number provisioned to your account.To send a document as an outbound faxIf a user or a contact in your Address Book contains a fax number, you can use SpringCM's outbound fax capability to send a fax of a document.Navigate to a folder and check one or more document that you want to send. You can also start with a list of documents found via a search.Select Send then Fax from the menu bar.Begin typing the user name in the recipient field, and it will attempt to autocomplete the name based on the contents of the Address Book.Customize the Fax cover page using the Subject and&nbsp;Message fields.If you need to attach additional documents, click the Select Items option and choose an additional document.Click SendExpected Results: The selected documents will be faxed to the recipient's fax number that is configured in the Address Book, along with a cover page containing the subject and message. See the knowledge article titled Send Documents for a comparison of outbound faxing with other send options.</content:encoded>
<category>legal</category>
<pubDate>
Tue, 04 Nov 2014 01:49:42 GMT
</pubDate>
<guid>https://knowledge.springcm.com/fax_documents</guid>
<dc:date>
2014-Nov-04T01:49:42Z
</dc:date>
<dc:creator>Team SpringCM</dc:creator>
</item>
<item>
<title>Enable your SpringCM Account for Sync</title>
<link>https://knowledge.springcm.com/enable_your_springcm_account_for_sync</link>
<description>What is it?When is it used?How is it used?What is it?</description>
<content:encoded>What is it?When is it used?How is it used?What is it?SpringCM Sync is the first and only application designed for business users who synchronize content with the SpringCM cloud platform. The Administator must enable folder sync in order for business users to be able to take advantage of SpringCMs syncing capabilities.&nbsp;When is it used?SpringCM Sync can be used to easily sync documents from the business users computer to SpringCM to the rest of your team via sync capabilities. Syncing documents to the computer allows access to the documents and folders that the end user is actively working on. In order for end users to be able to use Sync, the&nbsp;Account Administrator will need to enable folder sync and set the account up.&nbsp;How is it used? An administrator will need to enable Sync to run in a SpringCM environment.&nbsp;Steps to configure sync preferences for the AccountAs the Administrator, log into SpringCM.Select PreferencesSelect Sync Preferences: GeneralSet Enable folder sync to Yes. &nbsp;This will enable users to Sync from SpringCM. If this is not turned on, then end users will see the following message when they try and select folders to synchronize.Enable&nbsp;Age Filtering&nbsp;to control how much content is stored on the end users desktop. As an administrator, you may have multiple concerns: limiting the number of company assets (documents) that are stored on workstations and how much storage space is being consumed on workstations. To mitigate these concerns, you can set an age filter that limits documents that are synchronized to only those that have been added or changed recently. If an age filter is not set, then all documents that are in sync folders will be synchronized. If an age filter is set to 30 days then only documents that have been added or changed within the last 30 days. &nbsp;Anything that has not been edited within the past 30 days will not be synchronized. &nbsp;Perform the following steps to configure and setup age filtering:Set Enable document age filter for sync to YesSet Do not sync files with edit dates older than days to a valid number of days.&nbsp;If your SpringCM license allows the Administrator to define a set of rules to automatically synchronize content, then optionally set an age&nbsp;Review the number of documents that your license allows you to Sync. If your company needs to synchronize more documents, then contact your sales rep or SpringCM as to how this number can be increased.&nbsp;&nbsp;</content:encoded>
<category>legal</category>
<pubDate>
Tue, 04 Nov 2014 01:50:58 GMT
</pubDate>
<guid>https://knowledge.springcm.com/enable_your_springcm_account_for_sync</guid>
<dc:date>
2014-Nov-04T01:50:58Z
</dc:date>