tdietrich
06/19/2018, 3:53 PMvar itemSearch = search.create (
{
type: record.Type.INVENTORY_ITEM,
filters:
[
['parent', <http://search.Operator.IS|search.Operator.IS>, internalID]
],
columns:
[
'itemid',
'displayname',
'quantityavailable',
'customrecord_test_itemprogram.custrecord_test_external_uid'
]
}
);
The error message that I'm getting is: "An nlobjSearchColumn contains an invalid column join ID, or is not in proper syntax: custrecord_test_external_uid."
Am I trying to do something that just isn't possible (joining to a related custom record)? Or is the syntax that I'm using incorrect?