You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: