cancel
Showing results for 
Search instead for 
Did you mean: 

Remove/Delete values from Activity Type Drop down.

Former Member
0 Kudos

Hello Everyone,

When I go to Business Partners >> Activity and click on the drop down for Type, I have a huge list of Activity Types. I would like to remove certain values from the Type field drop down.

I went into the Activity Types - Setup window, but could not delete a row from this window. Please advise if there is any way to remove certain values from this list.

Thanks,

Krishnan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Krishnan Viswanathan,

Better is make a FMS only for your activities type which you want to list and set in the type combo box.

And give training accrodingly.

Thanks

Manvendra Singh Niranjan

Former Member
0 Kudos

Hi Krishnan,

You may run this query first:

SELECT Code, Name FROM OCLT

WHERE Code not in (SELECT CntctType FROM OCLG)

What is the result?

Thanks,

Gordon