Hello all,
Does anyone know how I can get the Status of a tenant via code (below screenshot)? Is there any service for it? I tried the below but no luck
CompanyMaint companyMaint = PXGraph.CreateInstance<CompanyMaint>();
UPCompany upCompany = UPCompany.PK.Find(companyMaint, PXAccess.GetParentOrganizationID(companyMaint.Accessinfo.BranchID), PKFindOptions.None);
