get sys_id before creating Record Producer

georgechen
Kilo Guru

Hi folks,

Just wondering if it is possible to fetch the sys_id from producer object.   I have read through Producer Object   and it is believed this is not feasible.

Any advice?

Thanks in advance.

George

7 REPLIES 7

This did work, thank you so much!!

charley_egmose
Kilo Explorer

Hi George

 

I'm not quite sure what you want.

Maybe this on the client side?

g_form.getUniqueValue()

Regards

Petr Pastuszek1
Tera Contributor

Solved!

Solution is to call -->  cat_item.sys_id

 

before I tried producer.cat_item.sys_id or current.cat_item.sys_id but solution is just cat_item.sys_id