March 2020
Intermediate to advanced
534 pages
14h 15m
English
To write a display method via a form extension, follow these steps:
public display str DispConVMSServiceMessage(){ if (conVMS_CallerServiceTable.RecId == 0) { // New sales orders will not be linked to a service order return ''; } //Service %1 return strFmt("@ConVMS:ServiceMsg", conVMS_CallerServiceTable.ServiceId);}
Read now
Unlock full access