KVSCRSCountry#
Fields#
| Name | Type | Note |
|---|---|---|
| Creditsafe Code | Code[2] | |
| Online Report possible | Boolean | |
| Monitoring possible | Boolean | |
| Basic Report possible | Boolean | |
| Full Report possible | Boolean | |
| Creditsafe API Name | Text[100] | |
| Preferred Language | Code[2] | |
| Country Code | Code[10] | |
| Country Name | Text[50] | FlowField |
Procedures#
RefreshCountries() :#
Summary: Refreshes Creditsafe country references.
procedure RefreshCountries():
Remarks: Retrieves the latest country configuration from Creditsafe so the table stays aligned with the external service.
GetBCCountryByCreditsafeCountry(Code[2]) : Code[10]#
Summary: Gets the Business Central country code for a Creditsafe country.
procedure GetBCCountryByCreditsafeCountry(crsCountryCode: Code[2]): Code[10]
Remarks: Provides the mapping so other processes can translate Creditsafe identifiers to Business Central country codes.