Questions and discussion about using ProcessMaker: user interface, running cases & functionality
By mailomid
#826720
hello
how can receive a department manager (Department manager manual set In this address - Admin\Departments) with trigger or show in bitnami database?
By Bosatzu
#826752
mailomid wrote: Mon Sep 30, 2019 9:18 am hello
how can receive a department manager (Department manager manual set In this address - Admin\Departments) with trigger or show in bitnami database?

You can use a query on your trigger like this (It is an example):
Code: Select all
select a.DEP_UID,a.DEP_TITLE,b.USR_UID,concat(b.USR_LASTNAME,' ',b.USR_FIRSTNAME) FROM DEPARTMENT a LEFT JOIN USERS b ON a.DEP_MANAGER=b.USR_UID
It will show you the manager of each department that was created.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]