Á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 update 1.5.10:

Índice

 


Do you use Microsoft SQL Server 2008?

...

Aviso
titleWarning!

As previously informed (on 11/28/2014 and 6/22/2016), the fluig update 1.5.10 is not compatible with the Microsoft SQL Server 2008 database. Therefore, the platform startup will be blocked in installations using this version.

If you use the SQL Server, you must update to version 2012 or greater, as described in our Portability Matrix.

For more details, see the press release issued by the fluig product Strategy team.

...


Architecture

More convenient and safer access to external services

...

Informações

To learn more about the potential of this new feature, check the documentation that we have prepared for you in Authorization for REST Service client.

...


LMS

More convenience with automatic enrollments in track trainings

...

Nota
titleAttention

The automatic registration process is performed asynchronously so as to not affect the platform performance, that is, it will run in the background so you do not have to wait until the end of this procedure to continue using fluig. Once everything is ready, registered users will receive confirmation notifications. 

BPM

        New rules for using custom messages

...

Nota
titleStay tuned!

For security reasons, the removal of HTML code interpretations in custom messages has already been planned. This change will soon be implemented. Therefore, we recommend you start assessing the necessary changes in your developments.

...


Below is an example of how to adapt line breaking in messages to the recommended standard:

...


Deck of Cards
idHTML
effectTypeslide
Card
labelRecommended
Bloco de código
languagejs
themeEclipse
function validateForm(form) {
	if (form.getValue('product_code') == 'A8973') {
		throw "Warning! \n Invalid product code. \n Please enter a new code."
	}
}
Card
labelNot approved
Bloco de código
languagejs
themeEclipse
function validateForm(form) {
	if (form.getValue('product_code') == 'A8973') {
		throw "Warning! \n Invalid product code. \n Please enter a new code."
	}
}

...


Style Guide

Another way to use autocomplete

...

Informações
titleMore information

Access the Autocomplete component on the Style Guide and get more detailed information.

...


What's New in Documentation

Check the new Online Help!

The platform Help documentation is now in the cloud. But don't worry, the path to access it is still the same: click the Settings menu at the top of the page next to the user name, select Help and that’s it!

...

  • Parameters for requesting the transfer method on fluig API documentation have been included.

Fixes

This session lists some of the bugs that were fixed in this update to ensure everything runs smoothly on your platform.

...

  • Display of the cache server type on the System Settings page when Redis or Redis Cluster is configured.

...