
Here's what I'm trying to do
definitionsObject
Field1 Field2
Mgr1 Emp1
Mgr1 Emp2
Mgr2 Emp3
Mgr2 Emp4
On another object when creating a new record, I'd like for the "Manager" box to be a drop down of all the managers. The next box would be "Employee" and should only show employees of the selected manager.
I'm a total rookie and I haven't even been able to get the first box to drop down all manager values. Been looking all over youtube for videos but going from VBa to SalesForce, I don't quite know all the new naming conventions.
(ex. Tables = Objects)
25 risposte
So you created your Definitions table/object with two fields which list a manager and an employee? What data type are these two fields? Just text? Or a lookup and, if so, to which object - user?
Your lookup field on the other object is looking up to which object - the Definitions table?