Send for Review ONLY via email

I have a client set up as a "Publisher" and I am the
"Administrator". When she pushes the "send for review" button, she
doesn't get the dialog box asking if she wants to send via email or
via contribute - it simply launches her email program with the link
in the message. Of course that means I can see it, but not revise
it.
I can't find anything in preferences on either of our
computers to restore this dialog box. (She's using a trial of CS3,
mine is v3, by the way.) Anyone have this happen?
Thank you in advance...

anoleye wrote:
> The client's C3 does this all from her computer - it
doesn't check with the
> server or anything - so I don't think this has to do
with anything on my
> computer. There is no option to send via Contribute - it
just goes straight to
> email.
>
> Right now, I'm not that thrilled with this program, so
I'm not inclined to
> upgrade. It seems slow (both of us have DSL) and buggy.
>
>
If you have connected to your site using the latest version
of
Contribute CS3, please make sure you "Administer" the site
atleast once.
This will fix all your email review problems. The reason to
do this is
because, Contribute CS3 has some additional administrative
settings like
PDF embedding/linking etc. So if you just connect to your
site with
latest version of Contribute CS3 and not administer it, then
the hub
file does not have the newer settings... i know this may not
clarify you
completely, but yes... Administering with Contribute CS3
should solve
your problem... Also not that once administered with higher
version, you
cannot administer it with lower versions.

