Hello,
I'm trying to create a Purchase Requisition In EP. but show me a error "QueryBuildDataSource object not initialized Data sets PurchRequisition",
I found current user have a external relation vendor, then I check Data Set that name is "PurchRequisition"
here is :
method->init
if (EP::isVendor())
{
EPQuery::makeMyVendorSelfServiceQuery(this.query(), tableNum(PurchTable));
}
above query is base PurchReqTable. but here write PurchTable.
I don't know why is this?
Hope someone to give me a answer.
*This post is locked for comments
I have the same question (0)