make a field required optional

I wanted to do the last name field that is one required field to another option. Could someone help me on this.

Thanks in advance

Hello

Edit FormMetaData.xml and make the optional field. I don't know if the change only formMetadata.xml will give error. If yes then change the tjspGenerateCreateUserForm.jsp.There is already a lot of changes to JSPS.

Below the message can be helpful.let me know if you have any questions.

IOM form customization

Concerning
Nitesh

Tags: Fusion Middleware

Similar Questions

  • Make the field required using the Validation

    Hello

    I use R17 and want to make a field required by the adding validation [< field >] IS NOT NULL

    Strangely, this does not work on a new Record. a NULL value is always accepted. It only works for a modified record.

    has anyone in front of it too? or is this a BUG in my environment.

    Any ideas?

    Just to check if it works, I tried a [< field >] validation IS NULL and it worked correctly on New and updated records.

    Thank you
    Royston

    Hello

    There is a solution to achieve this. PL download the configuration steps of the below mentioned link.

    http://DL.dropbox.com/u/3971519/make%20A%20Field%20Required%20Using%20Advanced%20Field%20Management.doc

    Let me know if you have any questions.

    Rgds,
    Amit samir

  • make the field required in the user interface

    Hello gurus.

    I use jDev 11.1.2.1.0

    I have a form that is based on EmployeesVO. Suppose I should do 'PhoneNumber' required field, but not by checking the required option in the EO.
    I have to do in the jspx only. It is not conditional, it must be! = null whenever the user tries to save the record (insert / update) or decides to insert another record.
    How to handle this?

    Thank you very much.

    Hi user,

    Choose which inputtext in the user interface. and you can see a property required in the property palette.
    link text with the bean this entry, then you can play with this inputtext. as you wish.

  • Need help to make the field required, based on the drop-down menu ' YES/NO' other please field

    field 'A' - drop down, YES/No.  Field 'B' must be entered if 'A' = 'YES '.  If 'A' = 'NO', then 'B' as a default of 0. If "A" = "-", then "B" is "-".

    Really, I hope someone can help, Ive tried java, etc. action buttons.

    Thank you

    To set the property of the EmployeeID field B use the following that the validation of your menu script drop-down:

    this.getField("B").required = (event.value == "YES");

    As noticed TSN, the required field only comes into play when the record is submitted (and only when it is done using the built-in command to submit, do not use a script).

    However, it is possible to use a script to inform him that the use that the file is not correctly filled in when the file is printed/saved and even to reset the form entirely in this case.

  • 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 a mandatory or optional field according to the value in the other field

    Hello

    I added a new location of the merchant class just under the name of merchant in the fresh details in iexpense page. I want to make this field option or required depending on the value selected in the field Type of expense.

    If Type of expense is like mileage so merchant should be mandatory otherwise in option.

    I found controller associated with this page is DetailsPageGlueCO and here is the code that I am trying to extend DetailsPageGlueCO.

    package oracle.apps.ap.oie.entry.lines.webui;
    Import oracle.apps.ap.oie.entry.lines.webui.DetailsPageGlueCO;
    Oracle.apps.fnd.framework.webui import. *;
    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    Import oracle.apps.fnd.framework.OAException;

    SerializableAttribute public class XXDetailsPageGlueCO extends DetailsPageGlueCO
    {
    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {

    super.processFormRequest (pageContext, webBean);

    Try
    {
    String ExpReportType = pageContext.getParameter ("ExpTypeChoice"); take the value of the list of ExpTypeChoice

    If (ExpReportType.toLowerCase () .indexOf ("mileage")! =-1) / / check if the value selected in the list ExpTypeChoice is of type mileage
    {
    Code to intercept the value in ExpTypeChoice list, and then newly added fact XXMerchantLocation required field?



    }
    } catch (System.Exception e)
    {
    throw new OAException ("you must enter merchant location");
    }
    }
    }

    Pls. suggest a piece of code in the section / / Code to intercept the value in ExpTypeChoice list, and then fact newly added XXMerchantLocation required field?

    Published by: yannick bigot on January 2, 2012 06:42

    Bigot,

    To make a required field on the selection, you must join a SPEL with the bean and make true or false based on your requirement.

    See article PPR of the developer's Guide.

    Kind regards
    GYAN
    www.gyanoracleapps.blogspot.com

  • How to make a field optional to register, but mandatory (if not filled) for the Participant?

    Title says it all...  Thank you!

    This is impossible with a single field. A field can have a role, whether assign you the role of pre-population or you set the field to a participant/signatory or the person role.

    you could do it using 2 fields.

    a field (in option (assigned a role pre-population

    then a second (required) field of the signatory, but together to show if there is nothing in the field of pre-population.

  • Make it a required field based on entry into another area

    So I did search the forum for answering the question of how do some fields in a required form if a value is entered in another field designated and not required if no value is entered in the corresponding field.

    For example:

    There is a field called QTY_paper, and if a value is entered in QTY_paper, then the PROGRow1 field should be required.

    If no value is entered in QTY_paper, then PROGRow1 is not necessary.

    I tried both FormCalc and Javascript, but without any result. In FormCalc, I added this script as a mouseExit on QTY_paper event:

    If ($.isNull == 0) then

    Make the required field
    PROGRow1.validate.nullTest = 'error ';
    endif

    and then I added this script in FormCalc to mouseExit on PROGRow1 event:

    If ($.isNull == 0) then

    $. validate.nullTest = "disabled".

    endif

    This happened almost word for Word from another post on the forum, so I think I'm missing something obvious here... which is weird because I'm still pretty new by adding scripts. Please help if you can!

    Yes a lot of dynamic things is not taken in charge in static PDF files, stuff works and many do not work. What a pity that you can not rebuild the form.

    While the border color does not change, the field can still be getting the required value, and so it can still work as a required field.

    The other alternative would be to make all fields and scripting in Acrobat.

  • makes the other required fields

    If I select a checkbox, I want to do a drop down field required.

    Use this code as the mouse script to the top of the box (adjust the name of the field in the code to match real field name in your file):

    this.getField("Dropdown1").required = (event.target.value!="Off");
    
  • How to make the fields of metadata required when creating folders

    Hi all...

    Related issue with SR 3-6472229431 and 3-6471130611 SR.
    We use SAY 11.1.6 64 - bits (2011_11_29 (rev 9756) 11.1.6.97) in a Workstation Windows 7 64-bit (with the AAU 11.1.1.5 in a Linux machine). Check-in of images at the Complutense University of MADRID's fine.
    I'm doing some metadata fields required when creating a folder. These fields are required at check-in, but not in the creation of records.
    Folders_g is enabled. DesktopTag too.
    EDIT: The Patch: 14695303 - COE 11.1.1.5.0 BUNDLE (MLR 16) November 6, 2012 applied.

    Is this possible?

    Thank you for all.

    Published by: fgomes on 11/22/2012 03:24

    After reading your response and re-reading the original question a bit closer, the function of metadata guidance does not apply to the creation of new files, only content.

    Again, however, I think that the focus is in the wrong place. The metadata applied to a folder are intended to be applied to the content. You can create global rules that fire on submitting content to check if a field has a value and throws an error if the value is empty.

    If you expect that users create folders (and apply effectively all the metadata in the file real itself), you will be disappointed. Experience shows that users are not interested in this level of detail when creating content, not to mention records. Leave typical users to create folders is a bad idea anyway, because they tend to create the same ineffective folder structures, they created previously in shares within Content Server.

    If you need control over the attributes of the file, you will be better served by locking the ability to create new folders. Otherwise, you are looking at some kind of customization. Remember that you will not be able to customize the behavior of right click and SAY. Any changes to the SAID should be an enhancement request.

  • I get the error message: 87A required option does not appear in the command line.

    * Original title: errors

    I'm trying to reformat my Windows 8 operating system, because I have pop-ups, lack of slow response files and a host of other problems which seem to have started when my son downloaded things on the Internet. I have missing files and was trying to solve this problem so that I could go back to reformat the hard drive.

    I get the following error:

    Error: 87

    A required option is missing from the command line.

    Make sure that /index or/Name is specified.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    How can I solve this problem?

    MD

    How are you trying to "reformat"?

    Have you thought about running a malware first application to see if it is the problem?

    Please download the free version of Malwarebytes.
    Update immediately.
    Do a full scan of the system
    Let us know the results at the end.

    http://www.Malwarebytes.org/products

  • I need to make a field only accept numbers maximum 6, should not truncate all 0

    I tried with integrated optional ranked number but it's truncating the zeros.

    I need to make the field only accepts up to 6 digits, should not truncate the other zeros.

    Help, please

    Set the size to zero and use this code as the custom validation script (you can also set the maximum number of characters to 6, if you wish):

    Event.RC = / ^ \d{0,6}$/.test(event.value);

  • 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

  • Windows 2008 Server: unable to update the password. the value provided for the new password does not respect length, complexity, or history of the field requirements

    Unable to update the password. the value provided for the new password does not respect length, complexity, or history of the field requirements

    Hello

    I suggest you to send your request in this forum for better support.
  • I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

    I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

    Find the serial number of your Adobe product quickly

Maybe you are looking for