Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Check out the new features available in the fluig 1.6.3 update:

Índice


Portal

Snowflake theme: A brand new look for fluig!

...

A selection of special offers will be available at the Store Items during this first phase, but the store will soon expand and add more products to this model.


BPM

Approval is here!

In addition to a new theme for your fluig, the Snowflake update brings the Approval application to light the decision process. It is already available for free for Android and for the IOS platform only from 19 December. Approval will be the companion in the processes of the executives of the companies that use the platform fluig, making the more complex processes can be seen in the simplest and most agile way. The magic of Approval is in the summary of information, coupled with the powerful flow engine of processes, allows super complex ERP screens to be simplified for easy analysis.
It is perfect for controlling your process activities and approvals of requests wherever you are. Come check out the app full of facilities that have come to assist your day to day in a complete way.

...

Deck of Cards
idExemplo de verificação de transferência de uma tarefa
Card
labelTransfer verification of a task - Example 1
  • Example to block the user from downloading an activity:


Bloco de código
linenumberstrue
function beforeTaskCreate(colleagueId) {
	var isTransfer = getValue("WKIsTransfer");

	if (isTransfer !== null) {
		if (JSON.parse(isTransfer)) {
			throw "Não é permitido transferir a atividade!";
		}
	}
}
Card
labelTransfer verification of a task - Example 2
  • Example to swap the responsible user in a custom mechanism:


Bloco de código
linenumberstrue
function resolve(process, colleague) {
	var userList = new java.util.ArrayList();
	var isTransfer = getValue("WKIsTransfer");

	if (isTransfer !== null) {
		if (JSON.parse(isTransfer)) {
			userList.add("gestor");
		} else {
			userList.add("user");
		}
	} else {
		userList.add("gestor");
		userList.add("user");
	}

	return userList;
}




Identity

Multifactor security with the safe id application

...

Plus, your device does not need to be online to add new accounts or see the tokens already registered.



Integration

A new look for the Services feature 

...

Deck of Cards
id1
Card
labelDataset registration with JDBC services

Conector de Widget
width800
urlhttps://www.youtube.com/watch?v=NaZg1DK0CQE&feature=youtu.be
height500



Architecture

Good news for those who use MySQL databases!

One of the new features in the 1.6.3 update is you can now use fluig with the MySQL 5.7 database. The new performance and scalability features in this MySQL version are great. Update fluig and give it a try!

...

You asked for it, and we listened! Now the Users page just got more interesting as it allows the platform administrator to view the number of active and locked users with no effort at all. Check it out!


LMS

Managing registrations is easier than ever

...

Deck of Cards
idExportar treinamento
Card
id1
labelExport

Card
id2
labelNotification received


ECM

Connect 1.6.2.0 is more complete!

...

Go to Document events and check out all the available events.

Fixes

ECM

  • Fixed an issue so that the webdesk/vcXMLRPC.js, address is considered when the library is entered as ../vcXMLRPC.js.

...