Will
04/07/2022, 10:45 PMbattk
04/07/2022, 11:30 PMWill
04/07/2022, 11:32 PMbattk
04/07/2022, 11:34 PMWill
04/07/2022, 11:44 PMbattk
04/07/2022, 11:45 PMWill
04/07/2022, 11:48 PMgetSelectValueAsync
, but my request is failing because I'm not providing the subsidiary. I just confirmed that it works fine without the subsidiary if I set my Employee record subsidiary back to what it was originally. I don't know why I'm expected to provide it now. The Posting Periods on the NetSuite site don't appear to be tied to a specific subsidiary.battk
04/07/2022, 11:52 PMWill
04/07/2022, 11:56 PM<soap:Body>
<platformMsgs:getSelectValue xmlns:platformMsgs="urn:messages_2018_2.platform.webservices.netsuite.com"
xmlns="urn:messages_2018_2.platform.webservices.netsuite.com">
<platformMsgs:fieldDescription>
<platformCore:recordType xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
invoice
</platformCore:recordType>
<platformCore:field xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
postingPeriod
</platformCore:field>
<platformCore:subsidiary internalId="39"
xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
<platformCore:name>Velocity</platformCore:name>
</platformCore:subsidiary>
</platformMsgs:fieldDescription>
<platformMsgs:pageIndex>0</platformMsgs:pageIndex>
</platformMsgs:getSelectValue>
</soap:Body>
battk
04/07/2022, 11:59 PMWill
04/08/2022, 12:05 AM<soap:Body>
<platformMsgs:getSelectValue xmlns:platformMsgs="urn:messages_2018_2.platform.webservices.netsuite.com"
xmlns="urn:messages_2018_2.platform.webservices.netsuite.com">
<platformMsgs:fieldDescription>
<platformCore:recordType xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
invoice
</platformCore:recordType>
<platformCore:field xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
postingPeriod
</platformCore:field>
<platformCore:filterByValueList xmlns:platformCore="urn:core_2018_2.platform.webservices.netsuite.com">
<platformCore:filterBy>
<platformCore:field>subsidiary</platformCore:field>
<platformCore:internalId>19</platformCore:internalId>
</platformCore:filterBy>
</platformCore:filterByValueList>
</platformMsgs:fieldDescription>
<platformMsgs:pageIndex>0</platformMsgs:pageIndex>
</platformMsgs:getSelectValue>
</soap:Body>
battk
04/08/2022, 12:08 AMWill
04/08/2022, 12:09 AMbattk
04/08/2022, 12:10 AMWill
04/08/2022, 12:10 AMbattk
04/08/2022, 12:19 AMWill
04/08/2022, 12:27 AM19
works fine now, but another subsidiary, 39
, that I have set on my Role and Employee record that I have access to is returning Permission Violation: The restrictions on your role deny you access to this record.
battk
04/08/2022, 12:44 AMWill
04/08/2022, 12:46 AMbattk
04/08/2022, 12:57 AMWill
04/08/2022, 1:10 AM