Insert "BIP File Definition" into Project
I am in the process of Converting Crystal Reports to BI Publisher Reports... and I find it really odd that PeopleTools makes us insert BIP File Definitions into a project by using the FILEID (a random 21-22 character alphanumeric) vs. something known... like I don't know.. the template file name!! i.e. myfile.rtf vs. UCVVWXRETEREFKJHHK98XWREV. You won't know this cryptic value unless you run the SQL select (below).. Or am I missing something??
Is this fixed in PeopleTools 8.55?
I figured out how to get the "file name" (aka FILEID) that PeopleTools wants.. SELECT FILEID FROM PSFILEDEFN WHERE USERFILENAME = <YOURFILENAME>;