This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disable Tasks in Manager by using Permission Groups

How do I disable (or make unavailable) tasks in Manager Menu ?

Parents Reply
  • HI Markus,

    I was able to get the report via SQL query in ObjectBrowser using DialogSheet Table.

    select
    ds.Caption,ds.SheetName,
    di.ImageName,
    dlf.DialogFormDefinition,dlf.LogicalFormName
    from DialogSheet ds
    join DialogImage di on di.UID_DialogImage = ds.UID_DialogImage
    join DialogLogicalForm dlf on dlf.UID_DialogLogicalForm = ds.UID_DialogLogicalForm

    Thanks

    AJ

Children