How to fill this place in the code (???), if c/al Globals has date format?
IF ProductionOrderHeader."Outstanding Quantity" = 0 THEN
Prod_FSC_Date := ProductionOrderHeader_FSC."Available Date" ELSE
Prod_FSC_Date := ???;
I inserted this:
Prod_FSC_Date := '';
but then i get error, because it is date format.
0
Comments