• Vyshu Gottipati
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
I am trying to select multiple users in Assigned to field on Goals(custom object) . i could reproduce all the steps in the link except Testapp.app and got an below error.
http://sfdcmonkey.com/2018/02/20/multi-select-lookup-salesforce-lightning/

Failed to save reUsableMultiSelectLookupRenderer.js: c.reUsableMultiSelectLookup: org.auraframework.util.json.JsonStreamReader$JsonStreamParseException: Invalid literal value [3, 7]: 'application': Source

my code:

({
    // Your renderer method overrides go here
<aura:application extends="force:slds">
  <!-- Create attribute to store lookup value as a sObject--> 
  <aura:attribute name="selectedLookUpRecords" type="sObject[]" default="[]"/>
 
  <c:reUsableMultiSelectLookup objectAPIName="Goals"
                               IconName="standard:Goals"
                               lstSelectedRecords="{!v.selectedLookUpRecords}"
                               label="Assigned_To__c"/>
   <!-- here c: is org. namespace prefix-->
</aura:application>
}
})
 
Hi Guys,

Need help from devs here.
I have 3 fields. 1 picklist with count & premium.
other two fields count & premium. 
My question is, when i select count from picklist, count field should be display and premium should not. And when premium is selected, premium should be displayed and not count. 
I am trying to select multiple users in Assigned to field on Goals(custom object) . i could reproduce all the steps in the link except Testapp.app and got an below error.
http://sfdcmonkey.com/2018/02/20/multi-select-lookup-salesforce-lightning/

Failed to save reUsableMultiSelectLookupRenderer.js: c.reUsableMultiSelectLookup: org.auraframework.util.json.JsonStreamReader$JsonStreamParseException: Invalid literal value [3, 7]: 'application': Source

my code:

({
    // Your renderer method overrides go here
<aura:application extends="force:slds">
  <!-- Create attribute to store lookup value as a sObject--> 
  <aura:attribute name="selectedLookUpRecords" type="sObject[]" default="[]"/>
 
  <c:reUsableMultiSelectLookup objectAPIName="Goals"
                               IconName="standard:Goals"
                               lstSelectedRecords="{!v.selectedLookUpRecords}"
                               label="Assigned_To__c"/>
   <!-- here c: is org. namespace prefix-->
</aura:application>
}
})
 
Hi Guys,

Need help from devs here.
I have 3 fields. 1 picklist with count & premium.
other two fields count & premium. 
My question is, when i select count from picklist, count field should be display and premium should not. And when premium is selected, premium should be displayed and not count. 
Hi,
I am planing to take pd2 certification. I came to know that pd1 is mandatory for pd2. 

I want to know that how to take pd1 certification also do we need to complete any other certification for pd1?