• Mike Mac
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I am trying to use a ‘Left’ String Method in a simple Trigger but it won’t run. So I tried running it in the Developer Console but it won’t run there either. Then I took the example from the Apex Code Developer’s guide:

 

String s1 = 'abcdaacd';

String s2 =  s1.left(3);

System.assertEquals( 'abc', s2);

 

This doesn’t run either!!

 

Any idea why I get the message “Method does not exist or incorrect signature: [String].left(Integer)”

Hi,
I enabled Einstein activity capture. Emails and events on related objects (opportunity, account and lead) were properly synced, but these events synced from outlook do not appear in Salesforce calendar.
User-added image

The events are syncing, but they don't appear on the calendar. In the picture below, shows that the accounts are capturing outlook events.
User-added image
how can I get events synced from outlook to appear in Salesforce calendar?