Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a container that consists of the source table and source record IDs of the specified TmpTaxWorkTrans record.
Syntax
protected container taxWorkTransSource(TmpTaxWorkTrans _tmpTaxWorkTrans)
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
The record for which a key container should be constructed.
Return Value
Type: container
A container that consists of the source table and source record IDs of the specified TmpTaxWorkTrans record.
Remarks
The container returned by this method is used as the key to maps that contain heterogeneous record types to avoid issues if the IDs of multiple records collide.