Geoff Booth
Comments
Recent activity by Geoff Booth
-
An IPT would be very handy in Ship-To addresses as we often add UDF(s) to store address specific Phone 1/ Phone 2 for critical delivery information. The ability to re-position these fields would be...
- View comment
- 0 votes
-
Body SQL Source SELECT "ItemCode", "ItemName" FROM OITM WHERE "ItemCode" = '1500-E' Line Source SELECT "ItemCode", "Onhand" FROM OITM WHERE "ItemCode" = '1500-E' Body <?xml version="1.0" encoding="...
- View comment
- 0 votes
-
Hi Brian, It looks to me like you have a HANA system therefore HANA syntax is required. Also "DocEntry" should be a numeric value Try: Select OINV."DocNum", OINV."CardCode", OINV."CardName" From OI...
- View comment
- 0 votes
-
I hard coded the value for testing. I'm trying to paste the value from the Business Partner Master record as per below (@STORE3) I know Rasmus doesn't like SendKeys but at least it's working for no...
- View comment
- 0 votes
-
Could this be used to block all Drop-Down "Add New"?
- View comment
- 0 votes
-
There are many cases where being able to edit the Open Items lists would be beneficial. Adding adding additional columns (usually 1-3) is a common request from our customers. The fields they wish t...
- View comment
- 0 votes
-
Now that I look at this I might as well ask for the world and add CURRENT_ITEM & CURRENT_COLUMN
- View comment
- 0 votes
-
I think this is a nice to have. I have recently started adding a right click menu configuration to the form I am working with to provide a two click scenario for repeated testing.. No issues with D...
- View comment
- 0 votes
-
Try editing the Form's IPT configuration for the UDF. 1) Set the Type field to "ComboBox" 2) Set the Valid Values field to a SQL statement "SQL:SELECT Code, Name FROM [@MY_TABLE] WHERE U_ACTIVE = ...
- View comment
- 0 votes
-
Has my full support Needing to remove 13,000 BOM's
- View comment
- 0 votes