Question

Part Disposition in Task Screen

  • 23 June 2022
  • 1 reply
  • 97 views

Userlevel 4
Badge +7

Hi,

I am trying to do part disposition from task screen without part usage so created new tab for part_dispostion from part_disp table in task screen. Disposition is getting created but it is not displaying under task screen.

I have done relation map for task table with task_id and given default value also but still task id not generating in part_disp table so not able  see data under task screen.

Can anyone please help in order to understand what is wrong here.

 

Thanks,

Ramya 


1 reply

Userlevel 6
Badge +14

Hi @Ramya,

According to the baseline functionality, PART_DISP has parent relationship for PART_USAGE. 

Can you see the correct task_id for the part disposition record? The first reason would be, system cannot find the link without having the correct task_id for part_disp record. Did you define custom relationship(parent) for part_disp for task? You can follow the existing relation map in baseline table such as part_usage. TASK_ID should be inherited in order to show it under the correct task.

Thanks.

Reply