Re: Is there a way to programatically set what user a function runs as
David Delač
11-8-19
Hi Håvar,

You can find where UserCanAction("InvOK",true) is used and add additional case that would check if RecordUpdate has been called from Maintenance or not. We have primitive IsMaintenance() that can help you achieve this check.

Example of how it can be done:


if (UserCanAction("InvOK",true) or IsMaintenance) then begin
//do something

end;

Just for future reference we also have HAL Primitives website with all this information:
http://halforum.hansaworld.net/primitives/procedure/IsMaintenance

Best Regards,
David D.
HansaWorld
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
David Delač
Hi Piotr, The log entry:
2024-12-14 08:40:43 0.000 CallHal(IsHansaWorldCustomer) appears because the server is running with the verbosity=debug-detailed setting in its parameters.txt file. Thi...
09:43 16 Dec 2024
Brittany McGrath
Hi Vaughn, I can confirm this has been fixed now and is live in Standard ERP 2024-11-20 Version: 85556786. Thank you. ...
10:04 10 Dec 2024