-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with payloads #18
Conversation
Codecov ReportAttention: Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9fb0ebe
to
33d6a81
Compare
33d6a81
to
c35e40f
Compare
@nicolasparrague you are failing a job |
src-lookup-sample/main/default/classes/AccountContactLookup.cls
Outdated
Show resolved
Hide resolved
src-lookup-sample/main/default/lwc/lookupAccount/lookupAccount.html
Outdated
Show resolved
Hide resolved
src-lookup-sample/main/default/lwc/lookupAccount/lookupAccount.js
Outdated
Show resolved
Hide resolved
src-lookup-sample/main/default/lwc/lookupAccount/lookupAccount.js
Outdated
Show resolved
Hide resolved
} | ||
|
||
get accountValueEmpty() { | ||
return !this.accountValue; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this
Just use a lwc:if this.account on your html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the requirement says that the contact must be deactivated when you do not select the account
src-lookup-sample/main/default/lwc/lookupAccount/lookupAccount.js-meta.xml
Outdated
Show resolved
Hide resolved
src-lookup-sample/main/default/lwc/lookupAccount/lookupAccount.html
Outdated
Show resolved
Hide resolved
src-lookup-sample/main/default/lwc/lookupAccount/__tests__/lookupAccount.test.js
Outdated
Show resolved
Hide resolved
c35e40f
to
a84ee72
Compare
a84ee72
to
52cdee7
Compare
No description provided.