Record Producer, empty value or ghost record in a field

Jean-Lou
Giga Guru

Hello, 

 

On a record Producer, When I change the Company, I have a empty value or a ghost records appearing in a field. Noticable because of the sys_popup button appearing. 

 

JeanLou_0-1692265340438.png

 

How can I know the Sys_id of the ghost record? and which script is filling this field? 

 

I did try with session debugger and the web browser console to find what is the script used but without any success. 

Can anyone please help ? 

 

Regards.

 

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

Hi @Jean-Lou ,

You can naviate to "sc_item_option_mtom" and spot the value and see why it is showing as empty, you can verify if the original record has been deleted or was it a junk record in the first place.

Best Regards
Aman Kumar

View solution in original post

2 REPLIES 2

Aman Kumar S
Kilo Patron

Hi @Jean-Lou ,

You can naviate to "sc_item_option_mtom" and spot the value and see why it is showing as empty, you can verify if the original record has been deleted or was it a junk record in the first place.

Best Regards
Aman Kumar

Hi Aman, 

 

Thanks a lot for this, that helps a lot, I learnt a new thing 🙂 

 

The value is "True" like a boolean, weird....

 

Thanks again, I keep investigating.