Watz
10/30/2020, 4:15 PM<sourcefilterby></sourcefilterby>
<sourcefrom>[scriptid=custentity_number]</sourcefrom>
<sourcelist>[scriptid=customrecord_list.custrecord_supplier]</sourcelist>
<storevalue>T</storevalue>
An error occurred during custom object validation. (customrecord_list)
Details: The object reference [scriptid=custentity_number] is missing in the project and also not included in the dependencies list.
stalbert
10/30/2020, 5:58 PM<dependency>
to your manifest.xml
stalbert
10/30/2020, 5:59 PM<dependencies>
<objects>
<object>custentity_number</object>
</objects>
</dependencies>
Watz
10/30/2020, 7:11 PMstalbert
10/30/2020, 7:56 PM