on 2012 May 31 3:45 PM
How to handle long texts at CRM WebUI? I'm using rapid applications.
Hello Diego,
Not sure I understood your question correctly, but if you mean that you would like to display a multiline input field (like the one we have to enter a comment in standard business partner header view) all you have to do is to redefine the GET_P* method of the corresponding attribute of your context node, and set the field_type property to text.
Regards,
Nicolas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you create the database table of your rapid application via SE11? Or did you use the user-guided wizard included in the rap tool ?
PS: I've just double checked the online help and here is what they say about maximum number of caracters for text area: << you can define fields of field type Long Text with sub-type Text Area. This field type allows you to enter text of up to 1333 characters. The sub-type renders the field as a text area instead of an input field. This happens if the field is shown in a form view and not in a table >>.
I don't think so. Obviously if you want to use a field that is more than 1333 caracters long, rapid application may not be the way to go... because you will need to implement the logic to save your long text yourself wihtin you own genil component class.
I'm afraid this is not something easy that can be explained in very few words in one thread. Maybe you should check the available blog (or wiki) on SDN that explain how to create a bol objects from a Z table.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.