lovinghouston / lwcgoogleplacesbutton

Adds a Lightning Web Component to create Google Place Listings (currently hardcoded to type "church") as a Salesforce object (currently hardcoded to a custom object named Church_School_Partnership__c).
3 stars 1 forks source link

Issue #18 - Feature/ssong create account csp records #24

Closed sungysang closed 4 years ago

sungysang commented 4 years ago

PR to address Issue #18

Julian88Tex commented 4 years ago

@sungysang I added a couple of notes.

@BrandonWilliamBridges this should be ready for your review as well

Julian88Tex commented 4 years ago

@sungysang @BrandonWilliamBridges one thing I noticed is that we can have situations with partial record creation when I'd exepct all DML to fail. In this example we have Accounts created but an error on CSP records (which is expected in this case):

Screenshot 2020-02-11 23 17 48 Screenshot 2020-02-11 23 17 54

I'm going to create a separate ticket for this because I don't think it should hold up our demo MVP.