The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 1
Joined: Aug 13, 2022
Company: ComPhase Bilgi Teknolojileri Ltd. Şti.

Hello, what I am trying to do is actually very detailed. But if I talk about it briefly, maybe you can offer a better solution.

Config DriveTR edition I am using
I wanted to use the OrderStatus feature for a document I just created.
I did detailed research on this first and realized that I needed to create a new status catalogue.
I copied the existing SalesOrderStaturses catalog to the Extension and renamed it, now it will be a status catalog that will be linked to my document.
But when I realized that the issue is not limited to this, User, Externaluser, catalogs.
Charts of characteristic types > UserSettings
Information register > UserSettings
Common modules > OrderStatuses
Common modules >DriveReUse
I realized that I needed to use this feature in many things such as.
Yes, I did everything, especially I learned that my new document, such as SalesOrder, should be written in Common modules > OrderStatuses, and I added the codes I would write in the extension with Before or After procedures.
It didn't work, I was very tired, but I could neither use the default status nor the ListForm of the newly created catalog was opened. The error I get is below.
I know this feature is not associated with SSL. Associated with Drive.
If you have any documents or questions regarding this subject, please help.
thanks.



{(20, 30)}: The parameters are incorrect in the comparison process. Unlimited length fields and mismatched type fields are not compared.
AND (UserSettings.Setting<<?>>=&UserSetting)

The place where this error comes is NewOrderStatuseCatalog.ListForm > DynamicList > CustomQuery

All other Statuse catalogs.listform have the same code.

 
#2
People who like this: 0 Yes / 0 No
Administrator
Rating: 29
Joined: Oct 3, 2019
Company:

Hello Ertuğrul,

it is very difficult to understand where the error occurs, since it is not clear how the code works.

Could you send me your dump?

 
#3
People who like this: 0 Yes / 0 No
Just came
Rating: 1
Joined: Aug 13, 2022
Company: ComPhase Bilgi Teknolojileri Ltd. Şti.

I sent you an e-mail.

 
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.

/* --- ФИКС ЗАГОЛОВКОВ ДОКУМЕНТАЦИИ (BRUTE FORCE) --- */ /* Цепляемся за все возможные контейнеры Битрикса */ .content h1, #content h1, .workarea h1, .content h2, #content h2, .workarea h2, .content h3, #content h3, .workarea h3, .content h4, #content h4, .workarea h4, .content h5, #content h5, .workarea h5, .content h6, #content h6, .workarea h6 { display: block !important; font-weight: 700 !important; color: #222 !important; text-transform: none !important; margin-top: 1.5em !important; margin-bottom: 0.5em !important; line-height: 1.2 !important; } /* Явно задаем размеры, чтобы перекрыть "font-size: 100%" */ .content h1, #content h1 { font-size: 28px !important; } .content h2, #content h2 { font-size: 24px !important; } .content h3, #content h3 { font-size: 22px !important; } .content h4, #content h4 { font-size: 20px !important; } .content h5, #content h5 { font-size: 18px !important; } /* Ваш случай (5 решеток) */ .content h6, #content h6 { font-size: 16px !important; } /* Если Битрикс или редактор засунули внутрь h5 тег span или font */ .content h5 *, #content h5 *, .workarea h5 * { font-size: inherit !important; color: inherit !important; font-weight: inherit !important; } /* --- СТИЛИЗАЦИЯ ТЕКСТА (Markdown Style) --- */ /* Ссылки в тексте делаем более заметными */ .content a:not([class]) { color: #005aa0; text-decoration: none; border-bottom: 1px solid rgba(0, 90, 160, 0.2); } .content a:not([class]):hover { border-bottom-color: #005aa0; } /* Списки (чтобы не прилипали) */ .content ul, .content ol { margin-bottom: 15px !important; padding-left: 20px !important; } .content li { margin-bottom: 5px !important; }