Do city and State fields on the region required address

Hello
For the region of the address when creating a client if we do not enter city, State, and County, we get an error message saying ' Please enter the elements of the desired address: STATE, COUNTY, CITY '. But there is no * to these fields, even if they are needed. I have a requirement to add * in front of the city and the State of the fields and make the field count as not required. I am not able to do it through customization.
The style of address is a point flex which alludes to HzPuiLocationVO in the region of HzPuiAddressCreateUpdate. I'm not finding a way to update these help please!

This is the area that I'm looking. Please correct me if I'm wrong.

/ Oracle/Apps/AR/Hz/Components/Address/WebUI/HzPuiAddressCreateUpdate
The VO for this element of flex is HzPuiLocationVO

Edited by: user4994352 January 6, 2011 14:48

If a page has Flex point means fields come either de FACTO or KFF. In your case fileds are Addredd and the city, so a FDF. In the FDF, these fields may be required.

Add "*" mark you must extend the controller and in processRequest to get the handle to bean filed. And set the required property to true or false depending on the needs.

Example code:

OAMessageTextInputBean tempBean = (OAMessageTextInputBean) webBean.findChildRecursive ("beanId");
tempBean.setRequired ("yes");

See link for CO extension below:
http://oracleanil.blogspot.com/2010/09/controller-extension-R12-OAF.html

For the handful of beans FDF see Anil post in the thread below:
Requirement DescritiveFlexField

-Anand

Tags: Oracle Applications

