Hi
In the below like it is giving error "Type Conversion is not possible because one of the operands contain an Invalid Type"
Date:text
SETRANGE("Sales Shipment Header"."Order Date","Sales Invoice Header".GETFILTER("Sales Invoice Header"."Order Date"));
Thanks
*This post is locked for comments
Hi,
When your using the Record.GETFILTER, it gives you the filters applied to the records.
Use the following code
SETFILTER("Sales Shipment Header"."Order Date","Sales Invoice Header".GETFILTER("Sales Invoice Header"."Order Date"));
.
Hi.
Use SETFILTER instead of SETRANGE in this case.
Sohail Ahmed
2
mmv
2
Amol Salvi
2