HI DFF Issue

HI
I m getting following error.
A value has been provided for a non-enabled or non-existent descriptive flexfield segment. (SEGMENT=ATTRIBUTE1) (VALUE=Mayur Dave)

Hi
Please let us know when are your facing this issue..Please refer
Metalink Note: 744614.1 - A Value has Been Provided for a Non-enabled or Non-existent Descriptive Flexfield Segment. (SEGMENT=ATTRIBUTE2)
it may help
Thanks
AJ

Similar Messages

  • DFF Issue on OAF page.

    I am using DFF on OAF page and able to pupulate default default values in DFF through processRequest() in OAF
    When i try to change the Default values after DFF is rendered and click some button on Page, all entered values is getting replaced with old values (default values)
    Please suggest

    oadescriptiveflexbean.processFlex(oapagecontext);
    Enumeration x= null;
    x= oadescriptiveflexbean.getChildNames();
    while(x.hasMoreElements())
    String aParamName = (String)x.nextElement();
    OAWebBean dffbeans=(OAWebBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    if(dffbeans != null)
    if (aParamName.equals("HzAddressStyleFlex1") && oapagecontext.getParameter("lAddress1")!=null)
    OAMessageTextInputBean Address1=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    Address1.setText(oapagecontext.getParameter("Address1").toString());
    if (aParamName.equals("HzAddressStyleFlex2") && oapagecontext.getParameter("Address2")!=null)
    OAMessageTextInputBean Address2=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    Address2.setText(oapagecontext.getParameter("Address2").toString());
    if (aParamName.equals("HzAddressStyleFlex5") && oapagecontext.getParameter("City")!=null)
    OAMessageTextInputBean City=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    City.setText(oapagecontext.getParameter("City").toString());
    if (aParamName.equals("HzAddressStyleFlex6") && oapagecontext.getParameter("County")!=null)
    OAMessageTextInputBean County=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    County.setText(oapagecontext.getParameter("County").toString());
    if (aParamName.equals("HzAddressStyleFlex7") && oapagecontext.getParameter("State")!=null)
    OAMessageLovInputBean State=(OAMessageLovInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    State.setText(oapagecontext.getParameter("State").toString());
    if (aParamName.equals("HzAddressStyleFlex8") && oapagecontext.getParameter("postaCode")!=null)
    OAMessageTextInputBean ZipCode=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    ZipCode.setText(oapagecontext.getParameter("postaCode").toString());
    }

  • Enable DFF issue on OAF

    Hello,
    I had requirement to add DFF to OIE_AUD_AUDIT_PAGE page for VO AuditReportLinesVO(the attributes are not avaiable). I extended VO to add all attribute columns.
    Defined an item of the item style flex, the DFF is not visible in the front end. Do I miss anything.
    Thanks

    Thanks Santy,
    I complied and enabled DFF. I am adding to H Grid table, I am getting the following error. Can we add DFF to H Grid.
    Any help is appreciated.
    java.lang.NullPointerException
    at oracle.cabo.ui.data.FlattenedDataSet.getFlattenedName(Unknown Source)

  • Defaulting DFF Segment Value using sql statement in SSHR gives error when using parameter

    Dear All,
    i am having an issue that i am making one segment in DFF (SEGMENT3) being defaulted by using sql statement
    Select MAX(SEGMENT7) FROM PER_ANALYSIS_CRITERIA cri, PER_PERSON_ANALYSES ana where cri.Analysis_Criteria_id = ana.ANALYSIS_CRITERIA_ID and ana.PERSON_ID = :ANALYSES.PERSON_ID
    The Above Select Statement is working fine on the PUI form and getting the Default value correctly but when opening the SSHR page that contain this DFF, it  gives me the below error.
    "No field listener is registered to resolve field ANALYSES.PERSON_ID referenced by the flexfield with application short name PER and name PEA. Please contact your system administrator. "
    Any Help Please???

    Please see the following docs.
    Cannot Add Salary:No Field Listener is Registered to Resolve Field Review.assignment_id (Doc ID 558295.1)
    No Field Listener Is Registered To Resolve Field Assgt.Effective_start_date (Doc ID 889794.1)
    List of Current Enhancement Requests (ER) for Oracle EBS Self Service Human Resource (SSHR) (Doc ID 1381936.1)
    No field listener is registered to resolve field xxx.xxx referenced by the flexfield with application short name ASO... (Doc ID 1359270.1)
    Customer Form, Address Error: No field listener is registered to resolve field GLOB.FLEX_COUNTRY_CODE referenced by the flexfield with application short name AR (Doc ID 1276934.1)
    DFF issue : No Field Listener Is Registered To Resolve Field XXX Referenced By The Flexfield (Doc ID 555589.1)
    Thanks,
    Hussein

  • "No field listener is registered to resolve field" SIT error !!

    Actually I am facing a strange error when creating a value set inside one of SITs and trying to use it through SSHR:
    No field listener is registered to resolve field transactionId referenced by the flexfield with application short name PER and name PEA. Please contact your system administrator.
    Any clue on this?
    BR
    Akram

    Did you check metalink -
    DFF Error :No Field Listener Is Registered To Resolve The Field Referenced By Flexfiled [ID 1087754.1]
    No Field Listener Is Registered To Resolve Field Assgt.Effective_start_date [ID 889794.1]
    R12 - Error 'No field listener is registered to resolve field $PROFILE$.ORG_ID' When Navigating To Customer Sites In Customers Screen [ID 791190.1]
    DFF issue : No Field Listener Is Registered To Resolve Field XXX Referenced By The Flexfield [ID 555589.1]
    No Field Listener is Rgistered to Resolve Field $Profiles$.Org_ID [ID 811432.1]

  • Issue with DFF

    HI,
    I have created a custom DFF based on custom table.
    the DFF is registered under application - Order Management and the table is registered with Oracle AOL under the custom Applictaion. The structure column of DFF is 'Attribute Category'
    In the DFF i have added a context switch 'Additonal' and have a segment under it with Name = Rank & column = Attribute1.
    No valueset is associated with the DFF
    On OAF page i have added a flex style item under messageLayout region. The values set for this item are -
    View Instance = detailVO1
    Appln Short Name = ONT
    Name = Name of my DFF
    Query of VO is
    SELECT attribute1, attribute_category
    FROM cets_item_relationship_all
    WHERE inventory_item_id = :1
    AND related_item_id = :2
    AND organization_id = :3
    AND relationship_type = :4
    I am setting the values of dese bind variables in VOImpl.java
    The issue is that DFF with context switch is bein displayed on page.Also the segment is being displayed but its is not getting the value in field from database. Page containing DFF does not have Cancel/Apply button as i want to only show the detail to user and do not want him to commit any cahnges to it.
    Any help that how can i get the value in DFF segment bein displayed or what i am missing in DFF setup?

    Try to check you are not missing any steps.Please refer these links for steps.
    Create DFF using OA Framework
    http://oraclerocks.blogspot.com/2008/04/adding-dffs-to-oaf-pages.html
    Thanks
    AJ

  • Issue in creating a Decriptive Flexfield(DFF)

    Hi,
    I am creating a descriptive flexfield region in one of my custom OA Framework pages by following the steps mentioned the developer guide but the context field is not displayed, even after setting 'Display Context Field' property as True. Should i code separately to display the context field columm in the OA F page?
    Thanks, Suresh.

    The issue is resolved. This context flag for the DFF i used had the display flag unchecked. Once the displayed flag was checked the context field was rendered in the OAF page.
    Thanks, Suresh.

  • Display Issues in Descriptive Flexfield(DFF)

    Hi,
    I have two issues in using a DFF seeded by Oracle HRMS(DFF Title: Personal Address Information and DFF name: Address Structure) in my custom OA Page.
    Issue 1
    When the custom OA page is rendered automatically the first record in the DFF table is shown. This is because the flexfield VO is based on the DFF table PER_ADDRESSES. But my requirement is i have to show the value of context field(Address Style) by default as United States but other DFF columns(like address, city, zip code...) should be rendered but be blank so that the user would be able to enter the values. How could i achieve this?
    Issue 2
    How can i save the values entered by the user for the above flexfield to the database. Should the values be sent as an array? Any sample code would be helpful. Similar question has been raised in the following thread but no solution has been given,
    Saving Values Of DFF in Database
    Thanks, Suresh.

    Suresh,
    For Issue 1, you just need to initialize the VO associated to the DFF. While initializing make sure you set the AttributeCategory to US. Then find the corresponding Address style by querying fnd_territories. Set the address style in the Address VO. OA shall take care of DFF rendering.

  • 11.5.9 iExpense DFF LOV issue

    Hi All,
    in 11.5.9 iExpense implementation i am facing a issue in the DFF LOV's.
    In 11.5.9 the DFF's are dynamically rendered in detailsCO. Some of the DFF's have a LOV attached. which is rendered along with a torchlite symbol
    1. if user types in say 'Yes' and there is one matching value ideally it should not open the search region, but it always opens the search window.
    * This issue is not there in any other object (non Dff objects) which has serach capability.
    * This issue is not there in 11.5.10 instance , as Oracle has removed the DetailsCO completely.
    is this something do with a property?
    2. Can i set the property to show an advance search window (with and or options) instead of standard one (with one search criteria at a time - current functionality)? if yes means which property i have to set ?
    thanks in advance

    Hi Saurabh,
    Thanks for your advice. The usage of context sensitive flexfield is working for most of the scenarios, but failed while trying to add an employee as contact to other emplyee.
    In the contact screen, the newly added contact is reffered with contact type as employee.
    The error message is given below.
    PP-FND-01242: Cannot read value from field PERSON.EMPLOYEE_NUMBER
    Cause:  The field PERSON.EMPLOYEE_NUMBER could not be located or read.
    Action:  This error is normally the result of an incorrectly-entered field name string in a trigger, or a field name string that does not uniquely specify a field in your form.  Correct your trigger logic to precisely specify a valid field.
    Thanks.

  • DFF oadescriptiveflexbean Cache Issue

    I am able to set default values for DFF segments in ProcessRequest with below code sussessfully. But when i want to change the values it causing issues. here i am able to change till City and when it came to state , once i click on Lov it is populating all old values automatically. so if i make state as readonly then it is working.
    Please suggest.. thanks
    Enumeration x= null;
    x= oadescriptiveflexbean.getChildNames();
    while(x.hasMoreElements())
    String aParamName = (String)x.nextElement();
    OAWebBean dffbeans=(OAWebBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    if(dffbeans != null)
    if (aParamName.equals("HzAddressStyleFlex1") )
    OAMessageTextInputBean Address1=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    Address1.setText(oapagecontext.getParameter("Address1").toString());
    if (aParamName.equals("HzAddressStyleFlex2"))
    OAMessageTextInputBean Address2=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    Address2.setText(oapagecontext.getParameter("Address2").toString());
    if (aParamName.equals("HzAddressStyleFlex5"))
    OAMessageTextInputBean City=(OAMessageTextInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    City.setText(oapagecontext.getParameter("City").toString());
    if (aParamName.equals("HzAddressStyleFlex7"))
    OAMessageLovInputBean State=(OAMessageLovInputBean)oadescriptiveflexbean.findChildRecursive(aParamName);
    State.setText(oapagecontext.getParameter("State").toString());
    }}

    Reply to Srini:
    OS on DB node: SunOS gildv906 5.10 Generic_144488-09 sun4u sparc SUNW,SPARC-Enterprise
    OS on CM node: Linux gildv212.<company>.net 2.6.9-89.ELhugemem #1 SMP Mon Apr 20 10:45:44 EDT 2009 i686 i686 i386 GNU/Linux
    OS on application node : Linux gildv213.<company>.net 2.6.9-89.ELhugemem #1 SMP Mon Apr 20 10:45:44 EDT 2009 i686 i686 i386 GNU/Linux
    Script was run on application node.
    DB version: 11.2.0.3.0
    EBS Version: 12.1.2
    Characterset of the database
    NLS_CHARACTERSET                UTF8
    NLS_NCHAR_CHARACTERSET   AL16UTF16
    NLS_LANG set to Spanish as seen in the script (EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_LANGUAGE=Spanish').  The same exact script is run on both Windows and Linux.
    Reply to Hussein:
    Did you source the application env file or the database env file before starting sqlplus on the server?
    >> Yes
    What does "echo $NLS_LANG" return after sourcing each env file?
    >> American_America.UTF8
    What if you update the same from the application, can you reproduce the issue then (using English and Spanish interface)?
    >> If I change my language preference to Spanish, log out/log back in, traverse to the DFF setup and update the description to the desired Spanish value, it saves it correctly with all the special characters and the values can be retrieved.

  • GL Journal Import Web ADI Issue - Line DFF

    We have a requirement to add DFF values to Journal Web ADI import. We have added Line DFF Context and Line DFF fields to the layout. Document is getting created and but the upload fails with the below message,
    Upload processing did not complete
    Exception during parsing of upload document. java.lang.NullPointerException
    Any pointers/ help is highly appreciable.
    Thanks In Advance

    Hi Hussein,
    Thank you for your response. Below are the error messages that I got from the BNE log file. Can you please help me to figure out what is the wrong here.
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneUploader.processUpload(), fatal exception: java.lang.NullPointerException
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          java.lang.NullPointerException
      at oracle.apps.bne.integrator.upload.BneFineValidator.runTableValidation(BneFineValidator.java:946)
      at oracle.apps.bne.integrator.upload.BneFineValidator.validateColumns(BneFineValidator.java:702)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.processDeepestLevel(BneSAXUploader.java:2248)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.startElement(BneSAXUploader.java:1202)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:234)
      at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
      at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
      at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:149)
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.

  • DFF segment Issue

    Hi All,
    I have added a new attribute to existing DFF in standard forms, and that DFF is there on standard OA Page. But the newly added attribute is not visible on OA Page. pls Help
    Regards,
    Raghava

    Hello Raghav,
    How did you acheive this. I am putitng below below text in the segment list in personilization window. Below are segment display names of my DFF. But it is now reflecting in OAF page. Last 2 field i added new in DFF segments.
    Addl Info Line 1||Addl Info Line 2||TAN Number||*Addl Info Line 3||Addl Info Line 4*

  • Dynamic DFF List of Value - Issue

    Hi
    I'm stuck up in a problem and I'm sure you will have a solution for this.
    Please read the following and suggest me some solution.
    Requirement : Right now I'm not finding any functionality for Inter Org requisition related to InterOrg Transfer(Intransit Shipment)
    So I Have created a Custom InterOrg Requisition Form.
    Custom table
    IOR_HDR( IOR_NO, From_org, To_org)
    IOR_DTL ( IOR_NO, Item, Quantity)
    Now I want to give Custom Form Reference Number (IOR_NO) while InterOrg Transfer(Intransit Shipment) in line level DFF valueset. (This is the only solution I found, Please suggest if any other better solution is there)
    With that I have to provide only those IOR_NO in List of Values which satisfy the condition
    IOR_HDR.From_org = From Org entered on that screen ($PROFILE$.MFG_ORGANIZATION_ID)
    IOR_HDR.To_org = entered on screen ???
    IOR_DTL.Item = entered on screen ???
    IOR_DTL.Quantity >= Entered Quantity ???
    With that on second line if same item is entered then also Quantity should be sum of 2 lines and compare it with table quantity.
    Should I use custom.pll or Form Personalization of direct use value set or any thing else ??? and How??????
    Standard InterOrg Transfer Screen
    Thanks in advance.
    Priyanka Patel.
    [email protected]

    wow thats great sunil : )
    Can I also reference the value of P7_ITEM_NAME in anotheR item name like P7_COMMISSION?
    For example: I have two (2) item names: P7_SALARY and P7_COMMISSION
    P7_COMMISSION is computed as :P7_SALARY * 0.10
    So I do not have to enter value in the item name P7_COMMISSION as it is derived from P7_SALARY.
    Is this possible? if not why does LOV able to access it ; )
    Thanks a lot

  • OAF DFF Context  Issue

    Hi All,
    I am working On DFF
    I can able to display elements, based on DFF Context.
    But I want to Hide the Global Data Element Context Segments by Controller Extension,
    not by Personalization.
    I am getting error while Rendering False to Global Data Element Context Segments.
    Also how can we set the Context based on Reference field.?
    Please Help me on this..

    Hi,
    As per OAF development team using java script is not recommended and Oracle does not support any javascript related personalizations.
    For custom pages when we are left with no choice we can use javascript. Refer
    http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html
    Coming to using javascript in seeded pages, my point of view is:
    as long as a specific project has production support team is there we can use javascript for personalizations.
    Most of the times we do extend controller for extention requirements in seeded page, but in R11 as per Dev guide "There is no guarantee that controller extensions will survive an upgrade (you should assume that they will not).".
    So considering this I use javascript wherever only CO extention is required, since both are not supported by oracle :) .
    Regards,
    Anand

  • Unable to default DFF segment based on selection of other field value.

    Hi Gurus,
    *I have a requirement on 'Create Work Request' page (Oracle EAM), where during creating complaint, when user selects Asset Number, based on this selection, a DFF enabled to capture Tenant Info must be populated. [For testing now, I'm writing my code in PR and not in PFR to populate some thing while page loads.]*
    I have extended my CO and tried many ways (from simple to little complex) but to no success.
    Simpler way:
    *=======*
    OAApplicationModule am = oapagecontext.getApplicationModule(oawebbean);
    OAViewObject vo = (OAViewObject)am.findViewObject("RequestDetailsVO");
    Row row = vo.first();
    row.setAttribute("Attribute1","Attribute1"); //Attribute1 is the View attribute in above VO. But this doesn't work.
    row.setAttribute("DepartmentCode","CRC MAINT"); //DepartmentCode is a view attribute as well. And this works.
    This code doesn't work.
    Understanding that, DFF segments can't be set as simple bean, I have done below:
    *===================================================*
    OADescriptiveFlexBean oadescriptiveflexbean = (OADescriptiveFlexBean)oawebbean.findIndexedChildRecursive("WorkRequestDesc");//("WorkRequestDFF_p13n");
    oadescriptiveflexbean.processFlex(oapagecontext);
    if (oadescriptiveflexbean != null){
    ContextMap contextmap = oadescriptiveflexbean.getNamedChildMap();
    if(contextmap != null){
    Enumeration enumeration = contextmap.keys(oapagecontext.getRenderingContext());
    if(enumeration != null){
    do
    if(!enumeration.hasMoreElements())
    break;
    Object obj = enumeration.nextElement();
    OAWebBean oawebbean1 = (OAWebBean)contextmap.get(oapagecontext.getRenderingContext(), obj);
    oapagecontext.getParameter("WorkRequestDesc1")
    //String str = (String)oapagecontext.getNamedDataObject("WorkRequestDesc1")
    if(oawebbean1 != null)
    if(oawebbean1 instanceof OAMessageTextInputBean)
    OAMessageTextInputBean oamessagetextinputbean = (OAMessageTextInputBean)oawebbean1;//.findIndexedChildRecursive("WorkRequestDesc1__xc_");
    //oamessagetextinputbean.setReadOnly(true);
    oamessagetextinputbean.setText("Jawad");
    } while(true);
    Now the issue with above code is, during the page load, all the segments are populated with value 'Jawad'. I want to populate only the first segment.
    More info:
    *======*
    VO: RequestDetailsVO
    DFF Regions ID: WorkRequestDesc
    Attribute1 (DFF segment1) ID: WorkRequestDesc1
    Appreciate your responses,
    Jawad

    Dear Guys,
    I found out a workaround for this case (If this helps others): :)
    *1. Create a Message Text Input type field (representing each DFF segment) and map them to View Attribute (over which DFF was created) and VO instance.*
    *2. In the extended CO, in PFR, get the handle of these created fields.*
    *3. Set the values as required.*
    Since these fields are mapped onto the same view attributes as DFF was, the data goes in fine.
    But I still am hunting for the possibility of setting a single segment.
    Thanks and Regards,
    Jawad
    Edited by: Jawad on Apr 19, 2012 3:36 AM
    Edited by: Jawad on Apr 19, 2012 3:38 AM

Maybe you are looking for

  • Cisco 3745, VPN and Split Tunneling

    I tried following the model here: http://www.cisco.com/en/US/netsol/ns340/ns394/ns171/ns27/networking_solutions_white_paper09186a008018914d.shtml but after doing so, the situation was actually reversed. While connected to the vpn client you were able

  • Adobe Album Import (bad)

    I currently use Adobe Album 2 to manage my photography collection. I really like it, it's fast, easy to organize and allow sme to set up tagging so it's to find and export images. perfect. Except that Adobe has dropped the product. Why? If anything s

  • Faster, better loading ...

    I am trying to establish where (if any) the problems are with this site. http://ardswe.com Please post back any problems you have with the site, and I will compile a list of problem areas that we can avoid, making all our sites load better and faster

  • Information Broadcaster- change attachment filename

    Hello, we're implementing Information Broadcasting to distribute csv-files to our information-consumers. Now we have the problem that we want to change the generated attachment filename to a more meanful name. Does anybody has a way to solve this pro

  • Why Does Home Sharing keep dropping out?

    Hi, I recently got an apple TV and I'm very happy with it. However one irritating thing is that the Home Sharing in itunes keeps dropping out. So I sit down comfortably in my armchair, ready to watch one of my home movies that I have in itunes movies