Michelle Campbell
Resumen de la actividad
Última actividad de Michelle Campbell
-
Michelle Campbell creó una publicación,
BEAS Script to Delete Record
The following works, but would rather delete the reservation lines instead of zeroing them out. Anyway to do that? if <dw_1.item.status_id.value> = 'PCK' then sqlca.update "BEAS_RESERVATION_LIN...
- Michelle Campbell
- 1 seguidor
- 0 comentarios
- 0 votos
-
Michelle Campbell hizo un comentario,
Thanks. This is what ended up working: sqlca.update "OITM" set "U_V33_DefaultKitCode" = 'FS' where "ItemCode" = <dw_1.item.art1_id.value,dbstring>
- Ver comentario
- 0 votos
-
Michelle Campbell creó una publicación,
Beas Script Error for SQL
I'm trying to write a simple beas script, but I'm getting an error code -1 (if i put it in the SQL Editor, it works): sql = update oitm set u_v33_defaultkitcode = 'FS' where itemcode = <dw_1.item.a...
- Michelle Campbell
- Editado
- 2 seguidores
- 2 comentarios
- 0 votos