make the field looks like a gray field "ReadOnly".

Hello

Hey anybdy please help me regarding my business requirement is
1. in the activities I do the subject field as read only IE not edit/change when the status field is 'done '.

2. how culd I do the above subject field resembles a 'read only' in the grey field and pop - up of Validation must be disalbed.


I did the 1st task bt needed help in task 2.

Help, please.

Thank you and best regards,

Asif

Subject is one of the required fields on the Activity object, so you can't make it read-only. What you can do is ' apply restrictions (through field validations / before the modified workflow) on the field object and make sure that the subject is not changed for the completed activities.

You can't have the subject field to appear in gray.

Tags: Oracle

Similar Questions

  • How can I make the work/look like a Thunderbird 2 Thunderbird?

    I used Netscape/Mozilla/Thunderbird Mail since the middle / end of the 1990s and was disappointed by the changes after Thunderbird 2, so I went years of Claws Mail, but it is not enough for everything. How can I make Thunderbird current work/look like version 2? In other words, I would turn off the tabs for messages & research, including all traces of what it looks like a label, or space curved GUI / additional shadow separated, so also have only a single search box that will search and display in the current folder box and keep the menus easy to use (with shortcuts that appear when you type) standard for GUI programs While getting rid of the imitation chrome button. I guess that the tabs are okay for things like dealing with Add-ons, but that's all. Maybe there are other things I can think. I know that most/all this can be done in terms of configuration and I think a lot of people would like that there is a full article on it. Virtually everyone, many people that I talk about e-mail also let Thunderbird for all these reasons, of it being too influenced by web browsers, and the IRC channel is virtually dead, so I came here, hoping that this place is not as dead with what happened with the project (announcing that no major update will be When most of the people preferred it maybe before the latest GUI major updates)

    Seriously. You're in the minority, I think.

    No one took the trouble with this stuff since V3 came out. but I wrote a blog postabout this 5 years ago and Mozillazine did a knowledge article database that went further than my blog post. But I wanted to just my menu bar headings message and back small Mozillazine entered CSS change and I think some that can be made obsolete by Australis was two years ago. But if you want to go.

  • How to make the field as a table display only?

    A form on a table, I can do the display as field: "view only".

    In a tabular presentation, it doesn't seem to be the option "View only" view. In tabular form attributes, I set a default value, and I have no users to edit this field. So, how can we make the field only do "display"?

    V4.1

    You can change the definition of the column and change the Display as in "Display text (saved state)" attribute whose value will be the column will be saved with the other columns and the default way.

    Thank you
    -Jorge

  • How to make Windows 7 look like XP

    We bought a new laptop for our 73 year old father, who was just getting used to Win XP.  He asked if there is a way to make the interface look and work like XP?  So my question is: is it possible to make the interface look and work like XP?

    Brian

    If you want the same classic mode (the bars of gray and other tools), this fact exists in Windows 7.  Just right-click on your desktop, choose Customize, then scroll down and click "Windows classic".

    If it solves your problem, click on the link "Propose as answer" below and vote as useful by clicking on the green triangle for the lelft. Thank you!

  • Installed the updates, but the display looks like windows 98 and the Wireless does not work

    Hello
    I use a laptop with vista service pack 2 and I tried to update windows via windows update on the recommendation of the support page from microsoft on how to unload a debugger. There are only three optional updates available, I forgot what they are and after restarting the computer the theme looked like windows 98 and my without wire might work, and also, I was still having problems with the game with the question of the debugger.

    What should I do?

    (And Norton) McAfee applications are known to not uninstall (or upgraded) themselves. The 'remains' of McAfee may be cause of your problem.

    1. download the McAfee Consumer Product Removal, save it to your desktop tool: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. click right on the file saved in #1 above, and then select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    4 test cycle.

    NB: If the application pre-installed McAfee subscription or free trial period has expired before you install Threatfire, the latter may not have installed correctly and can not work correctly since you installed it.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • How to make windows 8 look like windows 7

    I wish I could make Windows 8 looks like Windows 7 without having to download a third-party application please let know us if this is possible

    NO, this isn't...

    All existing code naturally to early Windows 8 that would facilitate a start menu has been removed...

    His 3rd party or tiles...

  • How can I use a video for the preview looks like instead of the fixed image?

    How can I use a video for the preview looks like instead of the fixed image? I use android lollipop.

    Hi Ali,

    Video preview for looks is not currently supported on Android. Your feature request was noted by the team.

    In the meantime, there is a video on the device you want to use as an overview, I would recommend taking a perforated CAP and still image as loading preview.

    Best,

    Bronwyn

  • Make the fields within a focusable VerticalFieldManager

    This should be rather trivial, but I can't get fields inside a verticalfieldmanager accept and behave focusable and allow the cursor movement is visible.

    I have a popupscreen. He has created with a verticalfieldmanager (code to follow).

    Inside that I need another manager of vertical field so I can view a list of fields in a section with scrolling and always allowed to display items at the top or at the bottom of the context menu without being invaded by the central list.

    After having none of the fields in the list has the focus.

    The environment is JRE4.5 + 8300 on the Simulator.

    Appreciate any comment. /Jeff

    Code for popup:

    public static class ScrollingPopup extends PopupScreen {}
    VerticalFieldManager innerFieldManager;

    public ScrollingPopup() {}
    Super (new VerticalFieldManager());
    innerFieldManager = new VerticalFieldManager (VerticalFieldManager.FOCUSABLE |) VerticalFieldManager.VERTICAL_SCROLL | VerticalFieldManager.VERTICAL_SCROLLBAR) {}
    protected void sublayout (int maxWidth, maxHeight int) {}
    int newHeight = (int) (Display.getHeight () * 0.5);
    Super.sublayout (maxWidth, newHeight);
    setExtent (maxWidth, newHeight);
    }
    };
    I tried with a VerticalFieldManager default, but it made no difference
    innerFieldManager = new VerticalFieldManager (VerticalFieldManager.FOCUSABLE |) VerticalFieldManager.VERTICAL_SCROLL | VerticalFieldManager.VERTICAL_SCROLLBAR);
    for (int i = 0; i)< 10;="" ++i)="">
    innerFieldManager.add (new LabelField ("item" + i));
    }
    Add (innerFieldManager);
    innerFieldManager.setFocus ();
    Add (new SeparatorField());
    Add (new LabelField ("label attached to the bottom"));
    super.onDisplay ();
    }
    }

    Sorry only looked at this briefly, but remember that the Blackberry does not focus on managers, he focuses on the fields.  It "scrolls" focusable field to the field focusable.  In this case, you add LabelFields loads, which are not, by default, the object of focus.  So I suggest you must make them active, or add some NullFields, that are focusable but no presence of the user interface.  I hope this helps.

  • How to make the fields from the drop-down list required to make a selection before you save a PDF file

    I have a PDF form where I entered a JAVA script in some areas by using the option ON BLUR under 'Actions' and it works very well to prevent users to go to another site if they leave the field with the empty JAVA Script in place.

    My question is that I have other form fields that have a drop down menu where they can choose several options. I would also like to make these fields to where they can't move forward on the form unless they choose an option in the list. However, because with the option in the list "choose a ' is a default option entered into the field (field is not empty), script JAVA of BLUR ON option I used in my empty fields does not work to block the user to move beyond the matter without selecting an option. They are able to save the form with all the drop down menus staying to 'pick '.

    I made the field "Required fields" then they are highlighted with the red area around, but is there another tool to force them to choose an option for each in the drop down menus before you save the form, instead of being able to save with leaving the 'choose One' in the field by default?

    The best way to do this without knowing the default value of the field is to compare the value of the field to the default value of the field... You must make sure that your default value is not part of the possible acceptable answer. It works with most of the field types that a user can fill.

    If (event.value! = event.defaultValue) {}

    do something;

    App.Alert ("required field not completed. \nField name: "+ event.target.name, 1, 0);

    }

  • Make the field of form required only if the criteria

    I have a form in Acrobat 9 Pro which has a yes / no radio button and then a "If Yes, please give details below...". "on the ground. Is it possible to do the "If Yes...' required field, but only if the user selected Yes in the previous questions?" Should it be not required if they have selected No.

    It's just well beyond my level of knowledge so if someone has any ideas?

    See you soon!

    You can use the script although I am

    not sure how to write.

    But Radio buttons (which also can be formatted to look like a box an option button is always given to use default value.

    If you have one and two touch a yes no if one is on the other is off and the other direction as well.  How wever both receive a value of Yes.

    so no matter what you press because its value is Yes your hidden field appears. You need to do the no no, what is hidden value field will only appear on the Yes value. for job like that.  should no the names of the fields related to the same thing when it is similar to all the same name will be deposited as well.

  • MAKE THE FIELD TAB AUTO SHAPE

    So I have this PDF form with several fields. The form I'm working with is used as a record of vehicle sheet and the area concerned is the section of the vehicle identification number (VIN). A wine is 17 digits and I have 17 different fields limited to a number max of 1, what the problem is when I use a standard JavaScript code in the document

    function goNext (article, event, cName)

    {AFNumber_Keystroke (0, 0, 0, 0, "", TRUE);}

    If (event.rc & &)

    AFMergeChange (event) .length is event.target.

    charLimit)

    item.getField (cName) .setFocus ();

    }

    and in the properties of the field, I selected the tab format

    Custom format category

    Custom script from typo: goNext (this, event, "Vin2");

    My problem is I can use only numbers and if I try to use a normal wine as 1cg745bs743825167 he was going to let me use the letters. Also I'm trying to figure out how to click on the first form field for the first character of the wine, then press Ctrl + V to paste the WINE and it won't let me someone for directions on how to do these two things happen?

    [Ask in the correct forum allows... Left non-technical Forum Lounge for forum specific program... MOD]

    The AFNumber_Keystroke requires or allows only numeric values to be enterefd. The sample form has been to enter digital data like SSN.

    This approach has been used before 'comb' fields become available. You should be able to use a field of comb with a user writes the validation script and a charater of 17 characters limit.

  • How to make the field 'Description' biggest area? (3 to 4 lines in height compared to the present 1 line)

    I'm guessing that in CSS or HTML in the Editor of Landing Page I can do form field seems bigger than just the single line. Ideally, I would like to than the text about 3 to 4 rows height box.

    Please help me solve this problem! Means the simplest would be the best, but I'll take any answer at this stage.

    Thanks Topliners community!

    Figured out that you go to "Custom Fields" then hit paragraph box and replace the HTML name, as well as card in the stages of treatment, in the field "Description". PM me if you want more details and this has been a concern for you as well.

  • Can I make the fields that I created in Acrobat Pro MS justified downtown?

    Hi everyone it should be so simple but really hitting my head. I try to get the fields that I created in Acrobat Pro ms to center then justify text when user types it is the Center not on the left side. I can set the size of text and other but cannot find how to make the above... Thank you

    Yes, it can be done. Go to the properties of the field and under the Options box tick the box 'Allow Rich Text Formatting'.

    Leave the form editing mode, click the field and press Ctrl + E. This will open the properties bar where you can set several formatting options for text, including to set it as "align justified."

  • Make the field on opening document readonly

    I don't know where to put the Javascript code to do this.  There is a Document Javascripts I called a script 'Disable' and in this function, wrote: this.getField("myfield").readonly = true;

    Then, I closed the document, it has reopened, and the field is NOT readonly.  How to make this work?

    Thank you.

    I thought about it.  Code should not reside inside a function so that it will run at startup.

  • How to make the field read udf only in IOM 10 g

    Hello

    Can we read only in IOM 10 g field of the udf. I couldn't see an option during the creation of the UDF. We can customize the formmeta to make the udf read-only?

    Thank you

    update in FormMetaData.xml

    find the formula 3 default for the form of the USR

    update below
    Editable = false

    Published by: Zaba Nayan on 8 February 2012 23:32

Maybe you are looking for