Материал из Module developer
There are two types of object array structures in Parameters field in IR.ADVANCED_SELECT:
- With fields Caption and Value:
[{ Caption: String, //Value that a user will see Value: String //Value that will be written in the function }]
- С полем Value:
[{ Value: String //Value that a user will see and that will be written in the function }]
