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
Reino Botha
Please check your version of android if it is the same as the server you are connecting too. ...
08:24 21 Nov 2024
Bror-Erik Kotiranta
In NC you hace operations>>ai chats. They are used for these Br, Bror-Erik...
05:12 21 Nov 2024