Welcome to the Sysero Knowledge Base

30 results found
< Back Clear Filters
Manual
Filters
Sort & View Options
Adjust View
Results Text Size
Metadata Direction
Manual: Office Addin Installation
Detail: Please note the Office addin will only support Office365 authentication, if your Sysero instance has been setup for Office365 authentication, please see seperate Knowledge article on setting that up.

For the Office addin to support Office365 the following registry setting should have been set:

HKLM\Software\Sysero\SyseroCTXOffice\SyseroCTX_AuthMode = 1

If 32bit Office on 64bit Windows Wow6432Node will be between Software and Sysero.

Please note if it was not set on install, we can set it automatically during install, please contact us.
Relevance Score: 0.1891018
Manual: Administration
Detail: By default LDAP Data Actions are limited to 1000 results, this can be increased by setting web.config setting to say e.g. 2000 in appSettings section:

<add key="ADPageSize" value="2000"/>

After setting IISReset may be required for setting to take effect.
Relevance Score: 0.1891018
Manual: Administration
Detail: If you set the custom parameter UseCredentialsAsHeader to True, it will use the UserName as the header Key name and Password as that keys Value.

This will allow for value to be store securley and open up access to other REST calls.  Note if you find a REST API that cannot be used, contact Sysero for advice.
Relevance Score: 0.1891018
Manual: Administration
Detail: If you need to trigger an index of a claim from a SQL Data action, maybe after a SQL Update, then you can do the following in Data Action configuration:
  1. After any UPDATE, or appeneded to existing SELECT add a SELECT @ItemID as IndexItemID field.  Note it does not need to be named IndexItemID.  @ItemID is just an example, it can be whatever you have named it in Input Params, but obviously should be valid ID of Sysero Data Room Item.
  2. Add Additional Setting IndexColumn with value set to the name of the column you return for example @ItemID in the SELECT e.g. IndexItemID.
Relevance Score: 0.1891018
Manual: Administration
Manual: Administration
Manual Level Two: Security, Integrations
Manual Level Three: TwoFactor, AWS
Detail:

Please discuss with Sysero before use!  Important the use of this functionality should always be planned carefully, as has the ability to introduce costs all of it's own based on text message usage!

Please note currently we only support Amazon AWS SNS for sending sms text messages.  If you have another provider please contact us to discuss requirement.  Sysero do not provide the Amazon AWS SNS account.

SMS Text Messages can be used for two purposes in Sysero:

  1. As an additional Two Factor method for authentication.
  2. Ability to send text message via data action as notification.

In AWS SNS set the following settings

  1. Default message type : Transactional
  2. Account spend limit : Maximum USD you allow per month on text messages.
  3. Default sender id : On message shows reciever source of message e.g. Sysero.

In AWS IAM settings setup the following

  1. Go to Policies and Create policy.
  2. In the JSON use syntax similar to the below, note the IP address is to stop other people using this service if Key and Secret are compromised.
    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Sid": "VisualEditor0",
                "Effect": "Allow",
                "Action": "sns:Publish",
                "Resource": "*",
                "Condition": {
                    "ForAnyValue:IpAddress": {
                        "aws:SourceIp": [
                            "{yourpublicip}/32"
                        ]
                    }
                }
            }
        ]
    }
  3. Remember name of new policy
  4. Go to Users and Add New User.
  5. Set User name and select Access Key as option before clicking next.
  6. Attach policy to that user.
  7. Remember to copy the secret and access key at end of creation process.  These will be required in next phase.

In Sysero

  1. Go to Admin > System > AWS SNS Message Settings.
  2. Set the Key and Secret to those recorded when setting up IAM account.
  3. Set ID to the SenderID you set in AWS SNS settings.
  4. Set the AWS region the SNS was setup for.
  5. Set limit to safe level for a month, recommend setting lower while testing.
  6. If using two factor, set the two factor text.

Two Factor

Note you can only request a maximum of 3 two factor codes in a 3 minute period via this method for each user.

  • Once the above has been setup, two factor is controlled by role User: Two Factor Authentication Can use phone.
  • This also requires a user has a mobile phone number set in their User profile.

Data Action Send Text Message

