Skip to content

Commit

Permalink
Added: support to store inventory transfer id in netsuite and made cu…
Browse files Browse the repository at this point in the history
…stom field. (156-add-hc-inventory-transfer-number-custom-field) (#157)
  • Loading branch information
rehan3586 authored Sep 23, 2024
1 parent 6061444 commit 201c2d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Objects/InventoryTransfer/custbody_hc_inv_transfer_no.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<transactionbodycustomfield scriptid="custbody_hc_inv_transfer_no">
<accesslevel>2</accesslevel>
<bodysale>T</bodysale>
<displaytype>NORMAL</displaytype>
<encryptatrest>F</encryptatrest>
<fieldtype>TEXT</fieldtype>
<globalsearch>T</globalsearch>
<label>HC Inventory Transfer Number</label>
<searchlevel>2</searchlevel>
<storevalue>T</storevalue>
<subtab>[scriptid=custtab_hc_tab]</subtab>
</transactionbodycustomfield>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<type>NAME</type>
</columnreference>
</fieldmapping>
<fieldmapping>
<field>[scriptid=custbody_hc_inv_transfer_no]</field>
<columnreference>
<column>HC Inventory Transfer Number</column>
<file>INVENTORYTRANSFER</file>
<type>NAME</type>
</columnreference>
</fieldmapping>
<fieldmapping>
<field>LOCATION</field>
<columnreference>
Expand Down
1 change: 1 addition & 0 deletions src/deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<path>~/Objects/SalesOrder/custcol_hc_giftcard_number.xml</path>
<path>~/Objects/SalesOrder/custcolisbopis.xml</path>
<path>~/Objects/POSReturn/custcol_hc_retrun_reason.xml</path>
<path>~/Objects/InventoryTransfer/custbody_hc_inv_transfer_no.xml</path>

<!--Custom Form-->
<path>~/Objects/SalesOrder/custform_hc_sales_order_form.xml</path>
Expand Down

0 comments on commit 201c2d8

Please sign in to comment.