Материал из Module developer
Перейти к: навигация, поиск

There are two types of structures of object array for Parameters fiel in IR.ADVANCED_SELECT:

  • With Caption and Value fields:
[{
   Caption: String, //Value seen only by a user
   Value: String //Value that is written in a function
}]
  • With Value field:
[{
   Value: String //Value seen by a user that is written in a function
}]