ディスカッション
NetSuiteの保存検索やレポートをマスターするための究極のガイドである分析センターを使用して、データの力を最大限に活用しましょう。複雑さを単純化し、組織の真の可能性を解き放ちます。今すぐ分析センターに参加して、新たな高みを目指しましょう!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Webサービスを使用して顧客レコードの住所サブレコードからカスタムフィールド値を取得する
適用
製品: NetSuite 2023.1
シナリオ
Webサービスを使用して顧客レコードの中の住所サブレコードのカスタムフィールドの値を取得したい。
解決策
住所サブレコードのカスタムフィールドの値を取得するためにはWebサービスのGETオペレーションを使用します。
SOAPリクエスト例:
<soapenv:Envelope> <soapenv:Body> <get xsi:type='platformMsgs:GetRequest'> <baseRef xsi:type='platformCore:RecordRef' internalId='13' type='customer'/> get> soapenv:Body> </soapenv:Envelope>
注意: 内部ID=13は顧客の内部IDとなります。
住所サブレコードのカスタムフィールドの値を返すSOAPレスポンスの例
<listRel:addressbook>
<listRel:defaultShipping>truelistRel:defaultShipping>
<listRel:defaultBilling>truelistRel:defaultBilling>
<listRel:isResidential>falselistRel:isResidential>
<listRel:label>4064 Oakmound RoadlistRel:label>
<listRel:addressbookAddress
xmlns:platformCommon="urn:common_2016_2.platform.webservices.netsuite.com">
<platformCommon:country>_unitedStatesplatformCommon:country>
<platformCommon:addressee>Eugene's SalonplatformCommon:addressee>
<platformCommon:addr1>4064 Oakmound RoadplatformCommon:addr1>
<platformCommon:city>ChicagoplatformCommon:city>
<platformCommon:zip>60640platformCommon:zip>
<platformCommon:addrText>Eugene's Shop
タグ付けされた:
0