How to add a LOV to an item as new attribute

Hello,
Is there a way to add a List Of Values (LOV) as an attribute to an Item?. I want to have an attribute which only a list of possible values to choose. Any idea?
Thanks in advance,
Izzat Sabbagh
ITC

Izzat,
Take a look at Inserting a LOV as an item attribute?.
Peter

Similar Messages

  • How to add Gap between dropdown List Items - ComboBox in MFC VC++

    How to add Gap between dropdown List Items - ComboBox in MFC VC++

    Did you tried SetItemHeight() inside your App .
    Thanks
    Rupesh Shukla

  • How to add a location of face in the new Photo App?

    How to add a location of face in the new Photo App?

    You have to open a photo, right klick it and click "add a new face" or something like that.

  • SharePoint 2010 Rest API: How to add attachment to a list item via ListData.svc

    Hi
    I have set up a project using the REST API in c# Visual Studio 2010.
    I have added a service reference to the URL //site/_vti_bin/listdata.svc/
    I can query the list and get back data, but I can't retrieve the attachments.
    I can write data to the list, but I can't add attachments.
    Are there any examples of how to add or retrieve attachments using the REST API services.
    Thanks
    Mike

    Hi,                                                             
    If you want to work with list attachments using REST API, here are some links will show how to do this using Javascript:
    http://msdn.microsoft.com/en-us/library/office/dn292553.aspx#FileAttachments
    http://chuvash.eu/2013/02/20/rest-api-add-a-plain-text-file-as-an-attachment-to-a-list-item/
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/06/27/how-to-get-list-item-attachments-using-rest-and-javascript-in-sharepoint-2013.aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to populate the LOV with warehouse item in Item Roles form

    Hi
    Any one please tell me can we populate the list of values for warehouse items in the item roles form, if so please let me know how to do it.
    Navigation
    Go to OPM Inventory Control
    Go to Workflow
    Go to Item Roles
    Opens a window Item Role Relation.
    When I click on the LOV tab of Warehouse Item, it says list of values contains no entries.
    Thanks in Advance
    Prem.

    This applies for Release 11 or before. (Not for R12)
    Warehouse items are the OPM Items. When you define new item there is field warehouse item and by default it gets populated with the same item name. You can manually changed it to previously defined item name.

  • How to add images/photos to multiple item entries quickly?

    We've got about 10,000 items in our database, and we've got pictures of all of them. We've got all of the items in the Business One database individually, with price and cost and barcode, etc.
    But we want to add the photo of each one to its respective entry in Business One. I know you can do that through the "Remarks" tab, but that'll take forever. Also, you can't upload the photo for different items simultaneously that way. Say you have 4 items/liquids that are the same, but different sizes, you don't want 4 different pictures. How can I add the same stock photo to all 4 at the same time?
    Thanks guys!

    G. Mimmo Misceo,
    I will answer your question in two parts.
    Part 1
    To link the pictures to all the Items you could do it through Data Transfer Workbench.
    The PicturName field stores the picture name in the Item Master table.  OITM.PicturName
    In the DTW templates folder you will find ....\oItems\*Items.xlt* 
    Fill the RecordKey, ItemCode and Picture columns.  Leave everything else blank.
    The Picture column should be filled with the actual picture name example  test.jpg
    Copy all your picture to the folder that is defined in
    Administration > System Initialization > General Settings...Path Tab...............Picture Folder
    Part 2
    If you want mutiple pictures you could create user defined fields in the Item Master and then using the same process import the other pictures to these user defined fields.
    Suda

  • How to add descriptions to web app items?

    How do I add metta data (keywords and descriptions) to my web app items? Do I need to create them as additional custom fields? 
    Any help would be appreciated.

    It's ok, I worked it out.  You just add another field - meta description and add the following code to the detail template:
    <html>
        <head>
            <title>{tag_name}</title>
            <meta name="description" content="{tag_meta description}" />
            <meta content="{tag_name}" property="og:title" />
            <meta content="{tag_meta description}" property="og:description" />
        </head>
        <body>
           <h1>{tag_name}</h1>
            <p>{tag_description}</p>
        </body>
    </html>

  • How to add html tags to textarea item

    hello,
    i want to have links or bottons that will put html tags in my textarea item
    for example if i will press a link name bold it will put the bold open and close html tag.
    i want to be able doing so without erasing the already text i have in my textarea item.
    thanks
    p.s
    i can't use the textarea with html editor item.

    thanks it works ( still have one more question)
    i used Balaji Chellappa suggestion
    but change it a little bit :
    a href="#" onclick="javascript:document.getElementById('P3_MESSAGE_DESC').value=document.getElementById('P3_MESSAGE_DESC').value + ' B> /B>';">Bold /a>
    one more question:
    this javascript add the bold tag to the end of the textarea item.
    how can i add it the tag where the cursor is ?
    if it's to hard (i'm not javascript expert) i just want to add the tag a line under the text
    for example:
    if my test is : test test test
    and i push the bold link it will be:
    test test test
    b> /b>
    instead of :
    test test test b> /b>
    thanks
    p.s
    how can i put html tag in my posts ?

  • How to add pictures in CCM for items in SRM_EXTRAXTED_CATLG

    Hi guys (and girls of course),
    Best wishes for 2007 for all of you.
    I've got following issue I've been struggling with: I'm trying to add a picture to items in CCM, but for items coming from R3 (replicated to SRM). I want to use the standard PICTURE/URL field for this ('complex' data type)
    (procedure for uploading R/3-materials is currently already working)
    I've been checking out following BADI's:
    <u>/CCM/IF_EX_CTLG_ENRICHMENT~ENRICH_ITEM</u>
    I have found an example for implementing this in another thread and this seems to work for 'simple' characteristics, eg /CCM/CONTRACT_ID as mentioned in the example)
    <u>IF_EX_BBP_CCM_CHAR_MAINT~VALUATE_PRODUCT</u>
    for additional customer-characteristics this works fine, also for simple standard characteristics (eg /CCM/MPN) this works fine.
    But in both cases i seem to be unable to fill the complex characteristic /CCM/PICTURE (subfield /CCM/URL). I tried to use the same syntax as in the CSV-load file (ie /CCM/PICTURE#/CCM/URL) but it's not working as i expect.
    When i add this info manually to the field, the picture shows as expected. (But adding this info manually is not an option of course.)
    Any thoughts or hints would be greatly appreciated.
    Some additional information
    SAP_ABA     700     0009     SAPKA70009
    SAP_BASIS     700     0009     SAPKB70009
    PI_BASIS     2005_1_700     0009     SAPKIPYJ79
    ST-PI     2005_1_700     0001     SAPKITLQI1
    SAP_BW     700     0009     SAPKW70009
    SAP_AP     700     0006     SAPKNA7006
    CCM     200_700     0005     SAPK-27005INCCM
    SRM_PLUS     550     0006     SAPKIBK006
    SRM_SERVER     550     0006     SAPKIBKT06

    Hi ,
    I was not active on SDN for some time hence did not see yr thread.
    We had used SRM_EXTRACTED_CATALOG in our earlier project and managed to get pictures for all the items in shopping.
    The path we took:
    with the report BBP_CCM_TRANSFER_CATALOG get the SRM_EXTRACTED_CATALOG in CAT
    map the relevant categories in SRM_EXTARCTED_CATALOG to /CCM/MASTER_CATALOG.
    import all the picture JPEG files for all the items in the MIME of server
    SE80->MIME repository -> drill down to BSP/SAP/BC/CCM (sorry i don't remember the exact path and I don' t have the system now) -> create yr own folder-> import all the JPEG files to this folder.
    now derive a URL for each item in a format: http:
    server name.domain name\services (sap\bc\bsp\cat\yr folder name\file name)
    validate this URL in IE
    it should derive the picture from the MIME of yr server and show you on screen
    now go to mastrer catalog ->open the chara "image" for each item -> paste this url and type (JPEG) -> and save the item
    this should give picture of each item when you are shopping in EBP as preview and in detail also
    it's somewhat cubersome to paster those URLs but it's one time activity.
    Helpful?
    BR
    Dinesh
    reward if helps

  • How to add a cost to an item

    Hello all,
    my customer need to add an import to an purchaised item costs that should be the transport, taxes etc....
    Can I use the module "Purchaising --> Landed Cost" ?
    On the online help about this module I can read: "The Landed Costs function enables companies that import goods to calculate their costs by allocating customs, transport and insurance fees, taxes, and other landed costs to the original price of the imported items."
    If I wont enable a customer to calculate their cost by allocating other kind of costs, can also use this module?
    There is in SBO another way?
    Thank You a lot

    Hi,
    Your assumption is correct.  Landed Cost is the function you need. 
    However, in your posting you first mentioned: my customer need to add an import to an purchased item costs that should be the transport, taxes.  In the meantime, you asked about to calculate their cost by allocating other kind of costs.  Please clarify.
    Thanks,
    Gordon

  • How to add values in a List item using code

    Hi all,
    I want to populate a list item at run time with the values of my choice.
    im using this
    add_list_element('list34',1, 'Name','Smith');
    or
    add_list_element('list34',1, 'Name',:emp.txtname);
    where emp is my data block and txtname is a text field on this emp block.
    noen of them is working, whether i try adding a string or the value in a text item.
    please help.

    It gives any error or just does nothing?
    Have you tried making another simple form with just one block and one or two items?
    You can do this type of testing in these conditions.
    Which version of forms are you using?

  • How to add URLs and/or bookmarks to a new toolbar

    I can create a new toolbar and drag buttons from/to the 'Customize Toolbar' dialog, and that new toolbar will be visible.
    But I want to use that new toolbar for extra favorite URLs and/or bookmarks. That does not seem to be allowed.
    I _can_ drag the 'Bookmark toolbar items' icon from the Bookmarks toolbar, but that does not solve my problem, now does it?

    There is one "Bookmarks Toolbar Items" container available for storing bookmarks, and that is where bookmarks are placed if you want them on a Toolbar. I have never seen an add-on that changes that by adding a 2nd "Bookmarks Toolbar Items" container.
    I understand that you want to reduce the toolbar area at the top of the browser window, because I have been doing that for almost as long as I have been using Firefox ''(since 2002 when it was called Phoenix)''. The first thing I do is to get rid of or '''reduce the Menu Bar down to one button''' using one of the various Compact Menu extensions that have been available over the years. This is the one I currently use.<br />
    https://addons.mozilla.org/en-US/firefox/addon/compact-menu-2/ <br />
    This extension hides the Menu Bar and places a button on the left side of the Navigation Bar upon installation. Click that blue globe button or hit the '''''Alt''''' key and the the Menubar Items appear in a drop-down menu. You can even drag that small button into the [https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar Customize Palette] and use the '''''Alt''''' key to open the Menubar Items drop-down. <br />Hidden from view, but easily accessible when you need to use a Menubar Item.

  • How to add music to my iPhone from my new computer?

    I just got a new MacBook because my last computer was getting old but it won't let me add music from my new computer to my iPhone and I was wondering how to change that.

    You should be able to sync them through iCloud and itunes.
    Barry

  • PC crashed - How to add music from my pod onto my new pc

    My pc crashed and doesn't work anymore
    Now i bought a new pc and installed i tunes 8 on it
    But how can i add the music from my i pod into my library
    If i connect my i pod to my new pc and i trie to synchronize him i won't work
    I get a message saying my i pod is linked to another library and if i will synchronize it will erase all date from my i pod and ynchronize with my new library witch is of course still empty
    Can anyone help me
    Thx
    Message was edited by: Dokterjos

    Hey there,
    There are several ways of doing this. The link below gives you step-by-step instructions for doing it the direct way, as well as a few third party applications instead depending on your preference. Make sure that once you do have the music back onto iTunes that you back it up somewhere to avoid this type of problem again if possible. Hope this helps
    http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipod-window s-mac-os-x/
    B-rock

  • Bex Query how to add two results fields to give a new total

    Hello gurus,
    I am using the Bex query designer to develop a report for invoice payments for different document types. One of the requirements of the report is to add a total column to give a total of the results for the document types added together.
    For example, how do I add the results for document x and document y to give me a total of the two? Any help will be much appreciated.
    Thanks
    Forhad
        document X  document Y     total
    A       15                20
             10                30
    result  25               50                (25+50) 75?? (how do i get this total)
    Edited by: Forhad Hussain on Oct 24, 2008 10:32 AM

    Dear Reddy,
    Order
    Resource 
    Actual Time
    Planned Time
    Variance
    782
    A
    7.05
    48
    40.95 (I Kept in Hide)
    B
    7.15
    48.85 (I Kept in Hide)
    Results
    14.20
    48
    33.8
    I tried with CKF's in above way but iam not getting the Results Calculations 14.20 - 48 = 33.8
    Can you help me in this...
    Thanks in advance

Maybe you are looking for