我正在使用NetSuite WSDL。我被困在過去兩天的這個錯誤。我在互聯網上搜索,但無法找到解決方案。NetSuite錯誤:CustomFieldRef是抽象類型,無法實例化
我嘗試使用Python添加在NetSuite的一個custom field但我得到的錯誤
zeep.exceptions.Fault: org.xml.sax.SAXException: {urn:core_2017_1.platform.webservices.netsuite.com}CustomFieldRef is an abstract type and cannot be instantiated
任何形式的幫助將appretiated。提前致謝。
如果你能在python中給出一個示例代碼將會很有幫助。 –
這將是但我不知道。基本的概念是你需要創建一個具體的類型。提供Java是因爲這就是我所擁有的。 – bknights
你能提供沙盒NetSuite的鏈接嗎? –