Michelle Campbell

  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Michelle Campbell Recent activity Votes
  • 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...

  • 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...