ProjPosting::getToolTip Method
Returns a formatted string that is based on the label "@SYS50056" and the parameters passed to the method.
Syntax
client server public static str getToolTip(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId)
Run On
Called
Parameters
- _projAccountType
Type: ProjAccountType Enumeration
The posting account type for the transaction.
- _projId
Type: ProjId Extended Data Type
The project used by the transaction for posting.
- _projCategoryId
Type: ProjCategoryId Extended Data Type
The category used by the transaction for posting.
Return Value
Type: str
A string with the ProjCode, ProjRelation, CategoryCode, and CategoryRelation fields.
Remarks
The parameter _projAccountType is not used in the formatted string. It is only used to find the ProjRelation and CategoryRelation information from the ProjPosting table.