Nadav Caridi
- Actividad total 163
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 5
- Suscripciones 62
Comentarios
Actividad reciente de Nadav Caridi-
check out this post : https://support.boyum-it.com/hc/en-us/community/posts/360009478438-Check-inventory-and-change-quantity-color
-
assuming you're sending directly from the sales order document : SQL:SELECT t0.email from OHEM t0 WHERE t0.empID=$[$222.0.0]
-
Hi, Suppose you'd like to color the first row : Item itm = form.Items.Item("38"); // Set form itemMatrix oMtx = (Matrix)itm.Specific; // Access MatrixoMtx.CommonSetting.SetRowFontColor(1, 4678655)...
-
Hi, According to https://help.boyum-it.com/B1UP/index.html?macro.html this is not officially supported. (Matrix Cells / Matrix Rows in the table) You can achieve that however with the .net code o...
-
Hi Yaremi , I understand the workaround, but I'm bringing this up to prevent a lot of pain for other B1up users that has duplicate test env. Unfortunately it's an easy mistake to make when coming...
-
Hi, this works for me : SQL:SELECT N'UF-623 ' + CHAR(13)+CHAR(10) + .... but I'm not on HANA. Hope that helps. -Nadi.
-
Hi. Thanks for the reply. I can work around this only a little dirty. Just wanted to see if there's an escape for single dot I could use Local partner will just tell me to work around this no point...
-
Hi, I can't see your image ,but perhaps you can use IPT in combination of dataload validation / setValue (?)
-
can you elaborate what you're trying to accomplish and what you did so far ?
-
Set isn't working for you ?