How to get template sys id from the standard change proposal form after state is closed.

Tejaswitha
Kilo Contributor

find_real_file.png

Hi

I want to get sys id for this template from standard change proposal form in business rule when the state is closed.

current.std_change_producer_version;

current.std_change_producer_version.getDisplayValue(); are not working.

 

3 REPLIES 3

Kieran Anson
Kilo Patron

Hi,

The field is a reference to another table. To access this value the syntax would be 

current.std_change_producer_version.std_change_producer;

This can be seen by right clicking the field label and selecting "show"

find_real_file.png

 

Hi Anson,

It is not working.

current.std_change_producer_version.std_change_producer;

Can you double check, this works fine for me.

find_real_file.png

 

To get purely the sys_id

find_real_file.png