• Sunil Kumar 758
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi All,
i am working on Lightning Experience/Digital Experiences to implemeting Amazon SSO(Social sign ON) throug partner portal. i have configured correctly and able to get few information like EMAIL, POSTAL CODE(ZIP). i also need First Name, Last Name,full Name etc to create contact and user. 

Can any one help on this how i will get firts Name, last Name,full name etc. while login from AMAZON SSO. User-added image
Hi All,
i am trying to open the images in PPT (power point). but not able to do. it is shoing error 
i am getting this ERROR
Hi All,
i am trying to open the images in PPT (power point). but not able to do. it is shoing error 
i am getting this ERROR
Hi,
  I was trying to generate a ppt with some account details using VF contenttype attribute but the output is blank ppt. What am I missing here?

<apex:page standardController="Account" contenttype="application/vnd.openxmlformats-officedocument.presentationml.presentation" cache="true" >
 
  <apex:outputField label="Account Name" value="{!account.name}"/>
  </apex:page>

also tried using contenttype="application/vnd.ms-powerpoint" but it didn't work either.

Regards,

Shweta