Hello,
I want to get IFS Users Picture for an external app. PERSON_INFO_TAB has a column named PICTURE_ID but i didn’t find a table which stores pictures. Can you help me?
Hello,
I want to get IFS Users Picture for an external app. PERSON_INFO_TAB has a column named PICTURE_ID but i didn’t find a table which stores pictures. Can you help me?
Best answer by dhlelk
Hi
Could you please try this?
SELECT t.data
FROM Binary_Object_Data_Block_TAB t
WHERE t.blob_id = <YOUR_PICTURE_ID_HERE>
;
Cheers !
Dhananjaya.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.