Open SylvainGuilbaud opened 1 year ago
ERROR 9406 - Unexpected format for value of field "uid"
Class Data.order Extends (%Persistent, Form.Adaptor) {
Parameter FORMNAME = "order";
Parameter OBJPERMISSIONS = "CRUD";
Parameter DISPLAYPROPERTY = "customerName";
Property uid As %Integer(DISPLAYNAME = "uid");
Property customerName As %String(DISPLAYNAME = "customer name");
Property orderPlaced As %Date(DISPLAYNAME = "order placed", FORMAT = 4);
Property isValid As %Boolean(DISPLAYNAME = "valid");
The error occurs while saving the form.
ERROR 9406 - Unexpected format for value of field "uid"
Class Data.order Extends (%Persistent, Form.Adaptor) {
Parameter FORMNAME = "order";
Parameter OBJPERMISSIONS = "CRUD";
Parameter DISPLAYPROPERTY = "customerName";
Property uid As %Integer(DISPLAYNAME = "uid");
Property customerName As %String(DISPLAYNAME = "customer name");
Property orderPlaced As %Date(DISPLAYNAME = "order placed", FORMAT = 4);
Property isValid As %Boolean(DISPLAYNAME = "valid");