Thanks in advance for any advice. Probably another simple fix I cant see.
Workflow issue
I have a user Type called “Agent”
I have a user type called “Dealer” That is a list of dealers for the agent.
I have a “Dealer Type Category” That is a list of categories, such as roofing, flooring etc.
So when the dealer that deals in roofing looks at stuff, he can only see his category.
All that works fine.
But when I go to create a new thing, I need the dealers email added to the products data.
Say create a new “roofing product”
I have
Agent = current user
Dealer =??? << This is where i’m stuck. Nothing I seem to add works, I just need to input this agants “roofing dealer” email or in this case the dealer that is assigned roofing.
I can go in and add the dealers email manually in the data, then everything on the other side works. But cannot figure out how to automate it.
So you have a agent with a list of dealers but you dont have a way to pull the agents details from the dealer, is that right?
If so, you would just need to put a field witnin the dealers called parentAgent or something along those lines, then connect the agent to the dealer within a workflow. Then you should be able to pull the agent details.
Thank you for helping. I do have them as you described. all Users.
My issue is, on the agents page, on a form to input new items…
I cannot seem to figure out when they press submit,
How to now, link to his user dealers (entering their email simply) that are in that agents products specific category.
In the workflow,
I have on the create a new roofing item.
Agent = Current User
Client = Parent groups client
Dealer = << Nothing I seem to add, works, except for dealer, first item. which then displays the agents first dealer and not the roofing dealers email.