EpiFilter using Current plant

If I want to limit a combo list using so that Plant = Current plant, what’s syntax?
In this example, Quick Job lists all revisions for the part.
I want to limit to Approved (that works) and only Revisions where PartRev.Plant = Current logged in plant.
What’s the syntax here to reference a system variable?
Thank you

Perhaps … Session.PlantID (just a guess)

Might need form name too, like: SalesOrderForm.Session.PlantID

Use the Custom Object Explorer while in customization mode.

1 Like