• saurabh8singh
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
I have a lookup field on a custom object and I want to show search results based on user entered string matching content in certain fields only. Salesforce by default taking account content of a long text area field and showing unwanted results. I have removed this field from all search layouts, still results are taking this field into account. How can configure lookup so that this field content is not getting into search criteria.
Hi All
  I have a requirement of creating a PostCode field on lightning experience. Whenever anyone enters a 4 digit Australian postcode into this field, it should be able to pull suburb name matching to that postcode. There are more than 3k suburbs in a single state.
I can thought of a solution where I need to write an GET API to Australian Post (Auspost provides free api for search based on postcodes) which will return a JSON response having suburb details. 
Can anyone provide their thoughts on this requirement or if anyone has worked on such requirement.
Any help on this is much appreciated.
We are trying to automate regression testing using Selenium web driver. Issue we are facing is that element Ids are getting randomly generated and Selenium is not able to identify elements.
We have tried putting unique Ids using aura:id for such elements but still these Ids are not coming up in console.
Classes are getting generated randomly.
XPATH is also not working.
Hi All
  I have a requirement of creating a PostCode field on lightning experience. Whenever anyone enters a 4 digit Australian postcode into this field, it should be able to pull suburb name matching to that postcode. There are more than 3k suburbs in a single state.
I can thought of a solution where I need to write an GET API to Australian Post (Auspost provides free api for search based on postcodes) which will return a JSON response having suburb details. 
Can anyone provide their thoughts on this requirement or if anyone has worked on such requirement.
Any help on this is much appreciated.
We are trying to automate regression testing using Selenium web driver. Issue we are facing is that element Ids are getting randomly generated and Selenium is not able to identify elements.
We have tried putting unique Ids using aura:id for such elements but still these Ids are not coming up in console.
Classes are getting generated randomly.
XPATH is also not working.