Note for Data Actions you can only send 3 text message per minute for item you are working on.

Data action requires following input mappings:

  1. Phone or User : If Phone used pass phone number, if User used pass UserID or Email and it will lookup Mobile phone from profile.
  2. MessageText : Text of message you need to send.

Output mapping should be set to Status with No Output Mapping, this will give visual indication to success of text.

Relevance Score: 0.1891018
Manual: Administration
Manual: Administration
Manual Level Two: Data Actions
Manual Level Three: UploadDocument
Detail: Below assumes you already know how to setup Data Action with Upload Document type to iManage.

To change profile only, in the Data Action, set  Document Mode in Additional Settings to Update Profile Only.  Then pass in Input Params or Additional Settings with iManage accepted params like custom14 etc.

Input Param of DocumentID is mandatory to the Document where the profile needs updating.
Relevance Score: 0.1891018
Manual: Administration
Detail:

The below query string parameters are set when using worksiteupload.aspx in Admin > System > Integrations: iManage Work > URL Mapping:

  • ApplicationID = ID of App/Data Room.
  • CompanyID = ID of Site/Company.
  • StorageType
    • SyseroStore (default) = Physical copy in Sysero.
    • IWL  = Legacy link to iManage.
    • URL = https link to Document in iManage.
    • Worksite (iManage Work) = Only ID stored in Sysero (prefer URL usually)
  • Mode
    • Default = All selected documents to single Sysero profile.
    • MultiProfile = Single Sysero profile for each selected document.
  • TextFieldx = You can use TextField1= to set default values on new profile.
  • DocumentID = should be set to [documentid], this will be single or list of documents to upload.
  • DocumentIDField = You can name the document field to store DocumentID in the Syser profile, this will allow for settings to only upload document once etc.
  • UseExisting = If used in conjunction with the above, it will update existing profile not create new one.
  • NoIndex = Do not index document content for links.
  • ApplySecurity = Apply security rules, from iManage to new Profile.  Roles need to be mapped in Admin > Data Room > Worksite Settings > Worksite Role Mappings.
  • The following additional pseudo code values can be set in URL:
    • [custom1]
    • [custom2]
    • [custom3]
    • [custom1_description]
    • [custom2_description]
    • [custom3_description]
    • [workspaceid]


Please note: inbuilt fields (author, doctype etc) fields are mapped using Admin > Data Room > iManage Work Settings > Inbound Field Mappings.

Relevance Score: 0.1891018
Manual: Administration
Detail: Version 1.22.1024 includes the release to production of the new Process Designer GUI.  Please note the following:
  1. New GUI only applies to newly created Data Rooms/Apps
  2. Old Data Rooms/Apps will continue to use old UI.
  3. If an issue is discovered with the new Process Designer GUI and we cannot resolve it, then contact us and we will be able to assist in downgrading Data Room/App to the old UI.
Relevance Score: 0.1891018
Manual: Administration
Detail:

Coupled Data Rooms have the following Types:

  • Parent to Children
  • Child of Parent(s)
  • Related

Below are a couple of scenarios to explain their usage:

  1. If you have a Knowledge Library and you want to attach Drafting Documents to it, you would probably have two Data Rooms, Knowledge Library and Drafting Documents. 
    1. In the Knowledge Library Data Room you would create a Coupled Data Room Section.
    2. Set the Type to be Parent to Children.
    3. Set the Child Data Room to be Drafting Documents.
    4. Save the section and form.
    5. Although not necessary you could then show the Parents on the Drafting Documents Data Room by adding a Coupled Data Room Section.
    6. Set the Type to be Child of Parent(s).
    7. Set the Parent Data Room to be Knowledge Library.
    8. Make sure the correct section from Knowledge Library is selected.  If Knowledge Library was Coupled to other Data Rooms it would cause items to appear in wrong section if set incorrectly.
    9. Save the section and form.
  2. For document automation where you require a data room to be linked as a child of another, you can do the following:
    1. Create a new data room for the child data
    2. In the main data room make a section that is a coupled data room section
    3. Set the type to be parent to children and select the child
    4. The fields menu in automated templates in the parent data room should now have the ability to add repeat tags for the coupled data room content on the parent section
  3. If you have Knowledge Items that are often used together and they have equal relationship, so they should display if they are either children or parent items.
    1. Add section to Knowledge Library.
    2. Set the Type to be Related
    3. Select the related Data Room, in this case iteself but could be another.
    4. Select the related section, same reasons as in previous scenario.
    5. Save the section and form.
Relevance Score: 0.1891018
Manual: Administration
Detail: Before using this article please confirm Signature Hosting has been setup see Configure Sysero E-Signing (Signature Routing)

There are two types of signing in Sysero which involve sending documents for signatures:
  1. Document you have created, where you need to add signature placeholders and then send to people for their signatures.
  2. Automated document that has signature fields configured on form and signature routing initiated in Business Process.
Sysero for Office Request Signatures 

This details how to use the scenario where you have document you need to route to people for signatures.
  1. This assumes you have the Sysero for Office addin installed and Enabled.
  2. It also assumes everything is configured and you have permission to use this functionality.  The setting and role permission are:
    1. Admin > Site > Office Settings > Enable Request signatures buttons.
    2. Role Permssion : Allow user to sign documents.
  3. Firstly as described earlier add the signature place holders where you require them.  This can be found in the Sysero Rebiion > Request signatures > Add signaure placeholders.
  4. In the same place click Email for signing.  The first time you do this test with yourself and people you have warned.
Automated Document Signature Routing

This details the scenario where you have a document automated with form content and which will be routed as part of the business process.
  1. Ensure you have an automated document ready to place fields in with the fields menu. For more information on setting this up and automating documents, please visit our Youtube channel tutorials
  2. A new signature field can be added to the document in the same manner as other field types. 
  3. You will also want to add a simple text field and set that as the signee name field in the signature field settings of the signature field. 
  4. In the business process designer for the automated data room, at the desired point in the process for routing the document for signatures (usually near, if not at the end), you should include an action that is a "signing" type action, and select "Sysero" as the signing method. 
  5. When the business process reaches the signing action it will redirect the user to a signing form to specify email addresses to send to for each signature required.
  6. The document can be sent to be signed by signees in sequential order, or all at once. Finally hit send to confirm.
  7. Users receiving the email will receive a copy of the document in it's current signed state as a PDF. This will include a clickable link to sign at the appropriate signature placeholder location that will take them to the Sysero signing page. 
  8. Once the document is fully signed, the final copy will be sent out once more to all recipients. 
Relevance Score: 0.1891018
Manual: Administration
Detail: Signature Host Server

The signing host server can either be the same as the current Sysero instance or another Sysero instance that is cloud facing, should the primary Sysero instance not be available to those that need to sign documents.

To enable the Sysero instance as a Signature Host Server:
  1. Logon to the Sysero instance that will be cloud facing or is accessible to those that need to sign documents, note if not same instance for both note down steps below where it is specific to seperate Sysero instnaces.
  2. First you may want to create a new site dedicated to sigining.
  3. Switch to the existing or newly created site you will be using for signing.
  4. Create a App/Data Room and in Basic Settings set the Type to Signature Routing.
  5. Go into Admin > Site > Signature Settings and set the following settings.
  6. Enable Client as Signature Routing Host.
  7. If this is a seperate Sysero instance copy the Access GUID for later in process.
  8. Set the Email routing mode.
  9. Create a Routing Email in Admin > Email Templates, remembering to add the [SignatureLink] place holder.
  10. If you want to send a Final e-mail to all signatories once all signatures are on document, create another Email Template and select here.
  11. Set the App/Data Room you created as the Signature routing Data Room.
  12. See if any other settings are relevant to you.
  13. Save the settings.
Signature Routing
  1. You now need to Login to the primary Sysero instance if hosting was on a different instance.
  2. Go to site you will be configuring signing for.
  3. If instance is the same check "Use Current Instance for Signature Server", otherwise follow these two steps:
    1. Host Sysero Instance URL, this will be the root URL for the seperate Signature Host instance of Sysero.
    2. Enter a signature routing site Access GUID, this is the GUID you noted down earlier.
  4. If instance is the same as host you also need to select the site that is set for "Signature Host".
Next Steps

