• Ram Mohan Reddy .K
  • NEWBIE
  • 0 Points
  • Member since 2016
  • CRMIT

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Hello,

I would wish to build Lightning component using Field sets like in Visualforce page. Is there any way to get the field set directly in component along with picklist values and validation?

Thanks in advance for the support
Hello,
We have our App published in app exchange, one of our client have downloaded it after summer 17 release and was trying to use it, but unfortunately the community portal login page stopped working, we did not made any code changes to the package after our last release to the app exchange. 
After our intial analysis what we undderstand , the community portal login template got changed after summer 17, this issue only for new instalation after summer 17 release and it's working fine who ever installed before summer release. 

Thanks in advanse for your support.
Ram Mohan,
 
below is vf page where i tried to access wave dashboard along with accesstoken and endpoint url.
<apex:page >
    <apex:includeScript value="/lightning/lightning.out.js"/>
    <apex:outputLabel >Sample Dashboard</apex:outputLabel>
    <apex:includeLightning />

    <div id="lightning" />

    <script>
        $Lightning.use("wave:waveApp", function() {               
             $Lightning.createComponent("wave:waveDashboard", {                    
                 dashboardId: "0FK7F000000H7K8WAK"                
             }, "app");
            }, "https://lt-wave-dev-ed.my.salesforce.com/analytics/wave/wave.apexp?tsid=02u7F000000tvPn", "00D7F000000pXMH!AR8AQO.bcc44cTOYSFnr5EnbO5VHKOLk2.pRtvB95GtatxSw6h8Lt1fsn5yFIEREkkfREgjLMP.NBVsgm8sBWcmtWmrJ_SDy")
    </script>
</apex:page>

i am getting blank page with only header.
Hi All,

I facing difficulty in completing the Challenge 6. I facing issue in Chatter Group related. I have created the Chatter group with name "All Lusso Scarpe Employees". Cliked on the Gear Icon to edit the page for adding Recomendations and Trending Topic to RIght Side bar and clicked on save. During activation i have made this as Org Default, Assigned this record page to Custom Sales & Communication apps and to Custom Sales & Standard Platform User profiles.

When clicked on check challenge am getting the following error.

User-added image

Please correct me if I missed any thing. Kindly provide me the steps for solving this challenge. Struggeling to solve this issue from past 3 days and writting now in this forum.

Thanks.