Similar Questions

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • I changed my internet provider and so I have the new email address. How can I delete my old e-mail address and put them in a new in Outlook express?

    I changed my internet provider and so I have the new email address.  How can I delete my old e-mail address and put them in a new in Outlook express? AND another problem, if I want to send pictures by e-mail... default .it my no more used by email, not allowing to send because I do not agree with them. Thank you

    original title: outlook express

    XP was the last version of Windows to use Outlook Express and that you are in a forum of Vista. Assuming that Windows Mail:
     
    Tools | Accounts and add the new address/provider and remove the old.
     
    Once the old account is removed, your second issue must be without object.
  • Norton 360 diagnosis reported: Microsoft ISATAP Adapter #2 is malfunctioning and windows cannot load the drivers required - code 31.

    Original title: ISATAP adapt #2 does not properly. How can I solve this problem?

    My Norton 360 diagnostic report detected a hardware device unusable.  The device type is: Microsoft ISATAP Adapter #2 and the device situation mentions that it is working properly and windows cannot load the drivers required - code 31.

    I think that it is also affecting my internet connection and disrupt its speed.

    Can you please help with this question?

    Thank you very much
    Tony

    Hi Tony,.

    You can try reinstalling the device driver and check if it works.
    Uninstall and reinstall the device in Device Manager.
    a. Click Start, type devmgmt.msc and press to enter.
    b. Locate the Microsoft ISATAP Adapter device
    c. right-click on the device and select uninstall
    d. restart the computer and check.

    You can also consult the following article:

    On a Windows Vista-based computer or on a Windows Server 2008-based computer, the Microsoft ISATAP map appears with a yellow exclamation mark next to it in Device Manager, and you also receive an error message
    http://support.Microsoft.com/default.aspx/KB/932520

    Hope this information is useful.

  • I bought Photoshop Elements less than a month ago (30 of August), and so I should the conditions required for a free update to 14 items. But I can't find out how to get. Bent

    I bought Photoshop Elements less than a month ago (30 of August), and so I should the conditions required for a free update to 14 items. But I can't find out how to get. Help, please. Bent

    Your purchase is saved in your Adobe account? If Yes, click on the link below.

    When you have all the required information, including the Adobe order number or proof of purchase, click on apply for upgrade, and then click contact us.

    l https://helpx.adobe.com/x-productkb/Policy-Pricing/Upgrade-Policy-Product-Announcement.htm

  • hide and show the region and pass values to the region

    I have a p_dept lov static 10,20,30 and submit button

    I have 2 areas with the name dept10, dept20

    When I select lov p_dept = 10 and submit button then see the region of dept10 (do not know how to pass values from: p_dept suggest key)

    dept10 region query is
    Select * from emp where deptno =: p_dept

    dept20 region query is
    Select * from emp where deptno =: p_dept

    Please someone help me how can I achieve it with stetp by step.

    Hello

    You can simply set the display state of your regions.

    - Edit dept10 region set condition [item / column = value]
    - Expression 1
           p_dept
    - Expression 2
           10
    

    Do the same for the dept20 region

    - Edit dept20 region set condition [item / column = value]
    - Expression 1
           p_dept
    - Expression 2
           20
    

    When you submit a page, your selected items will be defined in the session if you do not need to pass any parameter.

    Thnks

  • Synopsis of short box and text field in the detail area

    I have recently made some dynamic sites and had a question on only to shoot the first lines of couple of data in a field on the summary page and showing the full details of the page. Currently, I do 2 fields, a short field and a detail field. Can I condense these and write code to display only a few lines in my summary page?

    Thank you, David. Great answer. I searched in your book, Dreamweaver CS3 with CSS, AJAX, and PHP, but could not find.

  • Trying to buy student CC and "not available in the region", but in the United States?

    I tried several times to buy the kit of the student of the creative cloud, but every time that I am faced with a request that is not available in my country.  I changed my region to the United States (because that is where I am) but I'm still not able to make my purchase.  The site has a glitch or I do something wrong?

    While the forums are open 24/7 you can't contact Adobe support at any time

    Chat support: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Forms Adobe submit as an attachment in PDF and have fields in the body of the email

    Hello

    Struggle with this for a few days now. I want to submit my PDF form as an attachment by e-mail to a generic address, but also need to have some fields appear in the body of the email. I created a button in adobe with a mouseup action forms and however I don't have a clue when it comes to coding and all code snippets, I have tried do not work running a javascript script. Any help would be appreciated.

    This tutorial explains how to set up a dynamic address. The same can be applied to the subject line:

    https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

    If you still need assistance after reading, your postal code here.

  • How to pre-populate the organization name, and other fields in the form of access policy?

    Hi all

    I created a strategy of access to users to autoprovision for MS AD, but I need to solve a problem. I do not know how to pre-populate e.g. name of the Organization (or other fields) of resource AD user in the access policy and prepopulate the plugins created for user AD form do not work here.

    Please, could you help me to solve this "problem"?

    Thank you

    Milan

    Access policies get a static value.  You can't fill a field with an adapter.  If you do, leave the field blank and put an adapter on the process shape to your field which must be filled by using code or logic.

    -Kevin

  • Outlook won't let me enter my contacts and States that removing the file is in use?

    I need help to figure out how to recover my contacts in outlook, it won't let me in my contacts folder it says use scanpst.exe to repair and I don't know what it is? / or how to access it? Please ELP

    I need help to figure out how to recover my contacts in outlook, it won't let me in my contacts folder it says use scanpst.exe to repair and I don't know what it is? / or how to access it? Please ELP

    Where is scanpast.exe...
    Start button > computer > right click on the drive C (System) > Properties > Program files, right-click, click Open > defiler scroll to Microsoft Office, right-click and click Open > Office12, right-click, click Open > scroll down to find scanpst.exe

    t-4-2

  • IN MY FACEBOOK ACCT. HE TELLS MY CITY and STATE in WHICH I am AT VIA FIREFOX, I want TO TURN THIS FEATURE OFF BUT HOW?

    THEREFORE, EVERY TIME THAT I POST SOMETHING, IT SAYS ALL MY POSITION. HOW CAN I DISABLE THIS IN FIREFOX?

    Please do not type in capital LETTERS, it is considered yelling, rude and is difficult to read.

    This message you see is just tell you which computers are connected to your facebook account. You can use it to see if anyone else hacked into your account from another location. https://www.Facebook.com/help/337244676357509/ might help, but it is a matter of Facebook not a firefox one.

  • Why is Firefox now activating DO NOT the back button and not automatically showing the current web address in the bar? When did she become good conduct for a browser?

    When I installed Firefox 4, these 2 functions went. of course, I can now right click on the arrow to the left and choose a page to go back to. But most of the time I just want to go back to page 1. Why should I change my behavior just for a new version of Firefox?

    Even with the bar URL web address. Why do I now by force, click the icon to the left to display the current URL? It is used to do this automatically? How can this be a security features do NOT show the URL of the current web page?

    Please change these features in a new version of Firefox...

    You have McAfee SiteAdvisor?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Tools > Modules > appearance/themes).

  • The sequence of firing of the PR and PFR on the Page and the region?

    Hi forum,

    All pl such me

    1. What is the sequence of firing of the application process and the ProcessFormRequest Page and the region OA Page?
    2. choice of the message content in an area. I have a MessageTextInput field in the * region B *.
    The seeded page contains
    Region1 that extends from the region
    Region.2 stretching from région B
    Is my rqmt
    When the MessageChoice is met by selecting from the list,
    If its value is 'Yes', the MessageTextInput is filled automatically with a value of "100".
    If its value is 'No', the MessageTextInput is filled in automatically with the value "200".

    Am the creation event PPR programmatically for the MessageChoice.
    Where to write the event PPR code? in the region of CO or CO Page?



    Suggest me the solution.





    Thank you
    Mini

    Mini,

    Because the two regions are in a region different two... hope that they are not inside one of them.

    If these are the independent region, then perform the encoding at the Page level CO.

    Kind regards
    GYAN

  • Change the region on a C3180 printer

    Hello!

    I just moved to France with my beloved C3180 printer and need to change the region on this matter to take printer cartridges HP French... but support HP on the phone tells me because my printer is 6 years old, it is obsolete and that they do not give me area at the entrance codes.

    I can't believe! It is a great printer, that I use a LOT (like the journos) and I am very happy with and you won't have to buy a new (which obviously won't HP)... I already changed the region formerly of HK to the Japan (assistance telephone Japanese was beautiful and very useful). Can someone give me the codes of the Japan to Europe?

    Thank you very much!!!

    Update after receipt of oranginasanguin

    I called them today, I don't know what you tell them but I transferred to technical support, where a man sent me to buy new cartridges French and out my Japanese those and then when I called to say I, another man told me to put them in and then when I did he put me on hold and then came back and told me he would send me a new printer C1380 the next week!

    It was a little weird... but in any case, thank you very much for your help, I could not have resolved the situation without your help in this climbing...

    While I was doing this, I realized every PC in the House was HP, and reminded me that I chose this brand because it is one that I trust for its longevity and reliability.

    Thank you very much

    Best regards

    oranginasanguin

    Hi oranginasanguin,

    I am pleased to hear that the problem has been resolved. Have a wonderful evening.

Maybe you are looking for