• Rune B. Waage
  • NEWBIE
  • 15 Points
  • Member since 2020
  • Aera Payment & Identification AS


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 6
    Replies
I am trying to install Amazon CTI support in Service Cloud.  My account is Developer Edition and should have necessary rights.  But I encountered an error by following below steps:

Reproduce Steps:
1. Login as an account with Developer Edition 
2. In Service cloud, select <gear icon> -> Service Setup -> View All -> Add Phone Support
3. Select Amazon Connect CTI Adapter: CTI -> click Next
4. An message said:
Although there is a message said "Everything's installed, so now we can connect your phone to Salesforce.", I got another error meessage: "Something's not right with your CTI vendor's metadata.  Ask your CTI vendor for help.".

Anyone knows the potential cause and resolution?

Today we’re excited to announce the new Salesforce Developers Discussion Forums. We’ve listened to your feedback on how we can improve the forums.  With Chatter Answers, built on the Salesforce1 Platform, we were able to implement an entirely new experience, integrated with the rest of the Salesforce Developers site.  By the way, it’s also mobile-friendly.

We’ve migrated all the existing data, including user accounts. You can use the same Salesforce account you’ve always used to login right away.  You’ll also have a great new user profile page that will highlight your community activity.  Kudos have been replaced by “liking” a post instead and you’ll now be able to filter solved vs unsolved posts.

This is, of course, only the beginning  and because it’s built on the Salesforce1 Platform, we’re going to be able to bring you more features faster than ever before.  Be sure to share any feedback, ideas, or questions you have on this forum post.

Hats off to our development team who has been working tirelessly over the past few months to bring this new experience to our community. And thanks to each of you for helping to build one of the most vibrant and collaborative developer communities ever.
 

I am a bit of a beginner at formulas, so hopefully one of you will think this is easy, and be able to help. :-)

 

Customer requirement:

 

Create a formula field that displays the Week Number (as Week 1, Week 2, etc), based on the Date entered on a particular record (same object).

 

Ex: 01/01/09 - 01/04/09 would return a value of "Week 1"  

01/05/09 - 01/11/09 = Week 2

01/12/09 - 01/18/09 = Week 3

 

and so on.....

 

Is using the CASE function the way to go, and if so, what's the shortest way to create this formula?

 

Thank you in advance!

S

 

  • April 20, 2009
  • Like
  • 0
I wrote a trigger to check if certain fields contain credit card numbers when they are saved.  If I find a credit card I will eliminate the digits from the first portion of the string and replace with a sequence of star characters (************0000).  The code works fine in all test cases except when the credit card is entered with spaces between the digits (ie 0000 0000 0000 0000).  I'm thinking that the only way to address this test case is with the Pattern & Matcher methods.  However, I am not having any luck matching possible patterns within my code.
 
Does anyone have a pattern for checking credit card numbers that they would be willing to post here?  I would greatly appreciate the assistance.
-greg
I am trying to install Amazon CTI support in Service Cloud.  My account is Developer Edition and should have necessary rights.  But I encountered an error by following below steps:

Reproduce Steps:
1. Login as an account with Developer Edition 
2. In Service cloud, select <gear icon> -> Service Setup -> View All -> Add Phone Support
3. Select Amazon Connect CTI Adapter: CTI -> click Next
4. An message said:
Although there is a message said "Everything's installed, so now we can connect your phone to Salesforce.", I got another error meessage: "Something's not right with your CTI vendor's metadata.  Ask your CTI vendor for help.".

Anyone knows the potential cause and resolution?