Á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!

...

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

...

Painel
titleStay tuned!

Check out more details about the actions available for registrations – such as registering, unregistering, locking registrations, and approving registration requests, among others – in Platform ❙ Register, Platform ❙ My pending issues and Platform ❙ Managing registered students.

Want to learn more about how to release access to these features? Go to Platform ❙ Learning and evaluation features.

Deck of Cards
idMatrículas
Card
id1
labelRegister

Card
id2
labelAction report

Card
id3
labelMy pending issues

Card
id4
labelManaging registered students

...

Painel
titleLearn more!

Want to know more details about how Type and Credit accounts work? Go to Platform ❙ Accounts and increase your knowledge.

...

You can never have too much training, right? Thinking about it, we have redesigned the Platform ❙ Evaluation scheduling feature to make it easier to run them in your company. It is now more intuitive and easy to schedule evaluations to measure your participants’ knowledge of a given subject and give them the deserved recognition. Click the link to check it out!

...

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.

...

  • Changed the information message about the environment expiration containing the link to the documentation that has the platform’s update calendar.
  • Fixed an inconsistency that prevented fluig from starting up when updated from the 1.6.1-EP8 to the 1.6.2. update.

...

  • Fixed a problem when displaying the purpose of the training course. Now it shows the text formatted as defined while it was created or edited.

...

  • Fixed the message that is displayed when a student requests registration in a training course that makes up a track, asking them to wait for registration request approval.
  • Made changes to evaluation registration to allow correctly creating, editing and saving evaluations that have an image, as it displayed an inconsistency message.

...

  • Improved the message that is displayed when a decimal number is entered by using a period as the cost of registration in classes, tracks or training courses.
  • Fixed the posttest access to a track when it is composed of the pretest, two training courses and the posttest, as it was displaying an inconsistency message.
  • Fixed the Content feature to allow file upload using the Internet Explorer browser.

...

  • Fixed an issue with file upload for the Content feature in environments that use the HTTPS protocol.

...

  • Fixed the message that is displayed if a comment is not added when grading an open-ended question in the Question grading feature.
  • Changed the integration between the fluig platform and Rest LMS card for EJB to solve problems in environments that use proxy settings, firewall and the like.

...