Desktop version

Main > Forum > Applications > 1C:Standard Subsystems Library (SSL) > How to find out the configuration version?

Forum

Search UsersRules
How to find out the configuration version?
#1
Active user
Points:: 0
Joined:: Jul 18, 2012

Hi!

I'm thinking on update system. To do updates I need to determine if it is changed and what version the user have for now. How can I do that?

Profile
#2
Active user
Points:: 0
Joined:: Nov 1, 2011

See configuration properties

Profile
#3
Guest
Points::
Joined::

Hi, Lies!

Pay attention to 1C:Subsystems Library. It already has several subsystems for updates. Here they are:
Infobase version update
Update legality check
Dynamic update monitoring

Regarding your question to get the configuration version you can use the following script:

Code
Metadata.Version


Note that you might also need to know the 1C:Enterprise platform version if you use new features of new versions to determine if your application will work at this version platform correctly. To get the platform version use the following script:
Code
   SystemInfo = New SystemInfo();
   Message(SystemInfo.AppVersion);

Profile
Subscribe
Users browsing this topic (guests: 2, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.