- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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:
Parent Contract number – Reference field (Contract [ast_contract])
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Please share an updated screenshot after applying the new filter.
The filter must be:
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @hongsok ,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Huynh Loc ,
Thanks for the quick response. Since this is a record producer, I tried both of the following options, but neither worked.
javascript: parent_contract = current.variables.contract_number
javascript: parent_contract = current.producer.contract_numberNote: On the record producer, contract_number is the parent variable, and related_project is the child variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @hongsok ,
Please share a screenshot which are you configure now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Here is the Parent Variable:
Here is the Child Variable:
