Can we attach special value set into DFF attributes

Hi Team,
We have one requirement ,for one of the  DFF in shipping form attach the special value set.Does it possible.
We have tried for attach the special value set to DFF definition ,while retrieve the values from DFF it throws an error :APP-FND-00730,We have unfreezed the DFF and after attaching it freezed it.
Regards
B.kishan

Dear Members,
As mentioned above can we attached a LOV to a Special Value Set.
I have Special Value Set which Validates data entered on the report Parameter. But this parameter is a Free form field, there is no lov attached.
Can we have an LOV to a parameter(Report Parameter) which is based on Special Value Set.
We are on E-Business Suite R12.1 .
Thanks
Sandeep

Similar Messages

  • How to use Special value set with Column clause to display addtional column

    hi
    can anyone tell me
    How to use Special value set with Column clause to display addtional column
    how can i use FND POPID and with COLUMN clause ?

    Dear Yaseen,
                To get the value in formula cumulative,after you have created the formula for that particular key figure,go to edit and click on tab "calculations".
    In that select overall result as 'count all values not equal to zero' and single result as 'count all values not equal to zero' .
    And mark the cumulative check box underneath.
    I hope you get the desired result and please do me favour .
    Sumit goomber

  • How to set the DFF Attribute Programmatically?

    hi
    how to set the DFF Attribute Programmatically in Process Request of CO
    thanx

    Hi
    Do u want to set the value in DFF Programmatically ?
    u can capture the VO used for DFF and set the the value in controller.
    Thanks

  • How to give  Value set for model attribute?

    Hi all,
           How to give value set for model attribute?
           plz explain me with some sample code.
    Regards,
    Srinu

    Hi Srinivasulu,
    An attribute (of basic data types like integer , string etc) holds a single values.
    Please clarify by what you mean value set ?
    Also, share the structure of context.
    Regards,
    Kartikaye

  • Can apple move the Passcode setting into the Restrictions section ?

    Hello,
       I guess this would be an Apple development question.  I work for a school district trying to manage many iPads.  I can lock down most of the settings I do not want the students to access in the Restrictions area.  One major flaw I discovered is the Passcode in Settings.  Students are setting a passcode and locking the units which is causing a very frustrating situation for the folks that have to support these (restore the device).
       If Apple would move the Passcode setting into the Restrictions area we would be able to lock it down.  Does this make sense ?  
    Thanks

    The ability to set a restriction on the passcode has been brought up on many occasions, but to date nothing has changed. You can add your voice via the feedback page here, if you wish:
    http://www.apple.com/feedback/ipad.html
    Regards.

  • Can you attach a select file into a mail in "Outlook" then send to a specify address?

    I have been looking around and trying to find ways to do the following with extendscript:
    1. Open ‘Outlook’
    2. Create a new mail
    3. Attach the files which was selected to a mail then send to a specify address
    Is this possible?
    I found this that dose it for MAC but I need to do it in a windows platform

    Hi John
    Well not a very inDesign question is it but this will do what you want.
    // Send selected files as attachments through outlook on windows 
    // By Trevor htps://forums.adobe.com/message/6546861#6546861
    // Need a custom script , willing to pay for it send me a private message.
    var notify = true; // set to true if you want a popup measage to say that the mail is sending
    var delay = 1.5 // the number of seconds you want the popup to appear
    var ToAddress = "[email protected]"; // You might need to change this 
    var MessageSubject = "Howdy Barack, take a look at this"; // You might need to change this
    // bodyText set at line 27 Below
    var myAttachments =  File.openDialog ("Select the files you wish to attach", "All Files: *.*", true);
    if (!myAttachments) {
        alert("Sorry mate I can't send your attachments if you don't select them\rPlease try again next year\rThanks");
        exit();
    var n, MessageAttachments = [], bodyFileNames = [], fName = "";
    for (n = 0; n < myAttachments.length; n++) {
        fName = myAttachments[n].fsName;
        MessageAttachments[n] = 'newMail.Attachments.Add("' + fName + '")';
        bodyFileNames[n] = fName;
    MessageAttachments = MessageAttachments.join("\r") + "\r";
    bodyFileNames = bodyFileNames.join("\" & vbNewLine & \"");
        // the \" & vbNewLine & \" is a way off putting in line feads
    MessageBody = "Howdy i spent yonks of time making this. \" & vbNewLine & \"" + bodyFileNames; // You might need to change this
    //VBS code very very very heavily based on the answer of ShaddowFox333 http://www.tek-tips.com/viewthread.cfm?qid=728333 
    myVBS = '''Dim ToAddress
    Dim FromAddress
    Dim MessageSubject
    Dim MessageBody
    Dim MessageAttachment
    Dim ol, ns, newMail
    ToAddress = "''' + ToAddress + '''"
    MessageSubject = "''' + MessageSubject + '''"
    MessageBody = "''' + MessageBody + '''"
    Set ol = CreateObject("Outlook.Application")
    Set ns = ol.getNamespace("MAPI")
    Set newMail = ol.CreateItem(olMailItem)
    newMail.Subject = MessageSubject
    newMail.Body = MessageBody & vbCrLf
    newMail.RecipIents.Add(ToAddress)
    ''' +
    MessageAttachments + "newMail.Send";
    try {
        app.doScript (myVBS, ScriptLanguage.VISUAL_BASIC, undefined, UndoModes.AUTO_UNDO);
        if (notify) {
            var tempFile = new File (Folder.temp + "/" + +new Date + ".vbs");
            tempFile.open('w');
            tempFile.write('''Set shell = CreateObject("Wscript.Shell")
                        delay = ''' + delay + '''
                        shell.Popup "Sending document by outlook", delay, "InDesign Mail Manager", 64
                        Set fso = CreateObject("Scripting.FileSystemObject")
                        fso.DeleteFile("''' + tempFile.fsName + '''"),DeleteReadOnly
            tempFile.close();
            tempFile.execute();
    catch (e) {alert ("Drat goofed up")}
    Trevor
    OTT: Congrats Uwe

  • How can we access the value set to a search criteria's attribute

    Hi guys,
    Is there any way to access the value which was set to a search criteria's attribute programmatically in the backing bean?
    Regards !
    Sameera

    Check sample 85 from the adf code corner sampleshttp://www.oracle.com/technetwork/developer-tools/adf/learnmore/85-querycomponent-fieldvalidation-427197.pdf
    Frank shows how to access the variables.
    Timo

  • How can we generate auto Sequence Number in DFF attribute

    Dear
    We are on r12,rignt now we have an issue to generate sequence number in site Level(DFF) on Supplier window,actully we want
    to generate sequence number on site leve while inserting new record on site level,so how could i achvie this or any way which can help us.
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You can consider writing a before-insert trigger.
    The trigger generates the next value of the sequence and makes :new.attributen = the sequence value.
    Hope this helps,
    Sandeep Gandhi

  • Fnd_date4 is not takeing in my date value set

    Hi,
    I have one Concurrent Program In this Concurrent Program one parameter is used as valueset Fnd_date4,i try just the valueset list of values and try to put what ever ther in previous fnd_date4, it is not working,it is showing Error app-fnd-01086 the valueset(fnd_date4) on segment (p_start_date) can not be used,the format type date and datetime use obsolete plz use standard date and standard date time.
    once i used this two valuesets my concurrent program got errored,
    In my report i used width of this parameter 20,
    RDBMS : 9.2.0.6.0
    Oracle Applications : 11.5.9
    But this same program i ran in another insatnce it is working with old valueset fnd_date4 only,
    Please help how i use same valueset fnd_date4 for this concurrent program
    in the metalink i got one note id 183699.1,
    I try ran this sql script in my database and script is ran fine but program is not running after that also
    plz tell how to use this script.
    Thank's

    Pl see MOS Doc 351735.1 (Error When Attaching Fnd_date4 Value Set To Dff Segment Fnd-01086)
    HTH
    Srini

  • Need to make Value Set as Case insenstive attached with a DFF on OA Page

    Hi All,
    I have enabled DFF on iExpense web page, OA Page, and attached a Value set to this DFF. This is an independent Value Set. Now when user enters a value in this DFF and press tab then it validates and chaged accordingly. Suppose user enters a value 'card' whereas Value set has value as 'Card'. now when user press tab button it changes automaticaaly to 'Card'. But if user enters 'card' and press 'Next' button on page it throws an exception that this value is not available in the value set.
    Kindly let me know that how can I overcome from this problem.
    Thanks,
    Sandeep

    You can add the read-only token ($RO$) after any of the segments in the list. For example, the ($RO$) designator below sets Segment1 in structure code 1 to be read-only:
    Structure code1|Segment1($RO$)|Segment2...
    P.S: After I posted this message, I realized this was not what you are looking for. After all, this may help somebody.
    Edited by: dbhat1 on Dec 8, 2008 3:55 PM
    Edited by: dbhat1 on Dec 8, 2008 3:56 PM

  • Modify or restrict the  Value Set attached  to DFF in OAF

    How to add where condition programatically to a valueset attached to a DFF
    For eg: query in the value set is "(select LINE_NUM,po_header_id,po_line_id from po_lines_all )"
    Framework adds a select clause with the column mentioned in the DFF segment on top of this query ,Is there any other way to modify the Value set query?

    Thanks for the Reply Saneep,
    I have a value set attached to DFF and the dff will appear in PO headers page , Query on value set is
    select ood.organization_id,ood.organization_name,ood.operating_unit from org_organization_definitions ood,mtl_parameters mp where ood.organization_id=mp.organization_id) a
    I need to add where condition of the query attached to value set,
    but framework is provides the below query at run time
    select fnd_number.number_to_canonical(a.organization_id) FLEX_ID , a.organization_name FLEX_VALUE , a.organization_name FLEX_DISPLAY from (select ood.organization_id,ood.organization_name,ood.operating_unit from org_organization_definitions ood,mtl_parameters mp where ood.organization_id=mp.organization_id) a where (1 = 1) and 'Y' = 'Y'
    Is there any other way to add condition to valueset at run time?

  • How to attach table type value set to LOV of oaf page

    Hi everyone,
    There is a valueset created in the front end say xx_ap_valueset which is of table type and created on a table xx_ap_table having some where cluase and order by clause.
    Is there a way we can attach this value set to a LOV of oaf page? or is it just that i need to create a vo and replicate the select statement used in the valueset.
    Please help!
    Thanks
    Sunny

    Sunny,
    You cannot attach the Valueset to the Lov directly. You need to create a VO for that.
    Regards,
    Gyan

  • Special Validation Value Set - Key Flexfield

    Hi Gurus...
    I have a problem with my special value set.. i did this... :
    FND POPID APPL_SHORT_NAME=SQLGL
    CODE="GL#"
    WHERE="segment2 not like '1%'"
    DISPLAY="1"
    DISPLAY="2"
    DISPLAY="3"
    DISPLAY="4"
    REQUIRED=Y
    VALIDATE=FULL
    ID=:!ID
    SEG=:!VALUE
    DESC=:!MEANING
    NAVIGATE=!DIR
    DINSERT=N
    The problem is that the SEGMENT2 of this value set is not being filtered... should filter by SEGMENT1 like '1%'. When i use the parameter associated to this value set there is no error.... always shows SEGMENT2 with all data.. without filter....
    Any suggestions ??
    Thanks!!
    Pablo.-

    Use Validation Type 'Table'
    Press 'Edit Information' button
    Select the Table name and Column that you want to show in your list, you can restrict the list using the Where section.
    Cheers!

  • Balancing Segement Value set we can use it as Intercompany value set?

    Hi Gurus,
    We have requirement as follow.
    We have company values "001, 002, 003" which is balancing segment values
    we need to use the same Values for Intercompany transactions, can i use company value set as Intercompany or not.
    1) If yes do we need to create Values for intercompany one more time or values will be default from company
    2) If not please tell me exact reason and how to setup Dependent segement.
    Hi waiting for your reply
    Edited by: prasanthbabu on Mar 15, 2010 2:39 AM

    Hello,
    The same value set can be used for Intercompany but it is recommended to use a separate value set for the Intercompany if ever (in the future) u need to add additional information regarding the Intercompany value.
    Having a value set only for Intercompany, you can add DFF on it.
    Hope this helps..
    Vik

  • How to populate values into DFF

    hi all
    kindly tell me how to create a LOV for a DFF field based on some other field in the form?
    for ex:
    i created a DFF to catch supplier site based on supplier name entered in the form , how to correlate both?
    kindly answer
    --regards
    --raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Ghattamaneni,
    Issue resolved?
    if not, try with this.
    Create a Value set based on suppplier name to get supplier site.
    then go to DFF.
    either Sys Admin/Application/DFF or AP/Set-up/DFF.
    Then create DFF with Context Prompt or with context.
    add the attributes and add Value set to each attribute.
    try with this.
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Eyedropper not accurate when reading symbols

    I have just come across what appears to be a worrying issue within Illustrator CS5, and would like some clarification as to whether other people can replicate it. If a piece of CMYK artwork is turned into a symbol then placed back on the artboard, th

  • Error when running VI to acquire data from multiple channels

    Hello there, I am currently trying to write a LabVIEW program interfacing with the Agilent 34970A data acquisition unit. Have managed to get seperate VIs to acquire temperature and voltage data and to graph the data. Running them separately is fine.

  • Getting my password

    Hi-- I installed my WRT160N in a neighbor's house (about 100 feet away) and am experiencing signal strength problems. I installed the router using her computer (a windows PC). I use a Mac and now I'm trying to access the router from my computer to tr

  • NEED TO SPEAK WITH CUSTOMER SERVICE REP -- Verizon sent my bill to collections

    My name is Timothy.  I would like to dispute a Verizon Wireless debt on a closed account.  The account in question was opened in July of 2011 and suspended over the phone, due to unemployment, in the year 2013. Prior to the suspension of the aforemen

  • How do you break up a movie that you have already created in iMovie 08.

    Hi. I created a lengthy movie using iMovie 08, and I realize that I want to break it up into pieces so that I can take advantage of chapters in iDVD. The movie is a collection of hundreds of short videos and photographs, matched to music. I cannot se