Skip to main content

BEAS Terminal: Add functionality to Pool Report window

Answered

Comments

1 comment

  • Martin Heigl

    Hi Nate,

    customizing is not needed
    This list support templates

    https://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.