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.
Inserts an expense line of type personal
Syntax
client server public static boolean insertPersonalLineforSplit(
RecId _headerRecId,
TrvCostTypeEDT _expCategoryId,
[NoYes _isSplittedToPersonal])
Run On
Called
Parameters
- _headerRecId
Type: RecId Extended Data Type
The expense header line recid.
- _expCategoryId
Type: TrvCostTypeEDT Extended Data Type
The category ID.
- _isSplittedToPersonal
Type: NoYes Enumeration
Boolean value that indicates whether this is an itemized header or split to personal header.
Return Value
Type: boolean
Boolean value indicating whether the insert was successful.