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 NameDescriptionOf TypeInputOutputUsageRequired
nameBinding field containing company name. +

SingleLine.Text

+

NETWORG CZ s.r.o.

+

''

NETWORG CZ s.r.o.

boundfalse
historicalNamesBinding field containing historical company names.Multiple +

NETWORG CZ s.r.o., TheNetw.org s.r.o.

+

NETWORG CZ s.r.o., TheNetw.org s.r.o.

boundfalse
companyNumberBinding field containing company number.SingleLine.Text

03412687

+

''

03412687boundfalse
vatNumberVAT number of the company.SingleLine.Text +

CZ03412687

+

CZ03412687

boundfalse
reliableVATPayerReliable VAT Payer of the company.OptionSet +

+ [{ +
+ "Value": 742070000, +
+ "Label": "742070000" + }, +
+ { + "Value": 742070001, +
+ "Label": "742070001" + }, +
+ { + "Value": 742070002, +
+ "Label": "742070002" +
+ }] +

+

742070000

boundfalse
insolvencyInsolvency of the company.OptionSet +

+ [{ +
+ "Value": 742070000, +
+ "Label": "742070000" + }, +
+ { + "Value": 742070001, +
+ "Label": "742070001" + }, +
+ { + "Value": 742070002, +
+ "Label": "742070002" +
+ }] +

+
+

742070001

+
boundfalse
jurisdictionCodeJurisdiction code of the company.SingleLine.Text +

CZ

+
+

CZ

+
boundfalse
localityLocality of the company.SingleLine.Text +

Hlavní město Praha

+
+

Hlavní město Praha

+

''

+
boundfalse
sublocalitySublocality of the company.SingleLine.Text +

Praha 9

+

Praha 9

+

''

boundfalse
regionRegion of the company.SingleLine.Text

Hlavní město Praha

Hlavní město Praha

+

''

boundfalse
postalCodePostal code of the company.SingleLine.Text +

19000

+

19000

+

''

boundfalse
formattedPostalCodeFormatted postal code of the company.SingleLine.Text

190 00

190 00

+

''

boundfalse
countryCountry of the company.SingleLine.Text

Česká republika

Česká republika

+

''

boundfalse
administrativeAreaAdministrative area of the company.

SingleLine.Text

+
+

Hlavní město Praha

+

Hlavní město Praha

+

''

boundfalse
streetNameStreet name of the company.

SingleLine.Text

+
+

Sokolovská

+

Sokolovská

+

''

boundfalse
streetNumberStreet number of the company.

SingleLine.Text

+
+

352/215

+

352/215

+

''

boundfalse
fullAddressFull address of the company.

SingleLine.Text

+
+

Sokolovská 352/215, Vysočany, 19000 Praha 9

+

Sokolovská 352/215, Vysočany, 19000 Praha 9

+

''

boundfalse
latitudeLatitude of the company.

Decimal

+
+ 50.11017051192877

+
+

50.11017051192877

+

undefiend

+
boundfalse
longitudeLongitude of the company.

Decimal

+
+

14.49801248105505

+

14.49801248105505

+

undefiend

+
boundfalse
manualInputBinding field containing is manual input enabled.

TwoOptions

+
+

false

+

true

+

false

+

true

boundfalse
-This control will hint companies on binded field, when company is selected, bounded fields are preffiled. +## Changelog -## Binding Field - -Can be binded to any field of type SingleLine.Text. - -## Inputs - -Bounded Inputs -- Name - Comapny Name -- Company Nuber -- Jurisdiction Code -- Locality -- Sublocality -- Region -- Postal Code -- Formatted Postal Code -- Country -- Administrative Area -- Street Name -- Sreet Number -- Full Address -- Latitude -- Longtitude \ No newline at end of file +

2024-08-23

+

Changed

+ \ No newline at end of file