• How to hide a tab of an item?

    For the Item Part, for the all the part numbers, I need to hide a specific tab, lets say "Goals" for a specific identity. "Goals" is under Relationship Types in Part item. I have tried: - Right click on the Goals in Relationship Type,Permissions--> Access…
  • Browse the versions of an item

    Hi everyone , I'm currently trying to implement a C# method that should be able to browse all the versions of a Part Item , thus we can read the states of the different versions and promote them . but the problem is that I don't know how to…
  • Use multiple "like" conditions in AML query?

    Hi, I have: setType("Part"); setProperty("permission_name", "New %"); setPropertyAttribute("permission_name", "condition", "like"); var item = apply(); How do I change this to use multiple "like" conditions? I want to express something like:   "permission_name…
  • Don't close the searchdialog

    How can I do when I open the item searchdialog and doubleclick, do not close the searchdialog?