Own choice field in find page

I would like to use a dynamic (from database table) choice field in a find page. How can I do this manualy on most easy way with JHeadstart framework, because I can see JAG doesn't generate them?

You could add a hardcoded choice field to your find page, and create your own DataAction java class to deal with the selected value.
Are you generating JSP or UIX?
And can you explain a little more about the functional requirement? Do you want to show a choice field with values from a table that is not directly related to the data you are searching in that page? How should it influence the search? Can you give an example based on the HR schema?
kind regards,
Sandra Muller
JHeadstart Team
Oracle Consulting

Similar Messages

  • How to substitute specific fonts on any page with corresponding fonts of my own choice?

    How to substitute specific fonts on any page with corresponding fonts of my own choice?
    I'm using Firefox 12 on Windows 7.
    Examples on what I want to be able to do:
    Change the font Arial on any page I visit, with Tahoma.
    Change the font Georgia on any page I visit, with Droid Serif.
    Change Arial Narrow on any page I visit, with Liberation Sans Narrow...
    I used to have a plug-in which did that. It was called Font Replacer, but it doesn't have a version for Firefox 12 and its developer removed its page :(
    I really can't stand to see specific fonts on my screen. I really hate the indifferent CAPITAL I from the small l. I can't stand to see the numerals with Georgia.

    I opened a [https://support.mozilla.org/en-US/questions/926833 new discussion] as no one is interested to answer me here anymore.
    Thanks.
    So, now I find myself in a situation that I want exceptions for some rules. For example, I want to change the font Arial to Tahoma in all websites I visit, except for wikipedia.org, is that possible? Because I have a very long list of websites listed to change Arial to change to Tahoma, only because I don't want the rule to be applied to websites as wikipedia.org
    I searched, but I'm unable to find something helpful :(

  • Search field in Open dialog will not find pages documents but will find identical Microsoft word documents

    This is a new one. Problem seen on iMac and Mac Pro.
    1) Create a new Pages document (newest version).
    2) Save to the Desktop
    3) Export as MS Word document with the same identical name
    4) Close the Pages documents
    5) Quit Pages
    6) Open Pages
    7) Choose File : Open
    8) In the search field in the upper right corner of Open dialog. Enter the name of the document just saved.
    9) Only the MS Word document is listed. the Pages document is not shown, even when Filename contains is selected
    If anyone knows how to fix this problem. please comment on this request.
    thanks

    thanks for testing. I do realize that the two test files will show up in the Open dialog as it opens to the Desktop folder. But what happens if it opens up in another folder and you need to locate a Pages file where you don't know the location, you remember the name. You would go to the search field in the upper right corner of the Open dialog and enter the name. In the Open dialog, the name would be listed and you can choose the one to open. In my tests, the search field would only show the MS Word document, not the Pages i.e. only one would be listed not two. Also, Filenames is an option that does appear in the search field in the Pages Open dialog.
    The examples files I created are called "This is a test". The content of the file is "This is a test" (without the quotes in both). the search field in the Open dialog is suppose to locate the text in the documents if enclosed in quotes which it does for the Word document but still will not find the pages document. You can click Filenames while entering in the search field and the same occurs, only locates the Word doc, not the Pages doc.
    thanks again
    Stuart

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • Adding Nationality Field in iRecruitment Page Using Personalization

    Dear Sir (+most probably Mr. Prabhu who is only helping here in this Forum) :)+
    I found one document on how can I add Nationality and National Identifier Fields in iRecruitment Pages Using Personalization, so it gave me an example so when he was personlazing
    "Basic Details” he was giving some parameters which I don't know the source of it :
    Select the “Level” of personalization
    • Select the item style as “Message Choice”. _(what's the difference between this type and others in LOV)?_
    • Provide a unique “ID”, for example: Nationality.
    • Provide: “Picklist Display Attribute”, for example: Meaning
    • Provide: “Picklist Value Attribute”, for example: LookupCode
    • Provide: “Picklist View Definition”. for example:
    oracle.apps.per.selfservice.personalinformation.server.NationalityListVO (_how can I get it if I want to create a new one_)
    • Provide a “Prompt”, for example: Nationality
    • Provide the “View Attribute”, for example: Nationality
    • Provide the “View Instance”, for example: IrcCandidatePerInfoVO _(??)_
    Do you have any clarification or supporting document for this?
    Thanks in advance..
    Akram
    BR
    Akram

    No Unfortunatelly it didn't answer my question and it took me to a programatic approach on how to attach the "DetailFuelTypesVO" to WebExpensesAM and extending the controller as follows (which is irrelevant to my case):
    package xx.oracle.apps.ap.oie.webui;
    import oracle.apps.ap.oie.webui.MileageListCO;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAImageBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.table.OATableBean;
    import oracle.apps.ap.oie.entry.server.* ;
    import oracle.apps.fnd.framework.* ;
    import oracle.apps.fnd.framework.server.* ;
    public class xxMileageListCO extends MileageListCO
    public xxMileageListCO()
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    if(oapagecontext.isLoggingEnabled(2))
    oapagecontext.writeDiagnostics(this, "start xxMileageListCO processRequest", 2);
    super.processRequest(oapagecontext, oawebbean);
    OAApplicationModule oam = oapagecontext.getApplicationModule(oawebbean) ;
    System.out.println("XXXX Mileage AM Name is =>" + oam.getFullName() );
    OAViewObject oav= (OAViewObject)oam.findViewObject("xxoieDetailFuelTypesVO") ;
    if ( oav != null )
    System.out.println("XXXX Found VO DetailFuelTypesVO for Mileage AM. This means we have re-entered the page" );
    else
    System.out.println("XXXX CAN NOT FIND VO DetailFuelTypesVO for Mileage AM" );
    oav = (OAViewObject)oam.createViewObject("xxoieDetailFuelTypesVO", "oracle.apps.ap.oie.entry.server.DetailFuelTypesVO") ;
    if ( oav != null )
    System.out.println("XXXX FINALLY FOUND VO DetailFuelTypesVO for Mileage AM" );
    oav.setWhereClauseParams(null);
    //Remove this hardcoding later, or get this from a profile option
    oav.setWhereClauseParam(0, "10090" );
    oav.executeQuery();
    }

  • Workflow to set a choice field on the fly

    Is it possible for a list workflow to execute on the fly as conditions are met before Save is pressed?
    Example: list has two choice columns. Col1 has choices A, B, C. Col2 has choices 1, 2, 3
    Workflow is created so that if user chooses A in Col1, then Col2 will get automatically set to 1. The problem is that Col2 only gets set to 1 when the user Saves the new item and refreshes the page. I want Col2 to get set to 1 on the fly as soon as
    the user sets Col1 to A. is this possible using workflows? If not, is it possible any other way in SharePoint 2010.
    Thanks... Mike
    Note: Col2 is not a Calculated field because if A is not chosen in Col1, the user needs to be free to choose 2 or 3 in Col2. Thus it needs to be a Choice field.

    SPD workflows consist of actions and triggers. You can combine as many triggers as you need but be aware the default condition is an OR clause, not an AND clause.
    You can also set workflows to trigger on item edit, not just item creation.  You'd want to use a few pause steps to finetune the workflow but what you want to achieve is possible.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Clear fields when PDF page is spawned?

    Hi all,
    I have a fillable PDF  form that has buttons at the top of every page for the user to  duplicate the page in case more information needs to be entered.  Here  is the javascript I'm using, courtesy of George Johnson:
    // Get a template object from an existing template
    var t = getTemplate("myTemplate");
    // Spawn the template on the page following this one, and rename the fields
    t.spawn({nPage: pageNum + 1, bRename: true, bOverlay: false});
    This  works great, except when the user has already filled out page 1, then  clicks the button to duplicate the page, the new page contains the  information already filled in by the user on page 1.  Is there a way to  clear the fields when the page is duplicated? I am using Adobe X Pro.   Thank you!!!

    Update: I found this code:
    var iPage = 0; // This is your page number, it is 0-based, so page 1 is 0
    var sFields = new Array();// array of fields names that are found
    for(var x=0;x<numFields;x++)
    {var pg = getField(getNthFieldName(x)).page;if((typeof pg == 'number' && pg == iPage) || (typeof pg != 'number' && pg.indexOf(iPage) > -1))sFields[sFields.length] = getNthFieldName(x);}
    if(sFields.length > 0)resetForm(sFields);
    This code does work, but instead of blanking out the NEW page, it blanks out the original one. Preferably, the original page would retain the information and the new form would be cleared.  I changed var iPage = 0 to var iPage = pageNum +1 and that seems to blank out the spawned page.  Even when I press the button on the spawned page, the second spawned page is cleared.
    I know very little about javascript so if anyone sees any problems with this code or the change I made, I'd appreciate if you give me a shout.  Otherwise I guess I resolved this on my own. Thanks!

  • Dynamically use page number in form field on spawned pages?

    I have a form with spawned pages.  JS for spawning page(s) works fine.  However, one text field on template is driving me nuts.  I would like this field ("CaseNum") to dynamically display page number, since page number also corresponds to case number.  On templage ("getcase"), I can calculate value for CaseNum using custom calc script (event.value = this.PageNum).  But that doesn't work because every spawned page gets the same value (ie, whatever is last spawned page number). I also tried JS below, using P0.getcase.CaseNum as the field on the template in which I want the page number/case number to be displayed:
    var oPage = this.pageNum;
      this.getField("P" + oPage + ".getcase" + ".CaseNum").value = oPage;
    But, this doesn't work either, because the field on the spawned page automatically gets the prefix of P + page number + .getcase appended to the field name.  Is there any way to dynamically used page number in a form field on spawned pages?  If so, how? Note that while I am trying to use a dynamic case number on spawned pages, it presents the same issue as dynamically displaying page numbers on spawned pages.  I'm a JS newbie, so any help appreciated.  I've searched high and low on web and in forums and couldn't find the answer.  Thx.

    http://forums.adobe.com/thread/1160899
    7.George Johnson,
    28-Feb-2013 09:42   in reply to natelfo
    Is this what you mean?
    Also see:
    http://www.planetpdf.com/developer/article.asp?ContentID=6466
    http://www.wordwizardsinc.com/blog/finding-the-fieldname-prefix-on-acrobat-acroform-spawne d-template-pages-using-javascript-functions/

  • Adding new field to the page when the field source not available

    Hi,
    I have a requirement to add vendor_serial_number (manufacturer's serial number) to the page /oracle/apps/csi/instance/general/webui/InstanceDetailsPG. This column is available in mtl_serial_numbers_all_v table. I don't see any VO in that page has access to this. What is the best approach to add this field in the page.
    Create a new VO with the query to get the vendor_serail_number based on the item_number, serial_number.
    Attach the VO to the AM InstanceDetailsAM or create a new custom AM as we can't attach the new VO to the seeded AM.
    Add a item to the page that gets the column value from this new VO.
    Please suggest.
    Thanks,
    HC

    1. Create the textfield item using personalization.
    2. Create a View Object to get the field
    3. Extend the InstanceDetailsCO and attach the VO to AM programatically in the extended CO.
    Any suggestions.
    Thanks,
    HC

  • Read selected values from a multi choice field programatically using Microsoft.SharePoint.Client namespace.

    All examples I found refer to classes under Microsoft.SharePoint namespace. However, I have the SharePoint CSOM that only gives me the Microsoft.Sharepoint.Client namespace.
    I need to read the selected values of a multichoice field, but not sure how to do it with classes in the namespace above.
    everthing works, exept the TSQL_x0020_Reference_x0020_Numbe field.
    my code looks like this:
    Webweb = cont.Web;
                cont.Load(web);
                cont.ExecuteQuery();
    Listsstest = web.Lists.GetByTitle("T-SQL
    Code Review Tracking");
    //CamlQuery query = CamlQuery.CreateAllItemsQuery();
    CamlQueryquery =
    newCamlQuery();
                query.ViewXml =
    @"<View>
                               <ViewFields>
                                    <FieldRef Name='Category'/>
                                    <FieldRef Name='Review_x0020_Type'/>
                                    <FieldRef Name='Review_x0020_Start_x0020_Date'/>
                                    <FieldRef Name='Title'/>
                                    <FieldRef Name='Location'/>
                                    <FieldRef Name='Project'/>
                                    <FieldRef Name='Author0'/>
                                    <FieldRef Name='AssignedTo'/>
                                    <FieldRef Name='TSQL_x0020_Reference_x0020_Numbe'/>
                                </ViewFields>
                             </View>"
     ListItemCollectionitems
    = sstest.GetItems(query);
                cont.Load(items);
                cont.ExecuteQuery();
    foreach(ListItemitem
    initems)
                    Output0Buffer.AddRow();
                    Output0Buffer.ReviewStatus = item.FieldValues[
    "Category"] !=
    null? item.FieldValues["Category"].ToString()
    : String.Empty;
                    Output0Buffer.ReviewType = item.FieldValues[
    "Review_x0020_Type"] !=
    null? item.FieldValues["Review_x0020_Type"].ToString()
    : String.Empty;
                    Output0Buffer.ReviewDate =
    DateTime.Parse(item.FieldValues["Review_x0020_Start_x0020_Date"].ToString());
                    Output0Buffer.Module = item.FieldValues[
    "Title"] !=
    null? item.FieldValues["Title"].ToString()
    : String.Empty;
                    Output0Buffer.BranchLocationURL = item.FieldValues[
    "Location"] !=
    null? item.FieldValues["Location"].ToString()
    : String.Empty;
                    Output0Buffer.ProjectName = item.FieldValues[
    "Project"] !=
    null? item.FieldValues["Project"].ToString()
    : String.Empty;
                    Output0Buffer.Author = item.FieldValues[
    "Author0"] !=
    null? item.FieldValues["Author0"].ToString()
    : String.Empty;
    FieldLookupValueflvAssignedTo =
    newFieldUserValue();
                    flvAssignedTo = item.FieldValues[
    "AssignedTo"]
    asFieldLookupValue;
    if(flvAssignedTo !=
    null)
                        Output0Buffer.AssignedTo = flvAssignedTo.LookupValue;
    varv = item.FieldValues["TSQL_x0020_Reference_x0020_Numbe"];
    if(v !=
    null)
                        Output0Buffer.Reason2 = v.ToString();
                 Output0Buffer.SetEndOfRowset();           

    Hi,
    According to your description, my understanding is that you want to read the selected choice field value using Client Object Model.
    In my environment, I create a list with a mutichoice fileld named "choice" and then I used the code snippet below to get the selected value in choice field.
    ClientContext clientContext = new ClientContext("http://sp2013sps/sites/test1");
    Microsoft.SharePoint.Client.List spList = clientContext.Web.Lists.GetByTitle("list1");
    clientContext.Load(spList);
    clientContext.ExecuteQuery();
    if (spList != null && spList.ItemCount > 0)
    Microsoft.SharePoint.Client.CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml =
    @"<View>
    <ViewFields><FieldRef Name='choice' /></ViewFields>
    </View>";
    ListItemCollection listItems = spList.GetItems(camlQuery);
    clientContext.Load(listItems);
    clientContext.ExecuteQuery();
    string value = listItems[0]["choice"].ToString();
    Console.WriteLine(value);
    Console.ReadKey();
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Some files in "DOCUMENTS" icon in dock won't open. Get msg saying You need a newer version of Pages to open this document." Have Pages 4.1 installed.  Same files will open ok from Finder, Pages App. Recently sync'd with ipad2 (Pages) after iOS5 installed.

    Some files in "DOCUMENTS" icon in dock won't open. Get msg saying "You need a newer version of Pages to open this document." Already have Pages 4.1 installed.  Same files will open ok from Finder/Pages App./selected file. Prob not noted until recently after sync'd with ipad2 (Pages) when I installed iOS5. Anyone-- please?!

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Rate/review Pages 5.2 in the App Store.
    Peter

  • Duplicate a Text Field on Every Page of a Document?

    Today I wrote my first vb.net/adobe app.  I managed to open the pdf doc in adobe and create a named text field.  I managed to insert a java script that gets the current date when the document is open and updates the text field.  I would like to duplicate the text field on all pages of the document.  Manually, I can right click on a text field and select duplicate.  I don't see a property or method that allows me to program this.  The field property "page" appears to be read only.  any help would be appreciated.  thanks.
    page
    The page number or an array of page numbers of a field. If the field has only one appearance in the document, the page property returns an integer representing the 0-based page number of the page on which the field appears. If the field has multiple appearances, it returns an array of integers, each member of which is a 0-based page number of an appearance of the field. The order in which the page numbers appear in the array is determined by the order in which the individual widgets of this field were created (and is unaffected by tab-order). If an appearance of the field is on a hidden template page, page returns a value of -1 for that appearance.
    TypeInteger | ArrayAccessRFieldsallExample 1Determine whether a particular field appears on one page, or more than one page.var f = this.getField("myField");
    if (typeof f.page == "number")
    console.println("This field only occurs once on page " + f.page);
    else
    console.println("This field occurs " + f.page.length + " times);

    I also tried the brute force method of moving from page to page and creating a text field on each page.   I used pageNum to changes the page, but, adobe didn't seem to recognize that.  I saw the page change on the screen, but, all of the textfields were created on the first page!

  • Changing font/-size of a text field on master-pages not possible? (field prop)

    Hi,
    I would like to change the font and font-size of a textfield on a master page.
    I wonder if I do anything wrong, because the font-options (size, font etc.) are simple greyed out / not avaliable, when I click on my text field.
    It seems, there is any way to customize the font-properties of a textfield (only) on master-page.
    Well I guess it would work with java script in init-event ...  but really, why the hell it should not be possible simply to use the properties/text properties?!
    Please correct me if I am wrong. Do I do anything wrong or is it really not possible to customize font of a text field on master pages?

    Hi,
    I was just about to post, that I figured it out.
    Actually, I use Livecycle Designer in SAP (transaction SFP). There seems to be a bug (one of hundrets by the way).
    If I click on a field, that does not have text-property e.g. subform, text-option menu greys out.
    Afterwards it stay this way until I click/doubleclick into a simple text (not text field). From that moment on, text/font-option menu is available again, until I click on something without text. => So pay attention and click wisely
    coming soon: "SAP meets Livecycle Designer - a (Bug)Lovestory", hardcover 124 Pages. ; )
    by the way: SAP does not sopport interactive forms higher than Reader 8.1. Its statement "8.1 is fine enough for everything you need in a SAP/Adobe Interactive Form". So beware of using XFA higher than in 8.1. sad, but true ...

  • How do i find "pages" in my laptop?

    how do I find "pages" in my laptop?

    if you didn't purchase "pages", it is not on your mac.  It does not come free pre installed.  You can buy it from the app store.

  • Making a selection from a Choice Field and having Another Set of Selctions Avaiable to Select in a Form

    Hello,
    I am creating and food menu form and some of the selections have a 'combo' option.  I have created a Choice field Column with the menu items available and when say Veggie Melt is selected I'd like to have it then display the combo options for the
    Veggie Melt item.  Is this possible?
    Thank you!
    Joan

    Cascading Drop Down in a Lists is not possible out of the box, with my best knowledge.
    Please refer - https://social.technet.microsoft.com/Forums/sharepoint/en-US/7c06adb6-08e9-4222-8f35-b662ca9fac5c/cascading-drop-down-lists?forum=sharepointgeneral
    Custom product or javascript can help - https://spcd.codeplex.com/
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

Maybe you are looking for

  • Send email from SAP to external

    hi experts, My code triggers Email from my SAP program to external Email ID.This functionality is working fine. Below is a snippet of my code:   TRY. Sender config       obj_send_request = cl_bcs=>create_persistent( ).       obj_sender = cl_sapuser_b

  • In Excel how to make a worksheet as default

    Hello , I have a Excel file called Report.xls . In this file there are many worksheets. Everytime I open this Excel  file, i want the second sheet as the default sheet which is visible to the user. The Excel file should always open with the second sh

  • Help deciding whether to Patch, Upgrade or Fresh Install

    Soon we will be upgrading one of the Oracle database targets to 11gR1 (11.1.0.7). Here is the existing OEM Grid Control configuration: * RHEL 4 Update 1 * GC 10.2.0.2 * Repository: 10.1.0.5 (single instance) * Agents 10.2.0.3 * 17 Hosts targets * 13

  • Inserting data through Button!

    Hi, I'm getting a error while i submit some data on button click. I've created a normal insert statement in a block. and calling that procedure(created under page processes) on button click. Begin insert into LOG_TABLE(name,USERIP,currdate) values('n

  • Can i create a large number of identical tabs?

    I have searched around and found nothing on the topic.. what i am looking at here is this. I have currently set up two tabs that are identical, each representing a component on a device and the component is selected when the user clicks on the tab. F