Search Specifications for BIP Report Integration Objects
Hello!
We are running on Siebel 21.12 and we have a report template with a primary IO specIfied. In addition, we'd like to use the Search Specification for this IO as well. Siebel bookshelf suggests to use the below format:
'Integration_Component_Name'.Search = "[Field_Name] = ""value_to_filter"""
However, I'm wondering if there is any option how to specify a field name instead of the value_to_filter. My intention is to use something similar to below
'Contact'.Search = "[Id] = [Current Id Cals]"
, where [Current Id Calc] is a calculated field that retrieves the contact's Row Id value fromt he profile attribute.