44 public static function getMap(): array
51 'autocomplete' =>
true
62 \
Bitrix\Catalog\StoreBatchTable::class,
63 [
'=this.STORE_ID' =>
'ref.ID'],
64 [
'join_type' =>
'INNER']
69 \
Bitrix\Catalog\StoreDocumentElementTable::class,
70 [
'=this.DOCUMENT_ELEMENT_ID' =>
'ref.ID'],
71 [
'join_type' =>
'INNER']
73 new \Bitrix\Main\Entity\IntegerField(
'SHIPMENT_ITEM_STORE_ID'),
75 'SHIPMENT_ITEM_STORE',
76 ShipmentItemStoreTable::class,
77 [
'=this.SHIPMENT_ITEM_STORE_ID' =>
'ref.ID'],
78 [
'join_type' =>
'INNER']
87 ->configureDefaultValue(0.00)