Michelle Campbell
- Actividad total 6
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 3
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 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>
-
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...