ApplaudSolutions / Applaud-Workato-Connector

Code pertaining to the Applaud Workato Connector
0 stars 0 forks source link

Autocomplete values in actions for lookup model properties #19

Closed duncancasemore closed 3 years ago

duncancasemore commented 4 years ago

Summary

  1. As a Integration Designer
  2. I want to see autocomplete values when entering a field based on a "Lookup" model property
  3. so that it's easier for me to pick fixed values at design time when I don't need to use datapills

Acceptance Criteria

  1. I can see a list of autocomplete values when entering a field based on a "Lookup" model property
  2. I see the list of values presented in the sequence order in Applaud (not alphabetical)
  3. When the action runs I see that the lookup id is loaded in, not the display value
  4. When I edit a previous action that sets a lookup, I see it shows the display value, even though the id is used behind-the-scenes

Wireframes and mockups

Not required

Notes

None

Developer Testing

Requestor: leave this section blank Developer: complete this section during commit/pull request

Positive testing:

Add all the things that you have checked whilst completing this story here, it should be written in a non-technical way, and a lot of this can probably be taken from the acceptance criteria, here are two different examples:

Negative testing:

Here you list the things you have checked where your code needs to show an error, handle unusual/bad input/config gracefully, or may impact separate features that use or depend on the same code. Pause and think -- they may not be obvious! Examples:

e2e test links and description:

Ritesh717 commented 3 years ago

Checklist

Allow multiple set to true

image image

Tried creating a record with lookups & working as expected

image

image

Code changes are made in Applaud Connector2

Ritesh717 commented 3 years ago

Update lookup field so that lookup value id can also be passed to lookup field. image image