You need to sign in to do that
Don't have an account?
upsert based on a related field
Hi,
i have 3 custom object trnasaction, item and devices
Transaction has a field called asset , devices has a field called item and item has a field called assetno
i am trying to read through data from trnasaction and upsert into devices with assetno as external id.
My question is since devices has a lookup to item and item has asset no, can we relate transaction.asset and devices.item.assetno
I dont know if i am making any sense. basically what i want is upsert into devices using asset as external id. Should devices have a field called asset to work or can it check with item.asset?