C
C
CatosM2019-04-09 21:42:11
1C-Enterprise
CatosM, 2019-04-09 21:42:11

How to get the attribute name of a tabular section?

How to get the attribute name of the tabular part, namely the selected column.
The task is to bypass all the elements of the tabular part by a certain attribute.
UPD #1 - Paraphrased
How to get the NAME of the attribute of the PM column while in the PM cell.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kinash, 2019-04-10
@Dementor

The answer depends on the variant of the developed interface.
Form element associated with the tabular part "DataTable" - FormElements.DataTable Current
column - FormElements.DataTable.CurrentColumn
Name of the form attribute for the column - FormElements.DataTable.CurrentColumn.Name
Name of the attribute of the table part that is associated with the column - FormElements.DataTable .CurrentColumn.Data
Form element associated with the tabular part "DataTable" - Elements.DataTable
Current column - Elements.DataTable.CurrentElement
Form attribute name for the column -Elements.DataTable.CurrentElement.Name
The name of the tabular section attribute associated with the column - Elements.DataTable.CurrentElement.DataPath (only available on the server)

K
Konstantin Nagibovich, 2019-04-09
@nki

This can be done with a request. Another option is to bypass in a loop.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question