Element name and accrual plans

Hi
Is it possible to attache morethan one accrual plan to one element
For. element name : L500Annual Leave
Accrual Plan name
Annual Leave normal
Annual leave maternity
Thanks
regards
anna

Yes. Same element can be attached to different accrual plans.
Regards,
Ajay

Similar Messages

  • Extract cluster element names and values automatically

    Dear Labview forum,
    I would like to extract cluster element names and values automatically
    without prior knowledge of the cluster element size or contents.
    I am able to extract the names but have some trouble with the values.  (see attached VI)
    I wish to write each the cluster element name and value in a string, and then write the string to a new line in a file.
    Regards,
    Jamie
    Using Labview version 8.0
    Attachments:
    extract cluster element names and values automatically.vi ‏14 KB

    This can become arbitrarily complex, because a cluster can contain many types of data, even other clusters, arrays, typedefs, etc. So getting a "value" of an element is not as easy as you might think. There is a reason you get a variant.
    If all cluster elements are simple numerics you can use "variant to data" with the correct type. The attached shows a few possibilities. Modify as needed.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    extract_cluster_element_names_and_values_automaticallyMOD.vi ‏23 KB

  • BPEL function to query the Element Name and get the count of elements

    Hi Guys,
    I have problem with the following, can you please help me out with this.
    Say i have an xml pay load:
    <ns1:sampleEBO>
                   <ns1:PhysicalLocation>
                   <ns1:propertis>
                        <ns1:filedType>12</ns1:filedType>
                             <ns1:filedType1>12</ns1:filedType1>
                             <ns1:filedType2>12</ns1:filedType2>
    <ns1:filedType3>12</ns1:filedType3>
                             <ns1:filedType4>12</ns1:filedType4>
                             <ns1:filedType5>12</ns1:filedType5>
    </ns1:properties>
    <ns1:propertis>
                        <ns1:filedType>12</ns1:filedType>
                             <ns1:filedType1>12</ns1:filedType1>
                             <ns1:filedType2>12</ns1:filedType2>
    <ns1:filedType3>12</ns1:filedType3>
                             <ns1:filedType4>12</ns1:filedType4>
                             <ns1:filedType5>12</ns1:filedType5>
                   </ns1:properties>
    <ns1:sampleEBO>
                   <ns1:PhysicalLocation>
    Here i want to retrive the Element name ( filedType,fieldType1,fieldType2......) using any BPEL function, not the value and also get the total number of elements in the each node ( <properties> ). If i am using the "count" function its returning 2 and it's counting the properties node not the elements in the properties node.
    So, can you please let me know of any function in BPEL which can do this ?
    Thanks,
    Krish

    you only want to use a default bpel function for this? not from within xsl?
    and the function should return an arraylist of elementnames i assume ?
                   <xsl:for-each select="//properties">
                        <xsl:for-each select="./*">
                             <xsl:value-of select="local-name()"/>
                             <xsl:choose>
                                  <xsl:when test="substring(local-name(),1,9) ='filedType' ">
                             </xsl:when>
                             </xsl:choose>
                        </xsl:for-each>
                   </xsl:for-each>
                   <count1><xsl:value-of select="count(//properties[1]/*)"/></count>
                   <count2><xsl:value-of select="count(//properties[2]/*)"/></count>the count can also be used in some for-each construction or from within your bpel flow itself (if you want to loop over there, instead of xsl)

  • Element name and attribute completion in XML editor?

    With either WebLogic Workshop 9.2.2 or 10.x, is it possible to get completion assistance on elements and attributes? It works in the JSP editor, but I need to know whether this will work for XML documents. For some of these namespaces, they are defined in JSF taglibs.

    I tested this on an .xhtml doc. Right-clicking gives me these options:
    * HTML Editor
    * Text Editor
    * System Editor
    * In-Place Editor
    * Default Editor
    Is this perhaps a feature available in 10.1?

  • Accrual plans validation

    Hi,
    We have absences and accrual plan set up to validate the entitlements. we have addded the validation in the user hook to raise an error if p_exceeds_pto_entit_warning. but if the absence scheme is not attached to the employee i.e. the element is not attached, we expected this boolean variable to be TRUE, but it returns FALSE so this validation doesnt fire at all and the employee can book any number of days. does anyone have any idea how to get around this problem.
    many thanks for your time.

    Legislation? Apps Version? Absence Schemes are a feature of UK Legislation, Are using that for Statuary Leaves ?

  • Problem with external domain name and hosting

    Hi I have my own domain name and hosting plan I want to use. However, I have trouble pointing my site from BC to my server.
    I found the following information but in my case "create A-Records" is not available on the "Site Domains". Please advise.
    Thanks.
    Bonbon668
    Point externally hosted domains to your Business Catalyst site
    If you have chosen to use external DNS service for your domain name, create A-Records for both the www and non-www versions of your domain name. Then, point them to your site, which resides on one of the following IP addresses:

    Hi
    Can you please confirm that there is no “Create A records” option under “More Actions” ?

  • How to extract the element name of an XML Document

    This is how my xml file looks like:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <nsiData>
    - <instance timestamp="2011-05-25 19:01:00">
    <AECI>47.00</AECI>
    <EEI>-553.00</EEI>
    <EES>-91.00</EES>
    <EKPC>-22.00</EKPC>
    <LGEE>-140.00</LGEE>
    <MHEB>-1376.00</MHEB>
    <MISO>-4725.00</MISO>
    <MOWR>55.00</MOWR>
    <ONT>-872.00</ONT>
    <OVEC>-144.00</OVEC>
    <PJM>-1438.00</PJM>
    <SPA>-55.00</SPA>
    <SPC>20.00</SPC>
    <SWPP>69.00</SWPP>
    <TVA>-69.00</TVA>
    <WAUE>-158.00</WAUE>
    </instance>
    - <instance timestamp="2011-05-25 19:02:00">
    <AECI>47.00</AECI>
    <EEI>-555.00</EEI>
    <EES>-91.00</EES>
    <EKPC>-22.00</EKPC>
    <LGEE>-148.00</LGEE>
    <MHEB>-1375.00</MHEB>
    <MISO>-4709.00</MISO>
    <MOWR>55.00</MOWR>
    <ONT>-871.00</ONT>
    <OVEC>-144.00</OVEC>
    <PJM>-1426.00</PJM>
    <SPA>-55.00</SPA>
    <SPC>20.00</SPC>
    <SWPP>82.00</SWPP>
    <TVA>-69.00</TVA>
    <WAUE>-158.00</WAUE>
    </instance>
    </nsiData>
    I want to extract the element name and the element value from this file. I was trying to do it this way:
    SELECT datetime,
    loc.aeci_value,
    loc.eei_value
    FROM temp_xmltype txml,
    XMLTABLE ('/nsiData' PASSING xmldata) misolmp,
    XMLTABLE ('/nsiData/instance' PASSING misolmp.object_value
    COLUMNS
    datetime VARCHAR2(100) PATH '/instance/@timestamp') misodt,
    XMLTABLE ('/nsiData/instance' PASSING misolmp.object_value
    COLUMNS
    aeci_value VARCHAR2(100) PATH '/instance/AECI',
    eei_value VARCHAR2(100) PATH '/instance/EEI') loc
    WHERE txml.feed_id = 127
    But doing it this way does not get me AECI as a column value. Is there any way to get the element name as a column value.
    I am on 11gR2

    The SQL statement you wrote returns 4 rows and there is only two AECI values in there. The corrected version of what you wrote should really be
    SELECT loc.datetime,
           loc.aeci_value,
           loc.eei_value
      FROM temp_xmltype txml,
           XMLTABLE ('/nsiData/instance' PASSING txml.xmldata
                     COLUMNS
                     datetime   VARCHAR2(100) PATH '@timestamp',
                     aeci_value VARCHAR2(100) PATH 'AECI',
                     eei_value  VARCHAR2(100) PATH 'EEI') loc
    WHERE txml.feed_id = 127;If you know the element name and want it returned as a column name, why not just hard code it in the SQL statement, such as
    SELECT loc.datetime,
           'AECI' as AECI,
           loc.aeci_value,
           'EEI' AS EEI,
           loc.eei_value
      FROM temp_xmltype txml,
           XMLTABLE ('/nsiData/instance' PASSING txml.xmldata
                     COLUMNS
                     datetime   VARCHAR2(100) PATH '@timestamp',
                     aeci_value VARCHAR2(100) PATH 'AECI',
                     eei_value  VARCHAR2(100) PATH 'EEI') loc
    WHERE txml.feed_id = 127;I suspect you are really looking for something like {message:id=9535532}
    Note: See the FAQ (under your sign-in name) for how to use the code tag to format code as shown above.

  • How to get the name and value of an attribute on a node/element that is not a child

    Hello,
    Can someone shed some wisdom on how I can compare 2 xml nodes for differences.
    My main challenge is I need to use the attributes/values of 'ProductDescription' and 'Features' as 'key' to identify the same node in
    another doc with the same layout, but different content.
    I am having trouble getting the name of the attribute on the node, 'ProductDescription' and 'Features'.  I can only seem to get the node names, but not the attributes on the node.  I need the name, because it can be different from doc to doc, so
    I can't hardcode this.
    Can someone please help with how to retrieve an attribute name/value on a node that is not a child.  Here's an example of what
    my xml looks like:
    DECLARE
    @myDoc1 xml
    ,@mydoc2 xml
    DECLARE
    @ProdID int
    SET @myDoc1 ='<ProductDescription ProductID="1" ProductName="Road Bike">
    <Features  featureID  = "1" featureName = "body">
      <Warranty>1 year parts and labor</Warranty>
      <Maintenance>3 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    <features featureID = "2" featureName = "seat">
      <Warranty>1 year parts and labor</Warranty>
      <Maintenance>2 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    </ProductDescription>
    SET @myDoc2 ='<ProductDescription ProductID="1" ProductName="Road Bike">
    <Features  featureID  = "1" featureName = "body">
      <Warranty>2 year parts and labor</Warranty>
      <Maintenance>3 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    <features featureID = "2" featureName = "wheel">
      <Warranty>1 year parts and labor</Warranty>
      <Maintenance>2 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    </ProductDescription>
    I need to compare the attributes of 'ProductDescription' and 'Features' from @mydoc1 against @mydoc2 to see if they are the same based on those 2 nodes first.  If they are, then i want to show the difference in the child elements. 
    This will eventually be an outer join to give me the differences betw the 2 docs based on those key values (node attributes).
    I used node('//*') for the path, and value('local-name(../.)', 'varchar(50)') as element
    ,value('.[not(@xsi:nil = "true")]','VARCHAR(255)') AS new_value
    ...etc...
    but that only gives me the node names, and the child elements.  It does not give me back the attribute names and values from the node itself.
    Thanks in advance for your help.
    cee

    Are you looking for something like this:
    DECLARE @myDoc1 xml
    SET @myDoc1 ='<ProductDescription ProductID="1" ProductName="Road Bike">
    <Features  featureID  = "1" featureName = "body">
      <Warranty>1 year parts and labor</Warranty>
      <Maintenance>3 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    <Features featureID = "2" featureName = "seat">
      <Warranty>1 year parts and labor</Warranty>
      <Maintenance>2 year parts and labor extended maintenance is available</Maintenance>
    </Features>
    </ProductDescription>'
    SELECT T.c.value('local-name(.)', 'nvarchar(50)') AS name,
           T.c.value('.', 'nvarchar(50)')  AS value
    FROM   @myDoc1.nodes('ProductDescription/@*') AS T(c)
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Hello, I would like to create and print a contact sheet in Photoshop elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the

    Hello, I would like to create and print a contact sheet in Photoshop elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the contact sheet when I print them out. If this is not possible I will just return my product. I have an old old version of Photoshop that will do just that but with this new elements I cannot find it.

    markc
    What computer operating system is your Premiere Elements 13/13.1 running on?
    Assuming Windows 7, 8, or 8.1 64 bit, open the Elements Organizer 13/13.1 and select your media
    for the Contact Sheet.
    Go to File Menu/Print and set up the Print Dialog for Contact Sheet.
    If you used Edit Menu/Add Caption beforehand, I can see how you can get
    Date
    Caption
    Filename
    under the Print dialog's "4" and even a page number if you have more than 1 page. But, I am not seeing
    where you are going to get a title for each of the contact sheets.
    Any questions or need clarification, please do not hesitate to ask.
    You can get into the Elements Organizer 13/13.1 from the Welcome Screen or by clicking on the Organizer Tab
    at the bottom of the Expert workspace in the Premiere Elements 13/13.1 Editor.
    Please let us know if we have targeted your quesiton..
    Thank you.
    ATR

  • I am so disgusted with Verizon CS.  Six hours over two days on the phone to upgade a phone and my plan.  More to come, but I have names, and even a direct phone number to a "supervisor".  I'll be posting more...  The incompetence of EVERYONE (which is alm

    I'll be posting all the details of this tomorrow.

    So, I'm back, the OP.
    As briefly as i can:
    Two phone family, currently one smart, one dumb phone.  The dumb is eligible for upgrade.
    Call into V and spoke with "Anthony" to get info on what plan(s) I might consider as I upgrade the dump to a new iPhone 6.  Currently an old "grandfathered in" Nationwide 700 plan. This was Friday Sept 19.  Get some info, which I assumed to be correct, including the fact, his words not mine, that the "upgrade (device) fee" can be negotiable.
    Before I had any first hand knowledge, I assumed that I'd better get a "second opinion" so I drove over to my local Verizon (corporate) store.  Well, I got a different story, including the percentage of my employee discount on service, my employer gives a 20% discount and has for years, I have my current statement / bill in my hand.  But no.... Verizon guy says that is wrong, its only 18%.  I ask him about upgrade fee being negotiable.  He says no, never.  So what had I learned?  That V guy on the phone from Friday was either lying or just ignorant.
    Soooooo.... now its Tuesday, Sept 23.  The "BIG" day, day of 3 hours 50 minutes on the phone with SEVEN different V people, all of them telling me something different about what plan(s) I'm eligible for, your employee discount is 17, no 18, no 20 percent.  Yes we can negotiate an upgrade fee, no we can't...  At one point, now a couple hrs into it I say I've had enough, I want to talk to a supervisor.  "I'm sorry sir, supers can't come to the phone"  WHAT?  Well later, once I did speak to a first level supervisor and then a second level I of course found out that was wrong - more lies / misinformation?  The supervisor took the name of that V CS rep and looked at my every growing call log and said that he would speak to the CS rep.
    So, nearing the 3 hrs mark into my attempt to find out about plans and buy an upgraded phone for my plan I reach "Brian". I have his direct number.  Apparently he is something more important that the past 6 people I've spoken to over the past thee hrs.  I tell him:  "EVERY SINGLE PERSON I've spoken to so far has told me something different, and or contradicted what the last person I've spoken to has said!!!!!"  Yes you can have 2 single line plans, no you can't, to get this plan your upgrading device has to be on the "Edge" plan, no it doesn't, your employers discount applies to the bottom line, no it doesn't, only to the data, and on, and on, and on.
    Sooooooo I tell Brian, "here's how its going to go...  YOU are going to wave the upgrade fee.  I don't care where the money comes from, V or right out of your pocket.  I've been on the phone for now closing in on FOUR HOURS...."
    Sooooo he agrees.  I laugh and tell him, "You know, it has nothing to do with the money, not its all about screwing V as much as I can, and wasting yours and V's time."
    He says, order your phone and plan this week and I'll call you Friday (today Sept 26) and then credit your account the fee.
    Soooo yesterday (Sept 25) I call in to do just that, order the phone and plan, WHICH I was told really the only plan that would suit you would be a More Everything Plan.  So, ok that's that.
    I speak to a CS / Sales rep.  I buy the phone and then we go on to the plan.  I tell the rep THIS WHOLE LONG STORY, and it looks like we are heading towards the More Everything, BUT she says to me, "you know, you could do that Single Line plan for BOTH of your phones?"  I say "WHAT????"  I was told by two reps NO, and two reps "Well.... maybe".  This plan gets me everything I want AND saves me $10 a mo.
    Sooooo we go for that, BUT.... I can't change my plan (from current Nation Wide 700) to 2 two single line plans until I activate my new phone (which will be 4 weeks until I get it - iPhone 6), SOOOOO once it arrives I HAVE TO CALL BACK TO V and switch - how much fun will that be??? MORE time (hours?) with V.
    So we agree.... The rep says I just have to transfer you to our automated system where you'll agree to terms and conditions.. Fine.  Up comes the computer voice... and.... it says "hello.... you are upgrading your device (123) 555-1234 (it gives a real number), press 1 if this is correct."  WHAT???? That is NOT the phone number of my device  ***?  The auto system gives me the option to press another number to "enter a different number", so I do, AND......  The call disconnects.
    Now... If I could track down ANY ONE OF THE PAST 8 PEOPLE I'D SPOKEN TO OVER THE PAST TWO DAYS, YOU'D BE READING ABOUT ME - "Upset customer KILLS everyone at V".  I AM SO ******* ****** OFF AT V... I'm now into 2 hrs today, plus the nearly 4 hrs the other day on the phone.
    Soooooo.... I call back, have to tell the story again, this time to "Nick" in N.Y.  Nick says just go on line to your account, you can accept the terms there.  Well, what do you know....  It works, amazing.
    But....  Nick says great and reads back the info on the phone I bought and says "...and I see you are on the More Everything Plan..."  WHAT, STOP, STOP, STOP.  I tell Nick, "Nope, I am not, I never agreed to that, I'm waiting, keeping my old plan for 4 weeks until I get the new phone, THEN I'm to call back (oh joy) to V and upgrade my plan"
    Nick say's well you have the More Everything plan, and it is costing you $10 more a month, BUT I can't un-do it because there is a purchase (my phone) in progress... I am not BEYOND MAD.  We are now at SIX HOURS TOTAL TIME ON THE ******* PHONE OVER TWO DAYS.
    I ask to speak to Nick's supervisor.  Melanie comes on the line.  I, weather she wants to hear it or not, TELL HER THE ENTIRE STORY, that when (and GOD help him if he doesn't) Brian, the top end supervisor calls on Friday (today) to check on my experience buying the phone / upgrading the plan AND to credit my account the upgrade fee, I'm going to have to tell him about EVERYTHING THAT'S HAPPENED TODAY and about the TWO MORE HOURS ON THE PHONE.  Melanie says, yes you do now have a More Everything... All I can do sir is apply a credit back to your account for the difference in cost between your old (what was my current) and the new More Everything (the plan I NEVER agreed to be on).
    So, that is where we are as of now, Friday Sept 26 AM.  "Brain" said he'd be calling by noon-ish Pacific time. I've got his direct number, and If I don't here from him by noon, his phone will be ringing off the hook very 30 seconds until he picks up.
    My experience to simply upgrade one of the two phones on my plan and the plan itself HAS BEEN A NIGHTMARE.  VERIZON is sooo SCREWED UP.  NO TWO PEOPLE KNOW THE SAME INFO, and the INEPTITUDE displayed is sickening.

  • Help in retrieving the element attribute name and value..

    Hi have to retrieve the attribute name and value from the element.....
    requirement is like this
    <ws:GetRightNowProductViewByDivisionResponse xmlns:ws="http://ws.sage.co.uk/">
    <ws:GetRightNowProductViewByDivisionResult ProductID=" " RightNowProductView=""/>
    </ws:GetRightNowProductViewByDivisionResponse>
    i should get all the element attbutes names as attributes in above mentioned format ..using xquery...
    here is the respone ....
    <sage:sageRequestResponse xmlns:sage="http://www.sage.com">
    <env:EaiEnvelope xmlns:env="http://www.sage.com/Envelope">
    <env:Domain>string</env:Domain>
    <env:Service>RightNowBroker</env:Service>
    <env:UserId>string</env:UserId>
    <env:OperationName>GetRightNowProductViewByDivision</env:OperationName>
    <env:Payload>
    <ws:GetRightNowProductViewByDivisionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.sage.co.uk/">
    <xs:schema id="NewDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="RightNowProductView" msdata:UseCurrentLocale="true">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="RightNowProductView">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="ProductId" type="xs:short"/>
    <xs:element name="Product" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="4000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
    <xs:selector xpath=".//RightNowProductView"/>
    <xs:field xpath="ProductId"/>
    </xs:unique>
    </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"/>
    </ws:GetRightNowProductViewByDivisionResult>
    </env:Payload>
    </env:EaiEnvelope>
    </sage:sageRequestResponse>

    Hi
    Just as an aside to the comments above, a scenario we see occasionally is where a desk provides an internal function (e.g. a helpdesk) and you really just want to get the name display (as seen on the handsets) onto the CAD display.
    You can do this by  doing a reverse lookup over HTTP against CUCM. There are a number of posts around, these should get you started :
    https://supportforums.cisco.com/thread/2065114
    https://supportforums.cisco.com/message/3024617
    A couple of notes:
    - It looks up against the directory, NOT the actual calling line. So you can add stuff to the directory to get external callers to show up by name, but should expect the unexpected when you have shared lines (e.g. multipel directory entries with one tel number for whatever reason)
    - If you want to do different lookups (i.e. get names back in a different format, get the actual line display name from CUCM, or lookup elsewhere) then you would need to either:
    1) Do it via SOAP or another technology from the UCCX script engine
    2) Put in a small external web service to do the lookups and allow UCCX to query via simple HTTP
    3) Use a DB for the numbers so you can read/write to it from UCCX and regularly update the data from wherever you like
    Regards
    Aaron HarrisonPrincipal Engineer at Logicalis UK
    Please rate helpful posts...

  • All listing element must have index,name and value?

    when i trying to convert a fmb file to xml, it shows a warning.
    All listing element must have index,name and value...
    how to resolve this..
    Edited by: skud on Mar 9, 2011 6:03 AM

    when i trying to convert a fmb file to xml, it shows a warning.
    All listing element must have index,name and value...
    how to resolve this..
    Edited by: skud on Mar 9, 2011 6:03 AM

  • What is  data element name of  Planning Version ?

    Hi All,
    In SAP 4.C Version they maintainted Planning Version  data element name is
    /SAPAPO/CRES_VRSIOEX.
    Could you any one help me out what is the  data element mane of <b>Planning Version</b>  in ECC 6.0 Version?
    will give you points.
    waiting for reply.
    Thanks

    /SAPAPO/SCMB_VRSIOID           Name of Planning Version
    /SAPAPO/VRSIA                          Planning Version Number

  • Retrieve Element ID and Name

    I want to get element's id and name attributes from a web page by clicking  on the element using VBA. I have a button in excel sheet and I want if a user clicks on that button, after that whenever user clicks(Right Click) on a element in a webpage, system
    should return its element id(1st priority) through message box. If id is not present then it should return element name(2nd priority). If both Id and Name are not present then code will return some message stating that Id or Name not found. 
    Thanks!!

    Does any have any update on this? Please help..
    Thanks!!
     

  • Hello, I would like to create and print a contact sheet in Photoshop Premier Elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show u

    Hello, I would like to create and print a contact sheet in Photoshop Premier Elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the contact sheet when I print them out. If this is not possible I will just return my product. I have an old old version of Photoshop that will do just that but with this new Premiere Elements I cannot find it.

    markc
    What computer operating system is your Premiere Elements 13/13.1 running on?
    Assuming Windows 7, 8, or 8.1 64 bit, open the Elements Organizer 13/13.1 and select your media
    for the Contact Sheet.
    Go to File Menu/Print and set up the Print Dialog for Contact Sheet.
    If you used Edit Menu/Add Caption beforehand, I can see how you can get
    Date
    Caption
    Filename
    under the Print dialog's "4" and even a page number if you have more than 1 page. But, I am not seeing
    where you are going to get a title for each of the contact sheets.
    Any questions or need clarification, please do not hesitate to ask.
    You can get into the Elements Organizer 13/13.1 from the Welcome Screen or by clicking on the Organizer Tab
    at the bottom of the Expert workspace in the Premiere Elements 13/13.1 Editor.
    Please let us know if we have targeted your quesiton..
    Thank you.
    ATR

Maybe you are looking for

  • Error 1402: Could not open key ..... IMAIL

    I am trying to install Adobe Reader 9 on a friend's computer.  He desperately needs it to print pdf documents. I have tried everything I know, including removing all traces of Adobe from the registry and from the files.  I don't seem to be able to re

  • How to set password policy for apps users

    Hi All, Can anyone please help me. I am working on apps 11i. How to set password policy for users Thanks

  • Custom Fonts In Oracle Report

    I have created a Custom Report (Output:PDF) using Oracle 9i, It has Custom Font, When I ran the report the custom fonts are displayed as special characters, Can someone please let me know how can i configure fonts to get picked up by report.

  • Very Poor Quality Device Multiple Issues

    I have Purchased this Slate 7 Tab with Great Hope and Trust that HP is a trusted Brand...but Very soon i realised that this is the worst product HP have Launched...Immediately after it started giving problem and since last 1 Year my TAB was in HP Ser

  • Query panel questions?

    hi , i am using jdev11g r2, and ADF BC i can drag and drop the view criteria on a page as a query with table result, I can make query perfectly. my question is if I want to bold the lable of the criteria input fields in the af:query. How to do that,