• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Startup program priority

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Startup program priority

    Inside NAB > [App] > Security, I have a startup action set and assigned to a feature name. In the startup program on the same screen, I have the following code (the feature name is filterTerr).

    if not vvSecure_isMember(1010);
    disableFeature('filterTerr');
    endif;


    For users not assigned to group ID 1010, the feature is not disabling. When I disable another feature that's not part of the startup section, it does disable properly. Is there a way for a program to trump the startup feature if the feature is disabled inside the program?

  • #2
    Hi Andrew -

    We will reach out to you directly on this. I am not exactly clear and it will be easier to just see it in action.

    thanks

    Comment

    Working...
    X