Hello, I'd love to get some feedback on a feature ...
# general
e
Hello, I'd love to get some feedback on a feature I'm working on for the Chrome extension "NetSuite Field Finder". It allows a user to add multiple fields to the search results without leaving the field listing. NetSuite has a "Add Multiple" button already, but the extension did not work there. I thought this seemed like a better option than requiring the user to click that button. If you love it, hate it or have other ideas, I'd welcome it. Thank you.

https://www.youtube.com/watch?v=Qemch7pkxlo

❤️ 5
e
The only feedback I can give is maybe a colour difference for the check, to make it pop. (Green maybe?) Otherwise, awesome addition and this extension is a huge time saver. I'm a daily user and love it!
s
absolutely will use it
👍 1
e
Great idea @ehcanadian. That should be pretty simple.
m
While you are improving your already fantastic extension, could you see if you can prevent this annoying autocomplete from popping up? I know in the past this was possible by adding
autocomplete="off"
to the input but I think modern browsers have made it more difficult
👍 1
e
Here's an update after a couple of changes: >

https://www.youtube.com/watch?v=_lsx3tiQh2c

Replaced checkmark that signifies field has been added with a green checkbox. Also allows for removing fields.
👍 1
d
love this update. love the extension I take it the search bar/filters interacts with this well? I.e. if I search or filter, the checkboxes stay up to date, and I can add/remove fields while filtered?
e
Yes, that's my hope @David B. That part seems to be working well in my testing. Just working through some bugs right now. Hopefully I'll have this out soon.
d
Just delved into what it would take to have related records fields as expandable lists... That sh*t is convoluted..
e
Yeah, not gonna lie. I've gone down that path a couple of times. Each time, I came up with nothing. I have not found a good way to access related record schema for a savedsearch records. I have found some options for showing related field info and I've been thinking about how to display that. This is what I had come up with, but put it on the back burner for now.
🤔 1
FYI - I just submitted this update to Google for approval. Thanks for the feedback!
🤞 1
@michoel I got that autocomplete tag added, so you'll have to let me know if it helps. I've never had anything pop up there so I wasn't able to confirm it worked.
d
just updated, works beautifully so far 👏
👏 1
m
@eblackey I'm still getting that pop up but I noticed it's adding
autocomplete="false"
. Can you try changing this to
autocomplete="off"
🙏 . This is in Edge browser BTW.
e
@michoel Are you able to edit it directly with Developer Tools just to confirm that works first? If you can I should be able to get it updated quickly.
e
I just tested with
autocomplete="off"
and it removed the popup
🙏 1
e
Awesome. Thanks @ehcanadian!
👍 1
This will be updated in version 0.22. Pending Google review now.
m
Confirming the popup is now gone for me. Thank you!
👏 1
e
@David B I figured out your idea for expanding related table fields. Let me know what you think.

https://www.youtube.com/watch?v=kI3wB2XMkkQ

d
holy sh*t. Well done! Blazingly fast too (or is there some caching going on?)
sent you a couple of coffees/eggnog 🎁
thankyou 1
e
@David B Haha thank you! Really appreciate it. No caching believe it or not. I was surprised it would be that fast to. It makes the same HTTP request that the normal process uses. It just parses the returned HTML to grab the related field data.