Nadav Caridi
Comentarios
Actividad reciente de Nadav Caridi
-
Hi, You'd need to use .net snippets take a look at this : https://www.youtube.com/watch?v=fFsyRNpIXBc Or google b1up .net snippet. Good luck :)
- Ver comentario
- 0 votos
-
Hi. I'm always using the smtp option. Why not use that?
- Ver comentario
- 0 votos
-
I did something similar in a row level. But it wouldn't reset when I would bring up a new order. I ended up just doing a validation before the order is being submitted that shows up missing invento...
- Ver comentario
- 0 votos
-
Hi , If you must use B1UP then I think your only alternative would be using the NEWID syntax and then updating the udf using a SQL query. Good luck.
- Ver comentario
- 0 votos
-
Hi, Not sure if it's in the backlog . still very interested. Thank you !
- Ver comentario
- 0 votos
-
Hi , Yes if you can write a query for this scenario , why not ?
- Ver comentario
- 0 votos
-
Hi , recent versions of B1up supports dynamic syntax within dynamic code; so you can just call it like you'll call it within a macro . e.g. string myVar=dymaicSyntaxHere; Good Luck !
- Ver comentario
- 0 votos
- Comentario oficial
-
Hi You can use dynamic syntax with SQL SELECT ISNUMERIC(yourDyanmicSyntaxFieldHere);
- Ver comentario
- 0 votos
- Comentario oficial
-
The way I see it With line loop you query the contents of each line. You can call sql statements of all sorts but you already hold most of the rdr1 data in the table so why do it? Other than that w...
- Ver comentario
- 0 votos
-
I use SBO so I'm not sure about the differences . wouldn't this work when you loop through ? SELECT CASE WHEN ($[$38.40.0]='O')THEN (SELECT 'RES' FROM DUMMY ) END FROM Dummy
- Ver comentario
- 0 votos