I want to get the userId for the partner user who has logged in the community portal. Instead of sending the id of the user in the url for every page in community, is there any alternative approach by which I can store the id of the logged in partner user in a variable and use it globally in all the pages in community.
#Community Cloud #Community Portal #Partner Community #Partner Community User #Analytics #Trailhead #New Releases #Integration #AppExchange
답변 4개
Hey Soumyadip,
You need to write an apex class to get current login user contact info :
https://developer.salesforce.com/forums/?id=906F00000008w1LIAQ
Thanks
Nav