Search This Blog

Saturday, June 30, 2012

Defining deadlines

The 3 ways in AMODIT to define deadline for a case:

  1. Define notifications and escalations on procedure's stages. For example you can set that 2 days after entering stage user will get email notofication and 1 day later user's manager will get this notification, too.
  2. Request answer in defined period of time when sending case to someone else. If case doesn't come back to you in this ime you will be notified by email.
  3. Define deadline for a case. It can be for you or anyone responsible to the case (can be also a group of users). Cases with deadlines will be shown at the top of case list. And if deadline is exceeded then it will be marked red. Just before deadline comes person responsible for it will be notified by email.
I want to describe last option a little more. To define such deadline choose option from toolbar:

Then you define proper date and time. It will be shown in case header. And when deadline is exceeded it will be shown in red color.


Cases with exceeded deadlines will be shown at the top of case list and marked red.



Tuesday, June 26, 2012

MS Office document templates

AMODIT has one very nice feature that allows to print a case form. In most cases it is enough. But what should you do when you want to present or print the case form in more nicer or custom way? The answer is quite simple - just use MS Office documents (i.e. Word or Excel) as templates.

To accomplish this goal you should create your custom MS Office document (I will use a Word document as an example in this post) and attach it to a procedure definition in AMODIT. The following picture shows a few important steps you need to do while editing document templates.


These steps are:
[1] Create a case form in AMODIT. The fields may be of different types and using national characters for their names is not a problem.
[2] Create your own custom MS Office document with placeholders inside. The placeholders will contain fields values from the AMODIT case form.
[3] For each placeholder in the text insert a merge field.
[4] The merge field name should correspond to the AMODIT case field. It is important to replace spaces in the merge field name with underscores.
[5] One more thing you should do is to uncheck "Preserve formatting during updates" option.

As mentioned earlier in this post the document template should be then attached to the procedure definition in AMODIT. The document template appears on the "Document templates" tab on the case form ([6]). A sample result may look like on the following picture.


When you click and open the attached document template ([7]) you should see your custom Word document fulfilled with the data from the AMODIT case form ([8]).

Monday, June 25, 2012

2d barcodes support

Recently AMODIT was equipped with 2d barcodes support. To add it to a form you simply create a field of a type "Barcode". Then you can define from what fields values are to be taken to generate a barcode. For example "[VendorID] [ProductId]" means to get values from two mentioned fields divided by blank, and generate code from it.

You can then use this code to quickly input data from code to other system. Or just generate code with case ID and then use it to find electronic version on a basis of the printed code.

Now Aztec codes are supported but shortly we will add other codes like 1D and QR.

Below you can see example of code generated from a field [Company].

Codes are certainly visible on printed version too:

Wednesday, June 20, 2012

Password strength and expiration

AMODIT can use two types of authentication:

  1. Web forms - acounts stored in internal database
  2. Active Directory
Second type is usually used when customer already has AD. It gives "single sign on" and many security policies. For the first type of authentication those options were very limited, till now.
Now AMODIT is checking for strenght of password, so it has to contain at least one small letter, one capital letter, one digit and one special character. Administrator can also define minimal length of password (8 by default).
Furthermore, administrator can define number of day password is valid. Then it expires and user has to select new one.

This functions give proper level of security also for internal AMODIT account.

Tuesday, June 19, 2012

Error tolerant programming

One of principles of AMODIT is to make it as easy as possible. You can start using workflow in a few minutes and end users can propose new procedure giving it just a name and names of possible stages.
However, later some procedures get more mature and stable and we want to add some automation. This is why AMODIT is equipped with rules engine and special scripting language. Syntax is similar to C#, but is simplified. For example there are no loops, not to let user a chance to make infinite loop.

For those who are familiar with C# it is known that you have to put semicolon ";" after every statement.
For example:
a = a + 1;
b = a * 2;

But we assume that AMODIT users don't have to be experienced programmers and they can forget about semicolons. So compiler is trying to guess if there should be a semicolor and put it there itself. Thus previous example can be simply writtten as:

a = a + 1
b = a * 2

Another thing that is made simple is referring to form fields. Generally if you want to refer to a field you use its name in square brackets:
[field1] = [fields2] + 1;

However, there are some functions which perform special actions with fields. For example SignField(field,comment) function puts a signature into a sign field. First parameter is a name of a field (not its value) so you have to put is as a string:
SignField("field1","my comment");

But users very often make mistakes writing:
SignField([field1],"my comment") 
or
SignField("[field1]","my comment") 

From syntax point of view it is error. But it is common error and we decided to make compiler smarter.
So now you can use all combinations:

  1. SignField("field1","my comment");
  2. SignField([field1],"my comment") 
  3. SignField("[field1]","my comment") 

Just the first one is really valid, but all others are tollerated because compiler can clearly recognize user's intention. And this is what I call "error tolerant programming"!

Monday, June 18, 2012

Polatom deploys AMODIT and SharePoint

