List of Contributions

bruisinsusan

Contact Details

bruisinsusan


My Content

1 to 3 of 3 total
Posted By bruisinsusan Dec 03, 2025 12:55:00 PM
Found In Egroup: Advanced Software
\ view thread
Yes i have spent many hours trying to figure this out with no luck. My netlogic work fine using this function, foreach (IUANode user in usersFolder.Children) ( var domainVar = user.GetVariable("Domain"); var domain = domainVar?.Value?.ToString(); // Include ONLY native users (no domain / empty) ...
Posted By bruisinsusan Dec 02, 2025 03:42:00 PM
Found In Egroup: Advanced Software
\ view thread
Thank you, glad to know it should be fairly simple; however, getting the right query is a challenge: SELECT * FROM Model WHERE Domain = "" (double quotes) yields: Unable to evaluate expression, Unsupported binary operator 'Equals' with operands of type 'String' and 'NodeId' SELECT * FROM Model WHERE ...
Posted By bruisinsusan Dec 02, 2025 01:18:00 PM
Found In Egroup: Advanced Software
\ view thread
I am developing a dual-authentication strategy application where users, typically hourly exmployees without corporate accounts, access the application via the Optix HMI panel using Model Authentication. Users/Supervisors create and edit users on the panel itself. The hosted web sessions use Domain authentication ...