hi,
i need to get the next timesheet number, but am unable to figure out where to get it from.
there is a dd article http://dyndeveloper.com/articleview.aspx?ArticleID=76 that explains how to do this, but i find it hard to believe i have to create a stored procedure to do this. i would think there is already one to get the next ts number.
i suppose i could just query the table pa timesheet history tables, get the max number and do my own increment, but i would rather use a built-in function from gp to do it.
thanks.