• 10.11 Item Types properties are different

    So I found that a lot of the 10.10 expressions don't work in 10.11. for example: 10.10: LookUp.GetEntry("PayItems","Item", this.Pay_Item).Unit 10.11: LookUp.GetEntry("PayItems","DESCRIPTION", this["Description"])["BIDITEM"] same expression…