• Rajat Pratap Singh
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I am new to apex and wondering if someone help me to do... 

update picklist from lookup value..

Example:- If i select india in lookup the picklist has to get updated as india.

whatever the value is selected in lookup needs to get updated in picklist.
I have 248 values needs to be updated.
My company is looking for a full time Salesforce Developer/Archtect. We are based in Irving, Tx but are working from home until the end of the year. We use both sales and marketing cloud. This position will lead all dev efforts for our company and will supervise another developer. 

So, we have Amazon Connect Chat and Twilio SMS integrated within our environment. We would like to have in them something like the standard functionality of Quick Text which is allowed only on certain places.

Is it possible to integrate Quick Text somehow with any of these? And if not, what would be the workaround here? 

Since both of these are managed packages, we have tried creating our custom LWC Component which will take by id the Send Message text area, and transfer the shortcut from our component to Amazon Connect or Twillio respectively, but we have hit an issue there also, which is quite wierd. For example, within the console, I am able to access the textarea with query selector and manipulate with it, however when I do the same within the LWC, it returns a proxy object which has the textarea in its Target and i am not able manipulate it. The JSON.stringify(JSON.parse()) trick doesn't work also.