AssetEquallyDividedDepProfileTmp_JP::saveEquallyDividedStartDateForProfile Method
Saves the calculated equally divided depreciation start date to client side session's SysGlobalCache.
Syntax
server public static void saveEquallyDividedStartDateForProfile(
AssetId _assetId,
AssetBookId _assetBookId,
AssetTransDate _startDate)
Run On
Server
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _assetBookId
Type: AssetBookId Extended Data Type
The asset book ID.
- _startDate
Type: AssetTransDate Extended Data Type
The equally divided depreciation start date.
Remarks
The date is calculated when calculating the depreciation profile. And it is saved only for current session on client side.