
"
Tips " help you quickly and without error fill in the input fields on the sites and CRM.
We take the data for prompts from various reference books, before there were only five of them: full name, email, postal addresses, details of companies and banks. From the very first release, we were asked to add one directory or another to the “Tips”. We would have been glad, but could not. But now we can!
')
Since July, "Tips" understand any datasets in CSV format: car brands, currencies, retail outlets, even the names of loved ones.
Now users quickly and without error enter anything.
There are no errors in client data
For those who have not heard about "Tips" before, I will briefly tell you about this thing. If you already know about them, it makes sense to scroll to the next section.
Because typos are the scourge of any company with any large customer base. For example, a person confused the figure in the index - and the parcel from the store went to wander around the post offices of the vast country. Wrong email, that's all, contact is lost.
And, of course, terribly enrage complex forms, some details of organizations with 20 fields or the same addresses. While you fill, curse everything. Especially if the address is not in Moscow, but in a more exotic place. (If the topic is interesting,
we wrote about the wonderful world of Russian addresses .)
And we made "Clues." Usually they are connected to online stores and business software like “1C: Accounting” or CRM. The user types as used, in one line. "Tips" in the directory are looking for suitable options and shown on the screen.
“Tips” not only prompts, they return a bunch of related data. For example, the person entered the name of the company - hints will pull out the rest of the details on it. You can TIN indicate the same effect."Tips" are integrated
with all popular in Russia CRM, CMS, etc.Now you can connect any directory to the "Tips".
From 2014 to July 2018, “Clues” only worked with five directories. We were asked: "Are there any universities?", "Are there medical facilities?" Did not have.
And the moment has come: in July, we taught “Tips” to quickly search for data in any reference books. Let at least the names of the butterflies in Latin, if only the format was in order.
To celebrate, they themselves rolled out six new directories:
- post offices;
- tax inspections;
- types of economic activities (OKVED 2);
- types of products (OKPD 2);
- country;
- currency.
These six pieces are already available for all Tips fares, including free. Connect - elementary, you only need to specify the type of the directory in the new parameter type. Here is the code for currencies.
$element.suggestions({ token: "_API_", type: "currency" });
Put in such - and please. The website will display the currency input form with auto-completion.
"Clues" are looking for currency and by name, and by codes, and by countryTo upload a new directory, write to the support service and attach a dataset or a link to it. We will check, just in case, if there is anything illegal in the directory, and connect it to the “Tips”.
There is another important thing with privacy:
- on the free tariff, as well as the “Light” and “Advanced” tariffs, reference books are available to all other users;
- on the top fare "All Inclusive" you can download private directories, hidden from the rest.
Finally - a couple of words about the format of reference books.
Directory format - regular CSV
A directory is a CSV file with several limitations:
- flat: even if there is a hierarchy in the source directory, it will be necessary to “flatten” it before connecting to prompts;
- with the header line: it is used in the settings;
- Only Latin letters and underscores in field titles and headings.
Sometimes it is necessary for the "Tips" to return calculated fields. For example, “full name”, composed of a surname, name, and middle name. So, this calculated field should also be in the directory. The “Clues” themselves will not generate the necessary values.
It also happens that some entries in the directory are more powerful than others. For example, the parent organization needs to be shown above branches. Weights will have to be calculated in advance and put in a separate column. The Tips themselves will not do this.
All values ​​of the "Tips" are interpreted as strings, even if in fact these are numbers or dates.That's it. If interested,
connect the "Tips" , send your directories. (By the way, the only limitation of the free Tips tariff is 10,000 requests to the server per day, these are about 300 completed forms.)
Yes, if you are missing some special reference, write in the comments. We now think what else to connect.