Sunday, March 26, 2017

Purchase requisition fields to policy for workflow validation

//Purchase requisition fields to policy for workflow validation
//Add

PurchReqControlSubmissionParameters

Method//Initilaze Records/

//Added new line below/

PurchReqControlSubmissionParameter::insertRecord(_purchReqControlRuleRecId, fieldNum(PurchReqLine,DepartmentId));

//Form
Procurement/Setup/Policy/purchasing Policy

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

validateExistCommonRecord(     RefTableId _refTableId,     RefRecId _refRecId) {     boolean ret = true;     if (!_refTableId || !_refRecId)...