BEAS Terminal: Add functionality to Pool Report window
AnsweredWould it be possible to add a column on the pool report in the beas terminal app to show who is clocked onto the job (if anyone)?
Also, would it be possible to visually flag a job in some way, say if it's for late for parts, that way it would be easy to visually understand what's going on in a work center at a quick glance of the pool report within the beas terminal app.
We are willing to pay for this customization, but were told that CRs aren't done on the beas terminal app and to instead post here.
-
Hi Nate,
customizing is not needed
This list support templateshttps://help.beascloud.com/beas/index.html?templates.htm
Example: add Name from employee who is current logged in:

create template

For this example use follow SQL Statement
(select min(p."DisplayName") from "BEAS_FTSTMP" m inner join "BEAS_PERS" p on p."PERS_ID"= m."PERS_ID" where m."BELNR_ID"="BEAS_FTAPL"."BELNR_ID" and m."BELPOS_ID"="BEAS_FTAPL"."BELPOS_ID" and m."POS_ID"="BEAS_FTAPL"."POS_ID")
With beas templates every list is very flexible.
Please sign in to leave a comment.
Comments
1 comment