How to find out what fields are referring to a NetSuite custom field

故事扮演 提交于 2019-12-11 20:11:59

问题


I have a problem deleting a custom field from a vendor in NetSuite. When I try to delete it I get the following error message.

This custom field cannot be deleted because it is referred to by other custom fields

I've looked at many of my other custom fields and columns but I can't find any that are referencing this one. Is there a way to find all fields that refer to a particular custom field?


回答1:


This is because you might be using this custom field value some where else. I'm not sure if there is any inbuilt functionality to identify the other fields which are being referred by your custom field. I had a similar issue but I solved it using mass update. I set that field value for all the vendor as blank then I was able to delete the custom field.

In case it is a custom list field then follow the steps bellow :
First delete the list from Setup > Customization > Transaction Item Options, then from the Custom Item Fields and then finally from the Custom Lists




回答2:


To narrow down the list of fields to check, go to Customization->Lists, Records & Fields->Entity Fields. Sort that list by the Vendor column. That is the list that needs to be checked. Open each of these fields, and check that the 'Field' under the 'Validation and Defaulting' tab is not your custom field that you want to delete. Then check the values on the 'Sourcing and Filtering' tab as well.

Good luck, and hopefully there is not too many vendor fields to check this way!



来源:https://stackoverflow.com/questions/27011907/how-to-find-out-what-fields-are-referring-to-a-netsuite-custom-field

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!