Hi All,
I have a requirement to create a new field in Web UI. When User inputs data into this field, data from this field will be used as a search criteria.
Based on my understanding to create a new field in Web UI. I need to create new extension using tcode EEWB and specify the business obj as CRM_CASE and extension type as ADD_NEW_FIELDS. and use the wizard to add the new field .
After that go to tcode BSP_WD_CMPWB and add the new field that was created in EEWB to WEB UI by going to the configuration tab.
By doing this will i be able to perform search by using this field in web UI? or do i need to add any additional code to make this field to function.
Please help thanks.