• Kanhaiya Yadav 4
  • NEWBIE
  • 10 Points
  • Member since 2017
  • Salesforce certified Developer


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 5
    Replies
Hi All,

I have create custom ligthning component for console app, in which I am listing records of milestone(Custome object).
After click on record, It open record details page in subtab.

"I want to refresh data in custom component(List of records) whenever record update from detail page in subtab"

User-added image
Thanks In Advance
Hi,
I have written after insert trigger on contact object.
After creating a contact,  I am creating a lead.

I getting an error  "FATAL_ERROR System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATES_DETECTED, You're creating a duplicate record. We recommend you use an existing record instead.:"

I am not getting this error while creating the same lead manual. 

Thanks In Advance




 
Hi,

I am new in lightning. I am making one module in lightning, which have 4 or 5 buttons to do different activities. Should I create different component for each button or developments in the same (Base) component.


Thanks & Regards,
Kanahaiya
Hi,
     I have list of characters(Unsorted & duplicate). I want know actual index value after sorting.

  e.g.
   List<string> str =new List<string>{'c','m','a','x','a','n','c','p','z'}
after sorting it will be
 List<String> str =new List<string>{'a','a','c','c','m','n','p','x','z'}
 I want to know position of characters after sorting.

Thanks in advance
Kanhaiya
 

Publish an Article
Create and publish your first knowledge base article.

Create a Knowledge type article
Title: My First Knowledge Article
URL: My-First-Knowledge-Article
Channel: Internal
Publish the article

Error is following...


"There was an unhandled exception. Please reference ID: GXDUIIXP. Error: Faraday::ClientError. Message: INVALID_TYPE: SELECT Title FROM Knowledge__kav Where PublishStatus ^ ERROR at Row:1:Column:19 sObject type 'Knowledge__kav' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."

 
Hi,

  I am not able to share record in lighting like manual sharing in classic salesforce. Please guide me...

Thanks
Kanhaiya Yadav
Hi,

    I using patner wsdl in soap api integration, but i got an issue Session_ID_Remove. Please check the following code

 partnerSoapSforceCom.soap mypartnerSoap = New  partnerSoapSforceCom.soap();
   partnerSoapSforceCom.LoginResult partnerLoginResult = mypartnerSoap.Login('kanhaiya@innovellent.com','552#2455Dinl45545166L5fHlCLyT65');
       system.debug(partnerLoginResult );
     system.debug(partnerLoginResult.sessionId);


Thanks
Kanhaiya Yadav
Hello,

  I am little bit confuse.
  which one execute first validation rule or before trigger.
Hi, 
 we have a lighitng  component  using lighitnign:treegrid to display the data in hierarchy. In the components controller, we storing the details of the selected records.

Now we need to pass this set of records to another lightning component . How do we do it.

Regards,
Desai
  • April 29, 2019
  • Like
  • 0
Hi,
I have written after insert trigger on contact object.
After creating a contact,  I am creating a lead.

I getting an error  "FATAL_ERROR System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATES_DETECTED, You're creating a duplicate record. We recommend you use an existing record instead.:"

I am not getting this error while creating the same lead manual. 

Thanks In Advance




 
Hi,

I am new in lightning. I am making one module in lightning, which have 4 or 5 buttons to do different activities. Should I create different component for each button or developments in the same (Base) component.


Thanks & Regards,
Kanahaiya

Publish an Article
Create and publish your first knowledge base article.

Create a Knowledge type article
Title: My First Knowledge Article
URL: My-First-Knowledge-Article
Channel: Internal
Publish the article

Error is following...


"There was an unhandled exception. Please reference ID: GXDUIIXP. Error: Faraday::ClientError. Message: INVALID_TYPE: SELECT Title FROM Knowledge__kav Where PublishStatus ^ ERROR at Row:1:Column:19 sObject type 'Knowledge__kav' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."

 
Hello,

  I am little bit confuse.
  which one execute first validation rule or before trigger.