1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
businessvalue_code_1c.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\Internals;
4
5use Bitrix\Main;
6
23class BusinessValueCode1CTable extends Main\Entity\DataManager
24{
25 public static function getFilePath()
26 {
27 return __FILE__;
28 }
29
30 public static function getTableName()
31 {
32 return 'b_sale_bizval_code_1c';
33 }
34
35 public static function getMap()
36 {
37 return array(
38 new Main\Entity\IntegerField('PERSON_TYPE_ID', array('primary' => true)),
39 new Main\Entity\IntegerField('CODE_INDEX' , array('primary' => true)),
40 new Main\Entity\StringField ('NAME' , array('required' => true, 'size' => 255)),
41 );
42 }
43}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения ufield.php:9