
Dave Gutman
- Total activity 701
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 104
- Subscriptions 533
Comments
Recent activity by Dave Gutman-
Hi Larisa, This can be done using the SQL helper, which allows you to create a SELECT statement that returns the date in the desired format. The online help has a few examples of using SELECT to ...
-
Hi Larisa, It looks like the code that assigned @STORE17 is having problems with the use of quotes. I copied your code to my system and replaced the UDF in OITM with another field. When I ran i...
-
The need to make rows in Mandatory Fields definitions conditional came up today on a project I'm working on. The best solution would be to have a 'SQL Condition' column in the grids for each of th...
-
New Dynamic Syntax - $[DEFINITION_CODE] and $[DEFINITION_NAME] – Boyum Helpcenter (boyum-it.com) is similar. Maybe add to this $[CALLING_DEFINITION_TYPE] (it could be called by another UF, Validat...
-
I think this FR is related: Right-click Menu Creator - Ability to use -1 or similar to initiate menu's across the entire SAP B1 (all forms) – Boyum Helpcenter (boyum-it.com)
-
Gregory Coucke would this include the ability for the proposed Resource MDM to maintain Resource Costs, Warehouse Capacities, Planning Data, Fixed Assets, etc. for each Resource? I'm guessing thes...
-
Hi Alex, This can be done using the B1UP SQL function. B1UP interprets the function's argument as SQL code. For example: @STORE1 = SQL(SELECT LastPurPrc FROM OITM WHERE ItemCode LIKE '[$38.14.0]');
-
Luuk Jansen Please vote for your Feature Request by clicking the Up-Arrow button. We evaluate FRs by the number votes from unique companies.
-
Please be sure to VOTE for your request. We look at Feature Requests sorted descending by number of votes. Click that Up-Arrow icon to vote:
-
Official comment Hi Jennifer, You can set a @STORE variable which you can test against. For example: @STORE1 = SQL(SELECT T0.[AdresType] FROM CRD1 T0 WHERE {your logic} ) ; IF (@STORE1 = 'S') BEGIN MESSAGEBOX...