We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece6f61 commit 7ac030eCopy full SHA for 7ac030e
README.md
@@ -435,7 +435,9 @@ NetSuite::Records::SalesOrder.search({
435
'tranSales:itemJoin' => [
436
'platformCommon:customFieldList' => [
437
'platformCore:customField/' => {
438
- '@internalId' => 'custitem_apcategoryforsales',
+ '@scriptId' => 'custitem_apcategoryforsales',
439
+ # Or, for API versions 2013.1 and older:
440
+ # '@internalId' => 'custitem_apcategoryforsales',
441
'@xsi:type' => "platformCore:SearchColumnSelectCustomField"
442
}
443
]
0 commit comments