Cfolder - Notification Button click : Mail content change

Hi Experts,
Please suggest, as per client requirement, we need to change the mail content, when the 'Notification' Button is clicked in Cfolder by a user for an RFx in SRM.
Currently we see mail content on click of Cfolder as below:
Subject: Document "New Document" was created
You subscribed to Folder "Post Bid Clarification". Document "New Document"
was created.
Document "New Document" is part of collaboration "Technical Details".
Click the following link to go to the object in cFolders.
(The link must be one line. If your mail client has cut the line off, copy the various parts to the address line of your Web browser to make a complete link.) http:// .........
This e-mail was sent automatically by cFolders (mySAP PLM Collaboration Folders).
Regards,
Gaurav

Hi Not exactly sure but can you check
http://wiki.scn.sap.com/wiki/display/PLM/Standard+table-+cFolders
CFX_NTF_QUEUE     Queue for E-Mail Notifications
CFX_NTF_CONTENT     Collaboration Folders: Content Data of Notifications
CFX_NTF_TEMPLATE     Table for storing information about Notification Templates
CFX_NOTIFICATION     Collaboration Folders: Notifications
Also try searching in transaction alrtcatdef if you find something related to it .. it contains the deafult text while sending mails

Similar Messages

  • How to configure mail notification on a folder content change?

    Hello,
    I would like to configure a mail notification whenever a certain folder's content changes. In order to acomplish this I did the following:
    1. Configured new email Channel with the exchange address.
    2. Assigned this channel to the Notificator service.
    3. Subscribed to the requested folder with "Every Event".
    The problem is that I don't receive mail notifications on change. What am I doing wrong or missing here?

    Hi,
    Don't use exchange.... use an SMTP hostname if you have access to one!
    It is a lot easier as all you need is the hostname of the SMTP server without having to worry about authorizations.
    Cheers,
    Vic

  • Save button clicked- but no changes in data

    All,
    We have lots of forms. Some form spans multiple table in database and some form spans multiple rows in database like a list.
    My question is what is the best practice for not changing modified_date on database - if nothing in record is changed.
    For example in my form user changes only 1 row out of 30 rows displayed.
    Currently we are updating all the 30 rows. So the date modified gets changed.
    What is the best practice to update only 1 row.
    I could create dirty field in each row and check if row is updated. But then if the user make changes and then re-type- it does not give accurate picture.
    Thanks,
    Jill

    consider capturing the entire row value along with the primary key of all the records that are updated,perhaps on the onclick or onchange event,append it with a separator and then assign it to a hidden field.
    Say .the form looks like:
    Sr.No EmpNO. EmpName      Age      (Primary Key) 
    1.          1               JACK       35        100
    2.          2               JILL          20       200if record with key 100 i.e JACK is edited say the Emp Name is changed to MACK the hidden field will contain 1#MACK#100.For Multiple Entries Add Another Separator | for differentiating between records.
    At the Java Side,split the string into array.
    array[0]=1
    array[2]=MACK
    array[3]=100.
    Now you have the updated values as well as the PID.
    Just update the same.
    Hope this helps ..

  • Hello The problem appeared two days ago is that I can't open my mail app. everything was fine and functional. Now I double click on the icon and it does not respond. it receives mail and I can see push notifications on the mail icon but when  I try t

    hello
    The problem appeared two days ago is that I can't open my mail app. everything was fine and functional. Now I double click on the icon and it does not respond. it receives mail and I can see push notifications on the mail icon but when  I try to open it is no use. OS Y 10.10.2 (14C1514)

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder—not just its contents—to the Desktop. Leave the Finder window open for now.
    Restart the computer. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. Any custom stationery that you created may be lost. Ask for instructions if you want to preserve that data. You can then delete the folder you moved and close the Finder window.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Change Mail content for standard mail 'Simultaneous logon approval required' in 2 Envelop RFx

    Hi Experts,
    Please suggest, we have a requirement where we need to Change Mail content for standard mail 'Simultaneous logon approval required' and Simultaneous Logon Successful in 2 Envelop RFx in SRM.
    Thanks.
    Regards,
    Gaurav

    Hi Gaurav,
    please implement BADI /SAPPSSRM/BD_SIM_LOGIN
    Enhance Simultaneous Logon
    Use
    You can use this Business Add-In (BAdI) to incorporate customer-specific functions into the initiation and completion processes for simultaneous logon and to adapt simultaneous logon e-mail notifications.
    Method PROCESS_FINISH
    You use this method to add customer-specific functions to the simultaneous logon process. This method is called on completion of the simultaneous logon process.
    The following parameters are provided
    IV_EXT_GUID
    Process ID of the external process
    IV_MODE
    Indicates the mode of the e-mail function (completion)
    CV_SUCCESS
    Indicates whether the process was successful
    IV_SET_GUID
    Process ID of the customer-specific process
      Method PROCESS_INIT 
    You use this method to add customer-specific functions to the simultaneous logon process. This method is called on initiation of the simultaneous logon process.
    The following parameters are provided:
    IV_EXT_GUID
    Process ID of the external process
    IV_MODE
    Indicates the mode of the e-mail function (initiation)
    IV_SET_GUID
    Process ID of the customer-specific process
      Method SIM_EXT_MAIL 
    You use this method to change the content of the e-mail sent to participants on successful initiation, completion or failure of the simultaneous logon session and to define the external process that is calling the simultaneous logon application.
    The following parameters are provided:
    IV_OBJECT_ID
    Business object identifier
    IV_MODE
    Indicates the mode of the e-mail function (initiation, completion or failure)
    IV_EXT_MODE
    Indicates the external process, for example, technical RFx response opening, of the calling application. This could be any process for which you want to use simultaneous logon.
    CT_MAIL_BODY
    Content of the e-mail
    CV_MAIL_SUB
    Subject line of the e-mail
    Standard settings
    If the customer does not define a BAdI implementation, SAP delivers a default BAdI implementation. The default implementation incorporates the simultaneous logon process with the two-envelope RFx response process. You cannot use the simultaneous logon process with standard RFxs in the default implementation.
    Activities
    Information about the implementation of BAdIs in the context of the enhancement concept is available in the SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.
    Regards,
    raghuveer

  • Outlook 2013 new mail notification sounds can't be changed

    I've got a weird issue with Outlook 2013 on Windows 8..  I've read several other posts that are kind of similar but they don't really apply.
    So, Outlook 2013 uses the "Desktop Mail Notification" sound event..  unless I change the .wav file assigned to that event.  Then it instead uses the "New Mail Notification" event.  Then when I change the .wav file assigned
    to THAT one, it changes again to instead use the "Notification" event.  Then when I change the .wav file assigned to "Notification," Outlook just won't play anything at all when receiving new mail.  It just flat refuses to use
    anything but the default .wav files.
    Has anyone run into this before?

    Hi,
    To change the new mail notification sound, please try the following:
    1. Right click the sound icon at the right bottom to open the sound settings.
    2. Under the
    Windows section, change both the Desktop Mail Notification and New Mail Notification
    events to have the same .wav file for the sound you want played for them.
    3. Then click OK to test the result.
    Thanks,
    Vincent Wang
    TechNet Community Support

  • Multiple flash files change when a button click using javascript function

    hi.. am new in flsh...
    i want to multiple flash files change when a button click using a javascript

    <script>
    var count=0;
    function mafunct(newSrc){
        alert("hi");
    var path="a"+count+".swf"; 
    flash+='<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="100%" HEIGHT="100%">';         
        flash+='<PARAM NAME=movie VALUE="'+path+'">';         
        flash+='<PARAM NAME="PLAY" VALUE="false">'; 
        flash+='<PARAM NAME="LOOP" VALUE="false">';
        flash+='<PARAM NAME="QUALITY" VALUE="high">';
        flash+='<PARAM NAME="SCALE" VALUE="SHOWALL">';
        flash+='<EMBED NAME="testmovie" SRC="Menu.swf" WIDTH="100%" HEIGHT="100%"PLAY="false" LOOP="false" QUALITY="high" SCALE="SHOWALL"swLiveConnect="true"PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/">';
        flash+='</EMBED>';
        flash+='</OBJECT>';    
    count++;
    alert(path+"aa");
    </script>
    <button onclick="mafunct()">next</button>

  • TS3899 I can't open my e-mail icon once i click on the button my mail give me clear screen an close in the same time

    I cannot open my e-mail icon once i click on the button my mail give me clear screen

    Kill mail app from multitasking and retry.
    If that's not work, Hold Power and Home button until Apple logo appears.

  • Embedding a text file to display its contents on a button click

    I am quite a beginner in this platform. I have text file with me and I want to display its contents to the user(Read Only) on a button click event in my app.(using C#)
    I wish to know how to link/ embed this text file to my app and once it is embedded, how to deploy the file reading.
    P.S. i would really appreciate it if you can provide some sample code.

    thx Rob..plz check this piece of code..
    namespace Syllabus
        public partial class MainPage : PhoneApplicationPage
            public MainPage()
                InitializeComponent();
            private async Task Button_Click(object sender, RoutedEventArgs e)
                try
                      System.IO.Stream src = Application.GetResourceStream(new Uri("Syllabus;vbu.txt", UriKind.Relative)).Stream;
                      string text;
                      using (StreamReader sr = new StreamReader(src))
                          text = sr.ReadToEnd();
                      TextBlock t = new TextBlock();
                      t.Text = text;
                  catch
                      MessageBox.Show("File Not Found");
    On running the code always chokes within the constructor itself ...what's wrong?

  • Changing E-Mail Contents?

    Dear SDNers,
    I followed the steps mentioned in the URL http://help.sap.com/saphelp_nw04/helpdata/en/33/d494c86203ea40b7b44ddd471baab1/frameset.htm for changing the text of the mail which is sent to the Users.
    Here i have two questions:
    1) In the link mentioned above, it says that there are few placeholders of which "Free text. This is the text that the administrator or user can add in a text box, for example when creating a new user. In general, the free text placeholder should never be removed." I want to know how this placeholder of can be used.
    2) I did some modifications in the notificationTexts.properties file as per thr link above and modified the TEXT_CREATE_PERFORMED tag. But i want to know when and where each tag is used for. I mean for what requirement i have to change which tag. for ex there is one more tag TEXT_CREATE_BY_BATCH_PERFORMED for user creation.
    Also if i want to modify the mail text, what would be best to modify the or the tab directly?
    Please help on this...
    Regards
    Gaurav Gandhi

    HI Pedro
    Thanx for the reply. I have also modified the TEXT_CREATE_PERFORMED tag and uploaded back through config tool and it is working fine. But i want to know abt the placeholder as per the link mentioned in my question.
    Also i would like to know where each of these tags in the properties file are used. like suppose if i have to change the mail contents for user creation mail, which tags do i have to modify?? What does the other tags mean?
    Regards
    Gaurav Gandhi
    Message was edited by: Gaurav Gandhi

  • Mail content With changing line

    I try to send alert mail with control step in integration process.
    I could send alert mail without changing line.
    But it is hard to watch.
    So I use changing line with alert mail.
    How should I do ?

    I hava already read that blog and could send alert mail.
    My problem is that I can not use 'Enter' into 'Alert text'.
    For example, I want to display next text in 'Long Text' tab of Alert Inbox.
    message content----
    The error has occurred.
    Error detail is naxt.
    service:AAA
    namaspace:BBB
    interface:CCC
    Please contact Administrator.
    Please help me.

  • How can I display a new scene in JavaFX 2.2? For example after button click

    how to display new scene after button click in the main window, I want the main window and the new scene are in one stage. thx

    You can change the scene by calling stage.setScene(new Scene(newContentParent));
    I don't think you are quite asking for a complete scene change though as you "want the main window and the scene in one stage". The main window is a stage (as Stage extends Window). And a given stage can only contain one scene at a time (though you can swap it out by calling setScene as described earlier).
    What I think you are really asking for how can you replace some content part of the active Scene on the Stage. To do that you can set a layout manager like a HBox or a BorderPane as the root of your scene, then change out the content of the layout manager. For example:
    final BorderPane layout = new BorderPane();
    layout.setCenter(new Label("Dogbert");
    final Button nav = new Button("Next");
    layout.setLeft(nav);
    nav.setOnAction(new EventHandler<ActionEvent>() {
      @Override public void handle(ActionEvent actionEvent) {
        layout.setCenter(new Label("Dilbert"));       
    });In the above short sample code, if you wanted to change the scene rather than the a pane, then you would call stage.setScene rather than layout.setCenter.
    There is a complete executable example with multiple content panes and some styling here:
    http://stackoverflow.com/questions/13556637/how-to-have-menus-in-java-desktop-application

  • Download the PDF Form as a attachment when button click in BSP application

    Hi All,
    I have scenario, when button click in the BSP application PDF Form want to download in the IE (like one window open with Open,Save and cancel button).
    I have written this code:
    data: pdf type fpformoutput-pdf.
    < Logic for populate value to pdf field ....
    .>
    response->set_header_field(
                         name  = 'cache-control'
                         value = 'max-age=0' ).
      response->set_header_field(
                         name  = 'content-disposition'
                         value = 'attachment; filename=webforms.pdf' ).
      response->set_data( data   = pdf ).
    Once button is clicked pop up is opened and closed automatically because of browser or adobe reader issue.
    How can I resolve this problem ?
    In the IE i need to change any settings ?
    IE version = 7.0
    Adobe reader = 9.0
    I have tried in the same code with IE = 6.0 and adobe reader 8.1.2 its getting download the pdf form working fine.
    The same think i want in IE 7.0 and adobe reader 9.0, what needs to be done ?
    Regards,
    Boopathi M

    Hello Ravi,
    Best would be to bind the dataSource of the InteractiveForm ui element to the parent node containing the table's data. Then specify a name of a template to be created in the templateSource and hit <enter>. Some popups later, the system will have created a template from the structure of the context. All you need to do now is to drag&drop the data structure inside the template designer to the template itself. This will result in a table. Save, activate and return the Web Dynpro view. Don't forget to unbind the pdfSource and enjoy.
    Best regards,
    Thomas

  • "Save attachments" button in Mail has disappeared

    My "Save attachments" button in Mail (6.6/1510) disappeared the other day. It has always been there, sitting on the dividing line between message header and message content. But now it's gone. All of a sudden.
    Sure, it becomes visible if I select detailed header info, but it should be there even with the simplified header view. At least it has been up to a few days ago.
    Any tips on how I get it back? It's a bit annoying to select detalied header info each time I want to save attachments. Dragging and dropping is no option for me, since part of what I want is to se a list of all attachments. The "Save" button provides that feature.

    First of all, in the Compose window, click on View and see if Show Toolbar is available as a Command? If so, click on it.
    Ernie

  • Email signature between mail content in ipad/iphone

    I need to launch the mail composer with some content in it. I have already written a html content. The mail is looking properly, but the mail signature is coming in between the mail content.
    How to remove that mail content.
    in MFMailComposeViewController object's setMessageBody, I have the set the isHTML parameter to YES.
    Here is the HTML Content I am setting as body
    [emailBody setString:@"<html><body><div id=\"\" style=\"display: inline;float: left;\"><a style=\"position: absolute;margin-top: 20px; -webkit-box-shadow: 0px 3px 5px #444;-moz-box-shadow: 0px 3px 5px #444;box-shadow: 0px 3px 5px #444;\" href=\"xyz.com\"><img src=\"http://xyz.jpeg\" alt=\"img\" width=\"120px\" height=\"140px\"/></a><p style=\"position: absolute;margin-top: 170px; \"><b><i>Magazine Name</i></b></p><p style=\"position: absolute;margin-top: 20px;margin-left: 140px; margin-right: 3%;\"><i>Parents & Kids Magazine </i>is a resource for busy families, providing real-life solutions, sound advice, creative ideas and practical information to make their lives easier. Its informative articles and features appeal to parents—from conception through the teen years. Unlike national parenting magazines, <i>Parents & Kids </i>provides Jackson area families with information specific to their communities.</p></div><div id=\"\"style=\"position: absolute;margin-top: 190px;\"><p>To view this page in the online Digital Edition <a href=\"xyz.jpeg\"><b><i>click here</i></b></a></p><p>To view this page on your iPad do one of the following:</p><dl ><dd><p>- &nbsp &nbsp If you have the Magazine Central App on your iPad <a href=\"http://\"><b><i> click here.</i></b></a></p></li><dd><p>- &nbsp &nbsp If you do not have the Magazine Central App on your iPad <a href=\"http://\"><b><i> click here.</i></b></a></p></li></dl></div></body></html>"];

    Hi Kristina...
    Try "resetting" the devices...
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    Then try again. If that didn't help, on one device tap Settings > General > Reset > Reset All Settings. If that helped, do the same for the other device.

Maybe you are looking for