Árvore de páginas

Versões comparadas

Chave

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

Check out below the new features available in the fluig 1.5.4 update:

Índice

Architecture

Do you want fluig tuned to your business? Let the Quick Deploy Wizard help you!

...

Informações
titleInterested?

Access Configuring fluig Realtime to run on Load balancing and Settings for the operation of chat to find out more details about it.


ECM

Plugin for renewed Outlook!

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelPlugin Outlook



Card
id2
labelPlugin Outlook - Documents


Card
id3
labelPlugin Outlook - Task Central



Mobile

Choose what to see first

In order to catch up with backlogs, Task Central is the home screen of the fluig Mobile. But, now, you can change it easily and quickly. Click here and see how easy it is.


Social

Make video conferencing meetings!

...

Conector de Widget
width640
urlhttps://www.youtube.com/watch?v=Ou8q428qcH8
height360


LMS

Search for skills to find those responsible for their classes and disciplines

...

Informações
titleMore details

See the fluig public API for more information on how to use the new methods:


Plataforma

Update on the public API

Our public API continues to grow.  And in this update you have the chance to manage resources permissions through our REST services.

...

Dica
titleSamples of Use


Bloco de código
titleRegistration
collapsetrue
function beforeDocumentPublisher() {
	var FLUIG_HOST ="http://SEU_FLUIG";

	// OAuth variables 
	var OAUTH_APP_PUBLIC = "OAUTH_APP_PUBLIC";
	var OAUTH_APP_PRIVATE = "OAUTH_APP_PRIVATE";
	var OAUTH_USER_APP_PUBLIC = "OAUTH_USER_APP_PUBLIC";
	var OAUTH_USER_APP_SECRET = "OAUTH_USER_APP_SECRET";

	//matrícula
	var user = getValue("WKUser");
	var consumer = oauthUtil.getGenericConsumer(OAUTH_APP_PUBLIC, OAUTH_APP_PRIVATE, OAUTH_USER_APP_PUBLIC, OAUTH_USER_APP_SECRET);
	var data = consumer.post(FLUIG_HOST+"/api/public/social/user/"+user,jsonString);
Bloco de código
titleAlias
collapsetrue
function afterSocialLike(companyId, like){
	var FLUIG_HOST ="http://SEU_FLUIG";

	// OAuth variables 
	var OAUTH_APP_PUBLIC = "OAUTH_APP_PUBLIC";
	var OAUTH_APP_PRIVATE = "OAUTH_APP_PRIVATE";
	var OAUTH_USER_APP_PUBLIC = "OAUTH_USER_APP_PUBLIC";
	var OAUTH_USER_APP_SECRET = "OAUTH_USER_APP_SECRET";

	//alias
	var user = like.getUser();
	var consumer = oauthUtil.getGenericConsumer(OAUTH_APP_PUBLIC, OAUTH_APP_PRIVATE, OAUTH_USER_APP_PUBLIC, OAUTH_USER_APP_SECRET);
	var data = consumer.post(FLUIG_HOST+"/api/public/social/user/"+user,jsonString);


Documentation news

Fixes

In this session, we have listed a few bugs that we fixed in this update to make sure everything runs smoothly on your platform.

...