Skip to main content

beas scripting - variable returning two values in two different commands.

Comments

2 comments

  • Martin Heigl

    Hi Phiol

    This is wrong
    setvar=pswo=<dw_1.item.beas_tempreport_belnr_id:[<psrow>].value>

    the system don't translate it. In messagebox we've a double translation - this can be the reason, that is working. But a < inside < is not allowed. This is the reason to use [] as placeholder inside <>

    setvar=pswo=<dw_1.item.beas_tempreport_belnr_id:[psrow].value>

    regards
    Martin

  • Phil Sparkes

    Thanks Martin - yes I see that now. Simple mistake but it's cost me hours...

Please sign in to leave a comment.