Beas dynamic syntax Answered

Ignacio Edo

Hello,

I'm trying to use UDT Handler with dynamic syntax on a Beas window (tools management) but I can't. 

I don't know how to use dynamic syntax on Beas window like $[$38.1.0] or $[ORDR.ItemCode].

I have tried with:

  • $[BEAS_WKZ.WKZ_ID] 
  • <item.wkz_id>

With no results.

Thank you

Comments

1 comment

  • Comment author
    Yaremi Miranda Lopez
    • Official comment

    Hello Ignacio,

    Here is an example:

    select "BEASV_WORKORDER"."DocEntry","BEASV_WORKORDER"."DocNum","BEASV_WORKORDER"."DocDate","BEASV_WORKORDER"."CardCode","BEASV_WORKORDER"."CardName" ,"BEASV_WORKORDER"."ItemCode" from "BEASV_WORKORDER" where "BEASV_WORKORDER"."ItemCode" = <dw_1.item.itemcode.value,dbstring>

Please sign in to leave a comment.