Am trying to figure out how to parse the multi-part keys from EXT00180. I have created a detail window that is a child window to the Items within Sales Transaction Entry. So my new window is a "breakdown" of a Sales Item.
The window has a two part Key
Document_Number + Line_Item_Sequence (Project)
Within the Extender tables GP seems to have combined the two key values into one string.
For example in EXT00180 the PT_UD_Key column contains STDINV226816384 Where STDINV2268 is the invoice_number (document number) and 16384 is the line item number
Are there some setup parameters that tell me how to parse out the invoice_number vs. the line item number? Or any other tips? Maybe the setup of extender window was wrong?
I've looked thru every EXT* table and don't see anywhere where the two key values are in separate columns?
Any help appreciated.
DC
*This post is locked for comments