E
E
ElizabethP2020-11-12 11:58:56
1C
ElizabethP, 2020-11-12 11:58:56

How to get the PM line by line number to fill?

Hello! I have an external processing, in it a request that gets me links to documents and line numbers in the tabular part of these documents, one of the details of which I need to fill in. How can I get a specific PM line by line number in order to fill in this very attribute? The request cannot be touched. Thank you all in advance for your help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-11-12
@Dem0lisher

RequiredString = PM.Find(RequiredStringNumber,"RowNumber")
Not?

D
Dmitry Kinash, 2020-11-13
@Dementor

Something like this:

ДокументОбъект = ДокументСсылка.ПолучитьОбъект();
ДокументОбъект.ТабличнаяЧасть[НомерСтроки-1].ИмяРеквизита = ЗначениеРеквизита;
ДокументОбъект.Записать();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question