I'm would like to query the SalesOrderLine Data Entity from my PowerApp. There is the field SalesOrderLineStatus in the entity.
I can query the valid values using DataSource.AllowedValues, this returns the Values from these enumeration: None, Backorder, Delieverd, Invoiced as expected.
If if use SalesOrderLineStatus in an Filter Formula it only works if i use it as Text(SalesOrderLineStatus). But with this expression Delegation fails. How can use SalesOrderLineStatus in a Filter Expression to work with Delegation?
The same behavour is also in PurchaseLineStatus.