• Surendhar Anugu 12
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I was wondering if it is possible to call the new(ish) enhanced Lead conversion process with a Flow. Specifically, I would like to replace the Convert button in Lightning with a custom buitton that calls a Flow, evaluates the record, requires various input or actions based on variables with the record and then completes by presenting the "standard" Convert process. Has anyone done this?
Hi Guys, 

I recently created an outbound message for the standard Account object with the following fields: 
  • Id
  • Name
  • Business_Type__c
For some reason, however; when my endpoint receives the message and I print the raw sObject contained in the notification, it only has the Id, and the Name. 

Do you guys have any idea why some fields would not be included? This is a simple example, but I've tried adding all fields, and none of my custom fields are being sent. 

It's also worth noting that I am sending as a user that has the System Administrator role all fields should be visible. 

Any ideas? This only happens for my Account Outbound Message.