bTactic participates in Librecon 2018

On November 21 and 22 we were together with Zimbra at the free software reference fair in southern Europe, LIBRECON, which this year is sponsored by the prestigious CEBITIn it we were able to present our services, and we talked about our successful case of implementation of Zimbra in PIMEC (the employers of small and … Read more

SuiteCRM Manual – Advanced modules – Advanced Workflow Part 1

Advanced open Workflow Advanced Open Workflow (AOW) is a module for SuiteCRM, which allows users to create custom workflow processes. This module allows users to activate various system actions depending on the conditions of any SuiteCRM module. Create a workflow process You can create workflow processes by navigating to the ‘WorkFlow’ module within SuiteCRM. Click … Read more

SuiteCRM Manual – Advanced modules – Advanced Workflow Logical Functions 3

subtractMinutes Signature {subtractMinutes(format; timestamp; amount)} Parameters format: format text timestamp: date/time value amount: decimal number Description Subtracts amount minutes from timestamp Returns Decremented date in format Example call {subtractMinutes(Ymd H:i:s; 2016-04-22 12:37; 5)} returns 20160422 12:32:00 subtractSeconds Signature {subtractSeconds(format; timestamp; amount)} Parameters format: format text timestamp: date/time value amount: decimal number Description Subtracts amount minutes … Read more

SuiteCRM Manual – Advanced modules – Advanced Workflow Logical Functions 1

Logical Functions Logical functions are returning true or false in the form of 1 and 0 so checkboxes typed fields can be filled with these functions. They can be also used as the logical condition for the ifThenElse function. equal Signature {equal(parameter1;parameter2)} Parameters parameter1: can be any value of any type parameter2: can be any … Read more