cancel
Showing results for 
Search instead for 
Did you mean: 

different ui configuration for different activity type

Former Member
0 Kudos
128

Hi experts,

I created 3 new transaction type. I copied them from the standard Activity .

I tried to create different ui configuration to each new transaction but got stuck.

When pressing F2 i can see that the OBJECT TYPE that's being searched (and found)

is correct, but the subobject type is always <DEFAULT>.

How can I create different configuration for each transaction type?

Thanks,

Aviad.

Accepted Solutions (0)

Answers (2)

Answers (2)

sumit_mittal2
Active Contributor
0 Kudos

Hi Aviad,

Define custom object type/sub object types and adjust the view configs which you have already created to include sub-object types which will be corresponding to transaction types.

Check this thread to get an idea of define sub-object types ..

Hope this helps..

Cheers,

Sumit Mittal

Former Member
0 Kudos

I hope you have creatde the new configurations using the object types and subobject types correctly.

Once this is done,put a breakpoint in your view impl class method DO_CONFIG_DETERMINATION.

This is the method which determines which confirguration is to be shown in the UI at runtime.

while loading,this will be called on evey load of the view and you will get to know what is the condition which is causing the <default> configuration to load.Then you can add your condition here to load you configuration .

Suvidha

rekhadadwal
Active Contributor
0 Kudos

Hi

Did you check that the transaction types are maintained for the webui channel in transaction type configuration.

path is IMG> Customer Relationship Management> Transactions> Basic Settings> Define Transaction Types

Now, try to choose the view configuration for activities, and choose object type and subobject.

It should help hopefully

Regards

Rekha Dadwal