POLATOM is Radioisotope Centre, part of National Centre for Nuclear Research. Polatom deployed AMODIT to support workflow processes, f.e.: gathering opinions and workshop orders. There are plans to deploy more processes and it will be done in cycles.
This deployment was connected with deployment of intranet, based on Microsoft Office SharePoint Server 2010. Both systems were integrated and AMODIT is now integral part of intranet. Look&feel is the same. From users perspective it is one of intranet sites.


AMODIT as SharePoint site

Thursday, June 14, 2012

AMODIT in Polish Ministry of Sport and Tourism

Since 2011 Polish Ministry of Sport and Tourism is using AMODIT as a platform to gather applications for financing sport events and builing sport facilities. Number of organizations interested in getting such funds is above 30 000. Most people apply just a few days before deadline so it is every important to ensure high scalability and performance.

Applications forms are quite complex and can contain multiple subforms, tables etc. They are all defined using web browser. There are many restrictions defined as rules. So system checks validity of a form before it is sent to Ministry.


Forms are sent in electronic format but they can also be printed for archiving purposes.











System already supported numerous applying actions with load of over 4 thousand people applying at the same time.

Important achievements of deployments are:

  • modern way of applying in electronic way, even though forms are complex
  • automatic validation of application forms
  • quicker and less expensive process of applying
  • obtaining universal tools for all departments of Ministry
  • integration with financial (ERP) system
  • integrated reporting for the whole Ministry
  • electronic archive of all documents
  • tracking history of changes and decisions.

Wednesday, June 13, 2012

Collecting signatures and next step

Functionality of collecting signatures was present for some time already. But now it is extended with possibility to define what will happen if the whole process with finish with acceptance of rejection.
So from now on you can not only define who should sign the case (or part of it) and ask them one by one or at the same time.

So now you can define processes of collecting signatures and define who will take care of it after signatures are collected. You can also define more sofisticated scenarios if you use rules, because you can define automatic rule which will fire on certain stage. So you have lots of options :)


Tuesday, June 12, 2012

Merging cases

There are situations when two separate cases in AMODIT are started for the same issue.
What can you do when you realize it?
First you can connect them. So they both "live" separately but they have links to each other.
Sometimes however it is better to have just one. You can simply just close one. But there is better options now.
You can merge two cases. Then documents and comments from one case (called sub case) are moved to the other. But history and form of sub case is lost. So this is especially useful if sub case have been just created.

Note: One of such situations is when cases are created automatically from incoming emails.


Monday, June 11, 2012

Firing rules in background

Among many new featues in AMODIT 1.6 there is something very useful to make forms more interactive.
You can define rules that are fired in background while editing forms.
They can be used for example to make some calculations in background. Or to set value of one field depending on combinations of value of other fields.
What is important you can use them also in tables. There are special "table rules" which will be fired for every row separately.
To achieve it you just need to tick a checkbox:


Saturday, June 9, 2012

AMODIT in Academy of National Defence

Academy of National Defence have finished evaluation project with comparison of workflow systems. AMODIT and SharePoint were compared in area of modeling workflow processes.

As a result of this evaluation there were several advantages of AMODIT were indicated:

  • dynamic modeling of process diagrams based on history analysis and artificial intelligence
  • ease of defining electronic forms
  • built-in support for useful calculations, f.e. calculation number of workdays between two dates in accordance of weekends and public holidays
  • built-in integration with SharePoint, which lets use there two platforms as one product
- "Implementation of AMODIT and SharePoint significantly improved the management of information flow, which is an important qualitative change in the activities of the Department of Management and Command, and significantly increases our efficiency."
- Major MSc. Bartosz Biernacik,
Assistant in the Department of IT systems,
Institute of the Army,
Department of Management and Command.

Friday, June 8, 2012

BMM - new satisfied customer

BMM is an IT company specializing in deployments and trainings. Even though they use several information systems, they decided to use AMODIT. We have managed to deploy several business processes:

  • agreements
  • proposals
  • protocols (confirming work done for customers by consultants)
  • purchase invoices acceptance
  • correspondence
Customer is satisfied what is confirmed by this testimony:
- "Implementation of AMODIT reduced time and workflow needed to handle business processes. The Management Board received a tool to control the flow of information and quickly access documents. "
- Andrzej Ciupa - Board Member, BMM

Thursday, June 7, 2012

Demo version

You can access online demo version at https://app.amodit.com/demo_en


You can see concept animation here:


Rich support for e-mails

AMODIT had some e-email support before, which included:

  • sending notifications about new cases and changes,
  • sending alerts,
  • receiving scanned documents by email,
  • etc.
But it did not cover situations when you want to move your whole email communication with customers into AMODIT. One of our customers wants to use it this way. So recently AMODIT has been extended with new functionalities which allow really rich support for e-mails.

New features cover:
  • AMODIT can receive emails and convert them into cases.
    • Content of email is saved as comment, attachments are saved as files.
    • You can define mailbox for each procedure - every email sent to this mailbox will be transformed into case.
    • Newly created cases can be sent to chosen user or group.
    • There can be special mailbox for unknown content. Then special "unknown" procedure is used and proper procedure can be assigned later.
  • AMODIT shows cases sent from same email address and lets you merge them.
  • User can send email to person who primarily has sent email which created case. Such email contains caseID and replying to it will cause automatic attaching its content as case's comment.