I am fairly new to Salesforce, and keep running into its many limitations.
I am just trying to make a Lookup field to find what category the item on my Invoice Line object has. The category field is on the Inventory object. These are all custom, managed objects with data from our ERP system.
I just want to be able to make reports based on invoices, organized by category. But I cannot get the category to show on the Invoice Line object, despite linking them together (I think) with their unique item ID, which is the same on both the Invoice Line object and the Inventory object.
I put the lookup filter as Invoice Lines->Item UID equals Inventory->Item UID
Invoice Lineobject have a field on it that references anInventoryrecord? If so, did you set this lookup filter on the inventory lookup field?Category__cfield? Or, are you trying to traverse a multi-level foreign key relationship from Invoice Line to Inventory? Perhaps if you put a picture of your schema it would be clearer to the CommunityItem UID, which is present on both objects, to pull fields fromInventoryintoInvoice Lines. This would take literally seconds in SQL, but they make me use salesforce. Schema shot: cardboardsword.net/ss.jpg