• Rahul Kainth 3
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I have a requirement to capture the changes of territories on account update. Suppose if shipping country is getting changed, then territories will get updated. I have to store old value/new value of territory in a new record along with account Id.

The main issue is in the update context. Before update will give me only old territories and after update will give me only new territories. How can i get both new/old territory in a single context?
I have a requirement to capture the changes of territories on account update. Suppose if shipping country is getting changed, then territories will get updated. I have to store old value/new value of territory in a new record along with account Id.

The main issue is in the update context. Before update will give me only old territories and after update will give me only new territories. How can i get both new/old territory in a single context?
Hi All,

I have made a visualforce page and I want to render it as pdf and store in one field. I have created the apex class and using future callout for the generation of PDF. When I tried from the backend then the PDF is generating correctly but at the same time when I am trying from the site guest user then the content is not rendering on PDF. It is generating only the blank PDF. 

Please help me with this. How to resolve this issue.

Thanks!
Hi All,

I am getting below error while checking the challenge for Lightning Component Framework Specialist at step 6

Challenge Not yet complete... here's what's wrong: 
The BoatSelected event isn't configured correctly. There is something missing or improperly configured in the BoatSelected.evt file.

Please help