Contract [ast_contract] - Parent children fields dependent on Record Producer

hongsok
Tera Contributor

Hello,

I have a question regarding the Parent Contract number and Child Contract number on a Record Producer.

I have two variables on my Record Producer:

  1. Parent Contract number – Reference field (Contract [ast_contract])

  2. Child Contract number – Reference field (Contract [ast_contract])

My question is: How can I set the Advanced Reference Qualifier on the Child Contract number to depend on the selected Parent Contract number?

 

Regards,

Hong

 

1 REPLY 1

Huynh Loc
Mega Sage

Hi @hongsok ,

Please update the reference qualifier for the Child Contract to:
javascript:
parent_contract = current.variables.<technical_name_of_parent_contract_number_variable>.

If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution