• Ragula Sivakumar
  • NEWBIE
  • -1 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 26
    Replies

I want to display few fileds based on  record type using lWC.
I have two record type A,B .
I want to  display the field 3 if the record type is B and also display the field 6 using if the record type is A.

 

 

<template>
    <lightning-card  icon-name="standard:investment_account"   variant="narrow"   title="eDM Tactic" >
      <lightning-record-view-form record-id={recordId} object-api-name="Campaign">
         <div class="slds-grid slds-wrap">
           <div class="slds-col slds-size_1-of-2">
              <div class="slds-p-around_medium">
                <lightning-output-field field-name="field1" class="slds-m-right_x-small"></lightning-output-field>
                  <lightning-output-field field-name="field2"></lightning-output-field>
                    <lightning-output-field field-name="field3"></lightning-output-field>
                      </div>
                        </div>
                         <div class="slds-col slds-size_1-of-2">
                       <div class="slds-p-around_medium">
                     <lightning-output-field field-name="field4" class="slds-m-right_x-small"></lightning-output-field>
                   <lightning-output-field field-name="field5"></lightning-output-field>
                 <lightning-output-field field-name="field6"></lightning-output-field>
              </div>
            </div>
         </div>
       </lightning-record-view-form>    
    </lightning-card>
 </template>

 
I am trying to add different report in differnt tabs in lightning app builder but tabs having same reports.

Let say Tab A  adding X report 
Let say Tab B adding Y report after saving the page both tabs having Y report .
Has any one tried ??
 
Hi All,
I have a requirement to input some values for the fields and then select one file as CSV/Excel .
Once you select and in upload file the records should created along with the input values in the fields.
Can you help me how to achieve this .
I tried below but initial level i am getting error
I am trying to import 4k records using data loader. I want to maintain a one unique id  for all  4k records The unique id should be generate automatically in the salesforce..
Will it possible?..
Hi Everyone,

Could anyone explain me that how to make Http callouts in batch class with example.

Note:Need to call the batch class from apex trigger
Hello Guys,

I need to capture email reply in Salesforce. For example let's take a scenario I have sent an email to one contact from send an email button from the custom object activity history related list. As soon as I send the mail, Contact will receive mail in his outlook or mailbox . If the contact try to reply over the mail from outlook or gmail then will Salesforce capture this reply automatically? If not how can I achieve this and capture automatically reply ? Please suggest. Thanks.

Regards,
Rajiv
hello

I have a requirement to integrate salesforce with google adwords. so that we can create ,run and stop a campaign through salesforce. i just need a bit of help to start with code. we can integrate it with SOAP API. has anyone done it before?

Thanks in advance
Shailesh 
Hi,

I would like to access the Google Adwords API from Visual Force/Apex. Is it possible? If so how?

Thanks!