Map reference to list

can a map entry in a workflow to a variable updates: have a reference to a list which is dynamically generated depending on a form inside the same workflow.
the entire scenario can be better described as....
Every admin is able to access a form when he launchges a workflow....
Inside the workflow there are updates which iterates on a list of users...
i want this updates which has a <map> of 4 attributes.... which needs to be grabbed from a list which is generated by a rule in the background.
Thanks
Nsankar1d

Look what I've done now in order to get this work but with not succes.
I changed my value's map to a classe of ValueContent like this Map<String,ValueContent> and in the view side I did this
<p:inputText value="#{searchBean.searchParameterValues[p.sigla].valueContent.iniValue}"/>
My ValueContent is
class ValueContent implements Serializeble {
private String iniValue;
          private String endValue;
          public ValueContent() {
// getters and setters...
And now I getting this error
javax.el.PropertyNotFoundException: /pages/portal/searcharea.xhtml @108,102 value="#{searchBean.searchParameterValues[p.sigla].valueContent.iniValue}": Property 'valueContent' not found on type br.com.agens.titanium.ui.bean.SearchBean$ValueContent

Similar Messages

  • Preview of Journal Entry - G/L effect , GL Mapping reference

    Hi All,
    I have observed that due to non availability of preview of Journal Entry - G/L effect, there are chances that customer/users come to know of wrong G/L Mapping after the posting of transaction.
    If an option to preview the G/L effects before adding a transaction e.g. A/R Invoice,Sales Delivery etc... is available than the customer/user can rectify the G/L Mapping or the G/L selection at the transaction level.
    Also if one column say GL mapping reference can be added in Journal Entry, the purpose is to store infromation from where the SAP B1 has picked up the GL e.g. from GL increase , GL deccrease , Price Difference from Item Group,Ware House,Item Level GL Mapping.
    Best Regards,
    Samir Gandhi
    Edited by: Samir Gandhi on Apr 22, 2009 7:30 PM

    Dear Peter Dominik,
    I think it is good to show the to be Journal entry effect on click on Add botton, this way user will not have to take additional pain click on preview button to see the JE, but for all cases every user will have to forcefully see the JE screen and confirm that it is OK, and he/she will not be able to change it.
    BR
    Samir Gandhi

  • Mapping of Packing List

    Dear All
    We need to map the packing list in SAP.
    As of now,It is being offline as it is being provided by the Plant,then the  concerned person are taking output based on the description of number of Carton ,gross weight ,net weight.
    Can you plz help me out how we can create a packing list in SAP before creating a delivery with all description of fully packed carton ,lose carton?
    Suppose there is a 110 pieces of material in which you can keep 20 material in one carton.
    Then we can say there is a 5 carton fully packed and 10 material wiill be in a  lose slot.

    Hi,
    Set up configuration in logistic execution for packing
    IMG >> LE >> SHIPPING >> PACKING
    Number ranges for HU
    Define packing control by item categories
    Define packaging material type as Carton in detail maintain configuration as
    OutputDet.Proc. 000001 Standard
    Output Type     0001   Handling unit
    Plant determin. - From 1st item that was packed
    Pack.matl cat. - packaging material
    Number assgnmt - HU_VEKP
    HU type -CARTON
    Int. interval   01
    Ext. interval   02
    Define packaging material group as Cartons
    Define allowed packaging material (Cartons - Carton)
    Then create packaging material as carton by MM01, in basic data 1 screen maintain packaging material group
    Then create your sale material in that in SALES : General/plant tab enter packaging material group and type
    Now create sales order then delivery
    In delivery click on pack
    The delivery material show in at down
    then select material and change quantity as 10 and clcik on pack
    then system will ask can search for allowed packaging material say yes then from list select packing material carton and enter
    Then your 10 qty will pack and 1 handling number will be generated that will appear on upper screen.
    However you can set automaticlly packing of 10 QTY in 1 carton for this explore HU management automatic packing.
    kapil

  • Map implementation vs. map reference query

    Hello all and Happy New Year.
    I've written a Map implementation to store and retrieve values for a a class that needs to hold 80,00+ entries; performance is an issue, especially since it's a bucketed map with multiple values mapping to one key. everything worked as planned, but it was abysmally slow... after reading a bit on container performance for inspiration, I'm become a bit unclear as to whether I should really implement the class as a Map at all, or whether it makes more sense to just use one of Sun's implementations (like LinkedHashMap, for eg) and simply include it as a reference in the class. Nearly half of the reference material alluded to the latter case, which I didn't expect at all.
    the question that's bothering me is this: when is a Map implementation preferable to a static reference, when I can just create a variable of type Map<String, List<String>> and use the entry set to do all of the work, since I really don't need to modify the method implementations? Is there a performance benefit, or is it just a matter of principle?
    Thanks in advance for your input.
    Melissa
    ____________________________

    jverd wrote:Dude, your question makes less than zero sense.how sad. maybe thiis will help...
    public class DuhReference {
    Map<Duh1, Duh2> duhImAReference = new HashMap<Duh1, Duh2>();
    vs.
    public class DuhImplementation<K, V>  implements Map<K, V> {
    //duh... gee, I guess this is the implementation then...
    }Hope that helps. "Dude".

  • Updatable city map with directory list

    Here's the scenario. A city has a business district that needs a printable aerial view map (llustrated) with numbers indicating each business. These numbers will correspond to a key/directory that will list the number and name of business. The map is updated frequently as businesses come and go. I want the map to renumber itself when making edits. For example, if the business marked as "4." needs to be deleted from the map, the rest of the indicators would renumber themselves and the directory would then renumber itself as well (so that the list doesn't have a missing number). Is this feesible within InDesign?

    You can do it easily
    1) add the map to the page (THE LABELS MUST NOT BE PART OF THE MAP)
    2) create a map label paragraph style "Map Labels" and include in it a numbered list "Map Lables List"
    3) Setup an object style call it Map Labels set the paragraph style to Map Labels,
    Set the fill, corner etc. options as desired.
    4) Make a text Frame and Put in it the name of the place and apply the Map Labels object style to it.
    5) Use copy and Paste to add a label for all the places you need.
    5B) Important! and a bit tough do the copy and paste in the Ideal Order of the list
    In the example below Europe was coppied last, so it go numbered 3, a more desired order (left to right, top to bottom) might have been USA, Europe, Africa
    6) set up a new object style and set the colors to None call it Invisible
    7) After you have finished labeling all the place names select all the page items (Ctrl / Comand A) and run this little snippet
    var selection = app.selection,
          l = selection.length;
    while (l--) if (selection[l].hasOwnProperty ('contents')   && selection[l].appliedObjectStyle = "Map Labels") {
        selection[l].name = selection[l].contents;
        selection[l].insertLabel("Map Labels", "1");
    app.activeWindow.activePage.insertLabel("Map", "1"); // Label Page for future reference
    You now have named all your textFrames and they can be refered to asfor example myDoc.textFrames.itemByName("USA")
    And you can identify them as map lables by using textFrame[x].extractLabel("Map Labels") == 1;
    8) Save a copy of the doc in case you mess up in the future.
    9) Make a character style "Place names" and apply in your document  only on the names you want labeled on your map.
    i.e. you have have a some text(s) somewhere in the document
    The USA is realy ......
    Africa is ......
    10 Now each time you have different references run the following script and the map labels will be updated
    // Labeling script
    // by Trevor (www.creative-scripts.com coming soonish custom and readymade scripts for adobe indesign and other products)
    app.doScript("labelMap()", ScriptLanguage.javascript, undefined, UndoModes.ENTIRE_SCRIPT, "Lable Map");
    function labelMap() {
        var doc = app.activeDocument;
                    app.findTextPreferences = app.changeTextPreferences = null;
                    app.findTextPreferences.appliedCharacterStyle = "Place Names";
        var myPageId = checkForObjectByLabel(doc.pages, "Map");
        if (myPageId === false) {alert("No Map\rBye"); exit();};
        myPageId = myPageId[0];
        var mapPage = doc.pages.itemByID(myPageId),
              mapLabels = checkForObjectByLabel (mapPage.textFrames, "Map Labels"),
              l = mapLabels.length, label, lableFrame;
        while  (l--) {
            lableFrame = mapPage.textFrames.itemByID(mapLabels[l]);
            if (!lableFrame.isValid) continue;
            lableFrame.applyObjectStyle (doc.objectStyles.itemByName("Invisible"), true);
            lableFrame.contents = "";
        // Find names
        var myFinds = doc.findText();
        l = myFinds.length;
        while (l--) {
            label = myFinds[l].contents;
            lableFrame = mapPage.textFrames.itemByName(label);
            if (!lableFrame.isValid) continue;
            lableFrame.contents = label;
            lableFrame.applyObjectStyle (doc.objectStyles.itemByName("Map Labels"), true);
    function checkForObjectByLabel (obj, label, from, to) {
        from = from || 0;
        if (obj .hasOwnProperty('length')) obj = obj[0];
        var parent = obj.parent;
        var co = obj.constructor.name;
        co = co[0].toLowerCase() + co.substr (1, co.length) + "s";   
        var objects = (from != undefined && to != undefined) ? parent[co].itemByRange (from, to) : parent[co].everyItem();
        var objectsLabels = objects.extractLabel(label);
        var reg = /1/g;
        objectsLabels = ("," + objectsLabels.join()).replace (/,1/g, "1");
        reg.lastIndex = 0;
        var n = 0;
        var ids = [];
        var found = true;
        while (found = reg.exec (objectsLabels)) ids[n++] = parent[co] [(reg.lastIndex = found.index + 1) - 1 + from].id;
        return (ids.length > 0) && ids;

  • Unable to map MP Enumeration List in Request Offering

    Hello Folks,
    I am creating a request offering that allows a user to request for a new e-mail account, then to select which site/branch name is belong to. I created a
    new Management Pack sealed list that has different site names.
    I created a Class Service Request Template with the following Activities (RA: Review Activity for approval, MA: Manual
    Activity “create a new e-mail address”, MA: Manual Activity “Send E-mail Password info to the user”).
    I created the request offering, selected above template, then I configured a user prompt as the following:
    1-    
    First and Last name of the New User : Required – Text
    2-    
    Please provide the Branch Name of the New User: Required – MP Enumeration List
    3-    
    Please provide the Position and Department of the New User: Required – Text
    4-    
    Please provide a preferred E-mail Account of the New User: Required – Text
    5-    
    Comment: Optional - Text
    Under Configure prompts, I click the configure button for the point number 2 and choose the custom list that I created
    as the prompt output.  I am then required to map prompts to properties, but when I select the object to map it "prompt output" drop down, the list is not available for me to choose as a mapped prompt!  I can only see the String prompts
    (1, 3, 4 and 5). I cannot publish the Request Offering because point number 2 is not mapped.
    What did I miss?  Why can't I select the list in order to map it?
    Any help in the right direction is greatly appreciated!
    Thank you.

    Dear Morten,
    Continuing the same scenario described above, I came across another issue with the 3 Incidents Templates that I have created.
    As noted, I created a 3 Incident Templates and I predefined the following fields in advance:
    - Classification Category: ...
    - Source: ...
    - Support Group: ...
    - Assigned To: Mr. X
    Then I used those templates to create the Request Offering and publish them so the users can submit incidents via the portal.
    The issue is that the Priority value is not being calculated automatically, it remains empty :(
    If I opened the same
    incident template and I filled the Impact/Urgency manually, the priority is still empty.
    The priority is being calculated only if I opened the created Incident above from Work Items console and click OK.
    Why the incidents priority is not being calculated from the Template?
    Your support is highly appreciated.
    Thank you in advance,

  • Mapping from a list of variables to the only one variable. Is it possible?

    Good day!
    I have a WebService which returns a list of some data.
    For example:
    EmployeeList with
    [0..*]
    cardinality. It has text() variable.
    In my process context I need to map the first text() variable of EmployeeList to the EmployeeName with cardinality
    [0..1]
    But I can't do it because it says "expected: xsd:string. Founded a list of xsd:string". Are there any workarounds? What if I don't want to create the same structure in my context as WebService returns?

    Hi Kirill
    There is some basic information available at SDN:
    http://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/cea1b4d8-0701-0010-1b89-b4542c524281 [original link is broken]
    Hope this helps for the moment.
    Best regards,
    Martin

  • Table source, mapped column, result list

    Hi!
    I need to show in result list some field from my table (orderNo).
    Each row in table is an order item, with content column (orderInfo) which I intrested to indexing.
    But when I map orderNo column (I forced to map because without it I can't operate with orderNo in XSLT search result) to search attribute in table column mapping this column became searchable and this is bad for me because of search colision...
    So my question is - howto show column in result list, but avoid this column to be searchable ?
    Thanks!

    This is the default behavior. All columns indexed, including the CONTENT column, are included in a FT search. The CONTENT column becomes the cache link.
    If you are using a custom UI, you could build your custom search using Filters and custom search attributes. Since you are using the out-of-the-box search, the only thing I can think of is to use the Attribute Selection, select ONLY the attribute(s) you want to search, and then execute your search.
    If you do not want to force the user to use a look-up, you can use the FT short cut search attribute syntax of "SEARCH_ATTRIBUTE_NAME:VALUE"... so if your attribute name/column name is "orderNo" your search syntax would be "orderNo:12345" where 12345 is the order number you are looking for. This will save users from having to open the dialog.
    FYI - You might be able to default "orderNo:" in the search box by tweaking the URL.
    Hope this helps.

  • Article created via ARTMAS05 and M.C. Reference article - Listing View

    Has anyone ever encountered the following scenario and resolved it?  We are creating articles using ARTMAS05 IDOC.  We have reference articles assigned to the merchandise categories.  The reference articles have the Basic, Listing, Sales, Logistics Store and Logistics DC views extended.  The ARTMAS05 is created so as to extend all of those views when the IDOC is processed.   The created article has all the views extended, but  the Listing view is the ONLY view where  none of the values from the reference article are copied into the created article. 
    If I add the Listing view values to the E1BPE1MAW1RT (and RTX)  segement of ARTMAS05, they are passed to the article.  Yet, I don't have to do that with the other views so it does not make sense for us to do that. 
    I am very interested in learning whether or not there is a solution to this issue as nothing we do appears to fix this.  (Other than custom development.)
    Thank you.
    Dalia

    Hi Anisha,
    In IS-Retail, you need to maintain Logistics DC and Store View of Article Master.
    To overcome this, you have two options.
    1) Maintain  Reference article in Initial Screen of MM41
    2) Otherwise Maintain reference article for MC in WG21.
    You create one reference article with Basic View, Listing, Logistics DC and Store View Details.
    Use the reference article, while creating new Article master in MM41. Its not even required now to maintain Logistics Dc and Store View for New Article. For new articles system copy's the logistics details from reference article.
    Carry out Listing in WSM3 Tcode.
    Regards,
    Selvakumar. M

  • No Blackberry maps in menu list

    Hi Everyone
    I just bought my curve 8520. There are two problems that I am facing.
    1. i cannot see the BB maps in the menu list. when I check the applications in options, it shows that it is installed. but i cannot see it anywhere. The other applications mentioned there are all available, except this one.
    2. I am not able to send smss to anyone except my own network that is Airtel. Is there any specific setting that I need to put in place so that the msgs go to the other networks?
    Please help me out.
    Thanks in advance!
    Regards
    Deeganta

    deegenta wrote:
    1. i cannot see the BB maps in the menu list. when I check the applications in options, it shows that it is installed. but i cannot see it anywhere. The other applications mentioned there are all available, except this one.
    It should be in Menu>Applications as its preloaded.
    deegenta wrote:
    2. I am not able to send smss to anyone except my own network that is Airtel. Is there any specific setting that I need to put in place so that the msgs go to the other networks?
    If you can send SMS to your fellow network subscibers, there is nothing wrong with the BB. You need to speak to Airtel
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • CRM Order Reference Objects List

    Hello SAP Experts,
    We are trying to extract the CRM Orders list of Reference Objects.
    With Datasource 0CRM_SRV_PROCESS_H we can only extract the Main Reference Object .
    Also, we can get this list with function crm_order_read, by selecting table ET_REFOBJ.
    But is there a DataSource that extracts this information to BW?
    Thanks

    Hi,
      You should be able to get the same from table OBJK. Use the OBKNR field value for the order number from table AFIH in table OBJK.
       Use the ILOAN number obtained from table OBJK  in table IFLOT for obtaining  the Functional Location key associated to the object list entry. The functional location text can be obtained from table IFLOTX.
    Regards
    Narasimhan

  • Assembly reference in List DispForm

    Hi,
    We migrated existing sharepoint 2010 to sharepoint 2013 Site in another machine, but in some of the lists DispForm.aspx, showing "could not load file or assembly or one of its dependencies. The System Cannot find the file specified".
    Even if we remove the assembly references from SharePoint Designer, page showing empty. So even we don't have that assembly file to deploy.
    So how to resolve that issue?
    Ravindranath

    Hi,
    Seems that these lists might have been corrupted during the migration.
    If the corrupted lists are not so many, I would suggest you create new lists to replace these corrupted lists, for the data transferring, the “Copy items” functionality
    in “Content and Structure” would be helpful:
    https://support.office.com/en-za/article/Work-with-site-content-and-structure-30fcaad9-02b1-4347-8b03-e1ccc5a4c19f
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Any reference company listed on US Stock Exchange using SAP B1

    Did anyone knows of any company listed in US Stock Exchange using SAP Business One?
    Thank you in advance.

    Hi Crypton,
    Please close this thread, else it seems like i wasted my time.
    I did speak to a high level SAP executive today, I got two names for you - the company in American Stock exchange that have SAP Business ONE. But it is qualified usage, the companies are so big, they can not just run on SAP B1, however, they do use SAP B1 in some subsidiary or division.
    We can not expect SAP B1 a less than 50K solution to replace a 500K solution. That is just not going to happen. SAP B1 is for small to medium business however, can serve as part of certain division in a larger 100 or 500 fortune companies.
    The two take away names are - For manufacturing it is Callaway Golf ELY
    In Canada and some parts of USA there is a major Canadian Coffee/Donut/FastFood chain called Tim Horton - It is traded in US exchange under the symbol THI
    Last one for you is Disney - DIS.
    You are welcome!

  • How to Avoid Reference to List??

    Hi Guys
    I have this program below
    Vector arr = new Vector();
    for(int i=0;i<2;i++)
    TestBean test = new TestBean();
    test.setReversal("Reversal "+i);
    test.setId("" +i);
    arr.add(test);
    Vector ab = arr;
    //Vector ab = arr.clone();
    //Vector ab = new Vector();
    //ab.addAll(arr);
              for(int i=0;i<ab.size();i++)
              TestBean tb = (TestBean)ab.get(i);
              if(i == 0)
              tb.setReversal("CHANGED Here");
    for(int i=0;i<arr.size();i++)
              System.out.println("==============");
              TestBean tb = (TestBean)arr.get(i);
              System.out.println("ID = "+tb.getId());
              System.out.println("Reversal = "+tarr.getReversal());
              System.out.println("==============");
    And The Problem Is What ever i Changed in the Second Vector It Will reflect to the First Vector
    It Seems always have reference to the first Vector
    What i want is how to copy totally from Vector one to another Vector
    and any changes to Second Vector Wont Reflect to the First Vector..
    I have tried using Object.clone() and Vector.addAll() method and it didnt work since as you can see i change the Bean Value in the Second Vector and it reflected to first Vector which i dont want..
    Thanks,

    Crossposted and answered.
    http://forum.java.sun.com/thread.jspa?threadID=709557

  • E61 - CLI mapping in Contacts list

    Hi All,
    Nokia E61 > 1.6610.04.04 19-04-06 RM-89
    Bought SIM Free but using on UK Orange Network
    I have been using the E61 for a few weeks and have a few comments/problems I hope you can all help me with.
    1) I don't always get the callers name on the screen with imcomming calls, even though they are in the contacts list !!
    I have noticed when I get this I seem to have a dublicate entry in the contacts
    Anyone else seen this problem ? Some of my duplicates are mistake, I am slowly fixing those... others are genuine duplicates
    Thanks in advance
    Matt Bird

    This is just because of duplicate entries, make sure you've got it set just to the phone memory, and if necessary, delete the entry you know is correct for an affected number, get it to call, then see if a different name is displayed.
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

Maybe you are looking for

  • How can I use active user session that's in an application scope Hashtable?

    First of all, is it possible to use the same session after a user exits and then returns? Second, if it is possible, then please tell me what I need to do. So far, this is what I have been doing... 1.) The user submits login credentials 2.) The user

  • Vendor Material no

    Hi All, I would like to create new query from which i wanted to know the GRIN made against Vendor material no. WHich table shall i use in this case

  • BUG: import from elements leads to broken directory structure

    I want to migrate from Elements 4 to Lightroom. When I start the "Import from elements" function in Lightroom the original folder structure is not presented correctly. I'm sorry, but my directory structure in Elements is not homogeneous. Most directo

  • Random display of images!!

    Hi I'm following the previous post and accordingly i was able to display a image on the iView. Now I've a list of images   say image1.jpg, image2.jpg, image3.jpg and so on.. Now i want to pick any one of them and display any one of them. how do i go

  • Office Jet Pro 8500A New Cartridge wont print

    After running to empty on my Yellow cartridge I replaced with a new 940XL.  Following installation I have no yellow print. My oh my I wish I had not run it to empty but in Hindsight?  Any way to prime?  I attempted to print yellow only circles on a d