Hi Everybody
I write code check “Shortcut Dimension 2 Code” on page Sales Order (page 42)
Purpose of the check and compel the user to input data dimension. (not blank)
Release - OnAction()
IF SalesLine.GET(“Document Type”,“No.”) THEN
BEGIN
BrandCode:=SalesLine.“Shortcut Dimension 2 Code”;
IF BrandCode=’’ THEN
ERROR(‘Brand Code " "’);
END;
But still not work. Please help me technic
Thanks very much