March 2020
Intermediate to advanced
534 pages
14h 15m
English
To create the form handler class, follow these steps:
public boolean CanEditStatus(){ // we want to test this on the service status that the record // currently is, not the status that we might be changing it to ConVMSVehicleServiceStatus localServiceStatus = serviceTable.ServiceStatus; if (serviceTable.orig().RecId != 0) { ConVMSVehicleServiceTable origServiceTable = serviceTable.orig(); localServiceStatus = origServiceTable.ServiceStatus; } switch (localServiceStatus) { case ConVMSVehicleServiceStatus::None: ...Read now
Unlock full access