How can I get suggested 'List' with venues for specific city - foursquare

There is endpoint for fetching customer's lists https://developer.foursquare.com/docs/users/lists
Is there way to specify city name (location) to choose customer's lists for specific place

You can provide a specific place and see what lists that place appears on here https://developer.foursquare.com/docs/venues/listed

Related

NetSuite fetch list of countries internal ID's

Is there a way in netsuite to fetch a list of countries with their internal id's ?
There seems to be pre-defined country list with both country codes and internal ids
https://netsuite.custhelp.com/app/answers/detail/a_id/71731/kw/country%20internal%20id's
Is it posible to load it as a record or search resault in a suitelet?
I don't remember where I downloaded the original list from, but here is a gist that I create a while back. It is for translating in the Jitterbit iPaaS, but it might be able to give you the data you need?
Jitterbit - Country/Country Codes to NetSuite Country Format

NetSuite Countries With States In Addresses

NetSuite, out of the box, comes with the knowledge that several countries - the US, China, Australia, etc. - have states/provinces. In the standard Address form, if you chose one of those countries, rather than giving you a free-form text field in which to enter the state, it gives you a list of the states it knows about based on the country.
You can add to the list of states in a given country via Setup=>Company=>States/Provinces/Counties. If you add a state to one of the countries that NetSuite knows have states, it'll appear in the list of states for that country when you choose the country in the standard Address form.
In the same place at Setup=>Company=>States/Provinces/Counties you can add a new country and specify its states, just like it comes out of the box with US, China, etc. But when you do that and then, in the standard Address form, select that new country, it doesn't give you the list of that country's states - it just gives you the standard free-form text field. But we want it to show the list of states in that country and prevent free-form entry, just like it does out of the box with, say, the US?
My question is - how do I tell NetSuite to use the defined states for the new country in the Address form and not allow free-form text entry?
This is what I observed in my test account: if there is only state/province defined for the country, the free-form entry is still shown in the address form. If there are at least two states, the dropdown is shown.

Netsuite saved search for all contacts (Prospects, Customers) and leads

I have customers and prospects as companies and a lead can be individual or company. I need to create a saved search that returns all of the contacts of prospects, contacts of customers and all of the leads in one list. I can do a contact search where status = all available statuses and I get the primary contact of customers, primary contact of prospects and all leads (individual or company) If I add contact.name to the results tab, I get all contacts of prospects and customers but I lose all of the individual leads. I'm attaching image of the criteria and results field. This setup returns the primary contacts and all leads but I need all contacts. My goal is to get a list of every contact or lead in NetSuite to send to external system.
Do a Customer search with the following criteria:
USE EXPRESSIONS = YES
Contact : Internal ID is not none Or
Is Individual is true
In your results you can use a Formula(Text) to get the proper name and/or email:
decode({isperson},'Yes',{altname},{contact.entityid})
Finally heard back from support. It turns out you can tell NetSuite to treat individuals like contacts:
When you navigate to Setup > Company > General Preferences, you have there an option to SHOW INDIVIDUALS AS CONTACTS. When this feature is enabled, individual type customer records will now show in list of Contacts
You will need two separate searches to accomplish this. One for the Leads and one for the Contacts as these are two separate Tables in NetSuite.

Search and One To Many Relation in SugarCRM

I'm trying to create tag-like category field for my contacts in SugarCRM. I've read through some docs, created a module and connected it with my contacts as 1 to N relation. The problem is, that Edit Form allows to choose only one category, but then you can add as many as you want in Contact View.
But when you search, it only finds contact that have category set in edit form, but does not pay attention to other categories set in list.
What is the correct way to create 1 to N relation so all of the items would be used in search results?
thanks in advance,
Michael
You should be able to use a MultiSelect field for the tagging and it pick up correctly during searches.

SharePoint 2007 List column name with different display name

I'm very new to using SharePoint. I have created a custom list that I use as a linked table in Access. As the access database pre-existed, i need the column names in my SharePoint List to match those that are in the Access Database, otherwise all my Reports & Queries etc will not work.
Is there a way to have a separate display name for the columns in my SharePoint List.
For example, the column names are currently like "Innov_Desc", which isn't User friendly. When the users are adding "New Items", I need to display "Description" for example.
Any help will be appreciated.
Thanks
Derek
If you are trying to do this change from the the user interface (from settings), I'm afraid it's impossible. You will have to do this change in the code.
Please check the links below to get general idea of what is involve when naming columns:
Finding the internal name and display name for a list column
SharePoint Column/Field Display Names vs Internal Names
You can change the display name to something more user friendly via the UI after the column has been created. The internal name of the column will remain whatever it was at the point of creation.

Resources