Participation in the LleidaTV debate on the digital kit

On June 17th, our CEO, Òscar Ortega, participated in the LleidaTV panel discussion program “Lleida al dia.” He discussed the digital kit and its implementation in Lleida, with various digital stakeholders and a company that received the grant. You can watch the program here: Or at this link: https://ott.lleidatv.cat/ca/pv/021d2ab0-7922-16ab-9c10-33d25b1da25d

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