cancel
Showing results for 
Search instead for 
Did you mean: 

How can I take the local settings of a database?

Former Member
0 Kudos

Hello everyone.

When I start to create a new company in SAP Business One, I can choose the local settings for this company and the B1 start a new company with settings specifically to the country of local setting.

The Question is: Can I take the country of local settings by SDK in a Company already created?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Diogo,

That setting is called the Localization of the company. There is a Localization property of the Application.Company child object in the UI API which you can use to get the localization of the company you are currently connected to. I believe the value return is a 2-3 character code but I've never found a pull list of the possible values.

The full localisation name can also be found in the LOC field of the SRGC table in the SBO-COMMON database. This table contains a list of all registered companies on the local system.

Kind Regards,

Owen

Former Member
0 Kudos

Hi Owen,

Thank you for answer, You really help me.

Regards.

Answers (0)