Hello.
Building a Laserfiche form to lookup contract status.
Data source = SQL table with column entries updated by a Workflow.
Dynamic entries in db = Signed Contract or Unsigned Contract.
Suggestions on the lookup so it only pulls up either Signed Contract or Unsigned Contract?
My lookup rules:
(1) LF.Database dbo.Contract
When Individual EID matches data source column EID
Fill Contract Status with data source value CONTRACT-STATUS (this entry is dynamic from the WF)
(2) LF.Database dbo.Contract
When Department matches data source column DEPARTMENT
Fill Contract Status with data source value CONTRACT-STATUS
(3) LF.Database dbo.Contract
When Filter Group All matches data source column ALL
Fill Contract Status with data source value CONTRACT-STATUS (I only want those that show Unsigned Contract to populate)