Thomas
- Actividad total 510
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 4 usuarios
- Votos 20
- Suscripciones 311
Comentarios
Actividad reciente de Thomas-
Comentario oficial Hi Ross, I suggest creating an SQL report tab (https://www.youtube.com/watch?v=UI-7DvL2N9M) that shows the related activities. You could open up the activity window from the report itself. The end ...
-
Hi John, Can't see anything wrong there, you could try without the single quotes in dockey and the numbers. -Thomas
-
Comentario oficial Hi John, Yes, you can create the directory and the file name with SQL: -syntax. For example to get the timestamp put this in the output file name: SQL:SELECT 'C:\Invoice_'+ REPLACE(CONVERT(VARCHAR(...
-
Comentario oficial Hi Jakob, Loose the quotes " and it will work. You should always check in the management studio what's wrong if you're having problems with the SQL syntax. Best regards, Thomas
-
Hi Heath, I moved this request under the "Feature requests" topic. Now you can vote for this by pressing the up arrow.
-
Comentario oficial Hi Westley, Do you have "Use Tab Control" activated in the B1 Usability configuration under Administration -> Add-ons -> B1 Usability Package -> Configuration wizard ? You can find the option in ...
-
Comentario oficial Hi Daniel, It depends what you mean. For example this Macro would select the first 6 and press update on this screen: Set($[$25.3.0.1]|Y);Set($[$25.3.0.2]|Y);Set($[$25.3.0.3]|Y);Set($[$25.3.0.4]|Y)...
-
You're very welcome
-
Comentario oficial Hi Craig, You can create a golden arrow that points to a universal function. From universal function macro you can activate the add-on window by using Activate()-command. Add another line to the M...
-
Comentario oficial Hi Rahul, It's not possible to open the Available to promise window straight from the Production order -window. However, you can add a command CloseParent() to your macro to close the Item Master ...