Additional Search Field on BP in IC

Hi
I have a requirement to add a custom searchable field to the Identify Account view, to facilitate this, I have extended the Business Partner via the EEWB to add a new field.
This field is a text field and needs to utilise TREX to provide fuzzy search functionality.
I have used the following blog, Fuzzy search on BP in CRM ICWC, as the basis for creating a fuzzy search function for Account Identification, which works with the Name and address fields.
I have modified the view to add my custom field to the select screen, and I can append the entered value to the TREX query table, but the attribute required is not in the TREX index, so it returns no results.
The index used is the BUS1006 index which is created using the SAF admin tool, I need to extend this index to include the new attribute in the index, to allow results to be returned based on this attribute.
I will award points if anyone can help me extend the attributes of this index to allow me to use the fuzzy search function on this new field.
Thanks
Andy Beavan

Hi,
    For Identify Account view, to add a new field, first search whether the company name field
    is available in BOL layer or not. you can search the BOL entity BuilHeaderSearch to check
    whether Company name field is available or not, if not then add it to BUPA Busines object
    using EEWB. After that, goto BSP_WD_WORKBENCH Transaction and create an attribute
    in the SearchCustomer context node, and modify the required methods as per your search.
    Please let me know if you find any difficulty in adding it.
Thanks
Arun Prasad Rapeti