Similar Messages

  • Every time I send a photo it sends with "For Review Only" on the photo. How can I remove this so my recipient gets a good quality photo?

    Every time I send a photo it sends with "For Review Only" on the photo. How can I remove this so my recipient gets a good quality photo?

    If you used the Apple Professional Training Series 'Aperture 3' book, then this was in lesson #1 which had you set the 'Image Export' preset for the 'Email Medium - JPEG' to 25% of Original Size and to add a watermark (which happens to be the PSD file that overlays the image with 'For Review Only').
    You can fix this by going to 'Aperture menu > Presets > Image Export...' and selecting the 'Email Medium - JPEG' preset and then deselecting the 'Show Watermark' option.
    Note - you can also reset the 'Percentage of Original' field to %100 to get back to the defaults.
    If you did not use the APTS - Aperture 3 book mentioned above, then I am not sure where you got the watermark.

  • I'm having a problem sending a word doc via email. I have Mac for Office 08, when I save the document as a .doc or .docx, and send it to someone, they receive it as a blank document. Yet, when I open it on my Mac, it has a "word" icon. How do I fix?

    I'm having a problem sending a word doc via email. I have Mac for Office 08, and I'm using Mavericks OS. When I save the document as a .doc or .docx, and send it to someone, (doesn't matter if its safari, chrome or firefox or on my yahoo or gmail accounts) they receive it as a blank document. Yet, when I open it on my Mac, it has a "word" icon and I can read it. How do I fix?

    I suggest you post on the Microsoft Mac forums since it's their software you're having issues with.
    http://answers.microsoft.com/en-us/mac

  • Sending a binary attachment via email, looking for a more clean way

    Hi experts.
    I finally managed to send a binary attachment via email. Why "finally"? Never done before!
    Also I got to manage the "not standard" .SAP file extension, because the attachment is a transaction link.
    So let me explain how i did it:
    take SO_NEW_DOCUMENT_ATT_SEND_API1, filling following input data:
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = st_docdata
          commit_work                = 'X'
        TABLES
          packing_list               = lt_packlist
          contents_hex               = lt_hex
          contents_txt               = lt_content
          receivers                  = lt_recv
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
    But how to fill lt_hex? Well I did not found a way to transfer text data into raw data structure (lt_hex is type SOLIX).
    So, here is the trick:
    fill another table, lt_bin type SOLISTI1, with attachment content (text data);
    dump lt_bin content to a file on application server, having care to specify TEXT MODE and UTF-8 encoding;
    now reopen the same file in BINARY MODE and transfer content to lt_hex.
    Why I did not use parameter
    content_bin
    ? Because SAP ECC 6 is unicode enabled (I think UTF-16) and file has got to be UTF-8 or ASCII. Also, packing_list for attachment must specify binary tranfer mode. And doing so each UTF-16 character (2 bytes) is split into 2 characters (1 char + 1 NUL byte). Attachment is now unusable.
    What is the question? Here it is: how to fill lt_hex data directly from text (UTF-16) data, avoiding conversion errors?
    Thank you in advance.

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Sending documents as attachments via email

    Hi,
    I have a selection screen with purchase order number as "select-options" and 2 radio buttons one for downloading and opening the SAP Script output to the local file and the other raido button would convert the SAP Script output into .pdf file and send that file as an attachment via e-mail to the receipent(only one).
    I'm through with the first operation. Now need to know about the e-mailing procedure and the function module(s) to be used and their import, export, etc. parameters.
    Thanks & Regards,
    Rajesh

    Hi Rajesh,
    You can use standard SAP program <b>RSTXPDFT4</b> to convert SAPSript spools request to PDF.
    Also please check this link for sample code to sending an attachment (PDF) via email:
    http://www.sapgenie.com/abap/code/abap31.htm
    Hope this will help.
    Regards,
    Ferry Lianto

  • Customize Send for Review dialog?

    Contribute 3.11 Windows
    Is there any way to customize the Send for Review dialog in
    order to
    disable the "Send the draft to another Contribute user"
    choice? None of
    our reviewers have Contribute, and editors have the ability
    to publish.
    I just had a user choose "Send the draft to another
    Contribute user" by
    mistake to "All users in the 'x' role." Now they can't edit
    or publish
    the page, and I had to hack into the .LCK file which was a
    pain.
    However, the "Send for Review" dialog box doesn't seem to be
    in the
    configuration files.
    Charles "Chas" Belov

    anoleye wrote:
    > The client's C3 does this all from her computer - it
    doesn't check with the
    > server or anything - so I don't think this has to do
    with anything on my
    > computer. There is no option to send via Contribute - it
    just goes straight to
    > email.
    >
    > Right now, I'm not that thrilled with this program, so
    I'm not inclined to
    > upgrade. It seems slow (both of us have DSL) and buggy.
    >
    >
    If you have connected to your site using the latest version
    of
    Contribute CS3, please make sure you "Administer" the site
    atleast once.
    This will fix all your email review problems. The reason to
    do this is
    because, Contribute CS3 has some additional administrative
    settings like
    PDF embedding/linking etc. So if you just connect to your
    site with
    latest version of Contribute CS3 and not administer it, then
    the hub
    file does not have the newer settings... i know this may not
    clarify you
    completely, but yes... Administering with Contribute CS3
    should solve
    your problem... Also not that once administered with higher
    version, you
    cannot administer it with lower versions.

  • Output determination for sales order via email notification

    Dear All,
    Can some one provide  me  a  step by step configuration guide for Output determination via email notification.
    I would appreciate for your prompt response.
    Thanks
    ANGKS

    Hi there,
    For getting output Email or any media you have to do output determination. output determination is also carried by Condition techniques.
    Configuration path: (following are the steps)
    1) SPRO-> IMG-> Basic Functions-> Output Control-> Output Determination-> Output Determination using Condition Technique- >Output Determination for Sales Documents .
    2) Create Condition Table: select the field Sales Doc Type from field catalog & Save
    3) Maintain Access Sequence: 4-digits code & description. 
    4) Assign condition table to access sequence. Select Accesses line item and Go To Fields. Fields will display the fields we have selected in the condition table i.e. sales doc type. Maintain Output Types:BA00: Order Confirmation Select BA00 & Copy & Rename. Give the same 4-digit code as given to access sequence. You Can Maintain: Languages of Output Partners (to whom you need to send output) Print Program- print specification Sap Script- layout Assign Output Types to Partner Functions: go to new entries & assign your output type to partner functions. Maintain Output Determination Procedure: V10000 (Standard Procedure)here you select communication medium Email.
    Go to new entries and create your own 6-digit code with description. Select the procedure, go to Control Data. Here mention the output type i.e. condition type and leave requirement and manual only columns as blank. Determination Rule: link the 6-digit procedure code to doc types. Create Condition Records: VV11. Select document type and click on Communication. Mention partner function, medium, time. Output device: LP01, Spool request Name: SD_003, Suffix 2: order_confir & flag on print immediately. Once you press enter you will come across 2 key combinations: Sales organisation/ Customer Number: fill SO, Customer No, Partner Function Abbreviation, Partner to whom the output should be sent, time, medium, language. It contains: Sales Orgnisation, Customer, Partner Function (The abbreviated form of the name that identifies the Partner) (During output determination, the system determines the recipient of the output from the master record for the specified partner function. In this field, you can explicitly specify a recipient that will override the standard partner. There must also be a master record for the partner that is specified explicitly.), Medium, Time & Language.} Order Type: Document Type, Partner Function (abbreviation), Partner, Medium, Time & Language. Path For Output Determination For Sales Documents: Logistics -> Sales/distribution -> Master data -> Output -> Sales Document -> Create (t-code VV11) Path for Output Determination
    I hope this will help you.....
    Regards
    Deepak

  • Why cant I send a vid clip via email, it just won't attach ?

    Why can't I send a vid clip via email, it just won't attach ?

    You could compress it by creating a zip file - right click on the file and then select 'Compress' - a zip file will be created. Although when you're compressing a single file the resulting .zip files tends only to be a litlle small than the original.
    A much better alternative would be to sign up for dropbox.com - which literally puts a folder on a desktop that syncs with 'the cloud'. Then you can share your files from there (as well as have them available form any browser whereever you are!. It's super easy to use - but really useful!

  • Send for Review problem

    Working on Contribute3. Administrator is not on the list of
    users to send drafts for review. All other users appear fine.
    Site setup and Admin acct was created on an earlier version
    of Contribute. All other users were created in Contribute3. Is that
    why I am having this problem?
    Thanks for any input!

    Hi,
    There were users in Contribute 2.0 Everything was based on
    the roles. Contribute 2.0 did not support the feature of send for
    review.
    Roles were only present in contribute 2.0. User based
    management existed only from Contribute 3.0
    You have to add users in Contribute 3.0.
    Please get back if you have any questions.
    Thanks,

  • Vista Mail and Send for review

    Since I switched from XP to Vista the 'Send for Review' or 'Send Comments' feature is no more working inside Adobe Reader 8?

    hi adam,
    i am not really sure why the link is not working but have you
    tried saving the connection key an then just attach it to the
    email? maybe it will work that way.
    -jc

  • Send for Review: FINAL WORD for Publishing

    Hi,
    I would like to make sure I will ALWAYS receive ALL drafts
    Contribute users are sending for review. Is there any way I can set
    up my Administrator e-mail address as a default no matter if drafts
    are sent to others also? Ideally I would like to be the one who has
    the FINAL WORD since I need to make sure all layout is consistent.
    Maybe something like no matter who reviews I will be the last one
    and the ONLY one able to publish?

    <<Ideally I would like to be the one who has the FINAL
    WORD since I need to make sure all layout is consistent. Maybe
    something like no matter who reviews I will be the last one and the
    ONLY one able to publish?>>
    In case if you are admin then the above requirement can be
    achieved by removing the publish permission for all the roles
    except admin, it will automatically enforce all the users to sent
    the drafts to admin to get it published.
    In case you are not a admin contact the site admin to create
    a role which has a publish permission and get added yourself under
    that role and remove the publish permission for all the other roles
    by editing different roles and un-checking the check box "Allow
    users to publish files"
    Thanks,
    Manoj

  • Send for review user list

    In the Send for review user list, we have a list of users and
    groups. Does anyone know anyway to edit this list to show the
    Administrator group only? Our users often forget to choose the
    Administrator group instead of a single Admin when sending their
    drafts.

    If you're not using the Publishing Server, Contribute does
    need to write to an obfuscated directory on the server to keep
    track of users and roles on the site.
    I noticed a similar problem to the one you describe. And I
    think the key is that the users have to have actually connected to
    the site. It's not enough to just import the key, because
    Contribute may not make a connection at that point. You can only be
    sure that they'll show up if they browse to that site while
    connected, for long enough that Contribute recognizes that it's
    displaying a site on its connection key list.
    The last part could be a hangup. In my experinece (OS X
    Intel), it takes Contribute between 15 and 30 seconds to register
    that it's on a site for which it has a connection. It might take
    another 15-30 seconds to connect. So your users have to make sure
    that they're viewing the site for long enough that all the buttons
    at the top of the viewing pane show the right status.

  • How to generate payment advice in F110 and send it to Vendors Via Email

    Dear SAP Experts
    Could anybody tell me how to generate payment advice in F110 and send it to Vendors Via Email?
    It would be much appreciated if someone can provide the configuration procedure, thanks so much in advance.
    Cheers & Best Regards
    Ray

    Hi Sama,
    Thanks for your post, here I just share some of my idea.
    The following step is to configure the payment advice.
    In OBVU (payment methods in cpy code) I entered my payment advice form
    In OBVU (payment methods in cpy code)  set  "Always pyt advice"
    In OBVCU (payment method by country)  leave the payment medium program (RFFOD__T)
    For the email sending program, should develp some customized program to realize that, Thanks.
    Cheers & Best Regards
    Ray

  • Contribute crashing when sending for review

    (MAC USERS) I'm getting a crash when you click 'send for
    review'... contribute tries to paste the page into Apples cheapy
    email program called 'Mail'. Says "shucks could not complete this
    task". I want the 'publisher' role to send the page to the
    'administrator' for review. Any ideas around this error... maybe we
    should be using Entouroge or Outlook?
    Aaron

    I doubt it's a problem with Apple Mail. (Which is actually
    pretty sophisticated, FWIW.)
    We had a similar problem, but my recollection is that it went
    away when we used the most current available version of Contribute.
    We install the most current available trial version and then apply
    our license codes -- we don't rely on the files we downloaded when
    we purchased our 5-pack.

