function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manuel DangondManuel Dangond 

We want to send data from the Account record in Lightning, to an external application within our organization. What would be the best way to implement this? We don't have Apex developers but we do have .net developers. Can a button be created for this?

We want to send data from the Account record in Lightning, to an external application within our organization. What would be the best way to implement this? We don't have Apex developers but we do have .net developers. Can a button be created for this? Can this be developed using .net? and have a custom button execute the code when clicked on?

We may want to receive an acknowledgment from the external application that the data was received.

Thanks!
Manuel