Skip to content
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 (new tab sample) #11

Closed
santiagoparradev opened this issue Jun 7, 2024 · 0 comments · Fixed by #18
Closed

Working with payloads (new tab sample) #11

santiagoparradev opened this issue Jun 7, 2024 · 0 comments · Fixed by #18
Assignees

Comments

@santiagoparradev
Copy link
Owner

the purpose of this example is to show how we can use payload and recordPayload to build lookups that understand the context

should be added as a new tab

Tab name: "Working with payloads"

there should be a title that says "select an account to start"

there is a lookup to account
there is a lookup to contact

when there is no selection on the account the contact lookup is disabled

when the user selects an account...

it should display a label saying "Your account selected was <"
the contact lookup is now enabled
the contact lookup should display only contacts which parent account is the account that was selected

when the user selects a contact...

should display a label saying "Your contact selected was <> and its phone number is <>"

when the user removes the account selection...

the contact lookup should be cleared

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants