How to do copy picture to posted document?

RanaRana Member Posts: 123
Hi All,

can we copy Picture (BLOB) from Purchase order to posted invoice ?

I have tried to do this like Order comments but it can't copy the picture. :-k

Kindly help....


Thanks,
RANA

Answers

  • SavatageSavatage Member Posts: 7,142
    first peas rename your post name "how to do this is not descriptive of you problem.

    2nd are you importing blobs into a line field? sounds strange, or are you talking about having a logo on the report and yu also want it on the invoice report?

    or is the picture an item picture? you post isn;t ckear enuf for an answer
  • reijermolenaarreijermolenaar Member Posts: 256
    Hi Rana,

    Look in codeunit 80 where the posted table is filled with the TRANSFERFIELDS command.
    Just before that line you will have to do a calcfield on the picture field like:
    SalesHeader.CALCFIELDS(Picture);
    
    Reijer Molenaar
    Object Manager
  • RanaRana Member Posts: 123
    thank u all for ur reply..Actually like comments for a document i want to attach picture for a docment and want this picture in posted document.

    hi reijermolenaar, ur sggestion done the trick. :D
Sign In or Register to comment.