-
Hi Greg, a GET is always fetching a record by its Primary Key value; thus, in case of T110 it would be a SalesShipmentHeader.GET('<PrimaryKeyNo>'); To retreive the desired record by "Order No." you have to apply a filter and use a FIND command: SalesShipmentHeader.SETRANGE("Order...
-
Hi Greg, a GET is always fetching a record by its Primary Key value; thus, in case of T110 it would be a SalesShipmentHeader.GET('<PrimaryKeyNo>'); To retreive the desired record by "Order No." you have to apply a filter and use a FIND command: SalesShipmentHeader.SETRANGE("Order...
-
[quote user="lovejazz"] So you can only use GET with Primary key. [/quote] Yes.
-
Thanks for the answers... So you can only use GET with Primary key. Greg
-
In other words: IF PrimaryKeyValesAreKnown THEN Use GET ELSE Use FINDSET/FIRST/LAST/ISEMPTY;
-
[quote user="lovejazz"] So you can only use GET with Primary key. [/quote] Yes.
-
Thanks for the answers... So you can only use GET with Primary key. Greg
-
In other words: IF PrimaryKeyValesAreKnown THEN Use GET ELSE Use FINDSET/FIRST/LAST/ISEMPTY;