if ( this.RefType == WrkCtrCapRefType::PlannedOrder ) {
reqPO = ReqPO::find(
ReqPlanVersion::findReqPlanId( "MAIN", "company", NoYes::Yes, false ).RecId,
this.refId, false );
if ( reqPO ) return reqPO.ItemId;
}
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Friday, April 21, 2023
ax - How to find plan version by name
Friday, April 14, 2023
c# - How to solve problem on TEST project with error on referenced project
The problem with the referenced project error can be solved with this change:
Subscribe to:
Posts (Atom)