Predefined Description - User manual changed Description

How to enrich your business applications with extra functionality offered by 1C:Standard Subsystems Library

#1
People who like this:0Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Hi,

In some catalogs I have predefined objects. But in 1C:Enterprise mode user can (may-should) change description.

How can I compare with description setted at designer between description that user changed?

 
#2
People who like this:0Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Or can we update user descriptions 1C:Enterprise mode upon description setted at desginer?

 
#3
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Nov 19, 2012
Company:

Did you try property PredefinedDataName for an object?
As example:

Code
Serv = Catalogs.Goods.Service.GetObject();
Name = Serv.PredefinedDataName;

Edited: Aleksey Bochkov - Apr 28, 2014 11:49 PM
 
#4
People who like this:0Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

I do not need name, I need description.

 
#5
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Nov 19, 2012
Company:

Quote
Murat Yazlıyev wrote:
I do not need name, I need description.
I think you cannot do it.
Maybe method SetPredefinedDataUpdate of catalog's manager can help you to overwrite user's changes in predefined data, but I am not sure.

 
#6
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Murat!

Because there are more attributes than only Description, this kind of updates should be performed during the infobase update by the Script. Please see InfoBaseVersionUpdate subsystem of 1C:Subsystems Library 2.0.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.