Signing if now configured and ready to build a process around.  Please see KB article How to use Sysero E-Signing
Relevance Score: 0.1891018
Manual: Administration
Detail: Request filtering blocks large file sizes from certain pages, web.config needs the section below in same area that other location settings are set:

  <location path="clientdashboard.aspx">
    <system.webServer>
      <security>
        <requestFiltering>
          <requestLimits maxAllowedContentLength="1073741824" />
        </requestFiltering>
      </security>
    </system.webServer>
  </location>
Relevance Score: 0.1891018
Manual: Administration
Detail: Please note there are other types of comments not documented here e.g. Document Version comments and Lock comments etc.

The button on the right to expand comments will appear on Summary and Input forms if comments are enabled.
If enabled in Sysero for Office the button will appear on the Sysero for Office ribbon.

To configure use the following options:
  1. To enable comments, set setting Admin > App/Data Room > Advanced Options > Feature Settings > Items: Allow users to leave review comments.
  2. If you require the button in Sysero for Office on an open document, set setting Admin > App/Data Room > Office Settings > Enable Comments Button.
  3. To allow users to set comments set Role Permission > App: Allow Review Comments.
  4. To allow users to delete other peoples comments set Role Permission > App: Allow deletion of other user comments.
Relevance Score: 0.1891018
Manual: Administration
Detail: Please note this only applies to Microsoft Word Documents.

If you want the created and modified date chanaged to today's date when downloading a document, set the following setting:

Admin > App/Data Room > Advanced Settings > Feature Setting > Documents: Set Word Document Created Date to Today on Download
Relevance Score: 0.1891018
Manual: Administration
Manual: Office Addin Tips
Detail: There are two types of signing in Sysero:
  1. Sign by myself - Inserting a stored signature via a button click into any document.
  2. Signature routing - Sending via e-mail for people to sign, often known as e-signing.
This article deals with the 1st option Sign by myself



Before using this feature we recommend running a Sysero for Office version later than 1.22.1111.

To configure this set the following:
  1. Go to Admin > Site > Office Settings > Enable Sign as myself buttons.
  2. Any user using this will require Role Permission - User: Allow user to sign documents.
  3. If you require the ability for users to delegate permission to sign documents on their behalf, enable delegation by going to Admin > Site > Signature Settings > Allow Signature delegation.
Relevance Score: 0.1891018
Manual: Administration
Manual: Administration
Manual Level Two: Data Rooms
Manual Level Three: Forms Design
Detail: If you want to show Current Decision or Current Section on the form, follow the steps below:
  1. Add a text field.
  2. Go to Text field Settings and change Content to Current Decision or Current Section.
  3. If you also need this to be a refiner, set in the normal way under Search Settings.
Relevance Score: 0.1891018
Manual: Administration
Detail: On one occasion we found a data action when locked was not showing the value saved on the form.  The data stored was correct, but we found the Data Action did not have the 2 No Output fields set as required for this type of data action:
  1. No Output : Display Value field from results returned.
  2. No Output : Stored value field from results returned, hidden should be checked.
In the order above.
Relevance Score: 0.1891018
Manual: Troubleshooting
Detail: In some cases scheduled jobs will require longer time periods to execute.  Setting the below in the web.config will set the timeout to 60 minutes.  There may be other pages where this is required e.g. ones that import from large data sets.

  <location path="WebServices/SyseroCTXTimerService.asmx">
    <system.web>
      <httpRuntime executionTimeout="3600" />
    </system.web>
  </location>
Relevance Score: 0.1891018
Manual: Office Addin Tips
Detail: As the Outlook addin uploads the .msg file when submitting to Sysero, you can turn off it exacting the other attachments into invididual files, using the setting Data Room > Advanced Settings > Office Settings > Outlook Attach MSG File Only 
Relevance Score: 0.1891018
Manual: Administration
Detail: To have a checkbox like the below in a repeater you need to do the following:
  1. Add a Declaration Field to the repeater section.
  2. Edit the Repeater Section Properties and Check Enable Checkbox Declaration Fields in Repeater Grid
Relevance Score: 0.1891018
Showing 1 - 20 of 30
Privacy Policy
Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
View or hide all system messages