Skip to main content

Beas Script Error for SQL

Comments

2 comments

  • Thierry Rodrigues da Silva

    Try like this

     

    sqlexecute=update oitm set "U_V33_DefaultKitCode" = 'FS' where "ItemCode" = '<dw_1.item.art1_id.value>'

  • Michelle Campbell

    Thanks.  This is what ended up working:

    sqlca.update "OITM" set "U_V33_DefaultKitCode" = 'FS' where "ItemCode" = <dw_1.item.art1_id.value,dbstring>

Please sign in to leave a comment.