Share via


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

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.

See Also

Reference

ProjPosting Table