Skip to main content

I am trying to create a list of items within an object. I do not really want to create another object and attach it to this object. I want just one object to track all of this data.

What I am trying to do is create whats called a location object. Underneath it there are say any number of items at that location to be entered. There could be 1 - 30. I want to collect a few different inputs of data about these items. Item size, location, active or not.

Right now I have the location object and then item object attached to it. This wont work. Is there a way to track this stuff within one object? Without making three input fields 30 times on the object page and filling out what I need.

@Nonprofit Success Pack@Salesforce.org System Administrators
1 risposta
  1. 12 ago 2015, 13:57

    Eric,

    It sounds like you need a Location record for each location, and then 30 fields on the Location record, one for each item you want to track - such as size, location, status.

0/9000