cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add a new text field in CRM WEB UI with the latest interaction for a sold to ID.

Former Member
0 Likes
2,009

Hi,

I have a requirement in CRM Web UI customer interaction creation page, to show the latest interactions numbers of a particular category and dates.

Example.

Helps will be greatly appreciated.


Ligin

Accepted Solutions (1)

Accepted Solutions (1)

corrine_guan
Product and Topic Expert
Product and Topic Expert

Hello Ligin,

Regarding how to add a text area inside the view BT120H_CPL/Details, I think there might be several ways.

Way 1. Using AET tool, you can create a 'form view' Table, with a field of 'long text' type, render as 'text area'. Then you add this field into BT120H_CPL/Details view. It will be displayed as a text area.

Way 2. Add a block into view BT120H_CPL/Details, then embed an note text into this block via 'Component Usage'. We can find an example by:

  1. logon IC_AGENT
  2. click 'interaction record' menu, go to interaction record creation screen and observe the logics in 'Notes' area or 'Activity Clipboard' area.

Regarding how to populate text area:

If the content inside the text area are only to be displayed, and only retrieved dynamically when the interaction transaction is displayed, it will be simple: consider writing your codes to retrieve data on the GET_ method for the attribute which is bound to the text area.

Best regards, Corrine

Answers (0)