Á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

Platform developers and administrators now have a new option in the Control Panel to manage access and security settings for REST services, further streamlining the communication between the platform and these resources.

You can configure the authentication of external services using Basic, OAuth1 and OAuth2 protocols, in addition to testing the validity of the registered information, all in one place!

Deck of Cards
idarchitecture
Card
labelRegister Service

Register the client to call external services.

Card
labelTest Service

After the registration, test the communication with the service.

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

To speed up access to training, when enrolling to a certain track, the student is automatically enrolled in all trainings comprised in such track.

If there are requirements for any of this trainings, don't worry! The automatic enrollment will only be concluded if these requirements are also part of the trail. Otherwise, the registration will be held only in case the student already meets the requirements.

Nota
titleAttention

The automatic enrollment registration process is performed asynchronously to avoid drops in performance. 

 

BPM

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

        Stay tuned! New rules for using custom messages

Custom confirmation, warning or error messages of the Style Guide accept the inclusion of HTML codes; however, this is not a practice approved by fluig, as it can cause instability when moving requests.

To ensure a smooth flow of movements, we         We recommend the use of character the \n character for breaking lines in the texts, and as well as the removal of other HTML codes in custom messages , because soon the platform will no longer interpret them in this component.to ensure a smooth flow of movements.

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 "AtençãoWarning! \n EsteInvalid código de produto não é válidoproduct code. \n PorPlease favorenter informea outronew códigocode."
	}
}
Card
labelNot approved
Bloco de código
languagejs
themeEclipse
function validateForm(form) {
	if (form.getValue('product_code') == 'A8973') {
		throw "AtençãoWarning!<br />\n EsteInvalid código de produto não é válido.<br /> Por favor informe outro códigoproduct code. \n Please enter a new code."
	}
}

...


Style Guide

Another way to use autocomplete

Check out our Style Guide for a new sample deployment of the Autocomplete  component using an array, without REST calls to Web Services.

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!

You        You will be directed to the new Online Help, a portal that brings together concepts, tips and step-by steps -step instructions for using platform resources.

Image Removed

Click here to access it directly from your browser.

Image Added

...

  • References in the fluig Studio Use Guide updated for the content available on the Fluig Developer’s Portal.
  • Using controlled copy? Learn about

    the required

    these settings in case of any inconsistency in document printing.

  • Check out the new fluig Studio Update Guide, created specifically to guide you on how to keep the fluig Studio plugin up to date.
  • Warning about the waiver to install Internet Information Services (IIS) to use the fluig Viewer 10.5 on Windows servers.

  • We have updated the requirements for installing and using fluig Connect.

...

  • 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.

  • Execution of JavaScript confirmation warning in the beforeSendValidate event on the iPhone/iPad.

Informações

Be sure to check the recommendations for development of Mobile Forms and examples for deploying the beforeSendValidate event.

...

  • Activation of users through the TOTVS RM x fluig LMS integration.
  • Restrict multiple execution of the same evaluation in a training or track.
  • Display of articles in widgets via fluig Mobile in Android OS devices.

...

Informações
titleLearn more

Among the initial events, only the Initial-type common process supports input flows. Conditional, Signal, Timer and Multiple types do not support this resource. Get more information about each type on Initial Events.

  • Updated display of additional accounts on fluig Messaging, after deleting an account through the Account Management option.

...

  • Controlled copy print using specific Microsoft Word components in environments where the Microsoft Office is not installed.
  • Filtering

    Return of active and inactive records in the filtering of datasets with the metadata#active parameter set

    to

    as false.

  • Using the hAPI.setCardValue method in the afterTaskSave event for cases where the Parent/Child form has a second parent form and this contains more children than the first.

...

  • Enhancement on the message displayed in case of inconsistency in authentications in HTTPS environments through the fluig Mobile application, for using an invalid certificate.

...

  • Display of the total number of unread messages in the Chat tab icon of fluig Messaging application for the Android operating system.
  • Fluig Studio installation without the additional repository of dependencies on TOTVS Developer Studio 11.3 and latest Eclipse versions.

...

  • Restricting the sharing of Web pages through the browser on mobile devices using Android operating system.
  • Setting the server return standby time during the process exporting procedure from fluig Studio. Learn More.

...

  •  Before the process is released, check to ensure that the target activity of an automatic flow has at least one additional input flow.

  •  Sending of Learning and Evaluation notifications to registered users before the 1.5 update in environments updated directly to 1.5.6 or higher.

  • Validation to avoid the disabling of communities related to Course Subjects or Learning Classes.

  • The message displayed when there is not enough disk space on the database server has been improved.

  • The fluig Connect update check has been corrected in environments where the latest update has been installed.

  • Sending of activity with assignment by form field mechanism, which has been previously saved with the field indicating the person responsible filled in.

  • Updating of the parent form and recreation of children records in a Parent X Child form via Web Service, in the event the Single version of the form option is enabled in the process.

  • Display of LMS content and evaluations in environments whose platform access address includes the port number.

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