Need to show DFF Values on Web Form

Hi All,
I need to show DFF values on Web Form without customization , is it possible with Personalization?
Regards,
Sajid

This is quite Possible with Seeded OAF page.
Check first if DFF already on page using the personlization.
If It is not available you can include flex item using personlization for enabling the DFF.
Check this notes
How To Add Descriptive Flexelds (DFF) To An Oracle Appplication Framework Page By Personalization [ID 430310.1]
Thanks

Similar Messages

  • Need to show default value in a form

    hi this is azhar..i have a question..
    i have created a form that displays values using a dyanimc lov however i need to show the default value as 'NA' which is one of the values in the lov..plz let me knw ...

    Hello Azhar,
    Just set the "Initial Value" property of the LOV's associated item to "NA".
    Hope this helps.
    Craig...

  • Any Oracle Seeded AR reports available which shows DFF values?

    Hi,
    I would like to if anyone is aware of Oracle Seeded reports showing DFF values at the Transaction header level which can help eliminate having different RICE request.
    Please reply.
    Thanks.

    nope

  • Need to show some values from Lookup in Text Area of Request Dataset

    Hi,
    I have a requirement where I need to display values(which are roles) coming from a lookup in text area. The reason behind is to show to end users list of roles. They should not be able to select these roles.They will just refer the list and enter desired role in a text field. I thought of using text area as the component to be used for showing these roles. However, I cannot use lookup property for widget="textarea" in the request dataset.
    Can we do this or is there any other component where I can show list of roles so that users can just refer the list.
    Thanks.

    Lookup Property ??
    TextArea is different type of widget. It doesn't come with lookup.
    Search developer's guide.
    – textarea: Specifies a large text field for entering multiple lines of text.
    Even if they select then don't use that field for further processing. You can use Attribute instead of AttributeReference.
    Workaround:
    Have one text are and use Prepopulate adapter to populate those values.

  • Need help to set values from web.xml in a jsp class

    Hey :-)
    I`m trying to get value from my web.xml file into a jsp class. The problem is that the value always retur null. My web.xml file is replaced in the WEB-INF directory where should be. Here is my web.xml
    <servlet>
    <servlet-name>Html</servlet-name>
    <servlet-class>Html</servlet-class>
    <init-param>
    <param-name>html_test</param-name>
    <param-value>Value I want have in my jsp class
    </param-value>
    </init-param>
    </servlet>
    And her i my java class who don`t work:
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    import javax.servlet.ServletConfig;
    public class Html extends BodyTagSupport
    String title="";
    String html_test;
    ServletConfig config;
    public void doInitBody() throws JspException
    html_test = config.getInitParameter("html_test");
    }//End of method doInitBody()
    public int doStartTag() throws JspException
    try
    JspWriter out = pageContext.getOut();
    out.print( "<HTML>\n" );
    out.print( "<HEAD><TITLE>" + title + "</TITLE></HEAD>\n" );
    out.print( "<BODY>\n" );
    out.print( "<BR><H1>" + html_test + "</H1>" );
    And here are my html_test variable return null.
    I hope somone can help me, duke dollars will be given away for the solution answer.
    paulsep

    Nothing seems to work, have change the string and rewritten the web.xml file to:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
              <context-param>
                   <param-name>html_test</param-name>
                   <param-value>Value I want have in my jsp class</param-value>
              </context-param>
    </web-app>

  • Need to show attributes value in the F4 help

    Hello All
       I am Having 0customer has a main characteristics and its attributes is 0city. In the selection screen of the report for 0customer i am able to view all the customer name. but as per the user requirement i need to display 0customer with city name so the user will select exact customer in the particular city.
    Please tell me how to add 0city attributes value in the F4 help of 0customer.

    Hi Kamal,
    Refer to Search help /BI0/OCUSTOMER , 0Customer uses it internally.
    SE11 -> Select Search Help -> /BI0/OCUSTOMER -> Change .
    Here you can delete / add more fields as per requirement .
    Hope it helps.
    Regards
    Mr Kapadia

  • Web Form to compare 2 Years Value

    Dear All,
    In Hyperion Planning form, can we just select one user variable (e.g CurrYr) and the prior year will be automatically related to the Curr Year..?? Because in the form, need to show the value between Curr Year and Prior Year. So, we only select one time (only for the current year)
    Example :
    - If the Curr Year = FY12, then the Prior Year = FY11
    Any idea..??
    Thanks.
    Regards,
    VieN

    Hi,
    The only way I could think of is to use a dynamic calc version. Place the Year dimension as the first dimension in column and select only CurrYr. Place version as the second dimension and place the current version (i.e. Current) and dynamic version (i.e. Previous Year). The formula within Previous year will be something like below:
    @PRIOR(Current,@CHILDREN(Years))
    If you are going to use multiple versions, then you'd need to apply this to another dimension.
    Cheers,
    Alp

  • Need  to show three diff sheets in a smart form , first to be printed twice

    Hi
    I need to show data in a smart form where I have 3 different sheets
    •     Process order request
    •     BoM
    •     Assembly
    where the first sheet will be printed twice .
    as header in each case we have order no , produced material order qty , qty produced etc with the title changing for each sheet . main window we have diff data depending on each form like it will b changing for process order req, bom , assembly .
    how to do that & I need to print each layout in 2 diff language.
    plz help.
    useful answers will be rewarded.
    Thanks

    Create three pages . The first and the last are static and the second variable.
    The first page repeat with a loop twice. The headers of the second pages and next has a window static (the header) and other variable .
    If you have two languages repeat the operation. Call the smartform with a parameter called language by example

  • How to simulate DDE in Web Forms?

    Surely there is some elegant way to do DDE in a Web Forms (6i)environment?
    Given that Forms 7i will only support internet deployment and not C/S, there must be some "migration path" to replace the functionality of DDE in the C/S environment.
    My need is a button on a Web Form to dynamically insert data from 8i server into an Excel "template" spreadsheet, then open the spreadsheet on the client. The user can then manipulate data in the spreadsheet. A button in the spreadsheet to synchronize the spreadsheet changes back to the 8i server and exit the spreadsheet and return to the Web Form.
    Forms Server 6i is running on Solaris 2.6
    Any ideas on techniques to do this?
    Can Oracle COM Automation or Oracle Objects for OLE (OO4O) do the dynamic inserting of data into the excel template spreadsheet? (I don't know the difference between these??)
    I know web.show_document can be used with a URL to the spreadsheet on the web server (IIS) and the MIME type will launch excel on the client and copy the file to the client.
    How then can I get the updated cells back into 8i from the spreadsheet?

    Magesh,
    the issue of a SSO protected form showing the logon dialog is a knwon issue for Windows200 and the Oracle9iAS base release. If you applied Forms Patch 1 then this should be solved. Hope that I am right in that you are using Oracle9iAS and not Oracle9iDS. Do you see the Single Sign-On logon screen or the Forms logon dialog directly? Check the forms90.conf file in teh forms90/server directory as this contains the Form sso settings (mod_osso) which by default is commented out and therefore inactive. You need to remove the commenting '#' characters and make sure that each sentence having a '#' in front, after that starts on a new line.
    The Forms deployment documentation within the Oracle9iAS docu provides this information too.
    Frank

  • Icons on a web form

    I am having trouble getting the icon pictures to show up on a web form. After perusing the discussion forums on this problem, here is what I have done:
    Win2000 running Apache (from the Oracle 8i installation CD)
    I edited the registry.dat file and added the following:
    default.icons.iconpath=/dev60icons
    I edited the httpd.conf file for apache and added the following:
    Alias /dev60icons "c:\oracle\dev6\forms60\server"
    In the Win2k registry I added the following:
    HKEY_LOCAL_MACHINE -> SOFTWARE -> ORACLE -> HOME1
    UI_ICON = c:\oracle\dev6\forms60\server
    In the formsweb.cfg file I have modified the following:
    IE50=native
    All of my icons are in both ICO and GIF formats in this directory.
    When I run the form using the Forms6i runtime, the icons show up just fine.
    Using the web browser, I can surf to http://my.web.server/dev60icons/cancel01.gif and the file shows up just fine.
    I have tried just about everything.
    What am I doing wrong?
    TIA

    Well, it turns out all of the entries to the formsweb.cfg, httpd.conf and to the registry.dat files were fine. (you don't need the "/" at the end of the alias). What it turns out to be is that the program I was using to convert the ICO file to a GIF file did not put a global colormap into the GIF file. Once I corrected that (using Paint Shop Pro) the icons showed up just fine.
    Thanks for your help!

  • Customized Web Form

    Hi,
    I have Scenario dim (Plan, Forecast) in Page and Year and Period in Columns (these two are placed in separate columns). I am now needed to show only Thisyear (Column A) or NextYear (Column B) based on the scenario selection in the page and click on Go. If the end user choses Forecast then web form should show only FY11 and months. If end user choses Plan then web form should show only FY12 and months. Can this be possible with customizing java script.
    I have written a sample code in ValidateData.js file and restarted planning service but nothing is showing when opening a web form. Please correct me if i am missing anything here.
    function customOnLoad() {
    if (equalsIgnoreCase(applicationName,"app1")) {
              if (equalsIgnoreCase(formName,"tempform")) {
         var correctScenarioinPage = findpageByMemberNames(new Array("Current"));
         if ((page == correctScenarioinPage) { alert("scenario selected is Current");
    Thanks,
    Praveen

    JohnGoodwin wrote:
    endy wrote:
    I'm merely giving you the best practice, I love this saying, can you tell me who defines what best practice is, it is you, is it documentated somewhere?
    Cheers
    John
    http://john-goodwin.blogspot.com/
    Hi John,
    You are right that there isn't clearly defined best practices, but using javascript customization for such a case seems a bit of an overkill, and I'm sure I'm not the only one who will recommend to avoid it in this case.
    As I don't see any obvious other alternative than simply using two forms, then I consider using two forms to be the best practice.
    I'm sure you have a lot more tricks up your sleeve than I do, but which solution would you consider to be the best here ?
    Cheers !

  • Title in web form

    Hi
    I'm trying to create a new web form for people to subscribe to a newsletter.
    I just want the form fields to be name and email but I can't seem to work out how to remove the title and the first name
    any ideas?
    thanks
    Tim

    You need first and last name on web forms.
    You can combine them into FullName - http://forums.adobe.com/docs/DOC-2363
    Just delete the title html from the form.

  • Regarding Isuue in entering data in Web Form

    Hello,
    I am using Hyperion Planning 11.1.2 and i am trying to insert value in web form but when i enter value in Level 0 cells , except one cells all values are saved and that member is stored and is implied share of parent member.

    Hi,
    That is most probably an implied sharing problem. See below:
    Re: Data save issue in Planning
    Cheers,
    Alp

  • Need to show data related to Process order request , BOM in a smart form

    Hi,
    I need to show data related to
    •     Process order request
    •     BoM
    Now in selection screen we are entering the followings.
    Manufacturing  Plant ,MRP Controller, Production scheduler, Order type , Order , Material, Sales order, WBS Element,Release,Scheduled start, Scheduled finish ,Selection profile.
    how to get 1> Process Order number,Produced Material,Material Description,Print date,Narcotics indicator , Quantity produced , Phase number , Phase description ,Resource description,Standard value  to show in a request form.
      2> Item category ,Component code,Component description , Component quantity ,Component Unit of measure ,BoM base quantity.
    Please help me how to get those values , what should be the aaproach , how to write the select quiry.
    Thanks

    Hi
    To get BOM details, do the following:
    1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).
    2. With this STLNR, goto STPO table (where STLNR is the key field).  Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....
    Hope this helps.
    THanks
    Vijay
    <b>PLZ REWARD POINTS IF HELPFUL</b>

  • Help Needed in resolving problems with Hyperion Planning Web Forms

    Hi,Can anyone help me with this problem?Problem:We are running Planning 2.3.1 I have created Webform & security(application owner has the ownership).Somehow Iam getting only 7 dimensions into webform & 1 dimension is missing in that. But whereas 8 dimensions are there in Essbase.Hsp_Rates dimension is available in essbase outline but Iam unable to see that dimension in the webform selection.And using the webform Iam unable to load any data ...the form is graded/protected.Is this happening because i dont have the requirement of 1 member from each Dimension?Please someone let me know why this is happening what might be the reason.ThanksUser

    Hi,The dimension Hsp_Rates is a hide dimension used by Planning to store the exchange rates for the differentes exchanges.All the standard information is stored on HSP_InputValue member (in this dimension).When you create a web form, Planning automatically asign this member (but don't show it).Probably you can't load data because you are selected on Version dimension a Standard Botton Up version, and you only can load data on level 0 members in this type of version.If you want to load data on upper level members, then you need to create a Standard Target version (in the Version dimension) and select it in the form.Please, advice if this solve your problemClaudioBPD Solutions

Maybe you are looking for

  • My music won't play on my ipod classic 160GB and it skips songs can anyone help me?

    My ipod classic 160GB won't play my music there is sound coming from it but the music won't play and it skips songs as well does anyone now how to fix that?

  • B/W G3 not recognizing USB Flash

    Hello, My Blue/White G3 doesn't recognize my new USB 2gb Portable Mem/Flash Drive. The Manufacturer, Dane-Elec states that the product supports Mac OS 9 and up. I'm running 9.2. My G3 is not connected to the internet. I wonder if anyone knows of upda

  • Fb08 (reversal reason)

    sir,       when we post through fb08 then massage came out Massage is                        reversal reason is not defined Pls help.                   If this is configuration problems then then pls know me how to configure this in detail. Thanks yo

  • SMS,FAX and EMAIL

    HI. Guys. I want to use fax,email and sms services in J2EE or J2ME. Can i use these services in my project. How can i use it and give link for that site. Also give short description on J2EE.

  • Calling Child record onto a Form Module

    I am using 2 tables, Parents & Child, i.e 1 to many relations. Naturally the child table contains more than one record for the parent relationship. To make it clear one empno in parant table has more than one record in nominee tables. How I can call