How to set from field in template

Hi all,
We are using templates that always should be SentOnBehalfOf but as you can imagine it is often forgotten to change the from field ...
Is there a way to set the from field to a pre-defined value? I don't get it done. Thanks for any suggestion.

Glad to hear that you found the solution. Thank you for sharing it here, it will be helpful to other community members who encounter similar problem.
Cheers,
Steve Fan
TechNet Community Support

Similar Messages

  • How to set "from" field in Versamail 4.0.1 EAS / Palm Centro Verizon

    I have set up a Palm Centro to sync via Activesync using Versamail 4.01.00. All seems to be working normally but there doesn't seem to be a place to set the senders proper first and last name as the sender. When I send an outbound message the recipient receives the message from login "username" instead of "Firstname Lastname". Anyone know where to change this?
    Thanks,
    Rob
    Post relates to: Centro (Verizon)

    Check under Preferences / Reply Options
    Post relates to: Treo 700p (Verizon)

  • How to set Character field's Format Mask?

    dear all,
    how to set Character field's Format Mask?
    i searched the forum and found the following, where can i use this code and how to change and set its format mask.
    SRW.SET_FORMAT_MASK('mask');
    Thanks
    Muhammad Nadeem

    Nadeem,
    If you have database 10g, look into function REGEXP_REPLACE. Otherwise you can also try this (you might already know).
    SELECT SUBSTR('CHHOCMIPO07020001', 1,2)||'-'||SUBSTR('CHHOCMIPO07020001' ,3,2)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 5,2)||'-'||SUBSTR('CHHOCMIPO07020001' , 7,3)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 10,2)||'-'||SUBSTR('CHHOCMIPO07020001' , 12,2)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 14,4)
    FROM dual
    CH-HO-CM-IPO-07-02-0001
    If you have to use this at many places, create a function, pass the raw value, manipulate the string and return.
    FS

  • How to set the field non-editable in the classical report..

    Hi..
              How to set the field non-editable in the classical report..

    Hi experts,
    For the component 'ICCMP_EMP_SRCH' there is a view 'BUPAEMPSEARCH' , which has 2 context nodes 'CUSTOMER' AND 'SEARCHEMPLOYEE' , i need to add the field 'NICKNAME' which is part of the 'CUSTOMER' context node on the search screen. Currrently all the fields on the screen screen are from the 'SEARCHEMPLOYEE' context node. when i did the configuration , the 'NICKNAME' field is greyed out . I have already generated the Getter ,Setter , GET_I, GET_M methods for the 'NICKNAME' field and the context node and controller class and context class are all active .
    on debugging the GET_I method, i see that rv_disabled = 'TRUE' and the current = collection_wrapper->get_current( ) is returning empty value .
    for this rv_disabled to be set false , the code below is not triggered since there is no value in current.
    IF current->is_property_readonly(
    'NICKNAME' ) = abap_false. "#EC NOTEXT
    rv_disabled = 'FALSE'.
    ENDIF.
    when i check for other search fields of context node 'SEARCHEMPLOYEE' , all the fields are set to rv_disabled = 'FALSE'.
    can anyone suggest how to approch this. iam i missing any binding between context nodes or any activations ?
    The field properties are set as Input field and the display checkbox is not checked.

  • How to set key fields in a Database view

    Hi guru's
    iam balaji,plz guide me with how to set key fields in a view.......that field is a non key field in the base table....
    thanks in advance,
    Balaji.S

    take a look at this:
    Diagnosis
        In the view, not all of the mandatory fields were included as key
        fields. The key of the view therefore is not unique.
    System Response
        All the fields are regarded as key fields in order to guarantee that th
        key lengths are unique.
    Procedure
        For views with a large number of fields, this could have a negative
        effect on the performance for the language construction described below
        In this case, all the mandatory key fields should be included in the
        view.
    regards

  • How to set the field SKB1-FDLEV as requestred-entry in G/L Master data?

    Hi All,
    Could anyone tell me how to set the field SKB1-FDLEV as requestred-entry in G/L Master data?
    Thanks
    Gandalf

    hi
    Go to OB26
    select Your criteria ( create, change or display)
    double click on it
    again double click on Bank/financial details
    there you will find the Planning level make it require entry
    save
    with regards
    ramanuja chary

  • How to set "like" field of the query in statements

    Hi,
    Im trying to set the "like" field of the statement.but it is not executing as expected.Could anybody please tell me,"how to set the like field in statements.
    Here is my code.
    PreparedStatement psum=con.prepareStatement("select count(bill_amount) from master where bill_date like ? and whos_bu=?");
    String myStr=month+"/??/"+year;
    psum.setString(1,myStr);
    psum.setString(2,employeeTray[1]);
    ResultSet rs=psum.executeQuery();

    Tnx a lot vidyut .using % is working.
    Could you plz tell me why the previous one using question mark is not
    working. using quesion mark is correct as per the query syntax.and also i tried with asterisk,it is also not working.
    ps:have some duke dollars.

  • How can change parameter field prompt template?

    Post Author: hnategh
    CA Forum: General
    Hello ,
    I make a report by crystal report 10 and i use of parameter fields .I call my report in visual studio 2005 and run it on a asp page.when run the report page ,I look a prompt for parameter field that it has a default template .How can i change the parameter fields prompt template on my report page? 
    Thank you. 

    To make the change permanent you need to use the same Folders submenu and select either Save ... or Save As.... I would recommend the latter and give the folder your own custom name as this then differentiates any changes from the seeded folders / other locations who might also be using this folder etc.
    Thereafter, either your users will have to select the folder or (better) you can use the Administer Folders option in SysAdmin to default the folder to a particular responsibility or responsibilities.
    Regards,
    Jon

  • How to set parameter in rtf template

    Hi,
    I've created a data model query using a parameter in BI Publisher Enterprise. When I'm showing the data I'm first ask for the parameter value.
    Now I want to create a rtf template in BI Publisher Desktop. What do I have to do that the user can set the parameter and then see the result? So how to set the parameter in my query?
    Thanks
    chrissy

    Hey Chrissy... i am realy sorry, i have guided u in the wrong way...
    Above which i have explained was about Variable....
    To test passing a parameter value, ff you are using the:
    XML Publisher Runner – on the Setting tab enter a new line containing:
    Name: xslt. InvThresh
    Value: 1000
    Template Builder
    In the config file under <<TEMPLATE_BUILDER_HOME>>/config enter under the Properties section:
    <property name="xslt.InvThresh">1000</property>
    <xsl:param name="InvThresh" select="0" xdofo:ctx="begin"/>
    InvoiceNumber     Inovice Amount
    Grp: Invoice13222-2     $100.00EFE
    Grp: Invoice= <?for-each:G_INVOICE_NUM?><?if:ACCTD_AMT>$InvThresh?>
    13222-2 = <?INVOICE_NUM?>
    $100.00= <?ACCTD_AMT?>
    EFE = <?end if?><?end for-each?>
    Hope this will help u out....
    sorry for tht .....
    Thanks
    Praveen Gollu.

  • HCM F&P - How to set the field as Required based on drop down values

    Hi Experts,
    I have a requirement to set the Date field as mandatory when a particular value is selected in drop down list. I have already tried with MessageBox though it displays the error message but process moves further i.e. on clicking Check & Send button it throws an error message but still it moves further and i can see only Send button. Ideally it should halt there itself.
    Thanks & Regards,
    Jitesh Talreja

    Thanks for your valuable inputs
    Chintan
    I have already tried this. It only highlight the field with the red border but still allow to move further.
    Mukesh
    Yes, we can definately control this from the backend but that would be the last option i should execute. Ideally, this is something to be controlled in front end itself
    Poornima
    By setting the field attrbiute Required will set the field mandatory as a whole irrespective of drop down values or any other UI element.
    Regards,
    Jitesh Talreja

  • How to set the field size in rule file.

    i have to map total 30 fields in a rule file while by default it allows only 20 fields. so how can we set the fields as per our need?

    Hi Dharmendra Ojha,
    Essbase rule file does not constrain you with only 20 fileds.
    When you click on 'create a rule file', by default it ll show you 20 fileds .But , when you open a data file ( in your case , you data file has 30 columns i.e 30 fields) in the data prep editor , you ll see all 30 fileds .
    So ,you have to do nothing to increase the filed count , rule file will automatically show all fields .
    Revert back for further clarity
    Sandeep Reddy Enti
    HCC
    http://analytiks.blogspot.com

  • How to set default field values in customer master data.

    hi,
    I want to set default values in customer master data (account group wise).
    but
    I don't know how to set it .
    please help me.
    (I don't want to change field status in account group rather than I want to set default values for field. )
    thank you.

    hi,
    this is to inform you that,
    in SAP there is no such a provision.
    but
    in LSMW there is an option of CONSTANT VALUES.
    check in SHD0 - also
    please check and confirm
    balajis\a

  • Can the pdf title and author properites be set from an RTF template

    Is it possible to set the out PDF properties from the RTF template? That is the properties you see when you select file properties in the pdf viewer.
    Noticed a code snippet in another post that would appear to set some of the properties when using PDF book binder.
    Properties prop = new Properties();
    prop.setProperty(Constants.SYSTE_TEMP_DIR, location);
    prop.setProperty(Constants.SYSTEM_CACHE_PAGE_SIZE, Constants.NUM_50);
    prop.setProperty(Constants.PDF_COMPRESSION, Constants.BOOLEAN_TRUE);
    {color:#0000ff}
    prop.setProperty(Constants.PDF_TITLE, "Custom PDR");{color}
    prop.setProperty(Constants.INCLUDE_TOC_PAGE_NUM, Constants.BOOLEAN_TRUE);
    pdfBookBinder.setConfig(prop);
    Also found the posting about setting the pdf security property by seting word custom properties. Tried combining the two but is did not work. Any ideas anyone?

    For anyone who is interested, this was caused by our email client, not BIP.

  • How to set User-field in Plan order

    Hi
    could you tell me please how to set a user-filed in plan order. when I run MRP planing, I can write some data in this filed.
    thanks
    henry

    Hi,
    Actually these user defind fields are used/assigned in the routing.
    Initially u have to define your own user defind profile through OPEC transaction.
    Assign this profile in the routing.
    So when ur executing Mfg activities, suppose if ur using some high materials like silver...etc.
    Then after executing the particular operation some amount of silver chips or silver scrap will generated .
    To keep chip/scrap qty operation and date which user defind is used.
    Once u have assigned this profile to routing, then it will be automatically copied in the planned order/production order.when ur confirming the order then u have to enter the all related data.
    Regards
    Vijay

  • Setting From Field/Gmail?

    I have two email addresses:
    1. one from a university I attended (this is a virtual address)
    2. one from the telephone company (this is a real address)
    Mail can be sent to my university address and is forwarded to my real address.
    The problem I'm having is that the telephone company rejects mail with a different From field when I send mail through it; I can't set the From field to my university address. (I was able to set the From field when we used a cable connection; we switched to the telephone company because it saved about $12-$15/month. As long as people use my university address, everything is OK. With cable, my cable address was never seen. With the telephone company, I can't hide my telephone company address.)
    Can sending mail through gmail accomplish what I'm trying to do?
    Any other thoughts?
    Thanks.

    I have a .edu address. There is no storage associated with the .edu address, which is why I call it virtual. All mail sent to the .edu address is forwarded to someplace else. I can login to the .edu server to control the forward.
    I need to do this when I switch email providers, which, in my case, happened to be .net. When I switched from a cable to a telephone provider, my physical email address changed. I did not need to inform anyone sending email to me unless they happened to be using my .net address.
    In the cable world, the provider accepted .edu From fields. So everything was OK. The telephone provider does not, however, accept different From fields, so the From field is my physical .net address. I've tried "Reply To", but it's effectiveness is sporadic.
    Any thoughts?
    Thanks.

Maybe you are looking for

  • Printing to an AppleTalk network printer

    I need a serious guru here... someone versed in AppleTalk and Windows XP and maybe CUPS. My workhorse laser printer is an old HP LaserJet 4MP, circa 1992. Nevertheless it works fine and I want to keep it that way. It's an Appletalk printer which mean

  • Delete messages from PI so that the same message ID can be sent to PI sever

    Hi Experts, for the automation of tsting on PI it would be great, if I could send messages with the same message IDs several times to PI. I know, a message ID that allready exists cannot be send again. Therefore I am looking for a way to delete messg

  • Installing a flash player to play music on all pages of my website

    I have a website (www.rogeraltemus.com) displaying portraits of dogs & cats. I would like to add a flash player to the site to play an mp3 file of royalty free music. I want the music to begin when the first photo opens in some ones browser and conti

  • Publish Settings dialog in trial version

    Hello all! I am a newbie using director and have 2 questions. 1) where should I start to learn on my own how to use this? 2) why is the publish settings dialog option to create an exe not enabled? I am using the trial version. Thanks for any help tha

  • How to save from .ai to .png without a gap

    I created a repeating pattern. I made the artboard the exact size of the art. I zoomed in and there are no gaps around the edge. I saved it for web and devices png8 and the top has a gap with transparency showing through. When I use it as a web page