Similar Messages

  • Additional search field in "Identify Account"

    Hi,
    We have CRM 5.0 system and in the IC for "Identify Accounts" the requirement is to add the field for organization so that the users can arrive at the customer by mentioning the organization name.  I am new to CRM . Can some one suggest me or provide me a link which explains this requirement.
    Thanks in Advance.

    Hi,
        For Identify Account view, to add a new field, first search whether the company name field
        is available in BOL layer or not. you can search the BOL entity BuilHeaderSearch to check
        whether Company name field is available or not, if not then add it to BUPA Busines object
        using EEWB. After that, goto BSP_WD_WORKBENCH Transaction and create an attribute
        in the SearchCustomer context node, and modify the required methods as per your search.
        Please let me know if you find any difficulty in adding it.
    Thanks
    Arun Prasad Rapeti

  • UME user search with multiple search fields (AND / OR search)

    Hi,
    I'm struggling with a UME user search problem. I have multiple search fields: lastname, firstname, department
    Searching in this fields is working with the default IPrincipalSearchFilter.SEARCHMETHOD_AND (default)
    <a href="http://help.sap.com/javadocs/NW04/current/um/com/sap/security/api/IPrincipalSearchFilter.html#setSearchMethod(int)">JavaDocs SearchMethod_AND</a>
    Now I would like to add an additional search field for searching in telephone, cellphone as well. BUT searching for a phone number with searching for one of the other fields should not be a AND search. Is this possible?
    Here is the actual non-working code:
         Vector retVector = new Vector();
         //get Userdata with IUserFactory
         IResourceFactory resourceFactory = ResourceFactory.getInstance();
         IURLGeneratorService urlGen = (IURLGeneratorService)resourceFactory.getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
         IUserFactory userFac = UMFactory.getUserFactory();                    
         IUserSearchFilter srcFilter = null;          
         try
              srcFilter = userFac.getUserSearchFilter();
         } catch (UMException e)
              // TODO Auto-generated catch block
              e.printStackTrace();
         if(lastName.length() > 0)
              srcFilter.setLastName(lastName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(firstName.length() > 0)
              srcFilter.setFirstName(firstName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(department.length() > 0)
              srcFilter.setDepartment(department + "*", ISearchAttribute.LIKE_OPERATOR, false);
    //Here I need help!!!!!!! Please advice!!!
         if(telephone.length() > 0)
              srcFilter.setTelephone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
              srcFilter.setCellPhone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
         //if(mobil.length() > 0)
         //     srcFilter.setCellPhone("*" + mobil, ISearchAttribute.LIKE_OPERATOR, false);
         //Set maxium value for Result and thus limit the static variable SIZE_LIMIT_EXCEEDED
         //This method can only be used, if only one search attribute is specified -> thanks SAP
         if(srcFilter.getElementSize() <= 1)
              srcFilter.setMaxSearchResultSize(300);
         ISearchResult srcResult = null;
         try
              srcResult = userFac.searchUsers(srcFilter);
         } catch (UMException e1)
              // TODO Auto-generated catch block
              e1.printStackTrace();
    Thanks for any help...
    Stefan

    Hello,
    I could still need some help. Is there no one who could give me a tip? Could I explain my problem clearly enough or do you need some more information about my problem?
    Or is the search topic with searchFilter not a very common used thing?
    Is there a possibility to do a search in the received search result? Can anyone explain how this would work?
    Any ideas are welcome.
    Regards,
    Stefan

  • Additional search & display fields rqd for opportunities in IC Winclient

    Hi
    I have a requirement where i need to add additional search and display fields in the Interaction history in IC Winclient.
    The search and display fields are for the opportunities search in the Interaction History.
    As SAP standard we have,but need to add few more for my client.
    Please can anyone suggest me is there any standard config to do it or we need to develop to populate the additional fields.
    I really appriciate for quick response and will be give reward points .
    Thanks,
    Kalyan
    Message was edited by:
            kalyan atukuri

    Hi Siva
    What is the transaction to look at this query?  I have not seen any evidence that the program accesses this query, but it is worth having a look I guess.
    The sequence of Function calls are:
    CCMCS_BP_SEARCH_RULES
    CCMCS_BP_SEARCH_CONTROL
    CCMCS_BP_ADDR_SEARCH2
    CCMCS_BP_SEARCH2
    (Up to this point it uses structure CCMADDRESSFIELDS, and has accesss to HOUSE_NUM2)
    Then it calls BAPI_BUPA_MAIN
    It might be that I will have to repair CCMCS_BP_SEARCH2 in the end, but I'd like to be sure that it is my only option, as I do not want to change SAP standard code unnecessarily.
    Cheers
    Esti

  • In portal after clicking the search field of table UI popup  is not coming

    Hi Experts,
    I have a problem in portal . In "RecordWorkingTime" when I select any search field of this table Ui  it is refreshing for unlimited time  period and the pop up window is not coming .
    Can you suggest me any possible solution for this strange problem ?
    Regards,
    Sumana
    Edited by: sumana05 on Mar 9, 2012 10:58 AM

    Hi
    In addition to this, we also put the trace on the application. During the trace analysis we found that the RFC: HRXSS_CAT_WD_F4_SELFLD_DEFAULT doesn't seem to get called.
    Not sure what could be the issue.

  • Custom search fields on BBPCF01

    Hi,
    I have some troubles in viewing custom search fields on transaction BBPCF01.
    I created a new custom Function group with a dynpro where I will place my custom fields. I created a new html template for this screen. Then i modified the BBP_CUF_BADI implementation in order to add my custom screen:
        ev_repid = 'SAPLZSMM_CUF_PO'.
        ev_dynnr = '100'.
    On the GUI side I correctly see my custom fields, but on web I see one field without label, no matter what I put on my dynpro, it could even be empty or contain only a checkbox. Can anyone help me?
    Thanks in advance
    Edited by: francesco on Jan 31, 2008 12:40 PM

    Hi Karsten,
    thanks for your patience. I need to add three new selection parameters for PO on the above mentioned transaction. The additional selection fields are Purchasing Document Date, Profit Center and Name of requester. Moreover I need to add some check boxes in order to further narrow selections according to a logic.
    I tried to add the fields through BBP_CUF_BADI_2 and it worked, but the fields are added vertically on the web transaction making it a bit "ugly", so I decided to draw my own dynpro and call it through BBP_CUF_BADI, which allows you to call a custom dynpro on a standard transaction.
    On gui side it worked, even if I still don't know how to make it actually work for the selections...
    I don't know what else to do.
    thanks for any help.

  • OAM 11gR2 Authentication using username/password/additional ldap field

    I want to add additional credential parameter along with username and password to be validated against LDAP.
    Is there any out of the box solution for authentication using username/password/additional ldap field in OAM 11gR2?
    This solutions exist in 10g and could not find any OOB feature in 11g.

    Do you need to accept additional parameter from user via login form & then use it in credential mapping step
    Not sure if %% syntax would work .. havent tried it. next option is to develop custom authentication plugin
    Additional ldap attribute against static value
    If you need to add additional ldap attribute (check against static value) that you can specify in LDAP search filter in "User Identification plugin" configuration
    Take a look at "MTLDAPPlugin" under custom authentication modules
    Hope this helps

  • Calendar in F4 help of additional data field

    Hi Experts,
    my query is regarding calendar to appear as an f4 help for the additional data field in DIR. is any function module need to be specified at the time of creating characteristics (if yes please guide)?
    thanks and regards,
    Shikha Gupta.

    hi,
    Logic is like this.
    Here u are defining perticular character to DIR  which belongs to your document type.
    when u assign this value to DIR which is help full in search DIR in CV04N.
    Note: i don't think u need calander in defining Characteristics. u could check format, for Data type only DATE is given insted of calander in CT04.
    If u want include Calander in Data type, then u ask abaper[development].
    i think this is very tedious job.
    Benakaraj
    ??P

  • Additional search criterias for opportunities: SYS_PROBABILITY, MilestoneDt

    Dear experts,
    we need additional search criterias for opportunities
    1.) we need to be able to search for the standard field of SYS_PROBABILITY
    2.) we need to be able to search for milestone dates we defined
    Do you have any idea how to handle these?
    Thanks in advance,
    BR Matthias

    Dear Shiromani,
    thanks for your input.
    I know about the possibilities of using AET, but the field I need: SYS_PROBABILITY does not show up in the available fields to be added.
    Furthermore we dont want to make our self generated fields searchable, but we want to search for specific Milestone Dates we customized.
    Any ideas?
    Thanks, BR Matthias

  • IRC Addition Search Criteria Flexfield

    Hi
    I want to add one search criteria for recruiters and managers for searching on vacancies. This is a simple text item that I added in "Additional Search Criteria Details" as 150 character Optional value set.
    But while searching that field is not used at all. I checked the same with IrcVacancyVO query that is executed at the time of search.
    When i tried the same thing on vision instance i can see that the query fired IrcVacancyVO have where condition added for the added field.
    Any idea which setup step I am missing.

    Thanks Tim and NewB
    I have set the value for profile option IRC: Search Criteria Segment Matching as ATTRIBUTE1.
    Also i tried to run the query by diagnostics on at statement level and noticed one thing in the log
    aboutpage_flexFieldRows=[{3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yetDev mode error: The flexfield may cause layout problems in messageComponentLayout bean if the messageComponentLayout's column attribute is greater than 1, 2=IRC_SEARCH_CRITERIA, 1=PER, 0=tableLayout: (SearchCriteriaFlex)}, {3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yet, 2=IRC_SEARCH_CRITERIA, 1=PER, 0=tableLayout: (SearchCriteriaFlexResults)}, {3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yet, 2=PER_VACANCIES, 1=PER, 0=tableLayout: (IrcFlexField1)}]
    aboutpage_securityRows=oracle.cabo.ui.data.ListDataObjectList@2a0263
    aboutpage_applicationModuleHashtable={oracle.apps.irc.vacancy.server.VacancySearchAM=Y}
    aboutpage_voPickList=MessageChoiceBean, localName='messageChoice'
    aboutpage_voDetailsHashtable={oracle.apps.irc.vacancy.server.IrcVacancyVO={entityObjectNames=oracle.apps.per.schema.server.PerAllVacanciesEO oracle.apps.per.schema.server.PerJobsEO oracle.apps.per.schema.server.PerGradesEO oracle.apps.per.schema.server.HrAllOrganizationUnitsVlEO oracle.apps.per.schema.server.HrLocationsAllEO oracle.apps.per.schema.server.PerAllPeopleFEO oracle.apps.per.schema.server.HrLookupsEO oracle.apps.per.schema.server.HrAllPositionsFEO oracle.apps.irc.schema.server.IrcVacancySearchCriteriaEO , attributeRows=oracle.cabo.ui.data.ListDataObjectList@2cf6a, properties={OAFLEX_VIEWDEFIMPL_FLEXFIELD_HELPER=oracle.apps.fnd.framework.server.OAFlexViewDefImplFlexfieldHelper@38d3f, _SVC_DomainInfos=oracle.jbo.server.ViewObjectServiceImpl$Domains@12e42e7, _SVC_ImmediateDomainsCache=[]}, entityObjectsRows=oracle.cabo.ui.data.ListDataObjectList@7f4683, query=SELECT Vac.VACANCY_ID, Vac.DATE_FROM, Vac.NAME, Vac.DATE_TO, Vac.DESCRIPTION, Vac.NUMBER_OF_OPENINGS, Vac.LAST_UPDATE_DATE, Vac.CREATION_DATE, Job.NAME AS JobName, Job.JOB_ID, Grade.NAME AS GradeName, Grade.GRADE_ID, Org.NAME AS OrgName, Org.ORGANIZATION_ID, Loc.LOCATION_CODE, Loc.LOCATION_ID, Recruiter.FULL_NAME AS RECRUITER_NAME, Recruiter.PERSON_ID AS RECRUITER_ID, Recruiter.EFFECTIVE_START_DATE, Recruiter.EFFECTIVE_END_DATE, Recruiter.EMAIL_ADDRESS, Manager.FULL_NAME AS MANAGER_NAME, Manager.PERSON_ID AS MANAGER_ID, Manager.EFFECTIVE_START_DATE AS MAN_EFFECTIVE_START_DATE, Manager.EFFECTIVE_END_DATE AS MAN_EFFECTIVE_END_DATE, Manager.EMAIL_ADDRESS AS EMAIL_ADDRESS1, Status.MEANING, Status.LOOKUP_TYPE, Status.LOOKUP_CODE, Vac.REQUISITION_ID, (select count(assignment_type) from per_all_assignments_f paaf where paaf.vacancy_id = Vac.vacancy_id and paaf.assignment_type = 'A' and :1 between PAAF.EFFECTIVE_START_DATE AND PAAF.EFFECTIVE_END_DATE and (fnd_profile.value('IRC_AGENCY_NAME') is null or exists (select 1 from irc_agency_vacancies iav1 ,per_all_people_f per1 ,irc_notification_preferences inp1 where iav1.vacancy_id=vac.vacancy_id and iav1.agency_id=fnd_profile.value('IRC_AGENCY_NAME') and per1.person_id=paaf.person_id and per1.party_id=inp1.party_id and (inp1.agency_id=iav1.agency_id or iav1.manage_applicants_allowed='Y')) ) ) AS APPLICANTS, (select count(distinct assignment_id) from per_all_assignments_f paaf where paaf.vacancy_id = Vac.vacancy_id and assignment_type = 'E' ) AS FILLED, decode(vac.manager_id,:2,'Y','N') AS MY_VACANCIES, Vac.BUDGET_MEASUREMENT_TYPE, Vac.BUDGET_MEASUREMENT_VALUE, posEO.NAME AS NAME1, posEO.POSITION_ID, posEO.EFFECTIVE_START_DATE AS EFFECTIVE_START_DATE2, posEO.EFFECTIVE_END_DATE AS EFFECTIVE_END_DATE2, NULL AS ACCESS_FLAGS, Vac.STATUS AS VACANCY_STATUS, Bg.NAME AS NAME2, Bg.ORGANIZATION_ID AS ORGANIZATION_ID1, Vac.BUSINESS_GROUP_ID, VSC.EMPLOYEE, VSC.CONTRACTOR, VSC.EMPLOYMENT_CATEGORY, VSC.TRAVEL_PERCENTAGE, VSC.MIN_SALARY, VSC.MAX_SALARY, VSC.SALARY_CURRENCY, VSC.PROFESSIONAL_AREA, VSC.WORK_AT_HOME, VSC.MIN_QUAL_LEVEL, VSC.MAX_QUAL_LEVEL, VSC.ATTRIBUTE_CATEGORY, VSC.ATTRIBUTE1, VSC.ATTRIBUTE2, VSC.ATTRIBUTE3, VSC.ATTRIBUTE4, VSC.ATTRIBUTE5, VSC.ATTRIBUTE6, VSC.ATTRIBUTE7, VSC.ATTRIBUTE8, VSC.ATTRIBUTE9, VSC.ATTRIBUTE10, VSC.ATTRIBUTE11, VSC.ATTRIBUTE12, VSC.ATTRIBUTE13, VSC.ATTRIBUTE14, VSC.ATTRIBUTE15, VSC.ATTRIBUTE16, VSC.ATTRIBUTE17, VSC.ATTRIBUTE18, VSC.ATTRIBUTE19, VSC.ATTRIBUTE20, VSC.ATTRIBUTE21, VSC.ATTRIBUTE22, VSC.ATTRIBUTE23, VSC.ATTRIBUTE24, VSC.ATTRIBUTE25, VSC.ATTRIBUTE26, VSC.ATTRIBUTE27, VSC.ATTRIBUTE28, VSC.ATTRIBUTE29, VSC.ATTRIBUTE30, VSC.SEARCH_CRITERIA_ID, Vac.ATTRIBUTE_CATEGORY AS VAC_ATTRIBUTE_CATEGORY, Vac.ATTRIBUTE1 AS VAC_ATTRIBUTE1, Vac.ATTRIBUTE2 AS VAC_ATTRIBUTE2, Vac.ATTRIBUTE3 AS VAC_ATTRIBUTE3, Vac.ATTRIBUTE4 AS VAC_ATTRIBUTE4, Vac.ATTRIBUTE5 AS VAC_ATTRIBUTE5, Vac.ATTRIBUTE6 AS VAC_ATTRIBUTE6, Vac.ATTRIBUTE7 AS VAC_ATTRIBUTE7, Vac.ATTRIBUTE8 AS VAC_ATTRIBUTE8, Vac.ATTRIBUTE9 AS VAC_ATTRIBUTE9, Vac.ATTRIBUTE10 AS VAC_ATTRIBUTE10, Vac.ATTRIBUTE11 AS VAC_ATTRIBUTE11, Vac.ATTRIBUTE12 AS VAC_ATTRIBUTE12, Vac.ATTRIBUTE13 AS VAC_ATTRIBUTE13, Vac.ATTRIBUTE14 AS VAC_ATTRIBUTE14, Vac.ATTRIBUTE15 AS VAC_ATTRIBUTE15, Vac.ATTRIBUTE16 AS VAC_ATTRIBUTE16, Vac.ATTRIBUTE17 AS VAC_ATTRIBUTE17, Vac.ATTRIBUTE18 AS VAC_ATTRIBUTE18, Vac.ATTRIBUTE19 AS VAC_ATTRIBUTE19, Vac.ATTRIBUTE20 AS VAC_ATTRIBUTE20, decode((select update_allowed||delete_allowed from irc_rec_team_members rec where rec.vacancy_id = VAC.vacancy_id and rec.person_id = :3), 'NN', 'VIEW', 'UPDATE') AS TEAM_ACCESS, (select count(*) from hr_api_transactions where transaction_ref_table = 'PER_ALL_VACANCIES' and transaction_ref_id = Vac.vacancy_id and creator_person_id = :4 and status = 'S') AS SaveForLaterLocks, (select count(*) from hr_api_transactions where transaction_ref_table = 'PER_ALL_VACANCIES' and transaction_ref_id = Vac.vacancy_id and status != 'D' and (creator_person_id != :5 or transaction_state != null or status != 'S' )) AS TRANSACTION_LOCKS, (select decode((SELECT count(pav1.vacancy_id) FROM per_all_vacancies pav1 WHERE pav1.vacancy_id =vac.VACANCY_ID AND(pav1.status ='CLOSED' OR (pav1.date_to is not null and NOT :18 BETWEEN pav1.date_from AND pav1.date_to))),0,'Y','N') from dual) AS APPLY_FLAG FROM PER_ALL_VACANCIES Vac, PER_JOBS_VL Job, PER_GRADES_VL Grade, HR_ALL_ORGANIZATION_UNITS_VL Org, HR_LOCATIONS_ALL_VL Loc, PER_ALL_PEOPLE_F Recruiter, PER_ALL_PEOPLE_F Manager, HR_LOOKUPS Status, HR_ALL_POSITIONS_F_VL posEO, HR_ALL_ORGANIZATION_UNITS_VL Bg, IRC_SEARCH_CRITERIA VSC WHERE VAC.vacancy_id = VSC.object_ID(+) AND VSC.object_type(+) = 'VACANCY' and Vac.Job_id = Job.JOB_ID(+) and Vac.Grade_id = Grade.GRADE_ID(+) and Vac.Organization_id = Org.ORGANIZATION_ID(+) and Vac.Location_id = Loc.LOCATION_ID(+) and Vac.Recruiter_id = Recruiter.PERSON_ID(+) and :6 between nvl(Recruiter.EFFECTIVE_START_DATE,:7) and nvl(Recruiter.EFFECTIVE_END_DATE, :8) and Vac.Manager_id = Manager.PERSON_ID(+) and :9 between nvl(Manager.EFFECTIVE_START_DATE,:10) and nvl(Manager.EFFECTIVE_END_DATE,:11) and Status.LOOKUP_TYPE(+) = 'VACANCY_STATUS' and Vac.Status = Status.LOOKUP_CODE(+) AND vac.position_id = posEO.position_id(+) AND :12 between nvl(posEO.EFFECTIVE_START_DATE, :13) AND nvl(posEO.EFFECTIVE_END_DATE, :14) AND VAC.business_group_id = BG.Organization_id and EXISTS (select null from PER_VACANCIES PV where PV.vacancy_id = VAC.vacancy_id) AND (exists (select null from irc_agency_vacancies iav where iav.agency_id = FND_PROFILE.VALUE('IRC_AGENCY_NAME') and iav.vacancy_id = vac.vacancy_id AND :15 between nvl(START_DATE,:16) AND nvl(END_DATE, :17)) or FND_PROFILE.VALUE('IRC_AGENCY_NAME') is null) ORDER BY Vac.NAME}, oracle.apps.irc.candidateSearch.server.IrcVacancySearchCriteriaVO={entityObjectNames=, attributeRows=oracle.cabo.ui.data.ListDataObjectList@1ee8250, properties={OAFLEX_VIEWDEFIMPL_FLEXFIELD_HELPER=oracle.apps.fnd.framework.server.OAFlexViewDefImplFlexfieldHelper@a6247e, _SVC_DomainInfos=oracle.jbo.server.ViewObjectServiceImpl$Domains@1307341, _SVC_ImmediateDomainsCache=[]}, entityObjectsRows=oracle.cabo.ui.data.ListDataObjectList@1ad5641, query=SELECT NULL AS SELECTFLAG,........
    Is some thing this causing the issue

  • Issue with custom search fields in agent inbox

    Hi All,
    I am working on CRM agent inbox 7.0. The issue I am facing is like this:
    I have added custom search fields in inbox. When give a combination of standard search field and custom search field, the result is only based on standard field. The value of custom field is not considered.
    Is this a standard behaviour? Are standard fields given higher priority that custom fields?
    Any pointers on this would be highly helpful.
    Thanks,
    Narendra

    Hi Naren,
    Did you add custom field using AET? If yes then while adding custom field using AET did you make it search and result relevant?
    There is nothing like priority in standard SAP fields and custom fields.
    Please let me know so that I can further help you.
    Thanks,
    Bhushan

  • How to set focus on specific search field in FPM's search guibb?

    Is there any way to set the input focus to a specifc search field in an FPM's search guibb? I found that there is a godd way for forms by using the IO_EXTENDED_CTRL object in the GET_DATA function. But it seems that there is no corresponding way to do for search forms. Any other idea?
    Best regards,
    Thomas

    Hello Venkatesh. Yes that code does work. First I tried it on a table cell that was already rendered and it did work. The next time I tried it on a table row that was being added and it did not work there. So I added an on after rendering function for the table and added that code there. That did not work until I added a delay (timeout) to do a context switch before calling the focus and that worked.
    Once last thing though sometimes when I call focus on an input field (actually in a table row cell) if the field has text in it already the flashing cursor is at the beginning of the text and other times it is at the end of the text (which is the desired way). It depends on where I click in the row. Is there anyway to make sure the flashing cursor is at the end of the text when the focus is applied to a field that contains text?

  • I return my cursor to the search field, it selects the entire entry. I have to click a second time to deselect in order to hit return and send the search. Sometimes I have to click on the type several times to select one word or an insertion point. How do

    It only does it in the Google search field. It seems to me I set Firefox to select chunks of type and now don't know how to change it back. Any suggestions?

    It only does it in the Google search field. It seems to me I set Firefox to select chunks of type and now don't know how to change it back. Any suggestions?

  • Suddenly can't enter anything in some blank search fields, dropdowns not working, and javascript popups freeze randomly. WTH?

    I noticed a few random things not working on my computer in the last month or so, and I tried everything I can think of to figure out what it is...still haven't figured it out yet. Some examples - I was on ebay, and the tracking number I clicked on from the "My ebay" page popped open a javascript window, but then froze the page so I had to close the whole tab. Then on Grooveshark, the main page comes up, but if I type anything in the search field, I can see what I'm typing, but at the same time, I can still see their default search message. If I try to enter something and hit search, it just gives me the warning that I'm being asked if I want to leave the page, it never searches. There are a few other times I can think of that I tried to use a dropdown menu, and they don't always work - they just look like they're being clicked, but nothing shows. Also not sure if this is related or not, but it bears mentioning - I tried to install Freecorder, and even though I tried both the toolbar and just the button for installation options, it doesn't show up for me to use it, and that's with adblock plus disabled. Also not positive my last update of Adobe Flash took, even though I downloaded it.
    I have adblock plus, but I've had that for years now, and it's never caused a problem or stopped me from seeing anything I actually wanted to see. My system was pretty bada** before this, and it's frustrating that suddenly I can't go everywhere and do everything I could before. Why is it doing this, and can I fix it??

    Meh...if I had started here instead of trying to research this randomly, I would have fixed the problem weeks ago. I just did a Firefox reset, and tried all the things I mentioned in the OP, and it all seems to work fine now. Well, aside from Freecorder, but I can make that work another way, I guess. Anyway, Firefox reset = solution. Yay!

  • New itunes is destroying my life. It won't allow me to search. As soon as I type a single key in the search field. It freezes, then crashes. WHY??????

    It won't allow me to search. As soon as I type a single key in the search field. It freezes, then crashes. WHY??????

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot. 
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

Maybe you are looking for