You need to sign in to do that
Don't have an account?
Karla Pliego 3
What to use a lookup or junction object?
Hello,
I have a couple of objects named Listing and Transaction. I have another object called Market. Each listing and transaction record belongs to the same Market. So for example, when we carete a listing we add the Market by using a lookup field in the listing object. When this listing becomes a transaction (listings and transactions are related), then the transaction needs to have the field for the Market that corresponds to the same as the listing. I can do a process builder or a simple formula. However, the fields limitation in SF won't allow me to use a lookup field or a formula field as we are maxed out. Any workarounds suggested for this?
Thanks ,
Karla
I have a couple of objects named Listing and Transaction. I have another object called Market. Each listing and transaction record belongs to the same Market. So for example, when we carete a listing we add the Market by using a lookup field in the listing object. When this listing becomes a transaction (listings and transactions are related), then the transaction needs to have the field for the Market that corresponds to the same as the listing. I can do a process builder or a simple formula. However, the fields limitation in SF won't allow me to use a lookup field or a formula field as we are maxed out. Any workarounds suggested for this?
Thanks ,
Karla
How and when does the listing record becomes a transaction record?
Cheers,
Aparna
1. The process starts when a record changes
2. Add object = Transaction
3. Start the process only when record is created
4. No criteria just execute actions
5. Action Type = Update records
6. Select the Account record that started your process
7. Field = corresponding market field, reference select the market field in the listing object. save and activate.
You should be all set. Good Luck!
Cheers,
Aparna
Yes, I have done these before. However, from what I understand for process builder to work the two fields, the one on listings and the one on transactions need to be the same field type correct?
If so, the field in listings is a lookup field, therefore it won't let me create a new one in transactions since we are maxed out.
Please correct me if I'm wrong. Could I have a text field in transactions while the listings remains as a lookup?
Not really. You can update a text field or a lookup field with a value from text or lookup.
If Market field is lookup on Listings and text on transactions, you can still update it. Give it a shot :)
For your question - Could I have a text field in transactions while the listings remains as a lookup? : Yes
Cheers,
Aparna