Maybe you are looking for

  • Using  BAPI_DOCUMENT_CREATE2

    hello, I'm using this BAPI and when I execute it, it returns the document number  that was created, but when I look for it with transaction CV03N, the document does not exist.  In addition, if I execute the BAPI again, the document number continues b

  • I have an Apple TV hooked up to a projector, but would like to use the computer's speakers.

    The iMac is hooked up to the amplifier, and is too far away for the atv to be plugged in as well. Any settings I can fiddle with?

  • IMac g5 20" iSight no display loud fans white light

    Hi, Wondering if someone can help at all, I've recently been given an iMac which needs repaired, It seems certain parts have been stripped from it but want to make sure nothing else is wrong before buying replacements. When I plug in it, I get the wh

  • Incorrect/confused MBeanHome object

    Hello, World. I am having an issue using the weblogic.management api's, which is pretty serious for me. I am using WebLogic 8.1 SP3: (From the Start Log) <13:40:15 IST 09/12/2004> <Info> <Management> <BEA-141107><Version: WebLogic Server 8.1 SP3 Tue

  • Regarding duplication of messages

    Hi All, In my requirement, Im using Three ALV usages in 3 tabs. I'm using the Mesasge area to populate the messages. The messages are getting replicated in the message area. Sometimes the moving scrollbar on the ALV either is causing peculiar problem