David Erkelius
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
Posts
Recent activity by David Erkelius-
Doubleclick select all rows in macro
AnsweredHi, is it possible to mark all rows in Pick&Pack list when in a macro? As now I can only mark one row at a time, but I don´t know how many rows there are. Anyone for a solution? /David Erkelius
-
Open Item List - Column Chooser
AnsweredHi, is it possible to show other fields than default in the columns in "Open Item List"? Tried to use "Column Chooser" but that is something else, or? /David
-
While loop - Cancel
AnsweredHi, How do I cancel or break a While-loop with ESC och Ctrl-C or something? I will have a dedicated SAP client which has a While Loop checking for new orders created with SAP API fom our ecommerce...
-
Macro - How to check if question about no VAT code will appear?
AnsweredHi, for example, if the AP is registrated as EU customer with no tax to pay (EV) and if the customer have shipping adresses and if some of these adresses not have the VAT-no registrated the questio...
-
Line Loop Sales Order with sales BOM
AnsweredHi, I use Line Loop in Sales orders where it might be lines that are sales BOM. I want the line loop to "do nothing" with the items when it is a a part of sales BOM. But when its a single item I wa...
-
Mass update Contacts BP
AnsweredHi, I would like to remove/change/disable Contacts like "Agent" that we have created as contact on all Agent´s customers BP. We have used these in P&D, but now we have made some changes in our rout...
-
SQL converting dates in macro
AnsweredHi, I would like to compare two dates in stringformat. One is from GETDATE: @STORE52 = SQL(SELECT CONVERT(VARCHAR(10), GETDATE() +2, 120)); Works fine. the other is from DocDueDate: @STORE14 = SQL...
-
Line loop system messages AutopressNextPopup()
AnsweredHi, is there a way to AutoPressNextPopup() System Messages like with saving Sales orders wich exceeds the credit limit, I tried AutoPressNexPopup, SendKeys and Click, but I cant get it to work. Th...
-
Line loop schedule on non approved orders
AnsweredHi, I would like to create a schedule for a lineloop on all orders that are not approved, (checking and changing som fields, and saves the order) Is that possible? Otherwise, it is possible to cre...