Working parameters in mail template GP

Hi All,
I want get parameters in Mail Template and this parameter to get into structure of cardinality 0..n. How I iterated this structure elements?
I only Know to use
`{
writeln (structure.names)
}`
How I iterated the attributes names? Eg a structure of type FOR, WHILE, etc...
Thanks & Regards
Eduardo

I think that this is not possible

Similar Messages

  • Personalizing E-mail Templates in Guided Procedures

    Dear All,
    I need an E-mail template which will fetch me the context parameter value like defined in the the block of a Process through Guided Procedures as follows:
            Context Parameter> Input Parameters (of type Structure)->Business Manager (String)
    I need to get the value of "Business Manager" in the E-mail thats sent to all the context processsors.
    I used "ctxt.personalData.lastName" where ctxt is the prefix of Context Parameters, personalData is the structure and lastName is the field to retrieve the value. But this is not working for me.
    Please suggest the possible solution to this.
    Regards,
    Poornima.

    Hi Poornima,
    Than you should check if this parameter is mapped. Send e-mail or Notification callable objects has own parameters and you should have such parameter for the callable object "personalData.lastName" which should be mapped to the context parameter of the action. When you define a due date or notification for an action you have a button "map" and also you should edit the Send e-mail or Notification callable objects so that they contains personalData.lastName parameter.
    Regards,
    Yordan

  • Personalize E-mail Templates in Guided Procedures

    Dear All,
    I need an E-mail template which will fetch me the context parameter value like defined in the the block of a Process through Guided Procedures as follows:
            Context Parameter> Input Parameters (of type Structure)->Business Manager (String)
    I need to get the value of "Business Manager" in the E-mail thats sent to all the context processsors.
    I used "ctxt.personalData.lastName" where ctxt is the prefix of Context Parameters, personalData is the structure and lastName is the field to retrieve the value. But this is not working for me.
    Please suggest the possible solution to this.
    Regards,
    Poornima.
    Edited by: Poornima H.G on Mar 18, 2009 2:17 PM

    Hi Poornima,
    Check the following thread:
    Personalizing E-mail Templates in Guided Procedures
    And next time it will be great if you don't create 2 posts for the same problem.
    Regards,
    Yordan

  • Is there any way, to create with Adobe Muse HTML-Mail Templates?

    Is there any way, to create with Adobe Muse HTML-Mail Templates? or to convert the createt page to only html content? any other tool like an website copyer?
    tanks for help!

    Off the top of my head, you should be able to create mail templates in muse BUT it will require  very basic html/css knowledge on your part. I am assuming you want to do just the signature?
    Create the design you would like on one page, dont do any kind of styling in a master page. Then export the site into a folder. Open the html file with notepad/ textedit and then copy just the code for JUST the template. Throw it in you mail app of choice and it should work.
    This seems like something that would be done alot quicker in dreamweaver in design view.
    PLEASE NOTE: ^i could be completely wrong - but in theory this may work.

  • Work Flow Notification mailer

    Hello Team:
    We have enabled work flow notification mailer service in our EBS system. Last week I restarted the services ( ALL Tiers ) and as soon as I did the restart. The business users started to receive Notification mailers. Apparently a bunch of them. I looked at the Workflow configuration settings and I was unable to figure out the setting that triggers this email stuff.
    Any idea about where this setting should be checked and tuned . We are on 11.5.10 CU2 and it is running on RHEL 4.0.
    Regards,
    Bala

    Bala,
    If you are using notification mailer services just for testing purpose then update "Set Override Address" option in "Workflow Notification Mailer" services to a active mail a/c, so that all testing mails will be re-directed to this a/c instead of various users mail a/c. But if you are implementing the notification services, then pls go though the notification services implementation document once and set the required parameters as per your business requirements.
    Users also disable receiving mails at their end, by editing their e-biz user a/c "preferences" and set e-mail notification style to no e-mail notifications option.

  • Text Format in Mail Templates

    Hi Experts,
    I have a requirement , wherein I need to make certain word in my custom mail template( palin text) as bold or underline( or both) , I tried Mail template Macros FORMAT for this but it didnt work , If anyone knows how can we achieve this please share.
    regards,
    VIshal Goel

    Hi Vishal,
    Please try below format, so that it may work.
    FORMAT("b", "Title:") %TOKEN1%
    FORMAT("b", "Posted By:") %TOKEN2%
    LINK("View Full Message", "%LINK123%")
    The above mentioned will work only when HTML Mail option is selected on the user account level under Account properties.
    Please let me know if the issue still exists.
    Also Please go through the below link, it will be useful for you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/001d645f-008f-3010-7b8f-e7935e46733a?overridelayout=true
    Thanks,
    Raj.

  • Working on check printing template,Getting Extra space in second page

    I am working on check printing template,in case of multi page output.I am getting almost 1/2 page blank space and getting disturbed output.
    Please provide mail id so that i will share template and xml.
    Thanks in advance.
    Mahi

    Send me the template and the xml, i ll try to figure out the issue
    my main id is : [email protected]
    Ragul

  • Custom Token in Mail Template

    Hi experts,
    We have a requirement wherein we have to send the Auctions bid start
    time to vendor via mail , when I tried to achieve this by customizing
    the mail template , I found that there are no tokens available for
    fetching the bid start time for auction. I also tried to use custom
    template 1 and wrote script to fetch the value to be placed in the
    tokens provided in custom template 1 , but there is no getmethod in
    Auction API to fetch the value for Bid Start time though the value is
    present in schema PREBID_STARTDATE_DATETIME
    please help me to resolve this.

    Hi Vishal,
    Use this: preDate=doc.getFieldMetadata("PREBID_STARTDATE").get(doc);
    I think your problem would be resolved.
    Let me know if it works.
    Thanks,
    Kushagra A

  • Public E-mail Templates

    Can you please provide me some guidance on if "Public E-mail Template" functionality is still in the planning stages for OCS. Are there any documents available for me to review what features are in the next release? and when the next releases are scheduled?

    I think the only solution is to use context parameters replacements. Create additional input parameters like phone number, first name, last name for the notification callable object. Then map these parameters to output parameters of some action or put them before instantiation or in some another way.
    Please check
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/a71342cb385333e10000000a155106/content.htm">Replacements</a>
    Aliaksei

  • How to make Customized mail template

    Hello Experts,
    My requirement is to write a mail template with the below conditions-
    In the Rfx collaborator list if one specific person exists then send a specific mail  for approval ,  and for others send another mail for approval .
    Can it be done with EXISTS macro ? If yes , pls help me with a bit details
    Thanks in Advance
    Regards
    Sudipta

    Hi,
    EXISTS macro might not work for this sitatuion. unfortuantely there is no easy way to do this.
    One way is to attempt to send a seperated email from the script, skipping all SAP Sourcing mail messagin capabilities..  there are some discussions in this forum around that.. plesae take a look..
    Thanks, baski

  • NWDI and Mail Template

    Hi all,
    I'm using NWDI to transport my GP process with the mail template attached. The first time I made it, it worked very well. Laterly, I've changed something into the mail template and I make the transport again. But obviously, the changes have not been apply !!!
    Do you have a solution without delete the mail template into each system ?
    Kind regards.
    Joseph BERTHE

    Hi all,
    I found out the solution.
    It seams that the transport update the mail if and only if the whole process is newly released (and all the items into it).
    So go to your process and select the editable mode for all the bloc, action, .... then select Activate the process, and do the transport process again.
    Regards
    Edited by: berthe joseph on Apr 4, 2008 9:45 AM

  • Creating Parameters in RTF Template for BI Publisher Report

    hi,
    I have created Parameters in my BI Publisher Report and in SQL query. But i need to create same parameters in RTF Template , so that when i publish this report in dashboard , parameters will be visible. Can you please tell me how to create Parameters in RTF Template for BI Publisher Report ? I am not finding option. Please let me know .
    Thanks in advance
    Gayathri.

    all the parameter's value will be there in your xml .
    just you need to add parameter heading and corresponding xml tag name to get the parameter value on the report.
    if u dont have you can try like below
    https://blogs.oracle.com/xmlpublisher/entry/get_your_parameters_here_guv
    Declare Parameter in RTF Template
    Before you use the parameter in the RTF template file you need to declare it first. You can do so by having the following syntax.
    <?param@begin:%parameter_name%?>
    Note: where %parameter_name% is the parameter name that you have created at the BI Publisher Server UI.
    Here is an example:
    <?param@begin:param1?>
    Use it in RTF Template!
    Once it’s declared in the RTF template you can start using it as the same way you use the variable. You need to just add ‘$’ prefix in front of the parameter name. Here is the example:
    <?$param1?>
    The above example would print the parameter value in the report output. If you want to use this value in your condition or calculation you can simply use it as ‘$param1’. Yes, it’s that simple.
    If you are not sure if and how the parameter values are passed to the report when you run the report you can use this command in your RTF template, which will return all the parameter values passed to the RTF template at the runtime.
    <?xdoxslt:getXDOProperties($_XDOCTX)?>
    http://kirti-bi-solutions.blogspot.com/2009/06/passing-parameters-from-obiee.html

  • My mothers mac the safari dosent work right the mail the mail wont open up certain emails saying the plugin is blocked etc

    my mothers mac the safari dosent work right the mail the mail wont open up certain emails saying the plugin is blocked etc

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Open Console in Utilities & see if there are any clues or repeating messages when trying to open Mail or Safari.

  • HT2500 links no longer work in apple mail.

    links no longer work in apple mail, even though they do work on other mail services?

    This is typically an issue of setting the web preference in the WINDOWS preferred programs. In Win7 this is accessed from Control Panel>Default Programs>Set Program Access...>Custom. Maybe these options will give you an idea of the problem.

  • Gmail suddenly not working with Apple Mail

    My gmail suddenly is not working with Apple Mail.
    It said my username or password is wrong, but it was okay this morning.
    Nevertheless, I deleted my gmail account, and re-setup it using Internet Accounts from System Preference.
    However, I got the beow message:
    There was a problem setting up the Mail account. An unknown error occurred.
    I am sure my username and password are correct because I just login it using Safari.
    Does anyone know what the cause is?
    Please help~~~

    Gmail not syncing in mac mail is a problem that is also in snow leopard since the new year.
    OSX 10.6.8  is the highest OS that will run on an Intel Core 2 Duo.  Do not try to install Mavericks on this machine! I will install, but turns it into a dinosaur and many programs will no longer run.
    I had an issue with Mac Mail not syncing with imap.gmail.com. and Safari not being able to find apple.com.
    This was resolved by working with an upper level tech support member for several hours deleating particular system library files, uninstalling most addons, reseting system network settings and a whole lot more! (too much to name here)
    Thank you Apple Tech Support.

Maybe you are looking for

  • How can i connect my existing airport express to my new time capsule network?

    I have an older airport express for wirelessly extending my network in my apartment. I bought a new Time Capsule and my airport express flashes amber and cannot find the time capsule to connect. How do I get them connected?

  • Printing a PDF from JSF

    Hello Everybody, I have some procedure that, retrieves a pdf after some processing that incluyes DB queries, then after having the name of a PDF stored in the File System, I need to send a print command. How could I do it? In the forums I have found

  • Edit documents in Oracle Database, Sharepoint Like, WebDAV?

    Hello out there! I have a web application written in Java (JSP/Struts/Oracle ADF). The application runs on Oracle Application Server 10g, as well as an Oracle 10g database. I will probably be migrating to WebLogic in the near future. In my database,

  • Downpayment Currency

    user Created the Po & make down payment in EUR which one is our foriegn currency. but in the Status TAB of Po, currecny is being display INR which one is local currency. user want the currency should display as document Currency ( EUR) Kindly advise

  • Send connector in different costs

    Hi, All my exchange 2010 servers are in 1 single AD site. It seems not working when I configured item no 2. 1. address => *, source server => hub A, cost => 1 2. address => *, source server => hub B, cost => 100 It is working if I joined Hub A & Hub