Override dropdown list in AtTask - filtering

Is it possible to override the dropdown list in AtTask to allow filtering? I have used the "External Page" where I created a jsp with the filtering capabilities, but I would like to filter my drop down list, within AtTask, rather than using the iframe. Can this be done?

To which drop down are you referring? Is this an interaction between an external page and AtTask core product?
If this is a question about an in product feature or enhancement I would recommend calling AtTask's customer support. They can help you in learning more about the product and answer any questions you may have about customizing AtTask to suite your needs.
If I misunderstood something please let me know.

Related

Creating a custom Feature/plugin in SuiteCommerce Advanced?

My question is regarding Netsuite SCA/Sitebuilder website related. I would like to know if anyone has tried making custom feature for website in netsuite UI? for eg: we have "Add to cart button show for facet result" checkbox in Suitecommerce configuration OR we have feature like "Password protect entire website" feature in shopping tab of setup website, where if we enable/disable that button it reflect on website directly, just like this if anyone want to create their own functionality and bundle it or create module which can be used in general for other website of netsuite also, How can we do this or is it possible or not? Can we make Reusable module in Netsuite for website purpose?
Thanks!
Yes, I have done it almost all point mentioned above, everything is possible in Netsuite SCA, I am not sure about site builder, But SCA is grt customization capabilities. Do check out my other answer on StackOverflow. Let me know if you have more question.

How to update value of a field for all page in AEM?

I create a site with AEM (Adobe Experience Manager). I have a page type as property-page. The property-page have a field type "Number of event in a page". I want to modify the number of event for all property page.
How to do that?
Thank you & kind regards,
There is no mass-update feature in AEM. Ask your developers for support. They either write you a little tool. Or they could generate a lot of curl-requests based on a query. Another option would be the AEM Groovy Console (https://github.com/OlsonDigital/aem-groovy-console). There you or your developers could write a script.
Finally you can do it one by one manually. Take a look into crx/de, which might be a little bit faster.
If you want to bulk update the page property you may use OTB Bulk Editor feature. Here is a video explaining how to use this.
There is a similar ACS tool for updating sling:resourceType property. You can extend and customize this tool if not happy with OTB feature.

Multiselection in CNContactPickerViewController

I am creating a food app which requires recommendation. I am adding a feature which allows me to recommend particular food to my friends in my contact list. However, upon using CNContactViewController, I am not getting the required UI for multiselection. This is the screenshot of what I am getting
This looks quite messy. I don't want the cancel and group button. Is there any way to get what I am looking for? Any Custom way to achieve it?
As you asked to recommend other libraries, this could be the better option for multiselect design, check this->EPContactsPicker
Update:
For multiselect to enable in cncontactpicker, use this method contactPicker:didSelectContacts:

How to allow Joomla users to create / update own list and have menu link to that list?

I have a Joomla site I am developing that centers around designer handbags of a particular label
(not my site, it's a client's). It is not an ecommerce site, more of a social site.
What I am looking to do is present the user with a list of handbag styles and patterns so that
they can mark which items they have and which items they need.
Then two sections of content would be generated - one listing what they have and one listing what
they need.
I would also need to be able to include a direct menu link to that page.
Any ideas would be appreciated!
Probably the best way to do that would be to extend either community builder or JomSocial. Both have the ability to have custom user profiles which would go a long way to creating what you are looking for. You may even be able to do everything you want within the basic structure of one of those extensions.

Design ideas for multi-select items from a long list

I'm developing a system in which I need to select, from a long list os customers, some to which an specific (batch) action will be executed. For example, I want to select "John", "Peter" and "Steve" and click the "delete" button. No more than 5 customers will be selected.
The problem is that, since there're more than 500 customers, listing all isn't a good option. So far I did an AJAX search that shows just the customers that meet the criteria, but which multiselect way you recommend?
My best idea so far is a below this list in which I could either drag-and-drop the users I want to select or double click them
Any better ideas/examples?
Thanks
I don't know whether you're using jQuery, nor whether your site's design vocabulary is suited to it -- but this jQuery autosuggest plugin is excellent.
+1 for ksr's autosuggest find. I would use this in conjunction with a list box. The user types in the autosuggest input field and when they select an item it adds it to a list box. They can then add additional names via the same method, and submit the list when they've added all the names.
I would go for the pattern used by eBay. They probably did some usability research. You can find more info here: http://quince.infragistics.com/Patterns/Multiple%20Selection%20from%20a%20Large%20List.aspx