Furthermore what's interesting. I created a Visual Studio project and attempted to use the same method the FKV is using (LaborAdapter.GetByID) and I get zero rows using a LaborHedSeq I KNOW exists in the database. Then I run the same GetByID using Erp.Proxy.BO.LaborImpl and it returns 1 row.
Also, I cannot get the LaborAdapter.GetByID to work if I pass it an interger (which is what the LaborHedSeq data type is), it throws an object reference not set error. I am only able to pass the LaborHedSeq as a string which I believe is the problem here.
This seems like a bug in the LaborAdapter class to me? Thoughts anyone?
From: "tkoch77@... [vantage]" <vantage@yahoogroups.com>
To: vantage@yahoogroups.com
Sent: Thursday, March 31, 2016 3:58 AM
Subject: [Vantage] FKV Issue
HI all,
I’m wondering if anyone can get this seemingly simple FKV to work. I am wishing to retrieve LaborHed information given the LaborHedSeq number in a LaborDtl record.
I am trying this on the T&E Approval form, but I can’t even get it to work in T&E Entry.
Thanks,
Ted