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

Button can only be pushed from School Accounts #59

Closed sungysang closed 4 years ago

sungysang commented 4 years ago

For #43 Type is now dynamically pulled from the record that the component resides on and exceptions are thrown in Apex and caught in LWC if Type != School and/or Longitude/Latitude are null.

sungysang commented 4 years ago

@Julian88Tex please review this PR first before #58