<?php
require_once 'PHPtoolkit.php';
require_once 'login_info.php';
global $myNSclient;
$gsvFld = new nsComplexObject('GetSelectValueFieldDescription');
$gsvFld->setFields(array('recordType'=>'opportunity', 'field'=>'salesrep'));
//assign the result to extract the result
$getSelectValueResponse = $myNSclient->getSelectValue($gsvFld);
echo "<pre>";
print_r($getSelectValueResponse);
echo "</pre>";
?>
No comments:
Post a Comment