diff --git a/src/.vuepress/public/.attachments/applications/Controls/companyprofilehintingcontrolshared.png b/src/.vuepress/public/.attachments/applications/Controls/companyprofilehintingcontrolshared.png new file mode 100644 index 000000000..357030967 Binary files /dev/null and b/src/.vuepress/public/.attachments/applications/Controls/companyprofilehintingcontrolshared.png differ diff --git a/src/en/developer-guide/applications/controls/companyprofilehinting.md b/src/en/developer-guide/applications/controls/companyprofilehinting.md index 87f8b2085..7ac5041dc 100644 --- a/src/en/developer-guide/applications/controls/companyprofilehinting.md +++ b/src/en/developer-guide/applications/controls/companyprofilehinting.md @@ -1,37 +1,318 @@ --- -Author: Jan Losenicky +Author: Safija Hubljar --- # Company Profile Hinting -## Visual Example +This control will hint companies based on the selected country. When the user selects one of the hinted companies, all other fields will be pre-filled. Additionally, the control allows the user to manually create a company if manual input is enabled. -![Company Profile Hinting Displayed On Form](/.attachments/applications/Controls/companyprofilehintingcontrol.png) +![Company Profile Hinting Displayed On Form](/.attachments/applications/Controls/companyprofilehintingcontrolshared.png) +## Bindings -## Description +
Property Name | +Description | +Of Type | +Input | +Output | +Usage | +Required | +
---|---|---|---|---|---|---|
name | +Binding field containing company name. | +
+
|
|
+
|
+ bound |
+ false |
+
historicalNames | +Binding field containing historical company names. | +Multiple |
+
+
|
+
|
+ bound |
+ false |
+
companyNumber | +Binding field containing company number. | +SingleLine.Text |
+ |
+ 03412687 |
+ bound |
+ false |
+
vatNumber | +VAT number of the company. | +SingleLine.Text |
+
+
|
+
|
+ bound |
+ false |
+
reliableVATPayer | +Reliable VAT Payer of the company. | +OptionSet |
+
+
|
+
|
+ bound |
+ false |
+
insolvency | +Insolvency of the company. | +OptionSet |
+
+
|
+
+
|
+ bound |
+ false |
+
jurisdictionCode | +Jurisdiction code of the company. | +SingleLine.Text |
+
+
|
+
+
|
+ bound |
+ false |
+
locality | +Locality of the company. | +SingleLine.Text |
+
+
|
+
+
|
+ bound |
+ false |
+
sublocality | +Sublocality of the company. | +SingleLine.Text |
+
+
|
+
|
+ bound |
+ false |
+
region | +Region of the company. | +SingleLine.Text |
+
|
+
|
+ bound |
+ false |
+
postalCode | +Postal code of the company. | +SingleLine.Text |
+
+
|
+
|
+ bound |
+ false |
+
formattedPostalCode | +Formatted postal code of the company. | +SingleLine.Text |
+
|
+
|
+ bound |
+ false |
+
country | +Country of the company. | +SingleLine.Text |
+
|
+
|
+ bound |
+ false |
+
administrativeArea | +Administrative area of the company. | +
|
+
+
|
+
|
+ bound |
+ false |
+
streetName | +Street name of the company. | +
|
+
+
|
+
|
+ bound |
+ false |
+
streetNumber | +Street number of the company. | +
|
+
+
|
+
|
+ bound |
+ false |
+
fullAddress | +Full address of the company. | +
|
+
+
|
+
|
+ bound |
+ false |
+
latitude | +Latitude of the company. | +
|
+
+ 50.11017051192877
+ |
+
+
|
+ bound |
+ false |
+
longitude | +Longitude of the company. | +
|
+
+
|
+
|
+ bound |
+ false |
+
manualInput | +Binding field containing is manual input enabled. | +
|
+
+
|
+
|
+ bound |
+ false |
+