Christian Thisted Dahl
- Total activity 102
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 41
- Subscriptions 26
Comments
Recent activity by Christian Thisted Dahl-
Is there a reason that it is not possible? It is adding a lot of time to maintain very long routings if you need to delete many lines.
-
It should be a background task, that will check if any operators have been logged in to any operation for more than xx minutes/hours. All operations that exceed xx minutes/hours should then be auto...
-
Hi Martin It is working for BOM but not for routings. For some reason, it is not possible to mark multiple lines in the routing window.
-
Great to see that this is now part of beas! :D
-
This will add sales order delivery date: (select CONVERT(nvarchar(10), "DocDueDate", 104) from ORDR where "ORDR".DocNum = "BEAS_FTPOS".BaseDocNum) This will add item group name: (select "OITB".I...