How to change list of values associated with a field using Personalization?

Hi,
We are using the standard Oracle TeleSales ASTCDDTL.fmb form 12.0.6 version. In that form, a field called "Type of School" is associate with the look up "HZ_TYPE_OF_SCHOOL". Now we need to customize the field to list down our list of countries (list of countries through a query of value set). Is there any way in Form Personalization we can achieve this? i.e changing the already associated look up type to a query or a custom value set?
Appreciate your help on this!
Thanks!
Nithya

959061 wrote:
Hi,
We are using the standard Oracle TeleSales ASTCDDTL.fmb form 12.0.6 version. In that form, a field called "Type of School" is associate with the look up "HZ_TYPE_OF_SCHOOL". Now we need to customize the field to list down our list of countries (list of countries through a query of value set). Is there any way in Form Personalization we can achieve this? i.e changing the already associated look up type to a query or a custom value set?
Appreciate your help on this!
Thanks!
NithyaPlease see old threads -- https://forums.oracle.com/forums/search.jspa?threadID=&q=LOV+AND+Personalization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • HT201269 How to change the email address associated with an iPhone account?

    How to change the email address associated with an iPhone account?  I inherited my son's phone and it still shows his phone number even though I can add my own email account.  My iCloud is also associated with his phone number.

    If you mean you want to change the iCloud ID your phone is signed into on your phone (which looks like an email address), you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use. 
    If you don't know the password for your old ID, or if it isn't accepted, and your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • TS4268 How do change your phone number associated with iMessage on iPad?

    when ipad was set up wrong phone number was entered for imessages and facetime. How do you edit or delete it and enter correct phone number?

    I believe this would work except the phone number associated with ipad is not correct. If I follow these steps, the wrong phone number would be setup once again since the iphone's number used at the initial setup of the ipad is not the correct number.
    Two different iphones:
    Setup now: iphone B with ipad A
    Need:iphone A with ipad A
    Does this make sense?

  • How to set the Selectonechoice Value associated with MethodAction

    Hi All,
    I am using Jdeveloper 11.1.1.5 and i have a two textbox on my page and one selectonechoice.I am fetching the values from the Master Table in the dropdown by sending the supplierVatId and SupplierPostCode and the base dataSource of the selectonechoice is my transaction table(InvoiceHeaderTable).
    My jspx page source is :-
    <af:inputText value="#{bindings.Suppostcode.inputValue}"
    binding="#{backingBeanScope.backing_parkSupplierId.it7}"
    id="it7">
    </af:inputText>
    <af:inputText value="#{bindings.Suppvatid.inputValue}"
    binding="#{backingBeanScope.backing_parkSupplierId.it8}"
    id="it8">
    <f:validator binding="#{bindings.Suppvatid.validator}"/>
    </af:inputText>
    </af:panelFormLayout>
    <af:selectOneChoice value="#{bindings.supplierid.inputValue}"
    binding="#{GeneralManagedBean.suppid}"
    id="soc1">
    <f:selectItems value="#{bindings.supplierid.items}"
    binding="#{GeneralManagedBean.suppiditems}"
    id="si1"/>
    </af:selectOneChoice>
    and this is my pageDef code :-
    <attributeValues IterBinding="InvoiceheaderView1Iterator" id="Suppostcode">
    <AttrNames>
    <Item Value="Suppostcode"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="InvoiceheaderView1Iterator" id="Suppvatid">
    <AttrNames>
    <Item Value="Suppvatid"/>
    </AttrNames>
    </attributeValues>
    <methodAction id="getSupplierIdfromDB" RequiresUpdateModel="true"
    Action="invokeMethod" MethodName="getSupplierIdfromDB"
    IsViewObjectMethod="false" DataControl="SupplierDetailImpl"
    InstanceName="SupplierDetailImpl.dataProvider"
    ReturnName="data.SupplierDetailImpl.methodResults.getSupplierIdfromDB_SupplierDetailImpl_dataProvider_getSupplierIdfromDB_result">
    <NamedData NDName="supplierpostcode"
    NDValue="#{bindings.Suppostcode.inputValue}"
    NDType="java.lang.String"/>
    <NamedData NDName="suppliervatid"
    NDValue="#{bindings.Suppvatid.inputValue}"
    NDType="java.lang.String"/>
    </methodAction>
    <list IterBinding="InvoiceheaderView1Iterator" id="supplierid"
    DTSupportsMRU="true" StaticList="false"
    ListIter="getSupplierIdfromDBIterator">
    <AttrNames>
    <Item Value="Suppid"/>
    </AttrNames>
    <ListAttrNames>
    <Item Value="supplierid"/>
    </ListAttrNames>
    <ListDisplayAttrNames>
    <Item Value="supplierid"/>
    </ListDisplayAttrNames>
    </list>
    </bindings>
    And i have a button on the page called as "Clear DropDown".Now on click of Clear DropDown button  i need to clear the dropdown list and need to set a new value in the SupplierId selectonechoice.For the testing purpose it can be a static value like "Shah".
    I am trying to do like this but no help ..
    public String clearDropDown() {
    ValueExpression suppid1 = null;
    String id = "Shah";
    suppid1 =
    elFactory.createValueExpression(elContext, "#{bindings.supplierid.attributeValue}",
    Object.class);
    suppid1.setValue(elContext,id);
    AdfFacesContext.getCurrentInstance().addPartialTarget(suppid);
    AdfFacesContext.getCurrentInstance().addPartialTarget(suppiditems);
    return null;
    Please suggest!!!
    Regards,
    Shah

    While setting the value, it is giving me this warning in the logs :-
    *<FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value Shah of type: java.lang.String in the list-of-values*.
    I know that the Shah is not present in the List but how do i clear the list and set the New Value which is "Shah".
    Please Suggest!!
    Regards,
    Shah

  • HT204053 How to change the email address associated with my Apple ID?

    I currently use yahoo, and want to delete that account. However it is the email address that is associated with my Apple ID. Is there a way to switch my apple ID to my new email address?

    Go to http://appleid.apple.com and click 'Manage your Apple ID'. Log in: click 'Edit' next to the email address which forms your Apple ID and you can change it to another functioning non-Apple email address.

  • How to change the Apple ID associated with an iPhone4s

    My husband has bought my daughter a new iPhone 5s to replace her iPhone 4s which she has handed on to me, in to which we have now installed a new SIM.
    We have created a new Apple ID in my name but now need to change the Apple ID on the 4S handset to reflect this. How can I do this?

    Change it for what speciically?  iCloud?  iTunes and App Stores? iMessage and Facetime???

  • How to change List item value

    Hi All,
    The scenario is like this....
    I have two list item Country and State.....Now when I select a specfic country from the list item.....corresponding state will come in the State list item....
    Plz Help me to solve the issue....
    Thanks in Advance.
    T.Halder

    Halder,
    In the WHEN-LIST-CHANGED trigger of the country list item write,
    DECLARE
         Num_Temp           NUMBER;
         RG_Group_ID RECORDGROUP;
    BEGIN     
         RG_Group_ID := CREATE_GROUP_FROM_QUERY('RG_STATE', 'SELECT STATE_NAME, STATE_CODE FROM STATE_TABLE WHERE COUNTRY_CODE = ''' || :CB_COUNTRY || '''');
         Num_Temp           := POPULATE_GROUP(RG_Group_ID);
         CLEAR_LIST('CB_STATE');
         POPULATE_LIST('CB_STATE', RG_Group_ID);
         :CB_MODULE := GET_LIST_ELEMENT_VALUE('CB_STATE', 1);
         DELETE_GROUP(RG_Group_ID);
    END;Replace the field names, table and and control name as per your requirement.
    Regards,
    Manu.
    If my response or the response of another was helpful or Correct, please mark it accordingly

  • Entering data as a List of value associated to a field in the form that I created.

    There are 300 values that I need to upload to this drop down field  called  OFFICE LOCATION on my form.
    Is there any easier way of doing it other than manually uploading them?
    Also I have another field called REGION. Can I build a relation between the two field?

    Hi;
    There is no method to import the data into the field.
    We do have a "Feature Request" form where you can vote on popular existing ideas or add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    As to building a relationship, it depends on what you need to do.  FormsCentral has "Show/Hide" logic where you can show or hide items based on the selection/s of other field/s.  There are both "Page Skip logic" and "Show/Hide" logic, this tutorial shows how to use the Skip logic and doesn't really cover show/hide logic but you should get the idea: https://www.acrobat.com/formscentral/en/library/skip.html
    Thanks,
    Josh

  • Can I change the Apple ID associated with a serial number?

    I just purchased an iPad 1 used. The previous owner had its serial number registered under his Apple ID. Does anyone know how to change the apple ID associated with a serial number? On my iPad I am the apple user associated with the device. I am not the associated Apple ID on the Apple website.

    Here is the Apple product registration web site.
    https://register.apple.com/cgi-bin/WebObjects/GlobaliReg.woa
    If you have the receipt for the device, it really doesn't matter to whom the device is registered. The warranty is tied to the device, not the owner of the device so the warranty effectively transfers when you buy the iPad from the previous owner.
    Here is the site where you can check to see how long the warranty is still good for.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Actually, I think all you need is the serial number if you need warranty service and it doesn't matter who owns the iPad at the time that service or warranty issues arise.

  • TS4644 How do I change the phone number associated with my account in Keychain?

    How do I change the phone number associated with my account in Keychain?

    On an iOS device or Mac that already has iCloud keychain set up on it, do the following:
    On an iOS device: Tap Settings > iCloud > Account, then tap Keychain. Check that the phone number listed under Verification Number is correct. If not, enter another phone number.
    On a Mac: Choose Apple () menu > System Preferences. Click iCloud, then click Account Details. Check that the phone number listed under Verification number is correct. If not, enter another phone number.

  • HT204266 how change the app store associated with my apple id on my ipad?

    I move from canada to australia how change the app store associated with my apple id on my ipad?
    I have try to set evry thing with my new australian data but it told me the it`s not possible...
    What I can do?
    Thanks and Regards

    you could go to settings, then itunes and app stores. you should see an option caleed apple id with your apple id to the side of it. click on it and select the option view apple id. you will have to type in your password. then you will see the details of your acoount. next, select the option called country/region. you will be able to select australia from the list of stores. you willl then change your billling adress (you should be directed). Fill in your adress in australia with your zip code and you will be done.

  • How do you change the Apple ID associated with an iOS device?

    So…I made the mistake of putting the wrong Apple ID (I have three – don't ask) on my iOS devices. If I try to change the Apple ID on my Mac, it wants to erase everything that I have on my Mac that is also stored on the iCloud. That is not a good solution. So, I want to change the Apple ID associated with my iOS devices (far less to lose there). The problem is that niether of my iOS devices will let me change the Apple ID associated with them – at least not that I can find.
    Does anyone know how to do that so I can get my Mac on the same page with my iPhone/iPad?
    Thanks.

    This is the kind of question where it helps to know what you are trying to achieve since the way you phrased the question has several interpretations.  CarolynSamit gave you one, here's another two:
    Apple ID Support - http://www.apple.com/support/appleid/  -> Apple ID FAQ http://support.apple.com/kb/HE37
    "How do I change my Apple ID Name or personal information?
        You can change your Apple ID Name at My Apple ID. Select your country and language, enter your desired changes, then click the Continue button. Changes take effect immediately. You can also use My Apple ID to change your personal information, such as your mailing address or email address. See How to change the name you use for your Apple ID if you'd like more information."
    How to change the name you use for your Apple ID - http://support.apple.com/kb/HE40
    Another answer is you cannot.  Items purchased with one AppleID cannot be transferred to a different account.

  • How do I change the Apple ID associated with my iTunes account?

    How do I change the Apple ID associated with my iTunes account?
    I have an apple ID that i have associated with my account but I want to change it to another ID that I just created.  I needed to create this new ID so that both my wife and I can use the ID for our shared iTunes account and then we each have our own apple IDs with our own calendars, contacts, etc.

    Change it on what way ? You can update the primary email address on an account by tapping on it in Settings > iTunes & App Store on an iOS device and signing into the account, via the Store > View Account menu option on your computer's iTunes or via http://appleid.apple.com
    If you want to log out of the account so that you can log in with a different account then tap on it in Settings > iTunes & App Store if using an iOS device and sign out, or on a computer's iTunes use the Store > Sign Out menu option. Any content downloaded by the currently logged in account will remain tied to that account, so only that account will be able to redownload it and/or download updates to its apps

  • How do i change the phone number associated with my apple ID?

    how do i change the phone number associated with my apple id and attach it to my ipad?

    Tap "Manage your Apple ID"
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • How do I change the phone number associated with my Bonjour account?

    How do I change the phone number associated with my Bonjour account?

    Do you not set the phone number within Apple ID
    https://appleid.apple.com
    and not iCloud?
    May be wrong here:(

Maybe you are looking for

  • Update my credit card data

    I got a message that my credit card is expired, but it isn't, and don't let me update data.  I only have one international credit card

  • Exporting single tracks from a garageband project

    how can i export single tracks from a garageband  (6.0.5)       project (and not the whole song) to be converted in aiff/wav? thanks

  • Flash content is flashing. HELP !!!

    http://www.argos.co.uk/static/Product/partNumber/5080032/http://www.argos.co.uk/webapp/wcs/stores/servlet/Search?storeId=10001&catalogId=1500001801 &langId=-1&searchTerms=5080032&Submit=GO+%3E&sourceid=Mozilla-search this is the laptop I have purchas

  • Spilt a big file into 3 files??

    Hello, Is there any software I can use to spilt a very big file into 3 or 4 small files please? Thanks.

  • Opmn error in EBS R12

    hi, I have newly installed EBS R12 on Oracle Enterprise Linux (on my windows 7 machine i have installed VM Ware Server 2) and then installed this i have also run the /home/junaid/PROD/db/tech_st/11.1.0/appsutil/scripts/PROD_linux/ . ./adautocfg.sh an