Attach media objects

MelissaS

Active Member
I would like to attach scanned images to Lease record using Media Objects. I don't want to do it manually because we have about 20,000 files to attach. Is there a business function or something that will let me create records in the media objects table (F00165)?

Thanks!
Melissa
 
ModifyGenericTextName ((LPSTR),(LPVOID),(LPSTR));

That's the function you want, but it's compiled into the Kernel, so you've got some C programming to do if you're looking to convert a lot of records.

This is going to take a few days for someone who "knows what they're doing"tm.

Good luck!

Darren Ricciardi - OneWorld Whipping Boy
 
Hi, Melissa did you every find an answer to the storing of scanned images, I am in the same boat as you.

I have found a 3rd party dll that can initiate the scanning process.
Could we share ideas thanks

Martin
 
Rather than compiling into the kernel, is there any other way by either writing your own business function or a 3rd party object that we could use to accomplish the same task with lease files?
 
Can we attach the image file path in by this. I want to upload Item Master Records using Interoperability & then associated images as well.

Thanks & Regards,
ajit
 
Back
Top