Planning of Web form read-only

Hello

We have recently upgraded to 11.1.2.2.

I test Web Forms using test user. I have given everyone access the dimension in the webform.given a write access to Webform.Still for the data form entire user test is read-only.

as an admin if I check, I can write in the form.

I gave exclusive access to the user by putting in place of the user groups, always the same question all cella are read-only

There is an additional role that I give to the user outside Planner to enter data.

Help, please

If the admin user can see the data on the form and a user cannot then it's generally down to permissions on the members are not defined properly, you can also check Hyperion Planning and much more...: why my form data is always read-only...!

See you soon

John

http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • JavaScript to make the fields to fill in the form read-only?

    How the fields to fill out my form read-only? I created the form, send to clients. Clients fill out the fields and click the submit button. The submit button pulls an automatically generated email and send the pdf file. I want the pdf file to send with the fields read-only. How then?

    This code should do the trick:

    for (var i=0; i		   
  • Save a reader extended PDF form read-only

    Prior to this announcement, I searched for hours in forums and the internet on how to get there, but I can't find the solution.

    I created a simple form in Acrobat and saved with player so he can be saved by my colleagues in Adobe Reader, once informed extended attributes. The problem is now they need to send these customers but in an unbearable state. I don't know if this is possible, but I'm hoping for a simple solution if someone could help me, thanks.

    Create a button somewhere on the form and add the following code to the mouse event to the top:

    // Set these fields to read-only
    getField("Text1").readonly = true;
    getField("Text2").readonly = true;
    getField("Check Box1").readonly = true;
    // continue for any other fields
    
    // Hide this button
    event.target.display = display.hidden;
    

    Use only the actual field names that you use in your form. Users should be sure to save as a new file, and I would say that they put the blank form read-only via the file system so that they don't accidentally overwrite it.

  • Make the form read-only if a field is filled

    Is there a way to do an entire form read-only if a certain text field is filled?  I know that adding a digital signature to a form field, increases the size of the screen, so I prefer not to add a digital signature field in my form.  However, I would like the feature that says after the form is signed, it is read-only.  I have added a text box to the form and tried to add a script that read: if (this.rawValue! = "") (this.access = "readOnly"), but it did not work.  Is there a way I can accomplish this without adding a signature to the form field?

    Hello

    It depends on where you have placed the script, probably the best place is the exit event.

    if (this.rawValue != null || this.rawValue != "")
    {
         this.access = "readOnly";
    }
    else
    {
         this.access = "open";
    }
    

    It blocks only the field that the script is inside.

    You should check the example of Paul LockAllFields, which contains a function in a script object. Whereas Paul calls it a click to a button event, you could call it the output of the particular text field event.

    Re: Save form non-fillable PDF

    Hope that helps,

    Niall

    Ensure the dynamics

  • Track changes in planning for web forms

    How to track changes to data in the planning Web form. I want to know what the changes made by users in the form of data. As they modify existing data in the form online and enter new data in the online form.

    Are there available property to track these changes. Thanks in advance.

    Take a look at audit - http://docs.oracle.com/cd/E17236_01/epm.1112/planning_admin_11122300/rep_aud.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Web catalog read only in OBIEE 11.1.1.6.2 BP1

    Hi all

    I know how to keep the RPD read-only, but I was wondering if I could keep unalterable web catalog.


    PS: for the moment we are this control by using the catalog permissions.

    In fact one click should turn the Maintenance Mode ON. Double click will bring it right off.

  • Make the form read-only

    When I use PDF transformation, the fields that have been hidden in my form are now visible. How can I get an exact copy of the submitted form and do what he read-only?

    If I can save someone the time I spent struggling with this problem, I'll be happy. My script has been called on a change to a drop-down list event. I added the script to the initialize event of fall down as well and now it works perfectly. I tried to fix this in the orchestration, but the solution was in the designer.

  • How to make a form read-only

    I am fairly new to the world of the creation of PDF files, and more specifically of formulas. I created a form with a number of text fields and have the form in the format I want to use. I've added the ability for users to fill in the boxes and then save the PDF file using the ' Reader Extended PDF > activate forms fill-in & Save in Adobe Reader "."

    What I won't do is allow the user to save on the master, they are open, I want that they forced to ' save under... ». Apart from make the file read-only Windows, which, I guess as will work, is there a way to force to "Save As"... "with Acrobat X Standard or reader?

    Thanks in advance

    I answered the question myself, definition of the attributes of windows to RO gives me the desired effect.

    Thanks for yous assistance try67

  • How do I format box for format read-only form fields.

    I am working on a form that has a check box N/A. I want that the checkbox is automatically selected when the form is opened and make the form read-only fields, then make the editable fields when the user disables the check box. The script that I use now is back. It makes editable forms when the n/d is checked and I would do the opposite of this. This is the script that I use now in the section mouse to the top of the box. Any help would be greatly appreciated.

    Script mouse to the top of the box

    getField("Name_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Address_4").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("City/State/Zip_4").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("License_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Issued_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Exp_5").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("DOB_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Phone_3").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Email_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Payment_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Deposit_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Exp_6").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Exp_7").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Gift_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Cash_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Carrier_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Policy_2").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Phone_4").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Exp_8").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Signature153").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Print").display = event.target.value = "Off"? Display.Hidden: display.visible;

    getField("Date").display = event.target.value = "Off"? Display.Hidden: display.visible;

    Change all instances of = 'Off' to ! 'Off' = .

  • make form fields read-only without buttons

    Hi, I want to make my form fields to read only using JavaScript. I found codes below and it's work.

    My problem is, I do not read only buttons. I send button on my form. Offer other than the button

    others all the fields I want to make read-only... so please help me to do it. Thank you...

    do all the fields in a form read-only;

    var oField; variable field processing;

    Browse the form fields;

    for (var i = 0; i < this.numFields; i ++) {}

    treat each domain name;

    oField = this.getField (this.getNthFieldName (i)) .readonly = true;

    }

    PDF form javascript to read only field using the button

    This code is a little strange. Use it instead:

    for (var i = 0; i < this.numFields; i++) {
        var oField = this.getField(this.getNthFieldName(i));
        if (oField.type!="button") oField.readonly = true;
    }
    
  • PDF form javascript to read only field using the button

    Please let me know the PDF form JavaScript to make the selected fields (text field, dropdown list, etc.) read-only button.

    Do you want your button to read-only?

    Let's start with Acrobat JS Reference.

    do all the fields in a form read-only;

    var oField; variable field processing;

    Browse the form fields;

    for (var i = 0; i)< this.numfields;="" i++)="">

    treat each domain name;

    oField = this.getField (this.getNthFieldName (i)) .readonly = true;

    }

  • To make the shape FNDSCAUS read-only


    Hi all

    Is there a way to make the form read-only users (FNDSCAUS)? The reason being among the users of support they need to not see users as view only and not for something else.

    Thank you

    Jay

    Hello

    R12: How to create read only responsibility (Doc ID 1290228.1)

    How to create a FORM of QUERY_ONLY (Doc ID 400380.1)

    How to make a form only in the Oracle Applications (Doc ID 1013404.102)

    Concerning

    SANAE

  • A tabular presentation read-only

    Hello
    I'd like to "pass" an array form read-only (all fields of the form) If a definide in page 0 (P0_role) item is equal to "READER".

    I use 4 APEX.

    Any suggestion?

    Thanks in advance

    concerning
    Saverio

    Hello

    try going on http://forums.oracle.com/forums/thread.jspa?threadID=2216389&start=0&tstart=0

    It is a position similar to your request, can be that find you something that can help you get the desired results.

    Kind regards
    Little Foot

  • Entry point behaves as an output element when read-only.

    Jdev 11.1.1.3.0

    When I change the property of some entry point in a JSF form read-only, then the appearance of the elements of entry Exchange because there one point of exit.

    In addition, if there is no value in the element (especially in the case of a horizontal provision), it is difficult to tell the difference between two elements in the same line. This results in a very clumsy screen. Is there a way out to prevent this change or at least to keep the layout of the screen that will be easier to use.

    Help, please.


    Sanjay Chatterji

    Instead of using the property readOnly set to true, set the disabled property to true. This will make as a gray field.

    CM.

  • Strange question: Hyperion Planning Forms becomes read-only and data are destroyed: 11.1.2.2

    Hello

    Let me start by saying that I am not new to Hyperion Planning. We encounter a weird problem in our Test System. We notice that some (NOT ALL) of our tour of webforms in readonly webforms. all the cells in the gray form. It comes to despite the fact that the read-only checkbox is not checked in the form as well as the security is fine on all dimensions; Basically, all the cells of the form are valid combinations.

    The form becomes readonly, and all the data on this form is always Wiped. This has happened only for two web forms so far. We took a lot of Calc (none of the Calc have cleardata command). We do not know why this is happening. Maybe it's a bug in the product... not sure. has anyone seen this behavior before?

    Please let me know.

    -

    PK

    Please skip this question. It happened because someone on my team had added a member under umbrella of level 0.

Maybe you are looking for

  • How can I make Android V35 behave like the V24?

    I use FF on Android, I've been holding until the update since 24 V for all newer versions will not auto play mp3 for download without interaction. I use this to play on Google voice email messages. How can I make 35 V behave like a 24 V?

  • 3440 CT Poertege: install Win 2000 without floppy

    I have an old protégé 3440CT but I don't have the external disk, I only have the external cd-rom drive.When I bought the computer second hand, it installed windows Millennium Edition and I decided to install windows 2000. Because I don't have an exte

  • Upgrading the video card to have both HDMI and DVI

    I just bought a model 700-327c HP Envy.  I need to update my video card to have the two HDMI and DVI on the same card.  Y at - it all the features that I need to worry about replacing my existing video card?

  • How can I stop Windows Messenger from starting automatically

    I have never used Windows Messenger.  I recently bought / implement a system refurbished with XP Home - after about a month of use, the Herald began popping up automatically whenever I start the machine, or when I open Outlook Express (and immediatel

  • my pictures have been restored after fakealert virus, but now are grayed out

    All my docs and photos disappeared as a result of I think the fakealert virus. I ran exe mcafee stinger and it restored all my docs. My pictures appear, but are dimmed. When I try to open them, I get a message error that says 'other folders exist. se