If you want to include one of the symbols included in Dynamics 365 for Finance and Operations as a display method, the following is an example:
[SysClientCacheDataMethodAttribute(true)] public display container displayOnHoldImage() { if (trueContition) { return ImageReference::constructForSymbol(ImageReferenceSymbol::Pause).pack(); } return connull(); }
If you want to include one of the symbols included in Dynamics 365 for Finance and Operations as a display method, the following is an example: