How to disable the planning to the administrators and interactive users to create or modify rules Manager calc in their application?

Hello

According to the designer of Calc Manager 11.1.2.3 Guide and my tests:
-Planning of the directors may change the rules of Manager of calc deployed in their planning application

-Planning interactive users can create their own Manager calc of the rules in their planning application

But according to our governance IT, they are not able to do, especially in a production environment (and they were not able to do planning with HBR 11.1.1).

Any idea or tip to disable the planning to the administrators and interactive users to create or modify rules Manager calc in their application?

Thanks in advance.

Philippe

I don't think that there is a way to disable. If you look at the shortcut create a shortcut to a business rule, then it just gives you an option to run the rule even on different applications (rather that copy you in applications).

Concerning

Celvin

http://www.orahyplabs.com

Tags: Business Intelligence

Similar Questions

  • I don't have a message to tell me the image my takes up screen is set to full screen. How to disable the who and the fade slow when he goes to fs?

    In Firefox 42

    When a site like youtube when I make the video fullscreen it just melted slow useless when it does. And then tells me that it is full screen. I know that it is full screen for two reasons. One, I hit the button fullscreen. Two, the video takes up my entire screen. The message point. Use the fade. How can I disable them?

    To disable the fade, you can change these preferences of the topic: config page.

    • full-screen - api .transition - duration.enter: "0 0".
    • full-screen - api .transition - duration.leave: "0 0".

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    I do not know how to disable the warning, but it might be possible to hide this message with code to userChrome.css or elegant.
    This message is displayed for security reasons because a malicious script can switch to full screen mode and take over the entire window without noticing you (i.e. show a fake office).

  • How to disable the boot into single user mode SIP?

    Hi all

    My MacBook Pro (bought in May 2011, out of warranty at this stage) is not able to start. I think that the graphics card is dead, I can boot into single user mode and run the Apple Hardware Test (no problem found). I found this acticle (https://people.cam.cornell.edu/~zc227/extras/early2011mbp_graphics.html), but I can't follow the steps to start the Mac to avoid the AMD card, such as the SIP is activated (cannot move road file extensions).

    I can't boot into recovery mode, due to the inability to start the graphical mode. Any other way to disable SIP?

    Thanks in advance.

    Ana

    In the developers page: security configuration is stored in NVRAM, rather than in the file system itself. As a result, this configuration applies to all Mac OS X installations across the entire machine and persists through installations of OS X than Protection of the integrity of support system.

    To enable or disable the Protection of the integrity of the system, you must start on recovery OS and run the csrutil(1) command from the Terminal.

    Integrity https://support.apple.com/en-us/HT204899 Protection System

    This command can be run without root privileges and will tell you whether or not the SIP is enabled.

    to find out whether the SIP is enabled or disabled, run

    status of csrutil

    to disable SIP:

    copy & paste the following and then press ENTER:

    csrutil disable

    To activate the SIP

    csrutil enable

    After activation or deactivation of the Protection of the integrity of the system on a machine, a reboot is required.

    There are some options here:

    NetBoot and NetInstall NetRestore requirements in OS X El Capitan - Apple Support

  • Re: How to disable the function and the combination of the space bar key?

    How can I change the combination Fn + space?
    If I hit him, it changes the resolution of the screen. terrible :(

    p.s. I asked this question ten minutes ago, and now he's disappeared from the forum Board. does not pass the prior restraint?

    In the past, that Toshiba used utility zoom and this utility has been installed as an application unique os it wasn't the problem to remove it from the system.
    This application is now part of the Toshiba system parameters. I've checked my Satellite with Win8 and I find didn t the way how to turn off this option.

    I hope that someone else knows how to do this. I would also like to turn it off.

  • Satellite P500-025 - how to disable the Eco and media keys?

    An excellent laptop except for the stupid design in the placement of the eco flaw / media / etc. volume buttons on the left side of the keyboard. Whenever I use the keyboard I accidentally brush these buttons (and he needs only a very light touch indeed) and upwards is the utility Eco or Media Player, when I'm trying to do other things.

    Is there a way to disable them?

    I rang Toshiba support, but I absolutely refuse to pay $66 just to find a way to share.

    > A portable large except for the stupid design in the placement of the eco flaw / media / etc. volume buttons on the left side of the keyboard. Whenever I use the keyboard I accidentally brush these buttons (and he needs only a very light touch indeed) and upwards is the utility Eco or Media Player, when I'm trying to do other things.

    Hey friend I like this design ok buttons could be placed above the row of keys F1 to F12, but I think that it s a matter of taste I m worry not about those buttons on the left

    However, I think that it should be possible to disable these keys as if it were possible on the first laptop Toshiba

    Check your support-> Optimize-> Support Button Toshiba Toshiba

    Here, you should be able to cancel the registration of the button.
    You can also try to disable (uncheck) the software Toshiba button control in MSCONFIG (in RUN type msconfig).

    See you soon

  • How to disable the forms and bring back the simple traces?

    For many years I have draw in Illustrator and used to work simple <path >. < Forms > in the new update Illustrator (19.2.0) crazy me... Can they be disabled? I want the rectangle became < Path > not < Rectangle >. -Circle < path > and not < circle >. Line - < Path > and not < row > etc.  All the time do a 'Expand form' very time-consuming.

    Make an Action and assign it to an F key.

  • How to disable the headers and footers of first fage

    Another question for experts! How do you keep the headers, footers and page numbers on the first page of each chapter?

    It is Ctrl + Shift + click with the selection tool to substitute. Bob has type faster than his brain this afternoon.

  • Disable the days and months to Date Pciker

    APEX 4.0
    30%

    Hello, I have a question. How to disable the months and days in the datePicker to apex? I want the year only because Im creating a school year. So, I want only one year in the date picker. How do I do that? Thank you

    You can create a dynamic LOV for use in a select list that generates values in a number of ways, depending on the requirements.

    For example, a way to get a projection of the next decade of this year with the help of a sequence of integer generator:

    select
              y l, y v
    from
              (select
                        extract(year from sysdate) + rownum - 1 y
              from
                        dual connect by rownum <= 10)
    order by
              v
    
    L                      V
    ---------------------- ----------------------
    2010                   2010
    2011                   2011
    2012                   2012
    2013                   2013
    2014                   2014
    2015                   2015
    2016                   2016
    2017                   2017
    2018                   2018
    2019                   2019                   
    

    Or another, to get a this year ± 5 years interval using the model clause:

    select
              y l, y v
    from
              (select
                        y
              from
                        dual
              model
                        return updated rows
                        dimension by (
                          0 n)
                        measures (
                          extract(year from sysdate) - 5 y)
                        rules
                          iterate (10) (
                            y[iteration_number] = y[0] + iteration_number))
    order by
              v
    
    L                      V
    ---------------------- ----------------------
    2006                   2006
    2007                   2007
    2008                   2008
    2009                   2009
    2010                   2010
    2011                   2011
    2012                   2012
    2013                   2013
    2014                   2014
    2015                   2015
    

    You might generate complex results using the clause type games. A pipeline function would be another option.

    Generate values from scratch as this is useful if your system does not have existing tables of reference/dimension of the described type of Jeff.

  • How to disable the option to find my phone, if I phone 4S dead?

    How to disable the option to find my phone, if I have Iphone 4S dead? I turned on Itunes and I wanted to restore it, but it's impossible because I find my iphone app is on. Synchronization is impossible

    If the iPhone is dead, how do you plan on catering?

    You can disable FindMyiPhone by logging iCloud.com.

    -> iCloud: remove your device to find my iPhone

  • Disabled the Administrators account

    I went to try and create user permissions in Microsoft Management Console and somehow managed to disable the Administrators account. When that I start the computer the account only has a guest account option which means that I can not change the administrators active account again. How can I change this?

    Hi JP Eiman,.

    Try to change the type of user account to administrator of built in check and UAC if the issue is resolved.

    In Windows Vista, the built-in Administrator account is disabled by default. In previous versions of Windows, an administrator account was created automatically during Out-of-Box-Experience (OOBE) with a blank password.

    An account administrator with a blank password is a security risk. To better protect the system, the built-in Administrator account is disabled by default in all new installations and upgrades of Windows Vista.

    HOW to: Enable the build-in the administrator account in Windows Vista
    http://support.Microsoft.com/kb/555910

    You can create a new user account by following the instructions in the link below, if she works built in the user account.
    Difficulty of a corrupted user profile
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • How to disable the scaling software IPR and PPP compatible as Microsoft Office.

    original title: scaling software IPR and PPP compatible as Microsoft Office.
     
    Hello!
    Does anyone know how to disable the scaling of the DPI (or how custom scale) in IPR software compatible?
    In particular, how can I disable display picture in "Microsoft Office 2010"?
    Disable in properties of control does not work as it does for non-Microsoft programs.
    I have a screen 1440 x 900, and for most of the tasks, I prefer the screen so it should be about 4' of me usually use scaling of IPR. The problem is that in MS Office, the Ribbon of the toolbar > 25% of the screen on this setting. Hide the Ribbon is an option, but if I could selectively disable scaling (as I do with the chrome) - all my problems could be solved.
    Thanks for the advice/input!
    Rich

    Thank you for your empty insulting response. I wonder if your answer is just an automated response.

    Well, I was going to answer the Fahimulla K and politely point out that they may have misunderstood your question because you seem to have the "how-to" down to "Disable the display timing of high DPI settings" in the compatibility of most of the Programs tab.  So say what you said apparently is that Microsoft Office 2010 programs do not seem to allow that (the selection isn't activated - grey - so you cannot select)- but you have decided to go in a different direction (more rude/crude) before I got the chance.

    It will not win you a favor here - it is above all a forum for peer-to-peer (user to user).  Politeness a bit for the people spend their time (and as far as I know - the real Employees from Microsoft that poster here do still their choice, not obligation) goes a long way.  A little profanity goes even further - but not in the desired direction.  * smile *.

    However, I had planned on looking into this because he was intrigued, so despite the generally rude responses by you in the two posts, I found you so far - I'll post the results of my research (and my job steps) here in case it might be useful to someone.  I'll probably respond to the other post and a link to this post as well.

    At this stage, while having access to several computers, some with Office 2007 again and others with Office 2010 32 bit, I had not found the time to test and see if it is linked to all Office 2010 64-bit or not.  I confirmed that this setting does not seem to be available in Windows 7 (64 bit) for individual products Microsoft Office 2010 (64-bit versions.)

    An interesting thing I found in the Microsoft Knowledge Base has been "scale of the graphical object Microsoft Graph is reduced inside the bounding box when you insert it into a workbook in Excel" where they actually change you the setting in the Task Manager process tab-->.  This doesn't seem to work (not yet available) for common products (Word, Excel, etc.) as he says he does it to the CHART. EXE.

    So by doing research and without more information from you (such as possibly critical details that you probably have Windows 7 64-bit and 64-bit Microsoft Office 2010) and tests on one machine 64-bit Windows 7 but 32-bit Office 2010 - I note the checkboxes in the compatibility settings are available.  I first thought about this possibility when I noticed a part of this article:
    http://www.SevenForums.com/tutorials/316-compatibility-mode.html
    ... when they say, ' "NOTE: If the compatibility options are grayed out, then it is a 64-bit program and cannot be changed.".

    So - I would say the second part of the answer of the Fahimulla K would be a great place to start (and you did, looking at this post from you in the forums Microsoft Office... about a minute after the display of it here.)

    I think that you maybe isn't luck if - * if * you run the 64-bit version of Office 2010 that is.  Even Microsoft (for a long time - maybe still) recommended and installed Office 2010 32-bit default products.

    Not for the reason will be addressed during the conversation; even though it is an interesting puzzle and would not be limited to just Microsoft Office - but any 64-bit application, you can install.  Their idea was that in general there is some 64-bit plugins and same problem with 32-bit plugins that existed / exist for Microsoft Office.

    My suggestion, if my hypothesis about what architecture of Microsoft Office that you have installed is correct, would be to uninstall Microsoft Office 2010 64 bit and install Microsoft Office 2010 32-bit.

    Hope that helps someone.

  • How to disable the SOS on Apple Watch 2 function

    How to disable the SOS on Apple Watch 2 function?

    Hello

    It is not currently possible to completely disable the SOS emergency feature.

    However, to disable "hold to call auto":

    • On your iPhone, in the application of the watch, go to: Watch My > General > emergency SOS - deactivate Hold to call self.
  • How to disable the feature CALL SOS?

    I've just updated to iOS 10 and 3 watch OS, but I can't find how to disable the feature of emergency SOS on my Apple Watch.

    I thought it would be a good feature for me so I turned it on, but my fingers are clumsy, so I struck the wrong cursor when I turned off my watch and accidentally, I called 911. I've disabled "Stick to Auto Call" and deleted all my contacts SOS in general in the application to watch on my iPhone and I restarted the iPhone and the Apple Watch, but emergency SOS still shows on my watch when I want to turn off my watch.

    I think that before I turned emergency SOS, I saw "Power Reserve" under the "Power Off". I read that once you turn Hold for Auto call in the app shows and then turn off, the cursor of SOS emergency will always be displayed when you turn off the watch.

    How can I disable the cursor of emergency SOS when I turn off my Apple Watch? Can I use Reset under general, or désapparier my watch and pair again? I don't want to do that, because it would take a lot of time to get all my settings that I want them to be.

    Hello

    I'm not aware of any option settings to remove the emergency SOS cursor in the menu that appears on pressing them and holding the button.

    If you want Apple to consider adding an option to disable the feature, you can submit a request here:

    https://www.Apple.com/feedback/watch.html

  • How to disable the photo?

    How to disable the photo?

    Not easy - just ignore it

    LN

  • How to disable the Mozilla Startup tab

    I have just a single tab appears when I run Mozilla. In my case, it is my start page on GOOGLE. Why I also have the Mozilla Firefox Start Page? I do not need or want. How to turn off this tab it appears not everytime I run Mozilla Firefox?

    How to disable the "Welcome to Firefox" tab to appear?

    Hi, please see How to set the home pageand make sure that "Homepage" only shows your favorite - homepage for example google.com and remove anything else.

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

Maybe you are looking for

  • In downloads, nothing happens when I click on 'open containing folder '.

    Today, I downloaded a file, and need to go to my desktop, but when I right click to 'open containing folder', nothing happens. I've successfully done in the past, so what's the problem this time?

  • Satellite A300D - 14R - graphics card is defective, needs a new

    Hi, I'm an Italian user. I have this phone for about 3 years. Usually, I use this laptop to watch movies and surf the internet. Yesterday, I installed a game, Medal of honor as a specification, but after two minutes my Toshiba stop. Upon restart, it

  • Satellite P10 873 cannot read SD cards &gt; 1 GB?

    Cannot find a driver more recent for Secure Digital host controller so left with a problem of my laptop just hung when I insert a 2 GB SD in there. Anyone know a solution to this problem or do I just use the USB drive instead of the built-in slot? Ch

  • How to use the recovery DVDs

    Hello, my Windows 7 strange includes software and I want to re - install the c with the recovery of two DVD partition, I did with the Toshiba utility but I can't make it work. Someone want to help me? So I had two partitions on my hard drive and I wa

  • d 220 MT: scope of the time to search the site

    The proposed research is supposed to would take forever in this forum?  I searched 'd220 MT' then 'usb 2 external hard drive '. In both cases, I left the search continues for a long time, never getting any results. How long does search for it?