• MANJOT SINGH 7
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I am trying to use PGP encryption in apex, Is there any library or native support for that in apex.
I have written inputTextArea as
<ui:inputTextArea aura:id="inputtextArea" rows="4" value="{!v.TextAreaValue}" keyup="{!c.onTextChange}" updateOn="keyup"/>


Above code works fine when i type in text area. but if there is grammer mistake and i right click and make suggested changes by browser then that change is not reflected(value is not getting set on TextAreaValue).
 
<ui:inputTextArea aura:id="inputtextArea" rows="4" value="{!v.TextAreaValue}" updateOn="change"/>


Above code works fine when I right click and make suggested changes by browser it is working fine but on keypress value is not getting set on TextAreaValue. How i can update on both keypress and onchange?
In Winter '18 we are not able to retrieve the recordId via the force:hasRecordId interface.  Has anyone else experienced issues with this interface in their Lightning components?  If so, do you know of any workaround?

Thanks,
Ross
Hi,

I am trying to send sms in apex trigger using smagicinteract package.its working fine after record updation but in test classes all execution goes fine and smagicinteract object also get inserted without errors as follwos
64]|DEBUG|listOfResonse(Database.SaveResult[getErrors=();getId=a11L00000079x1UIAQ;isSuccess=true;])
only am getting error at the end as follows,
13:35:41.615 (18615499664)|CODE_UNIT_FINISHED|Workflow:Lead
13:35:41.615 (18615705686)|DML_END|[31]
13:35:41.620 (18620308312)|ENTERING_MANAGED_PKG|smagicinteract
13:35:41.705 (18705643589)|FATAL_ERROR|System.SecurityException: Empty key

(System Code)




13:35:41.705 (18705665375)|FATAL_ERROR|System.SecurityException: Empty key

(System Code)