Discussões
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
getSelectValue para um Campo Personalizado via PHP Toolkit
Aplica-se a
Produto: NetSuite 2024.1
Cenário
O usuário deseja recuperar as opções disponíveis para um campo personalizado em um item de Inventário Numerado por Lote usando uma solicitação getSelectValue via PHP Toolkit.
Solução
// set up the request$request = new GetSelectValueRequest();$request->pageIndex = 0;$request->fieldDescription = new GetSelectValueFieldDescription();$request->fieldDescription->recordType = 'lotNumberedInventoryItem';$request->fieldDescription->field = ""custitem_XXXXX""; // custitem_XXXXX é o internalId do campo personalizado// creates the call$getResponse = $this->service->getSelectValue( $request );
Rotulado:
0
Olá, bem-vind@!
Faça login
Para ver todos os detalhes, faça o login.
Cadastre-se
Não tem uma conta? Clique aqui para começar!