update link for LWC to point to dashboard and update CSP status from …#100
Open
Julian88Tex wants to merge 1 commit into
Open
update link for LWC to point to dashboard and update CSP status from …#100Julian88Tex wants to merge 1 commit into
Julian88Tex wants to merge 1 commit into
Conversation
…potential to google generated
Julian88Tex
commented
May 13, 2020
| <lightning-formatted-text class="slds-p-left_medium" value="Success! "></lightning-formatted-text> | ||
| <a href={cspRelatedListUrl}>Click here to see new and existing Church School Partnerships.</a> | ||
| <br> | ||
| <a href=https://lovinghouston--partial.lightning.force.com/lightning/r/Dashboard/01Z3l000001IG0fEAG/view>Click here to see new and existing Church School Partnerships.</a> |
Member
Author
There was a problem hiding this comment.
@sungysang I hard coded this but by any chance would you be able to make this dashboard link dynamic?
Julian88Tex
commented
May 13, 2020
| partnership.Church_Account__c = church.Id; | ||
| partnership.School_Account__c = account; | ||
| partnership.Status__c = 'Potential'; | ||
| partnership.Status__c = 'Google-Generated'; |
Member
Author
There was a problem hiding this comment.
@sungysang lmk if you think this will cause any issues
Julian88Tex
commented
May 13, 2020
| // Raw churches will be inserted | ||
| churchesNeedCSP.addAll(GooglePlacesDML.createProcessedChurches(processedChurches.get('Non-dupes'))); | ||
| List<Church_School_Partnership__c> csps = GooglePlacesDML.createPotentialCSPs(churchesNeedCSP, account); | ||
| List<Church_School_Partnership__c> csps = GooglePlacesDML.createGoogleGeneratedCSPs(churchesNeedCSP, account); |
Member
Author
There was a problem hiding this comment.
@sungysang lmk if you think this will cause any issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…potential to google generated