How to add 'Interactions' to Time sheet Portal ?

Tejaswi Gundu
Tera Contributor

I have a requirement where client wants to add 'Interactions' to time sheet portal. I've added interaction table on Instance under Additional options-->display values-->values-->tables. 

TejaswiGundu_2-1704882807791.png

 

I've added it to 'Time card portal-Task selector' widget also.

TejaswiGundu_3-1704882880664.png

 

Even though it is throwing error. It is showing 'can't read null object'.

TejaswiGundu_1-1704882143262.png

 

Please, help me with this.

Thank you in advance!

7 REPLIES 7

NotNowBoss
Tera Guru

How does the code look for the widget with that sysid on line number 311? 
Might help look into it. Also check the developer log in your browser for client side errors. 

Tejaswi Gundu
Tera Contributor

This is Line 311 of server script.

TejaswiGundu_1-1704886357598.png

 

NotNowBoss
Tera Guru

Would you mind creating a new table, just for the sake of enjoyment, that extends from the task table? Experiment with incorporating it in lieu of the interaction table.

Interestingly, all the remaining tables in the list derive from the task table, with the exception of the interaction table.

I'll review it further in PDI at a later time.

yes NotNowBoss. I'll do it.