This blog is contains coding reference related to Microsoft AX 2012 and D365 finance and operations and Power platform
public display container MCRDisplayOnHold() { if (this.MCROrderStopped && MCRHoldCodeTrans::findActiveOrderHolds(this.QuotationId)) { return ImageReference::constructForSymbol(ImageReferenceSymbol::Pause).pack(); } return connull(); }
icon by Icons8
No comments:
Post a Comment