function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dallin UrnessDallin Urness 

How do I make a soql query to get what step along a path that particular object is at?

I am making a custom aura component for a home page, and I would like to display what step along a path that particular project is at (ie. Pending Approval, Approved, In-Progress, Complete). However, I just can't find in the documentation what the path attribute is that I should include in my query in order to get  it's status. Thanks!
Best Answer chosen by Dallin Urness
Boss CoffeeBoss Coffee
Path should be based off of a picklist on the object, so you can pull that picklist field to display the current step.