John Slaats
- Total activity 143
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 37
Posts
Recent activity by John Slaats-
Dashboard grid
Hi, I want to color cells in column 1 green bases upon another value in the record.I can add this value as a column to the grid and base the rule in column 1 on the value of column 2.But I don't wa...
-
Mass delivery on BP
Hi, I want to set a UDF in BP to e.g. Yes.Then send an email to all BP with Yes. Can I do this with B1P&D? Regards, John
-
Ordnum to UDF
Hi, When I save a marketing document I need to copy Ordnum to a UDF.But when I have 2 users with this document open they have the same Ordnum.And after saving both, 1 has another Ordnum then the va...
-
[Beas] Powerbuilder/Infomaker and HANA
AnsweredHi, I'm connecting Infomaker to a HANA database.But it looks like the Database parameter is not working.I keep seeing all the database and I should only see one. Kind regards,John
-
How to alter right click popup menu in datawindow in Beas
AnsweredHi, I want to add an item to the popup menu when I right click on a datawindow (dw_1)Is this possible? Script does not work for global function dw_1_rightclick messagebox=sdfasfagend global I'm usi...
-
Templates in MRP
Hi, It would be very nice to be able to use templates in the mrp view:
-
Run APS from planned activity?
AnsweredHi, Can we make it possible to run APS as a planned activity? Replanning all work orders during office hours is a burden on the netwerk and performance for everybody. Also it does make more sence t...
-
System requirements B1Up
AnsweredHi, Do you have recent system requirements for B1Up? THe only one I could find was from 2016. Regards, John
-
To Blank a UDF
CompletedHi, There is a nice feature SetUdfSidebar(|) to set a value in a UDF field. It would be nice to have a command to blank the UDF. Something like BlankUdfSidebar() (I can blank them with an easy .NET...
-
How to blank an UDF
AnsweredHi, BLANK() does not work for a UDF field.With SetUdfSidebar(|) I can set a value in a UDF field. But I cannot make the UDF field empty SetUdfSidebar($[$U_old_rev.0.0]|);SetUdfSidebar($[$U_rev_dat...