ELM:  upload of free text (notes field)

Hi experts,
For a client we are setting up the external list management functionality.
We were able to match a lot of fields and have been appending structures CRMT_MKTLIST_*_EXT and made an implementation of CRM_MKTLIST_BADI.
But for the moment we weren't able to perform a mapping format for the field NOTES.  Anybody of you an idea how to implement this?
Points will be rewarded.
Kind regards,
Francis

Thx for answering!
My fault, i simply changed "notes" and "free text"
Sorry!

Similar Messages

  • Recording Free Text field responses in an LMS

    Hi,
    I have answer fields that are 'free text' however need to be in specific locations on the page and hence cannot use standard quiz features of an LMS. Does anyone know how I can embed the PDF form so a student doesn't have to download/complete/save and upload. Any Ideas?

    It sounds like you need to track the responses in the cmi.interactions which Captivate can do. The teacher would then need to look at the "Gradebook" in the LMS for each student. There is not a way for a teacher to interact with a SCORM course natively to pass/fail a student based on their interactions in the course, some LMS's may offer this capability, ours does not.
    You could also use a blended approach using a forum in your LMS if available. Evaluation of essays is always difficult in an online environment.

  • Are free-text attributes not possible?  Why?

    I'm pretty new to MDM, just learning really.  I've done some complicated imports, in cluding hierarchies and taxonomies.
    At my company we have product records that contain product specs.  There are about 200 different specs that different products CAN have, but any particular product only may need about 20, depending on it's product type.  A perfect situation for a taxonomy with attributes, right?
    It would be, but although many specs have particular pre-defined choices (like attribute choices) , many are free-text fields where the user enters information that can't be boiled into pre-set choices.
    After playing with it in MDM for a while, it becomes clear that you can't have taxonomy attributes in MDM that are free text.  That seems kind of silly to me... am I missing something?  Is there a way to do this?  If not, why not?  It seems like a useful feature.  I can't be the first person to think of this..... 
    Any help, explanations, or ideas for alternate methods would be very greatly appreciated...
    Steve

    You aren't missing anything. Attributes can only be numeric (or couple numeric) or text. The text attributes are only available as lookups and cannot be set up as free-form text entries. Fields can be set up as free-form text, but have to be applied at a global level to everything.
    The only reason I can think as to why it has been developed this way is because of the search capabilities built into MDM. It would probably be difficult to have the parametric searching with free-text attributes, much easier when all the data is in a lookup. Another reason is just to help maintain standards within your repository. You could enter a message with SAP to find out all the reasons why it is this way and possibly enter an enhancement request for future versions.
    Basically the only way around this currently is to use the text attribute available. You could allow the users to right click on the attribute in Record Mode and select Modify to add entries to the attribute as needed.
    This obviously doesn't solve your problem, but hopefully helps clear it up a bit.
    Regards,
    Tim

  • Populate drop-downs from free text fields.

    Hi all,
    I have a problem which I can't quite get my head around.
    Currently I have a flowed form, and among others, a free text field named 'sectors'. Attached to this field are some + and - buttons which use instance manager to add or remove more 'sectors' rows.
    Once all the sectors have been added, I would like users to then be able to be able to select from drop-down lists elsewhere in the form that are populated from the 'sectors' items.
    Im thinking that I need to add another button to the 'sectors' row, which might add the item to the required drop-down, but im not really sure how to do this as my JS really isn't that great!
    Any help or suggestion would be greatly appreciated.
    Cheers,
    Lachlan.

    Hi Stephen,
    I would say that the this.rawValue=null; is necessary.
    If in my example you comment out the null line. Then select the Fruit checkbox and Apple from the dropdown:
    Now if the user goes back and deselects Fruit and instead selects Cars, when they open the dropdown the script clears the Fruit options and adds the Car options (everything okay there). However the value of the dropdown is still fruit_001, even though this is not an option in the list. If the user exists the dropdown without making a new selection, you could have a value displayed that does not relate to the correct choices:
    So I would say that the this.rawValue=null; is not redundant at all.
    In the null pattern for a dropdown: http://assure.ly/gcXx03, I actually null and clear the Relationship dropdown as soon as the user makes a selection in the Gender dropdown.
    Maybe have a look and test before you go back on your existing forms.
    Niall

  • Searching Text in Contact Notes Field

    Hi,
    I have been a Windows Phone user all along. I am interested in switching over to Nokia.
    I am looking for one basic requirement of being able to search through the Contacts Field for any text.
    I use MS Outlook and store lot of text in the Notes Field inside each of my Contact and I need to be easily able to bring up all contacts that have a particular word or string inside the notes area. I can easily do this in Windows phone. But so far no nokia user has been able to tell me for sure if this is possible, if so how.
    Thanks in advance for your advise.

    Yes you CAN search the notes field (for any text) in a contact, but ONLY with Nokia's Search Utility (free download http://mobilesearch.nokia.com/index.html).
    The Address Book application is limited to searching by first name, last name, and company name only.
    The Nokia Search Utility is very good, but it's not exactly fast. Generally speaking the Symbian operating system requires patience.
    It's worth knowing that Nokia phones impose a limitation on the size of the notes field in an Outlook contact. The limitation varies from each Nokia model. But for example, notes (in a contact record) are limited to 255 characters on the N80, and 1,000 (one thousand) characters on the N95. On my old Nokia 6600 there was no such limit imposed, which was great. I often wonder why the oldest model phone had better support for Outlook sync, than the latest models - perhaps it's all about memory conservation.
    I also use the notes section in my Outlook contacts extensively. Ideally I would use a Windows Mobile device for true Outlook synchronisation. But I can't find a Windows Mobile device as capable as the N95, so I tolerate and find work arounds Nokia's sync issues.
    Nokia do a good job of updating their software frequently. Hopefully if it's demanded enough, they will remove the limitation on the size of the Notes field.
    Microsoft Outlook 2003 also has a limit on the size of the Notes field in a Contact Record, but it's much more generous at over 1,000,000 (one million) characters.
    Come on Nokia! Stop truncating the notes field!
    Stuart Troy
    Sydney AUSTRALIA

  • ICWEB new free text field CRMD_ORDERADM_I.

    Hello all,
    I got a problem. I have used the EEWB to create a new field in table CRMD_ORDERADM_I. I would like the field to be editable in order to enter free text until 120 characters. (Note that the field is located within the contract)
    Does anybody know how could I make the new field editable for entering free text?
    Any help will be really appreciated
    Thanks a lot
    German

    Hello,
    In the EEWB, add this new attribute with the type a string or character. Then use the configuarion tool of the view in the Contract component, so that the field is available in the UI.
    Once this field is available in the UI, generate the getter setter methods of the field. In the GET_I method of the attribute, check what is returned in the code
    current->is_property_readonly('Attribute Name' ). If this returns false, that means this attribute is editable from the API layer.
    If the returned value is true, then you have to redefine this method, and make the field editable. 
    You would have to implement the logic of persisting the value entered to the DB, depeding on ur business logic.
    Regards,
    Vinay

  • Is there a feature in Acrobat XI  = free text field and text is visible if form printed?

    I am trying to develop a fillable form (not web based) that would allow the user to free text in some fields.  I do see the multiple text option. However, ideally I would like the text and all lines of the text to scroll and be visibile on line and also when printed.
    Does this feature exist in Adobe Acrobat XI Forms Central?   Additionally I do not want to collect data.
    Thanks!

    To achieve what you want (multiple line text fiels which scroll on the screen but expand when printed to show the whole text) you would need to use LiveCycle Designer and create a dynamic form. This is more of a power user tool. You can get more information here : http://www.adobe.com/products/livecycle/tools/designer.html
    This used to come in the box with Acrobat. If you upgraded to Acrobat XI you might want to have a look at this page
    http://helpx.adobe.com/x-productkb/policy-pricing/upgrade-livecycle-designer-acrobat-xi.ht ml
    Gen

  • Process order- Need a free text field to make comments

    Hi Gurus, when ever the production scheduler or the user opens the process order, he wants to make some notes/comments on the order itself (cor2 screen- header level). please advise is there any free text field in cor2 so that we can use for this purpose or can we make some settings to get that type of free fields. Please advise.

    Dear Raju,
    In T.Code COR2,after enterting into the change mode of process order - header - general data,next to the order no,you can find
    the long text entering option where in you can record the information in long text and save the data.
    Check and revert back.
    Regards
    Mangalraj.S

  • Search doesn't include text in calendar notes fields

    I have a calendar created in iCal that includes about 90 entries with text in the notes field of each. Spotlight on the Mac searches that text fine.
    I've synched that calendar to my iPhone - and search there doesn't include text in that field, though it does for the title field.
    Its a great feature - but to keep calendar entries usable the titles need to be short with most details in the notes, but still searchable

    http://www.apple.com/feedback/iphone.html

  • Text entry fields not able to tab between 2 fields

    Hi there,
    I have placed 2 text entry fields that are for username & a password, I on publish/preview, I type the username and go to hit the TAB key to move to the password field but nothing happens & cursor does not move to the other field...
    I did try a quick search for this question as I thought it must of happened before to others, but could not find what I needed..the answer ;-)
    Kind Regards
    Rossco
    DOH! I just found some more information on tabbing between these fields, so will check that out fisrt........must be Friday (over here)

    Hi There,
    Welcome to Adobe Forum.
    Have you tried using the shortcut option assigned as "Tab" in the action properties of the text entry box as shown in the following image:
    Thanks
    Loveesh

  • DTW: Field length of Free Text Business Partner

    Hi,
    i got an error while importing a text which is more than 100 bytes.
    The database looks like this attribut has 64000 bytes !?
    What can i try?

    Thx for answering!
    My fault, i simply changed "notes" and "free text"
    Sorry!

  • SharePoint 2010 list view - How to filter on a multiline text box field - the view filter does not allow me to select it.

    Hi there,
    Does someone know in SharePoint 2010 list view - How to filter on a multiline text box field - the view filter does not allow me to select it.
    Thanks,

    Hi,
    Per my knowledge,
    it is by design that the data type multiple lines of text can only use “contains” and “begins with” operators.
    You can also filter the list view using SharePoint Designer,
    Open your list AllItem.aspx page in SPD ->click “Filter” > in “Field Name” select your multipe line of text field, in “Comparison” will displayed four choices.
    Best Regards,
    Lisa Chen
    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]

  • Searching by Text inside Contact's Note Field

    Hi,
    I have been a Windows Phone user all along. I am interested in switching over to Nokia.
    I am looking for one basic requirement of being able to search through the Contacts Field for any text.
    I use MS Outlook and store lot of text in the Notes Field of each of my Contact and I need to be easily able to bring up all contacts that have a particular word or string inside the notes area. I can easily do this in Windows phone. But so far no nokia user has been able to tell me for sure if this is possible, if so how.
    Thanks in advance for your advise.

    Suggestion:
    6000 contacts - That's a lot. Before you get too carried away, I would add delimiters such as:
    [note]" & contentsof_existingnote & "[/note]" & return, AND
    [category]" & _category & "[/category]" & return
    You could then add other functions to your AddressBook note field. I do this regularly and have added;
    [addressee2] to add a roomates, significant other, or spouse that wanted to keep her maiden name and want to formerly include on an invitation or xmas card.
    Mr. John Smith
    Dr. Karen Jones, M.D. [addressee2, roomate, significant other]
    1234 W. 56th Street
    Anytown, ST, Zip
    [spouse] spouse; review your contact list and greet them with "How is your wife Karen?"
    [xmasprefix] mainly to add "Mr. & Mrs." to your contacts
    [xmasfamily] include a personal touch; "and family"
    Others, [iphotolinks], [envelopegraphic], [envelopeAttn_]
    All kinds of possibilities here.
    G4 powerbook   Mac OS X (10.4.6)  

  • Updateble table with HTMLDB_ITEM.TEXTAREA  not save text area field?

    I use
    updateble table with HTMLDB_ITEM.TEXTAREA that does not save text area field?
    select a,b,
    case when cond1 then APEX_ITEM.TEXTAREA(3, A_COLUMN,4,50)
    recards
    Edited by: sak on Dec 21, 2009 4:24 PM

    Sak,
    Unless I'm misunderstanding your situation, you've wandered outside the abilities of the automatic DML process to update your table. As soon as you use APEX_ITEM objects in your SELECT, you need to write your own table insert/update/delete processes to handle the updated values. The Advanced Apex documentation gives some basic examples for this, but I struggled with it the first time (because I was using a checkbox, which is handled differently than the other types).
    For more assistance, try searching this forum for "APEX_ITEM".
    Good luck,
    Stew

  • Feature request...rich-text for notes field

    I hope Adobe reads these posts!  Notes in Presenter would be much better if they accepted rich-text.  This only makes sense since the Notes field in PowerPoint is rich-text.  Please add this feature in future releases.

    Hello,
    You could get directly to the Adobe team if you filled out a proper feature request. Here is the link:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    Then you will be sure that they read your request, and they do, believe me,
    Lilybiri

Maybe you are looking for