
Michelle Campbell
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Michelle Campbell-
Michelle Campbell commented,
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 created a post,
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 commented,
Nevermind. The following worked: SQL:SELECT 'Test '||"OITM"."ItemCode" from "OITM" WHERE "OITM"."ItemCode"=$[$5.0.0]
-
Michelle Campbell commented,
I'm having problems getting this to work. What I need is a combination of text and query results to be returned in the message. When I try the following (the sql here is just a simple example - I ...