• P Ashwin
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: MYHHGJEA

Have tried doing the challenge in 3 orgs, getting the same error in each of them (of course with different error id)
I need a regular expression for a url which should function similar to the one on case description field.
Below test cases should pass: 
- transport.info
- transport.info.
- and obviously all strings having https, http, ftp, .com, ,info, .gov and so on.

For the below ones it should fail:
- abc.xyz
- transport.info.come
- google.com.and some random text' -> In this case google.com should be hyperlink, notice there is no space after google.com and the period.
 
I'm using the below:
https://developer.salesforce.com/forums/?id=906F000000093UGIAY
there are lot of regex available on stackexchange but I need one which would compile with salesforce. 

I'm rather more after - How does salesforce identify in case description that a particular string is url
I have installed Recurring donation npsp package from salesforce foundation and enabled Multi Currency
getting this error - Opportunity.CurrencyIsoCode does not belong to SObject type AggregateResult

Has anyone faced this issue before
I have installed Recurring donation npsp package from salesforce foundation.
I are getting below error in sandobox
Invalid field npe01__One2OneContact__c for npo02__Household__c

This started coming up only after enabling multicurrency
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: MYHHGJEA

Have tried doing the challenge in 3 orgs, getting the same error in each of them (of course with different error id)