Add. properties of the "Items" catalog

Powerful and flexible application for small business management. See 1C:Small Business description

#1
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jul 19, 2012
Company: Ekaterina Trading Co.,LTD

Hi
It's look like exellent, but why can't add properties for Items catalog
And it not saved list of selection - what I make not correct. By the way - I consult with my frend from russia, they say that in russian version have not any problemm with this.
Best regards

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

Joined:
Company:

Hello! You need to enable modification of the configuration.
For this in Designer mode go to
Configuration -> Support -> Support options and click Enable modification -> Yes -> OK
Then to disable support at all click Disable support -> Yes

 
#3
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jul 19, 2012
Company: Ekaterina Trading Co.,LTD

Thanks for qwick answer, but i tell about standart future on administration page. If try to "Add additional atributes and information" for catalog "Items" it does not add (realy can create, but can not save the data , when "save and close" windows and then open second time - have not any information in list) and as a result nothing to show in Catalog Item. In configurator I check have special page in "Catalog.Items.Forms.ItemForm.PageAdditionalAttributes" , but when open this form in program can see only 2 pages "Main parameters" and "Storage and Purchasing Parameters" and where 3-d page "Additional attributes" ? And how to show this page? Thanks in advance

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

Сan you add a screenshot describing the problem?

Edited: Alexey Alexandrovich - Aug 08, 2013 02:39 AM
 
#5
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jul 19, 2012
Company: Ekaterina Trading Co.,LTD

I make some clip for easy understanding situation

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

Joined:
Company:

Thank you for your information, Kate! We will fix this problem in a future release of 1C:Small Business.

 
#7
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jul 19, 2012
Company: Ekaterina Trading Co.,LTD

By the way in same form when try to edit additional information in form "Pick Up Additional informations" - have a bug which can fix by changing next line in configuration (just some truble in translation)

Base configuration Catalog.SetsOfAdditionalAttributesAndInformation.Form.PickOfProperties.Form.Attribute.PropertiesTree.Dynamic list.Query text(18, 9) : END AS MainPictureNo have to change for InfoPictureNo,

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

Joined:
Company:

Thank you again. Please feel free to report your problems in future.

 
#9
People who like this:0Yes/0No
Active user
Rating: 2
Joined: Apr 23, 2014
Company: Altair d.o.o.

How to fix this problem.

Rewrite module procedure BeforeWrite() in cataloge "SetsOfAdditionalAttributesAndInformation" as follows:

Code
Procedure BeforeWrite(Cancel)
  
     If DataExchange.Load Then 
          Return;
     EndIf;

     If IsFolder Then
          ManagementOfProperties.BeforeWriteOfGroupOfPropertiesSet(ThisObject);
     Else

<removed as rules violation>

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

Joined:
Company:

Thank you for your cooperation!

 
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.