04-22-2021 01:30 AM
Hello,
Could someone explain what sets EntryPoint.Enabled property for given entry point?
https://zone.ni.com/reference/en-XX/help/370052AA-01/tsuiref/reftopics/entrypoint_enabled_p/
From what I see it is somehow connected to permissions, admin can see all entry points but some users have this flag set to false. I don't see anything in permissions that would indicate this.
Solved! Go to Solution.
04-22-2021 10:47 AM
If you right-click on an entry point and select Sequence Properties and on the Model tab there is an expression called: Entry Point Enabled Expression. This varies for different entry points (e.g. the Test UUTs vs the Single Pass). That expression is what defines the privilege to look at. The single pass uses the SinglePass privilege which is found in the Debug category for privileges.
If you are making your own entry points you can just use your own privileges or an existing one... or just hard code it to "true" like the Test UUTs entry point.
Hope this helps,